.custom-card .custom-card-btn {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none; /* prevents accidental clicks before visible */
}

/* On card hover → show button with animation */
.custom-card:hover .custom-card-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Default state: no rotation, normal size */
.custom-card .image-card figure {
    transform: rotate(0deg) scale(1);
    transition: transform 0.45s ease;
}

/* Hover state: rotate 13deg + zoom in */
.custom-card:hover .image-card figure {
    transform: rotate(13deg) scale(1.08);
}
.custom-icon ul li span.elementor-icon-list-icon svg{
    margin: 0 !important;
}
.custom-icon ul li span.elementor-icon-list-icon{
    background-image: linear-gradient(to right bottom, oklch(0.627 0.265 303.9) 0%, oklch(0.656 0.241 354.308) 100%);
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 20px;
}
.ft-title h6{
    background-image: linear-gradient(to right, oklch(0.69 0.2 305.49) 0%, rgb(255 27 151) 50%, rgb(81, 162, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ft-menu ul{
    padding: 0;
    display: block !important;
}
.ft-menu ul li{
    padding-bottom: 13px;
    list-style: none;
}
.ft-menu ul li a{
    color: #cad5e2;
}
.ft-menu ul li a:hover{
    color: #c27aff;
}

.team-card-icon span.elementor-icon {
    border: 1px solid #dab2ff;
    padding: 9px;
    border-radius: 15px;
    background: #ffffff1a;
}
.team-card-mission svg{
    padding: 8px;
    border-radius: 13px;
    background-image: linear-gradient(to right bottom, oklch(0.627 0.265 303.9) 0%, oklch(0.656 0.241 354.308) 100%);
}

.privacy-icons ul li span svg{
	border-radius: 13px;
    background-image: linear-gradient(to right bottom, oklch(0.627 0.265 303.9) 0%, oklch(0.656 0.241 354.308) 100%);
    height: 50px !important;
    width: 50px !important;
    padding: 5px;
	border-radius: 13px;
	background-image: linear-gradient(to right bottom, oklch(0.627 0.265 303.9) 0%, oklch(0.656 0.241 354.308) 100%);
}
.contact-priv{
	background-image: linear-gradient(to right bottom, oklab(0.381 0.100917 -0.144194 / 0.5) 0%, oklab(0.408 0.152862 0.00649235 / 0.5) 100%);
}

.what-we-banner{
    background-image: linear-gradient(to right bottom, oklch(0.558 0.288 302.321) 0%, oklch(0.546 0.245 262.881) 50%, oklch(0.438 0.218 303.724) 100%);
}


.our-mission-card .elementor-image-box-img img {
    transition: transform 0.4s ease;
}
.our-mission-card:hover .elementor-image-box-img img {
    transform: scale(1.1);
}
.our-mission-card {
    overflow: hidden; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.our-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Prepare the arrow for animation */
.our-mission-card .elementor-button .elementor-button-icon svg {
    transition: transform 0.3s ease;
}

/* Move arrow slightly to the right on hover */
.our-mission-card .elementor-button:hover .elementor-button-icon svg {
    transform: translateX(5px);
}
.platform-banner{
    background-image: linear-gradient(to right bottom, oklch(0.379 0.146 265.522) 0%, oklch(0.424 0.199 265.638) 50%, oklch(0.379 0.146 265.522) 100%);
}
.platform-services span.elementor-icon {
    background: #ffffff1a;
    padding: 10px;
    border-radius: 7px;
}
.careers-banner{
    background-image: linear-gradient(to right bottom, oklch(0.707 0.165 254.624) 0%, oklch(0.714 0.203 305.504) 50%, oklch(0.623 0.214 259.815) 100%);
}
.contact-us-section{
    background-image: linear-gradient(to right bottom, oklch(0.208 0.042 265.755) 0%, oklch(0.381 0.176 304.987) 100%)
}
.contactUsForm button.frm_button_submit.flex.items-center.gap-2 {
    width: 100%;
    background-image: linear-gradient(to right, oklch(0.558 0.288 302.321) 0%, oklch(0.592 0.249 0.584) 100%);
    font-size: 20px;
    font-family: "inter", sans-serif;
}
.contactUsForm button{
    transition: transform 0.3s ease;
}

.contactUsForm button:hover svg {
    transform: translateX(6px);
}
.page-content a{text-decoration: none !important;}
/* ============================================
   News & Updates Blog Page Styles
   ============================================ */

.news-updates-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Hero Section */
.news-hero-section {
    background: linear-gradient(to right, #1e3a5f 0%, #6b46c1 100%);
    padding: 120px 20px 100px;
    text-align: center;
    color: white;
}

.news-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.news-hero-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.news-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.news-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto;
}

/* Introduction Section */
.news-intro-section {
    background: #000000;
    padding: 80px 20px;
    text-align: center;
}

.news-intro-container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-intro-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFA500;
    margin: 0 0 20px 0;
}

.news-intro-description {
    font-size: 18px;
    line-height: 1.6;
    color: #FFA500;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Content Section */
.news-content-section {
    background: #ffffff;
    padding: 80px 20px;
}

.news-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-content-header {
    margin-bottom: 50px;
}

.news-content-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.news-content-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

/* Articles Grid */
.news-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.news-article-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.news-article-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: #f0f0f0;
}

.news-article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-article-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    z-index: 1;
}

.news-article-category.category-purple {
    background: #8b5cf6;
}

.news-article-category.category-orange {
    background: #f97316;
}

.news-article-category.category-light-purple {
    background: #a78bfa;
}

.news-article-content {
    padding: 24px;
}

.news-article-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #666666;
    margin-bottom: 12px;
}

.news-article-date,
.news-article-read-time {
    display: inline-block;
}

.news-article-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.news-article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-article-title a:hover {
    color: #6b46c1;
}

.news-article-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 16px 0;
}

.news-article-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #ec4899;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.news-article-link:hover {
    gap: 10px;
}

.news-article-link svg {
    transition: transform 0.3s ease;
}

.news-article-link:hover svg {
    transform: translateX(4px);
}

/* Load More Button */
.news-load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}

.news-load-more-btn {
    background: linear-gradient(to right, #8b5cf6 0%, #ec4899 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-load-more-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.news-load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* No Posts Message */
.news-no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
    font-size: 18px;
}

/* Footer Section */
.news-footer-section {
    background: #1e3a5f;
    padding: 80px 20px;
    color: white;
}

.news-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
}

.news-footer-column {
    text-align: left;
}

.news-footer-icon {
    margin-bottom: 20px;
}

.news-footer-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
}

.news-footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .news-hero-title {
        font-size: 32px;
    }
    
    .news-hero-description {
        font-size: 16px;
    }
    
    .news-intro-title {
        font-size: 28px;
    }
    
    .news-articles-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .news-footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-content-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .news-hero-section {
        padding: 80px 20px 60px;
    }
    
    .news-hero-title {
        font-size: 24px;
    }
    
    .news-intro-section,
    .news-content-section,
    .news-footer-section {
        padding: 60px 20px;
    }
}

/* ============================================
   Single Post Page Styles
   ============================================ */

.single-post-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #ffffff;
}

/* Post Header Section */
.single-post-header {
    padding: 60px 20px 40px;
    background: #ffffff;
}

.single-post-header-container {
    max-width: 900px;
    margin: 0 auto;
}

.single-post-category {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.single-post-category.category-purple {
    background: #8b5cf6;
}

.single-post-category.category-orange {
    background: #f97316;
}

.single-post-category.category-light-purple {
    background: #a78bfa;
}

.single-post-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.single-post-author {
    font-weight: 500;
    color: #1a1a1a;
}

.single-post-separator {
    color: #cccccc;
}

.single-post-date,
.single-post-read-time {
    color: #666666;
}

.single-post-hero-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}

.single-post-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Post Content Section */
.single-post-content {
    padding: 60px 20px;
    background: #ffffff;
}

.single-post-content-container {
    max-width: 900px;
    margin: 0 auto;
}

.single-post-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.single-post-body p {
    margin: 0 0 24px 0;
}

.single-post-body p:first-of-type {
    font-size: 20px;
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.single-post-body h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 48px 0 20px 0;
    line-height: 1.3;
}

.single-post-body h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 36px 0 16px 0;
    line-height: 1.4;
}

.single-post-body h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 28px 0 12px 0;
}

.single-post-body ul,
.single-post-body ol {
    margin: 24px 0;
    padding-left: 30px;
}

.single-post-body li {
    margin: 12px 0;
    line-height: 1.7;
}

.single-post-body ol li {
    margin: 16px 0;
}

.single-post-body ol li strong {
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    margin-bottom: 8px;
}

.single-post-body blockquote {
    border-left: 4px solid #8b5cf6;
    padding-left: 24px;
    margin: 32px 0;
    font-style: italic;
    color: #555555;
}

.single-post-body a {
    color: #8b5cf6;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.single-post-body a:hover {
    color: #6b46c1;
}

.single-post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 32px 0;
}

.single-post-body code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 16px;
    color: #e83e8c;
}

.single-post-body pre {
    background: #1a1a1a;
    color: #f8f8f2;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 24px 0;
}

.single-post-body pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

.single-post-pagination {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.single-post-pagination .post-nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
}

.single-post-pagination a {
    color: #8b5cf6;
    text-decoration: none;
    font-weight: 500;
}

.single-post-pagination a:hover {
    color: #6b46c1;
    text-decoration: underline;
}

/* Related Articles Section */
.single-post-related {
    padding: 80px 20px;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.single-post-related-container {
    max-width: 1200px;
    margin: 0 auto;
}

.single-post-related-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 40px 0;
    text-align: center;
}

.single-post-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.single-post-related-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-post-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.single-post-related-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: #f0f0f0;
}

.single-post-related-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post-related-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #8b5cf6;
    z-index: 1;
}

.single-post-related-content {
    padding: 24px;
}

.single-post-related-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.single-post-related-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-post-related-card-title a:hover {
    color: #6b46c1;
}

.single-post-related-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 16px 0;
}

.single-post-related-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #8b5cf6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-post-related-link:hover {
    color: #6b46c1;
    text-decoration: underline;
}

/* Responsive Design for Single Post */
@media (max-width: 768px) {
    .single-post-title {
        font-size: 32px;
    }
    
    .single-post-body {
        font-size: 16px;
    }
    
    .single-post-body p:first-of-type {
        font-size: 18px;
    }
    
    .single-post-body h2 {
        font-size: 28px;
    }
    
    .single-post-body h3 {
        font-size: 22px;
    }
    
    .single-post-related-grid {
        grid-template-columns: 1fr;
    }
    
    .single-post-related-title {
        font-size: 28px;
    }
    
    .single-post-meta {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .single-post-header,
    .single-post-content,
    .single-post-related {
        padding: 40px 20px;
    }
    
    .single-post-title {
        font-size: 24px;
    }
    
    .single-post-body h2 {
        font-size: 24px;
    }
    
    .single-post-body h3 {
        font-size: 20px;
    }
}