/* =========================================
   MONDE CSS ARCHITECTURE
   1. Tokens, Reset, Typography
   2. Shared Layout, Header, Footer, Forms
   3. Home Page Sections
   4. Countries Map
   5. Services Page
   6. About Page
   7. RTL Overrides
   8. Responsive Rules
   ========================================= */

/* =========================================
   1. TOKENS, RESET, TYPOGRAPHY
   ========================================= */
:root {
    --monde-blue: #1c365b;
    --monde-gold: #b58a56;
    --monde-gold-bright: #eab332;
    --monde-blue-footer: #26487a;
    --monde-blue-footer-dark: #1a3153;
    --text-white: #F8F9FA;
    --text-body: #333333;
    --text-muted: #8da0b5;
    --surface-white: #ffffff;
    --surface-soft: #fafbfc;
    --testi-cream: #fffcf5;
    --radius-pill: 50px;
    --shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.02);
    --shadow-lift: 0 10px 30px rgba(0, 0, 0, 0.06);
    --transition-fast: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: var(--surface-white);
    color: var(--text-body);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* =========================================
   GLOBAL TYPOGRAPHY (TEXT JUSTIFICATION)
   ========================================= */
p,
.reason-text,
.about-description,
.testi-quote-text,
.faq-description,
.faq-body p,
.footer-about p {
    text-align: justify;
}

/* =========================================
   HEADER (NAVIGATION BAR)
   ========================================= */
.navbar {
    position: fixed;
    top: 0;
    max-width: 1800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 25px 30px;
    z-index: 100;
    transition: background-color var(--transition-fast), padding var(--transition-fast), box-shadow var(--transition-fast);
}

    .navbar.scrolled {
        background-color: #ffffff !important;
        padding: 15px 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

        .navbar.scrolled .nav-links a,
        .navbar.scrolled .nav-actions a,
        .navbar.scrolled .language-toggle,
        .navbar.scrolled .back-link {
            color: var(--monde-blue) !important;
        }

            .navbar.scrolled .nav-links a.active {
                color: #8c6a42 !important;
            }

                .navbar.scrolled .nav-links a.active::after {
                    background-color: #8c6a42 !important;
                }

        .navbar.scrolled .language-toggle {
            border-left: 1px solid rgba(28, 54, 91, 0.2);
        }

.logo-img {
    height: 40px;
    width: auto;
}

.navbar .logo {
    margin-right: 60px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

    .nav-links a {
        color: var(--text-white);
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        transition: color 0.3s ease;
    }

        .nav-links a:hover {
            color: var(--monde-gold);
        }

        .nav-links a.active {
            color: var(--monde-gold);
            position: relative;
        }

            .nav-links a.active::after {
                content: '';
                position: absolute;
                bottom: -8px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: var(--monde-gold);
                border-radius: 2px;
            }

.nav-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

    .nav-actions a {
        color: var(--text-white);
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: color 0.3s ease;
    }

        .nav-actions a:hover {
            color: var(--monde-gold);
        }

.language-toggle {
    cursor: pointer;
    font-weight: 700;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--text-white);
}

/* =========================================
   HOME PAGE - HERO SECTION
   ========================================= */
.home-hero {
    background-image: url('images/hero-education.webp'), url('images/ori/hero-education.jpg');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: background-image 0.4s ease-in-out;
}

    .home-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(5, 12, 35, 0.35);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text-side {
    max-width: 850px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-label {
    color: var(--monde-gold);
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-white);
    opacity: 0.9;
    font-weight: 400;
}

.home-hero, .services-hero {
    padding-top: 88px;
}

.hero-bg-services {
    background-image: url('images/services.webp'), url('images/services.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-bg-about {
    background-image: url('images/hero-campaign.webp'), url('images/ori/hero-campaign.jpg');
}

.founder-bg-kareem {
    background-image: url('images/kareem-ceo.webp'), url('images/ori/kareem-ceo.jpg');
}

.founder-bg-hossam {
    background-image: url('images/hossam-coo.webp'), url('images/ori/hossam-coo.jpg');
}

/* HERO RIGHT SIDE (Feature Box) */
.hero-right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    margin-left: auto;
}

.hero-feature-box {
    background-color: rgba(28, 54, 91, 0.85);
    border: 1px solid var(--monde-gold);
    border-radius: 20px;
    width: 480px;
    backdrop-filter: blur(5px);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

    .hero-feature-box h3 {
        color: var(--text-white);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .hero-feature-box ul {
        list-style-type: none;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

        .hero-feature-box ul li {
            color: var(--text-white);
            font-size: 15px;
            line-height: 1.4;
            font-weight: 400;
            margin-bottom: 0;
            white-space: nowrap;
        }

.feature-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

.explore-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--monde-gold);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

    .explore-link:hover {
        opacity: 0.7;
    }

/* HERO CAROUSEL UI */
.carousel-arrows-container {
    display: flex;
    gap: 0;
}

.arrow-btn {
    background-color: rgba(28, 54, 91, 0.8);
    backdrop-filter: blur(5px);
    border: none;
    color: var(--text-white);
    width: 50px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

#prev-btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#next-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.arrow-btn:hover:not(:disabled) {
    color: var(--monde-gold);
}

.arrow-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.hero-bottom-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
    padding-bottom: 20px;
    z-index: 20;
}

.nav-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

    .nav-indicator:hover {
        opacity: 0.8;
    }

    .nav-indicator.active {
        opacity: 1;
    }

.nav-text {
    color: var(--text-white);
    font-weight: 600;
    font-size: 15px;
}

.nav-indicator.active .nav-text {
    color: var(--monde-gold);
}

.nav-line {
    width: 3px;
    height: 25px;
    background-color: #888;
    transition: height 0.3s ease, background-color 0.3s ease;
}

.nav-indicator.active .nav-line {
    background-color: var(--monde-gold);
    height: 45px;
}


/* =========================================
   HOME PAGE - WHY CHOOSE US (BALANCED FIT)
   ========================================= */
.why-monde-section {
    padding: 50px 30px 60px; /* Slightly more room at top and bottom */
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .why-monde-section .category-label {
        margin-bottom: 5px;
        font-size: 24px; /* Made slightly larger just in case! */
    }

.section-header-centered {
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.why-monde-section .section-title-dark {
    color: var(--monde-blue) !important;
    font-size: 40px; /* Bumped up from 36px for a stronger header */
    margin-bottom: 5px;
}

.why-monde-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; /* Restored a bit of the gap between cards */
    max-width: 1400px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.reason-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-left: 4px solid var(--monde-gold);
    border-radius: 6px;
    padding: 25px 20px; /* Gave the text inside the cards room to breathe again */
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

    .reason-card:hover {
        transform: translateY(-5px);
    }

.reason-icon {
    color: var(--monde-gold);
    flex-shrink: 0;
}

    .reason-icon svg {
        width: 26px; /* Restored icon size */
        height: 26px;
    }

.reason-text {
    font-size: 14px; /* Restored readability */
    color: #8da0b5;
    line-height: 1.6; /* Softer line height */
}

.explore-btn-container {
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.btn-outline-gold {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid var(--monde-gold);
    border-radius: 50px;
    color: var(--monde-gold);
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .btn-outline-gold:hover {
        background: var(--monde-gold);
        color: #ffffff;
    }



/* =========================================
   HOME PAGE - ABOUT US
   ========================================= */
.about-us-section {
    position: relative;
    background-image: url('images/hero-campaign.webp'), url('images/ori/hero-campaign.jpg');
    background-size: cover;
    background-position: center;
    padding: 0;
    display: flex;
}

    .about-us-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

.about-flex {
    position: relative;
    z-index: 2;
    display: flex !important;
    justify-content: space-between;
    align-items: stretch !important;
    min-height: 550px;
    width: 100%;
}

.about-text-content {
    max-width: 550px;
    color: var(--text-white);
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0 80px 30px;
}

.section-title-white {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-white);
    margin: 10px 0;
}

.section-subtitle {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
    color: #F8F9FA;
}

.about-description {
    line-height: 1.6;
    margin-bottom: 35px;
    color: #d1d9e6;
    font-size: 15px;
}

.learn-more-link {
    color: var(--monde-gold);
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
    font-size: 16px;
}

    .learn-more-link:hover {
        opacity: 0.8;
    }

.founders-grid {
    display: flex;
    align-items: stretch !important;
    height: auto;
    margin: 0;
}

.founder-card {
    width: 280px;
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    border-left: 2px solid rgba(181, 138, 86, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 50px;
    color: var(--text-white);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .founder-card:hover, .founder-card.active {
        border-left: 6px solid var(--monde-gold);
    }

    .founder-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        z-index: 1;
    }

.founder-m-icon {
    width: 36px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    z-index: 2;
    align-self: flex-start;
}

.founder-info {
    z-index: 2;
    text-align: center;
    transition: transform 0.3s ease;
    align-self: center;
    width: 100%;
}

.founder-card.active .founder-info {
    transform: translateY(-5px);
}

.founder-info h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.founder-info span {
    font-size: 15px;
    color: #d1d9e6;
    letter-spacing: 0.5px;
}

/* =========================================
   HOME PAGE - TESTIMONIALS SECTION
   ========================================= */
.testimonials-section {
    position: relative;
    background-color: #050c23; /* Dark fallback color */
    padding: 120px 30px;
    overflow: hidden;
}

/* 1. The Video Background Layer */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills area without distortion */
    z-index: 1;
}

/* 2. The Dark Overlay Layer (Lightened) */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Reduced alpha from 0.65 to 0.45 to lighten the layer */
    background: rgba(5, 12, 35, 0.45);
    z-index: 2;
}

/* 3. The Content Layer (Pushed above video and overlay) */
.testi-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 3; /* Sit on top of everything */
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 100px;
}

.testi-text-content {
    flex: 1;
    position: relative;
}

body[data-page="home"] .testimonials-section .category-label,
body[data-page="home"] .testimonials-section .section-title-dark {
    color: #ffffff !important;
}

body[data-page="home"] .testimonials-section .category-label {
    color: var(--monde-gold) !important;
    opacity: 1;
}

.section-title-dark {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-white); /* Changed to white for visibility */
    line-height: 1.2;
    margin-top: 15px;
}

.testi-card-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    flex-shrink: 1;
}

.quote-mark {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    z-index: 5;
}

.quote-top {
    top: 30%;
    right: -25px;
}

.quote-bottom {
    bottom: 20%;
    left: -25px;
    transform: rotate(180deg);
}

.testi-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); /* Darker shadow for depth */
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    transition: opacity 0.3s ease;
}

.testi-card-top {
    padding: 40px 30px 30px;
    text-align: center;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testi-avatar-large {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    object-fit: cover;
    margin-bottom: 20px;
}

.testi-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--monde-blue);
}

/* FIXED HEIGHT FOR CONSISTENCY */
.testi-card-bottom {
    background-color: var(--testi-cream);
    padding: 40px 50px;
    text-align: center;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testi-quote-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--monde-blue);
    font-weight: 600;
}

.testi-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.nav-avatar-btn {
    cursor: pointer;
    border-radius: 50%;
    padding: 3px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3); /* Subtle border when inactive */
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-avatar-btn.active {
        border-color: var(--monde-gold);
    }

.testi-avatar-small {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


/* =========================================
   HOME PAGE - FAQS SECTION
   ========================================= */
.faq-section {
    padding: 100px 30px 140px;
    background-color: #ffffff;
    border-top: 1px solid #f5f5f5;
}

.faq-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.faq-text-side {
    max-width: 420px;
    flex-shrink: 0;
}
    .faq-text-side .section-title-dark {
        color: var(--monde-blue) !important; /* Forces the brand blue for high contrast */
        opacity: 1 !important; /* Ensures the text is fully opaque */
    }

.faq-description {
    color: #8da0b5;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.faq-content-side {
    flex: 1;
    max-width: 850px;
}

.faq-categories {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.faq-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #d1d9e6;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-icon-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.faq-cat-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.faq-category.active {
    color: var(--monde-gold);
}

    .faq-category.active .faq-icon-circle {
        border-color: var(--monde-gold);
        box-shadow: 0 10px 20px rgba(181, 138, 86, 0.1);
    }

.faq-accordion {
    display: flex;
    flex-direction: column;
}

body[data-page="home"] .faq-accordion {
    padding: 0;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 26px 32px;
    cursor: pointer;
    transition: padding 0.3s ease;
}

    .faq-header h4 {
        font-size: 17px;
        color: var(--monde-blue);
        font-weight: 600;
        margin: 0;
        padding-right: 0;
        line-height: 1.45;
    }

.faq-toggle-icon {
    font-size: 24px;
    font-weight: 400;
    color: var(--monde-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    transition: transform 0.3s ease;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

    .faq-body p {
        color: #8da0b5;
        line-height: 1.75;
        font-size: 15px;
        margin: 0;
        padding: 0 32px 30px;
        text-align: left;
        text-align-last: left;
    }

body[data-page="home"].rtl .faq-body p {
    text-align: right;
    text-align-last: right;
}

.faq-item.active .faq-body {
    max-height: 200px;
}

.faq-item.active .faq-header h4 {
    color: var(--monde-blue);
}

body[data-page="home"] .faq-item:last-child {
    border-bottom: 0;
}

/* =========================================
   COUNTRIES PAGE (MAP VIEW) & OVERRIDES
   ========================================= */
.light-page {
    background-color: var(--surface-white);
    color: #1c365b;
}

.map-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.container-wide {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-monde-section .container-wide, .packages-section .container-wide, .about-us-section .container-wide, .testimonials-section .container-wide, .faq-section .container-wide, .site-footer .container-wide {
    display: block;
}

.about-us-section .about-flex, .testimonials-section .testi-flex, .faq-section .faq-flex {
    display: flex;
}

.back-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-small {
    height: 30px;
}

.split-view {
    padding-top: 80px;
    align-items: flex-start;
    position: relative;
    gap: 40px;
    display: flex;
}

.map-text-side {
    max-width: 750px;
    position: relative;
    z-index: 10;
    margin-top: 145px;
}

.page-title {
    font-size: 38px;
    color: var(--monde-blue);
    margin: 10px 0 20px;
    white-space: nowrap;
    position: relative;
}

.page-desc {
    color: #8da0b5;
    margin-bottom: 40px;
}

.country-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 600px;
    position: relative;
    z-index: 10;
}

.country-pill {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .country-pill:hover {
        border-color: var(--monde-gold);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

.country-pill small {
    color: var(--monde-gold);
    font-size: 11px;
    font-weight: 700;
}

.pill-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

img[src*="monde-office"] {
    border-radius: 0;
    object-fit: contain;
    width: 28px;
}

.map-visual-side {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1050px;
}

.interactive-map {
    width: 100%;
    height: auto;
    display: block;
}

.map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
}

    .map-pin::before, .map-pin::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1.5px solid var(--monde-gold);
        border-radius: 50%;
        animation: microPulse 2.5s ease-out infinite;
        pointer-events: none;
        z-index: -1;
    }

    .map-pin::after {
        animation-delay: 1.25s;
    }

@keyframes microPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.map-pin:hover {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 6px 15px rgba(181, 138, 86, 0.5);
    z-index: 10;
}

    .map-pin:hover::before, .map-pin:hover::after {
        border-color: var(--monde-gold);
        animation-duration: 1.5s;
    }

.pin-flag {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    object-fit: cover;
}

.pin-egypt .pin-flag {
    border-radius: 0;
    width: 15px;
    object-fit: contain;
}

.pin-germany {
    top: 41.5%;
    left: 51%;
}

.pin-austria {
    top: 44%;
    left: 51.5%;
}

.pin-switzerland {
    top: 45.5%;
    left: 49.5%;
}

.pin-egypt {
    top: 54.5%;
    left: 55.5%;
}

/* =========================================
   SERVICES PAGE 
   ========================================= */

/* 1. Hero Alignment and Sizing */
.services-hero {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 54, 91, 0.5); /* The dark blue tint */
    z-index: 1;
}

.services-hero-content {
    position: relative;
    z-index: 10;
}

    .services-hero-content h1 {
        color: #fff;
        font-size: 52px;
        font-weight: 700;
        margin: 0;
    }

.services-badge-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}

.country-selector {
    position: relative;
    z-index: 150;
}

/* =========================================
   HERO BADGE (CIRCULAR FLAG & ARROW)
   ========================================= */
.lang-toggle-badge {
    background: #fff;
    padding: 6px 12px 6px 6px; /* Tighter padding on the left to hug the circle */
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    border: 0;
    color: var(--monde-blue);
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lang-toggle-badge:hover,
.country-selector.is-open .lang-toggle-badge {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

/* Transforms the rectangular flag into a perfect circle */
.badge-flag-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-dropdown-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

.country-selector.is-open .lang-dropdown-arrow {
    transform: rotate(180deg);
}

.selected-country-name {
    font-size: 14px;
    font-weight: 700;
    padding-inline-start: 2px;
}

.country-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    min-width: 250px;
    padding: 10px;
    border: 1px solid rgba(181, 138, 86, 0.22);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 24px 55px rgba(16,31,52,0.22);
    transform: translate(-50%, 8px) scale(0.96);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 160;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    backdrop-filter: blur(14px);
}

.country-selector.is-open .country-dropdown,
.country-dropdown.is-open {
    display: block;
    position: fixed;
    top: var(--country-menu-top, auto);
    left: var(--country-menu-left, 50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
    z-index: 1000;
}

.country-dropdown:not(.is-open) {
    display: none;
}

.country-option {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: transparent;
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: var(--monde-blue);
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.country-option:hover,
.country-option.is-active {
    background: rgba(181, 138, 86, 0.12);
    transform: translateX(2px);
}

.country-option img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.country-option span {
    font-weight: 700;
}

.country-option small {
    color: var(--monde-gold);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.country-coming-soon {
    display: none;
    padding: 95px 20px 115px;
    background: #f7f8fa;
}

.country-coming-soon.is-visible {
    display: block;
}

.coming-soon-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: 54px;
    border: 1px solid rgba(181, 138, 86, 0.18);
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 22px 55px rgba(28, 54, 91, 0.08);
}

.coming-soon-flag {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 22px;
    box-shadow: 0 10px 25px rgba(28, 54, 91, 0.18);
}

.coming-soon-panel h2 {
    margin: 0 0 14px;
    color: var(--monde-blue);
    font-size: 34px;
}

.coming-soon-panel p {
    max-width: 560px;
    margin: 0 auto 26px;
    color: #52657c;
    line-height: 1.7;
}

.coming-soon-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Hide the old toggle circle just in case it was left anywhere */
.toggle-circle {
    display: none !important;
}

/* 2. Floating Card Logic & Grid Alignment */
.selection-section {
    margin-top: -120px; /* Pulls the card up into the hero image */
    position: relative;
    z-index: 30;
    padding: 0 30px;
}

    .selection-section .category-label-small {
        color: #eab332 !important;
    }

/* 1. Force the card to expand */
.program-card-wrapper {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
    padding: 60px;
    border: 1px solid #f5f5f5;
    width: 100%; /* CRITICAL: This forces the card to stretch to full width */
    max-width: 1400px;
    margin: 0 auto;
}

.split-view-programs {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Forces the side-by-side layout */
    gap: 80px;
    align-items: center;
}

.program-column.right-side {
    border-left: 1px solid #f0f0f0;
    padding-left: 60px;
}

.program-title {
    color: var(--monde-blue);
    margin: 5px 0;
}

.program-title-spaced {
    margin-bottom: 20px;
}

.program-subtitle {
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: -5px; /* Pulls subtitle slightly closer to title */
}

.program-subtitle-tight {
    margin-bottom: 20px;
}

.packages-section {
    padding: 80px 0;
}

.packages-section-compact {
    padding: 60px 0;
}

.packages-heading {
    margin-top: 40px;
    margin-bottom: 60px;
}

.packages-heading-compact {
    margin-top: 16px;
    margin-bottom: 42px;
}

.packages-eyebrow {
    color: var(--monde-gold);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.packages-eyebrow-small {
    font-size: 14px;
}

body.rtl .packages-section {
    overflow: hidden;
}

body.rtl .packages-heading .section-title-dark {
    color: var(--monde-blue);
    opacity: 1;
}

body.rtl .services-pricing-grid {
    direction: rtl;
}

body.rtl .service-price-card {
    text-align: right;
}

.packages-title {
    color: var(--monde-blue);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.packages-subtitle {
    color: var(--text-muted);
    font-size: 18px;
}

/* 2. Container to space out the left-side pills */
.service-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.pill-btn,
.custom-btn-group .pill-outline,
.custom-btn-group .pill-solid-gold {
    padding: 12px 24px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1px solid transparent !important;
    cursor: pointer;
    background-color: #fdf2d9 !important;
    color: #eab332 !important;
    box-shadow: none;
    transform: translateY(0) scale(1);
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.pill-btn:hover,
.custom-btn-group .pill-outline:hover,
.custom-btn-group .pill-solid-gold:hover {
    background-color: #eab332 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(234, 179, 50, 0.25);
    transform: translateY(-2px) scale(1.01);
}

.pill-btn.active,
.pill-btn.is-pressed,
.custom-btn-group .pill-outline.is-pressed,
.custom-btn-group .pill-solid-gold.is-pressed,
.pill-btn:active,
.custom-btn-group .pill-outline:active,
.custom-btn-group .pill-solid-gold:active {
    background-color: #eab332 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(234, 179, 50, 0.25);
    transform: translateY(1px) scale(0.97);
}

/* 4. Container to stack the right-side buttons */
.custom-btn-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

    /* Forces the buttons in the "Custom" column to stretch fully and look premium */
    .custom-btn-group .pill-outline,
    .custom-btn-group .pill-solid-gold {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: center !important;
        border-radius: 50px !important;
    }

/* =========================================
   PACKAGES GRID
   ========================================= */
.services-pricing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.service-price-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: left; /* Aligns content to the left like Figma */
    display: flex;
    flex-direction: column;
    min-height: 550px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    position: relative; /* Needed to anchor the badge */
}

    .service-price-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    }

    .service-price-card.highlight {
        border: 1px solid #e0e0e0;
        transform: scale(1.03);
        z-index: 10;
        box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    }

/* Fixes the badge position to overhang the top right edge */
.best-deal-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--monde-gold) !important; /* Forces brand gold */
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
}

.card-tier {
    font-size: 18px;
    color: var(--monde-gold) !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.tier-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0; /* Default grey dot */
}

    /* Optional: Different colored dots for different tiers if needed */
    .tier-dot.plus {
        background: #d4a373;
    }

    .tier-dot.premium {
        background: var(--monde-gold);
    }

    .tier-dot.basic {
        background: #f2e3c6;
    }

.card-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #8da0b5;
    margin-bottom: 20px;
    min-height: 40px; /* Keeps heights aligned */
}

.card-price {
    font-size: 32px;
    color: var(--monde-gold) !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-feature-title {
    font-size: 15px;
    color: #8da0b5;
    font-weight: 500;
    margin-bottom: 15px;
}

.card-features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
    font-size: 12px;
    color: var(--monde-blue) !important;
    font-weight: 500;
    line-height: 1.4;
}

    .card-features-list span {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

/* Styling the circular checkmark SVG */
.check-svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transform: translateY(2px); /* Perfectly aligns the circle with the text */
}

.card-actions {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.pill-solid-gold-small {
    background-color: var(--monde-gold) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

    .pill-solid-gold-small:hover {
        opacity: 0.9;
    }

.learn-more-link-card {
    color: var(--monde-gold) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .learn-more-link-card:hover {
        color: var(--monde-blue) !important;
    }

/* =========================================
   UNIVERSITY SPOTLIGHT (CLEAN FIGMA MATCH)
   ========================================= */
.spotlight-section {
    padding: 100px 0;
    background-color: #fcfcfc;
    position: relative;
    overflow: hidden;
}

/* Dashed background circle */
.spotlight-section::before {
    content: '';
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px dashed #d1d9e6;
    border-radius: 50%;
    top: 15%;
    right: -5%;
    z-index: 0;
    pointer-events: none;
}

/* Restores the standard flex alignment without breaking the page */
.spotlight-section .section-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px; /* Gives the text block plenty of room to breathe */
    position: relative;
    z-index: 2;
    max-width: 1500px; /* Allows the section to stretch wider */
    margin: 0 auto;
}

/* Widens the image block and ensures sharp corners */
.university-card-fixed {
    position: relative;
    width: 55%; /* Increased width for a premium feel */
    border-radius: 0; /* Sharp corners like Figma */
    overflow: hidden;
    box-shadow: none;
}

    .university-card-fixed img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
    }

/* Gradient overlay */
.uni-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(28, 54, 91, 0.9), transparent);
    z-index: 1;
    pointer-events: none;
}

/* Locks the label text inside the image */
.uni-overlay-label {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    z-index: 2;
    margin: 0;
    line-height: 1.2;
    white-space: normal;
}

/* --- Content Area Improvements --- */
.spotlight-details {
    width: 45%; /* Balances the wider image */
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

body.rtl .spotlight-section .section-flex {
    flex-direction: row;
}

body.rtl .spotlight-section .university-card-fixed {
    flex: 0 0 55%;
    width: 55%;
}

body.rtl .spotlight-section .spotlight-details {
    flex: 1 1 0;
    width: 45%;
    min-width: 0;
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}

.spotlight-category {
    color: var(--monde-gold);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px;
}

.sub-heading-spotlight {
    font-size: 40px; /* Larger, more impactful heading */
    color: var(--monde-blue);
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.spotlight-p {
    line-height: 1.8;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 50px; /* Solid breathing room before the arrows */
    text-align: left;
}

/* Constrains the arrows and prevents them from blowing up */
.spotlight-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Spreads arrows apart */
    width: 100%;
    padding-right: 40px; /* Aligns right arrow with text block */
}

.spotlight-arrow {
    color: var(--monde-gold);
    width: 40px; /* Fixed width prevents giant arrows */
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .spotlight-arrow:hover {
        transform: scale(1.1);
    }

.spotlight-dots {
    display: flex;
    gap: 12px;
    align-items: center;
}

.s-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0e0e0;
    display: block;
    transition: all 0.3s ease;
}

    .s-dot.active {
        background: var(--monde-gold);
        width: 30px; /* Wide pill shape */
        border-radius: 10px;
    }

.comparison-section {
    padding: 80px 0 120px;
    background-color: #ffffff;
    max-width: 100%;
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 1300px;
    margin: 0 auto;
}

    /* --- Table Headers (Pills) --- */
    .compare-table th {
        padding: 0 15px 30px 15px;
        border-bottom: none;
        width: 20%;
    }

        .compare-table th:first-child {
            width: 40%;
        }

.th-header-box {
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

    .th-header-box.outline {
        border: 1px solid var(--monde-gold);
        color: var(--monde-gold);
        background: transparent;
    }

    .th-header-box.solid {
        background: var(--monde-gold);
        color: #ffffff;
    }

    .th-header-box small {
        font-size: 11px;
        font-weight: 500;
        opacity: 0.9;
        margin-top: 4px;
    }

/* --- Table Rows & Lines --- */
.compare-table td {
    padding: 24px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    vertical-align: middle;
}

/* --- First Column (Titles & Subtitles) --- */
.td-feature-name {
    text-align: left !important;
    padding-left: 20px !important;
}

.feature-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 800;
    color: var(--monde-blue);
}

.feature-info-icon {
    width: 16px;
    height: 16px;
    background-color: #8da0b5;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-style: italic;
    font-family: serif;
    font-weight: bold;
}

.feature-subtitle {
    font-size: 12px;
    color: #8da0b5;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    line-height: 1.4;
    max-width: 90%;
}

/* --- Checkmarks --- */
.check-circle-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #fdf2d9; /* Faint gold background */
    border-radius: 50%;
    color: var(--monde-gold);
}

    .check-circle-wrapper svg {
        width: 14px;
        height: 14px;
    }

/* --- Pricing Section Dividers & Labels --- */
.td-section-title {
    text-align: left !important;
    font-size: 18px;
    font-weight: 800;
    color: var(--monde-blue);
    padding-top: 60px !important; /* Large gap before pricing starts */
    padding-bottom: 20px !important;
    border-bottom: none !important;
    padding-left: 20px !important;
}

.td-price-label {
    text-align: left !important;
    color: #8da0b5;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px !important;
}

.td-price-value {
    color: var(--monde-gold);
    font-weight: 800;
    font-size: 16px;
}

/* --- Bottom Button Row --- */
.td-button-cell {
    padding-top: 40px !important;
    border-bottom: none !important;
}

.btn-book-now {
    background-color: #fdf2d9;
    color: var(--monde-gold);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-book-now:hover {
        background-color: var(--monde-gold);
        color: #ffffff;
    }

/* =========================================
   FOOTER 
   ========================================= */
.footer-about .footer-title {
    /* Align with the second part of the M */
    margin-left: 75px;
}

.site-footer {
    background-color: var(--monde-blue-footer);
    color: var(--text-white);
    padding: 80px 0 0 0;
    font-size: 14px;
    text-align: left;
    overflow-x: visible;
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-about {
    max-width: 350px;
    margin-top: 25px;
}

.footer-logo {
    width: 200px;
    display: block;
    margin-left: 0;
    margin-top: -70px;
    margin-bottom: 0;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -10px;
}

.footer-social .footer-title {
    font-size: 18px !important;
}

.footer-about p {
    color: #d1d9e6;
    line-height: 1.6;
    margin-left: 75px;
}

.footer-links, .footer-form-col {
    margin-top: 55px;
}

    .footer-links a {
        color: #d1d9e6;
        text-decoration: none;
        transition: color 0.3s ease;
        margin-bottom: 8px;
        font-weight: 600;
    }

        .footer-links a:hover {
            color: var(--monde-gold);
        }

.footer-form-col {
    flex: 1;
    max-width: 580px;
    padding-right: 60px;
}

.footer-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

    .footer-form input {
        padding: 12px 18px;
        border-radius: 25px;
        border: none;
        outline: none;
        font-family: inherit;
        font-size: 14px;
        color: #333;
        background-color: #ffffff;
    }

.form-row-split {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: center;
}

    .form-row-split input {
        flex: 1;
    }

.form-row {
    display: flex;
    gap: 8px;
    background: #ffffff;
    border-radius: 25px;
    padding: 4px;
}

    .form-row input {
        flex: 1;
        padding: 8px 15px;
        background: transparent;
        border-radius: 0;
    }

.btn-send {
    background-color: #26487a;
    color: #ffffff;
    border: 1px solid var(--monde-gold);
    border-radius: 25px;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-send:hover {
        background-color: var(--monde-gold);
    }

.footer-social {
    position: absolute;
    top: -20px;
    right: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

    .footer-social .footer-title {
        font-size: 13px !important;
        margin-bottom: 2px;
    }

.social-icons {
    display: flex;
    gap: 12px;
}

    .social-icons a {
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-icons svg {
        width: 14px;
        height: 14px;
        fill: currentColor;
        transition: color 0.3s ease;
    }

    .social-icons a:hover svg {
        color: var(--monde-gold);
    }

.footer-middle {
    display: flex;
    justify-content: center;
    gap: 240px;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
}

.contact-location-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-middle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d9e6;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .contact-info-item:hover {
        color: var(--monde-gold);
    }

    .contact-info-item svg {
        width: 20px;
        height: 20px;
        color: var(--monde-gold);
    }

.footer-copyright-bar {
    background-color: var(--monde-blue-footer-dark);
    width: 100%;
}

.footer-bottom {
    text-align: center;
    padding: 25px 0;
    margin-top: 0;
    color: #d1d9e6;
    font-size: 14px;
    width: 100%;
}

    .footer-bottom p {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 0;
        line-height: 1;
    }

.footer-bottom-logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    transform: translateY(-4px);
}

/* =========================================
   TOAST NOTIFICATION (COPY PHONE)
   ========================================= */
.toast-message {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background-color: var(--monde-blue);
    color: var(--text-white);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--monde-gold);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    pointer-events: none;
}

    .toast-message.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

/* =========================================
   CLEAN PHONE FIELD UI FIX (BODY ATTACHED)
   ========================================= */
.iti {
    flex: 1;
    width: 100%;
}

.iti__country-list {
    background-color: var(--monde-blue, #1c365b) !important;
    border: 1px solid var(--monde-gold, #b58a56) !important;
    border-radius: 8px !important;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.4) !important;
    position: absolute !important;
    bottom: calc(100% + 8px) !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 !important;
    max-height: 220px !important;
    min-width: 280px !important;
    width: max-content !important;
    max-width: 360px !important;
    color: #F8F9FA !important;
    font-family: 'Inter', sans-serif;
    z-index: 9999 !important;
    padding: 8px 0 !important;
    overflow-x: hidden !important;
}

.iti__country {
    padding: 12px 20px !important;
    color: #F8F9FA !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease;
}

    .iti__country:hover {
        background-color: rgba(181, 138, 86, 0.15) !important;
        padding-left: 28px !important;
        color: #b58a56 !important;
    }

.iti__dial-code {
    color: #8da0b5 !important;
}

.iti__selected-dial-code {
    color: #333 !important;
    font-weight: 600;
    margin-left: 6px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 25px 0 0 25px;
}

.iti__country-list::-webkit-scrollbar {
    width: 6px;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: var(--monde-gold, #b58a56);
    border-radius: 10px;
}

/* HEADER LINK RESET */
.logo a, .header-right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border: none;
    outline: none;
}

.logo-img, .logo-small {
    display: block;
}

#lang-switch {
    user-select: none;
}

/* =========================================
   ABOUT US PAGE (FIGMA DESIGN)
   ========================================= */

/* 1. THE MAGIC FIX: Forces containers to stack vertically so titles stay on top! */
.page-section .container-wide {
    display: block !important;
    width: 100%;
}

.page-section {
    padding: 80px 30px;
    position: relative;
}

    .page-section.who-we-are {
        padding-top: 40px;
    }
/* Keeps it pulled up */
.bg-light {
    background-color: #fafbfc;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

/* =========================================
   GLOBAL SCROLL REVEAL
   ========================================= */
body.reveal-ready .reveal-item {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.62s ease,
        transform 0.62s cubic-bezier(0.2, 0.74, 0.22, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
    backface-visibility: hidden;
}

body.reveal-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.reveal-reduced-motion .reveal-item,
body.reveal-reduced-motion .reveal-item.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
}

.section-title-compact {
    line-height: 1.3;
}

.link-spaced {
    margin-top: 20px;
}

/* Forces titles to take the full width and center properly */
.category-label-center {
    color: var(--monde-gold);
    font-weight: 700;
    font-size: 22px; /* Enlarged from 16px */
    display: block;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
    width: 100%;
}

/* 2. THE 50/50 GAP FIX */
.section-flex {
    display: flex;
    justify-content: center; /* Pushes items to the center instead of the far edges */
    align-items: center;
    gap: 70px; /* Precise control over the gap between text and image */
    max-width: 1250px; /* THE FIX: Stops the gap from stretching massively on huge monitors */
    margin: 0 auto; /* Keeps the whole block centered on the page */
}

    .section-flex .text-block {
        width: 50%;
        max-width: 550px;
    }

    .section-flex .image-block {
        width: 50%;
        position: relative;
        display: flex;
        justify-content: center;
    }

.spotlight-section .services-spotlight-flex {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 60px;
    max-width: 1500px;
}

.spotlight-section .services-spotlight-flex .university-card-fixed,
.spotlight-section .services-spotlight-flex .spotlight-details {
    width: auto;
    max-width: none;
}

.spotlight-section .services-spotlight-flex .university-card-fixed {
    grid-column: 1;
}

.spotlight-section .services-spotlight-flex .spotlight-details {
    grid-column: 2;
    padding-right: 20px;
}

body.rtl .spotlight-section .services-spotlight-flex {
    direction: ltr;
}

body.rtl .spotlight-section .services-spotlight-flex .university-card-fixed {
    grid-column: 2;
}

body.rtl .spotlight-section .services-spotlight-flex .spotlight-details {
    grid-column: 1;
    direction: rtl;
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}

.university-admission-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(230, 189, 85, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.university-admission-showcase::before {
    content: "";
    position: absolute;
    inset: 70px -160px auto auto;
    width: 520px;
    height: 520px;
    border: 2px dashed rgba(146, 165, 200, 0.35);
    border-radius: 999px;
    pointer-events: none;
}

.university-showcase-shell {
    position: relative;
    z-index: 1;
    display: block !important;
    align-items: initial;
    justify-content: initial;
}

.university-showcase-heading {
    max-width: 850px;
    margin-bottom: 34px;
}

.university-showcase-heading .sub-heading-spotlight {
    margin-top: 10px;
    margin-bottom: 14px;
}

.university-slider-frame {
    position: relative;
    min-height: 560px;
}

.university-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: stretch;
    gap: 44px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transform: translateY(12px);
    transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
}

.university-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    transform: translateY(0);
}

.university-slide-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 8px;
    background: #213458;
    box-shadow: 0 26px 60px rgba(33, 52, 88, 0.16);
}

.university-slide-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}

.university-slide-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(33, 52, 88, 0.64), rgba(33, 52, 88, 0.08) 52%, rgba(33, 52, 88, 0.2)),
        linear-gradient(180deg, transparent 45%, rgba(33, 52, 88, 0.72));
}

.university-slide-media figcaption {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 32px;
    z-index: 1;
    max-width: 620px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 800;
}

.university-slide-copy {
    align-self: center;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(33, 52, 88, 0.12);
    border-left: 4px solid #e6bd55;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(33, 52, 88, 0.1);
}

.university-slide-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b8954d;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.84rem;
}

.university-slide-copy > span::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: #e6bd55;
}

.university-slide-copy h3 {
    margin: 14px 0 16px;
    color: #213458;
    font-size: clamp(2rem, 3.2vw, 3.8rem);
    line-height: 1.05;
    font-weight: 800;
}

.university-slide-copy p {
    color: #4c5d7a;
    font-size: 1.08rem;
    line-height: 1.85;
    font-weight: 500;
}

.university-slide-copy ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.university-slide-copy li {
    position: relative;
    padding-left: 26px;
    color: #213458;
    font-weight: 700;
}

.university-slide-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 10px;
    height: 10px;
    border: 2px solid #e6bd55;
    border-radius: 999px;
}

.university-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
}

.university-slider-arrow,
.university-slider-dots button {
    border: 0;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.university-slider-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(33, 52, 88, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #213458;
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(33, 52, 88, 0.08);
}

.university-slider-arrow:hover,
.university-slider-arrow:focus-visible {
    background: #213458;
    color: #e6bd55;
    transform: translateY(-2px);
}

.university-slider-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(33, 52, 88, 0.08);
}

.university-slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(33, 52, 88, 0.22);
}

.university-slider-dots button.is-active,
.university-slider-dots button:hover,
.university-slider-dots button:focus-visible {
    width: 34px;
    background: #e6bd55;
}

.university-showcase-actions {
    justify-content: center;
    margin-top: 30px;
}

body.rtl .university-slide {
    direction: rtl;
}

body.rtl .university-slide-copy {
    border-left: 1px solid rgba(33, 52, 88, 0.12);
    border-right: 4px solid #e6bd55;
    text-align: right;
}

body.rtl .university-slide-copy li {
    padding-left: 0;
    padding-right: 26px;
}

body.rtl .university-slide-copy li::before {
    left: auto;
    right: 0;
}

body.rtl .university-slide-copy > span::before {
    order: 2;
}

@media (max-width: 980px) {
    .university-slider-frame {
        min-height: auto;
    }

    .university-slide,
    body.rtl .university-slide {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .university-slide-media,
    .university-slide-media img {
        min-height: 380px;
    }

    .university-slide-copy {
        align-self: stretch;
    }
}

@media (max-width: 640px) {
    .university-showcase-heading {
        margin-bottom: 24px;
    }

    .university-slide-media,
    .university-slide-media img {
        min-height: 310px;
    }

    .university-slide-media figcaption {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 2rem;
    }

    .university-slide-copy {
        padding: 24px;
    }

    .university-slide-copy h3 {
        font-size: 2rem;
    }

    .university-slide-copy p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .university-slider-controls {
        gap: 10px;
    }

    .university-slider-arrow {
        width: 42px;
        height: 42px;
    }

    .university-slider-dots {
        gap: 8px;
        padding: 11px 12px;
    }

    .university-slider-dots button.is-active,
    .university-slider-dots button:hover,
    .university-slider-dots button:focus-visible {
        width: 24px;
    }
}

/* 3. Hero Banner (Restored Height) */
.about-hero {
    height: 320px; /* Increased from 220px to fix the "too thin" issue */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* SNAPS TEXT TO BOTTOM */
    position: relative;
    padding-top: 80px;
    padding-bottom: 35px;
}

    .about-hero h1 {
        color: #fff;
        font-size: 48px;
        z-index: 2;
        position: relative;
        margin-bottom: 0;
    }

/* Who We Are (Organic Shape & Accents) */
.who-we-are-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--monde-blue);
    font-weight: 500;
    text-align: justify;
    text-justify: inter-word;
}

.organic-shape img {
    width: 100%;
    max-width: 550px;
    height: 290px; /* Restored height to give the image beautiful proportions */
    object-fit: cover;
    border-radius: 40px 120px 40px 40px;
    position: relative;
    z-index: 2;
}

.organic-shape::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: var(--monde-gold);
    border-radius: 50%;
    z-index: 1;
}

.organic-shape::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(rgba(181, 138, 86, 0.4) 3px, transparent 3px);
    background-size: 20px 20px;
    z-index: 1;
}

/* 3. Staggered Founders (Diagonal Layout) */
.founders-staggered {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
    width: 100%;
}

.founder-card-horizontal {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    max-width: 700px;
    width: 100%;
    border: 1px solid #f0f0f0;
}

    .founder-card-horizontal.left {
        align-self: flex-start;
    }

    .founder-card-horizontal.right {
        align-self: flex-end;
    }

.founder-portait {
    width: 180px;
    height: 180px;
    border-radius: 15px;
    object-fit: cover;
}

.founder-text h3 {
    font-size: 24px;
    color: var(--monde-blue);
    margin-bottom: 5px;
}

.founder-text .role {
    color: var(--monde-gold);
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

/* =========================================
   ABOUT US - PARTNERSHIPS (CARD DESIGN)
   ========================================= */
.partnerships-container {
    position: relative;
    padding: 30px 0;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    /* The subtle dashed line spanning behind the cards */
    .partnerships-container::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5%;
        right: 5%;
        height: 1px;
        border-top: 2px dashed #e4e7ec; /* Light grey dashed line */
        z-index: 1;
    }

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; /* Keeps the cards ABOVE the dashed line */
}

/* The White Card Style */
.partner-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px 35px 15px 20px; /* More balanced breathing room inside the card */
    display: flex;
    align-items: center;
    gap: 18px; /* Space between the logo and the text */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 220px; /* Ensures the cards maintain a nice, uniform presence */
}

    .partner-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(181, 138, 86, 0.1);
    }

    .partner-item img {
        height: 48px; /* Slightly smaller to let the image breathe inside the card */
        width: auto; /* CRITICAL: Allows rectangular logos (like Casita) to stay rectangular */
        max-width: 80px; /* Prevents naturally wide logos from taking up too much space */
        object-fit: contain; /* CRITICAL: Scales the image to fit without cropping */
        border-radius: 8px; /* Softer, more natural corner radius for the logos */
    }

.partner-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--monde-blue);
}

/* Mission & Values (Masonry Collage & Checkmarks) */
.image-grid-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 50%;
    position: relative;
    align-items: center;
}

.collage-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .collage-col.down {
        transform: translateY(30px);
    }

    .collage-col.up {
        transform: translateY(-30px);
    }

    .collage-col img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

.values-title {
    font-size: 20px;
    line-height: 1.5;
    color: var(--monde-blue);
    margin-bottom: 30px;
}

.values-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .values-list li {
        position: relative;
        padding-left: 35px;
        line-height: 1.6;
        color: #555;
    }

        .values-list li::before {
            content: '✔';
            position: absolute;
            left: 0;
            top: 0;
            color: var(--monde-gold);
            font-size: 18px;
            font-weight: bold;
        }

/* Team Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}

.team-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    padding: 0 0 25px 0;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

    .team-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .team-card h4 {
        font-size: 20px;
        color: var(--monde-blue);
        margin-bottom: 5px;
    }

.team-role {
    color: var(--monde-gold);
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.team-card p {
    font-size: 13px;
    color: #888;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .team-social a {
        width: 35px;
        height: 35px;
        background: #333;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 12px;
    }

        .team-social a:hover {
            background: var(--monde-gold);
        }

/* =========================================
   LANGUAGE & RTL (ARABIC) SUPPORT FIXES
   ========================================= */
body.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

    /* 1. RTL Text Justification Fixes */
    body.rtl p,
    body.rtl .reason-text,
    body.rtl .about-description,
    body.rtl .testi-quote-text,
    body.rtl .faq-description,
    body.rtl .faq-body p,
    body.rtl .footer-about p {
        text-align-last: right;
    }

    /* 2. Header & Nav Alignment */
    body.rtl .navbar .logo {
        margin-right: 0;
        margin-left: 60px;
    }

    body.rtl .nav-actions {
        margin-left: 0;
        margin-right: auto;
    }

    body.rtl .language-toggle, body.rtl .lang {
        border-left: none;
        padding-left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 20px;
    }

    body.rtl .navbar.scrolled .language-toggle {
        border-left: none;
        border-right: 1px solid rgba(28, 54, 91, 0.2);
    }

    /* 3. Arrows & Carousel */
    body.rtl .explore-link span, body.rtl .learn-more-link span {
        display: inline-block;
        transform: scaleX(-1);
    }

    body.rtl .arrow-btn {
        transform: scaleX(-1);
        transition: background-color 0.3s ease, color 0.3s ease !important;
    }

    body.rtl #next-btn {
        border-radius: 0 30px 30px 0 !important;
    }

    body.rtl #prev-btn {
        border-radius: 30px 0 0 30px !important;
    }

    body.rtl .explore-link span, body.rtl .learn-more-link span {
        transform: rotate(180deg);
    }

    body.rtl .hero-right-side {
        margin-left: 0;
        margin-right: auto;
        align-items: flex-end;
    }

    /* 4. Footer Layout Alignment */
    body.rtl .footer-logo {
        margin: -70px 0 10px 0 !important;
        display: block;
    }

    /* Anchors Column titles to the right */
    body.rtl .footer-col {
        align-items: flex-start;
    }

    body.rtl .footer-title {
        text-align: right !important;
        width: 100%;
        margin-right: 0 !important;
    }

    body.rtl .footer-about p,
    body.rtl .footer-links a {
        text-align: right;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.rtl .footer-form-col {
        padding-right: 0 !important;
        padding-left: 60px !important;
    }

    body.rtl .footer-social {
        right: auto;
        left: 60px;
        align-items: flex-start;
    }

    /* 5. Form & Contact RTL High-End UX Fixes */

    /* Reverts the phone library back to English rules completely */
    body.rtl .iti {
        direction: ltr !important;
    }

        body.rtl .iti input {
            text-align: left !important;
            direction: ltr !important;
        }

    /* Email field sits right, types left */
    body.rtl .form-row-split input[type="email"] {
        text-align: right;
        direction: rtl;
    }

        body.rtl .form-row-split input[type="email"]:focus,
        body.rtl .form-row-split input[type="email"]:not(:placeholder-shown) {
            text-align: left;
            direction: ltr;
        }

    /* Prevents the +20 phone number from flipping in the footer middle line */
    body.rtl .footer-about .footer-title,
    body.rtl .footer-about p {
        margin-left: 0 !important;
        margin-right: 55px !important; /* Aligns to second leg of M from the right side */
        text-align: justify;
    }
    body.rtl .contact-info-item[href*="whatsapp"] span {
        direction: ltr !important;
        unicode-bidi: bidi-override !important;
        display: inline-block;
    }
    /* About Page RTL Overrides */
    body.rtl .section-flex {
        flex-direction: row-reverse;
    }

    body.rtl .founder-card-horizontal.left {
        align-self: flex-end;
    }

    body.rtl .founder-card-horizontal.right {
        align-self: flex-start;
    }

    body.rtl .values-list li {
        padding-left: 0;
        padding-right: 35px;
    }

        body.rtl .values-list li::before {
            left: auto;
            right: 0;
        }

    body.rtl .organic-shape img {
        border-radius: 120px 40px 40px 40px;
    }
/* Flips the organic shape */

    /* 6. Partnerships RTL Overrides */
    body.rtl .partner-item {
        /* Swaps the padding: Top, Left, Bottom, Right */
        /* More breathing room on the left side where the text ends */
        padding: 15px 20px 15px 35px;
    }

    /* =========================================
       7. SERVICES PAGE RTL OVERRIDES
       ========================================= */

    /* Flips the divider line and padding on the floating card */
    body.rtl .program-column.right-side {
        border-left: none;
        padding-left: 0;
        border-right: 1px solid #f0f0f0;
        padding-right: 60px;
    }

    /* Adjusts the flag badge padding to hug the circle correctly */
    body.rtl .lang-toggle-badge {
        padding: 6px 6px 6px 12px;
    }

    body.rtl .country-option {
        grid-template-columns: 30px 1fr auto;
        text-align: right;
    }

    body.rtl .country-option:hover,
    body.rtl .country-option.is-active {
        transform: translateX(-2px);
    }

    /* Flips the text alignment for the comparison table */
    body.rtl .compare-table th.col-benefits,
    body.rtl .compare-table td.td-left {
        text-align: right;
    }

    /* Ensures the checkmarks stay perfectly centered */
    body.rtl .check-icon {
        display: inline-block;
    }

    /* =========================================
   COMPARISON TABLE RTL OVERRIDES
   ========================================= */
    body.rtl .td-feature-name,
    body.rtl .td-section-title,
    body.rtl .td-price-label {
        text-align: right !important;
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    body.rtl .feature-title-wrap {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

/* =========================================
   RESPONSIVE RULES
   ========================================= */
@media (max-width: 1200px) {
    .container-wide {
        max-width: 100%;
    }

    .why-monde-grid,
    .services-pricing-grid,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-middle {
        gap: 48px;
    }
}

@media (max-width: 900px) {
    .navbar {
        gap: 18px;
        padding: 18px 20px;
    }

    .navbar .logo {
        margin-right: 20px;
    }

    .nav-links,
    .nav-actions {
        gap: 18px;
    }

    .hero-content,
    .about-flex,
    .testi-flex,
    .faq-flex,
    .section-flex,
    .split-view,
    .footer-top,
    .footer-middle {
        flex-direction: column;
        align-items: stretch;
    }

    .map-text-side,
    .map-visual-side {
        min-width: 0;
    }

    .map-text-side {
        max-width: none;
        margin-top: 0;
    }

    .map-visual-side {
        justify-content: center;
        width: 100%;
    }

    .page-title {
        white-space: normal;
    }

    .hero-right-side {
        align-items: stretch;
        width: 100%;
        margin-left: 0;
    }

    .hero-feature-box {
        width: 100%;
        min-height: auto;
    }

    .split-view-programs {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .program-column.right-side {
        border-left: none;
        border-top: 1px solid #f0f0f0;
        padding-left: 0;
        padding-top: 36px;
    }

    .compare-table {
        min-width: 820px;
    }

    body.rtl .spotlight-section .section-flex {
        flex-direction: column;
    }

    body.rtl .spotlight-section .university-card-fixed,
    body.rtl .spotlight-section .spotlight-details {
        width: 100%;
        flex-basis: auto;
        padding-left: 0;
    }

    .spotlight-section .services-spotlight-flex,
    body.rtl .spotlight-section .services-spotlight-flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        direction: inherit;
    }

    .spotlight-section .services-spotlight-flex .university-card-fixed,
    .spotlight-section .services-spotlight-flex .spotlight-details,
    body.rtl .spotlight-section .services-spotlight-flex .university-card-fixed,
    body.rtl .spotlight-section .services-spotlight-flex .spotlight-details {
        grid-column: 1;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .comparison-section {
        overflow-x: auto;
    }

    .footer-social {
        position: static;
    }

    .footer-form-col {
        max-width: none;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .container-wide {
        padding: 0 20px;
    }

    .nav-links,
    .nav-actions {
        font-size: 14px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .home-hero {
        min-height: 720px;
        height: auto;
    }

    .map-header .container-wide {
        align-items: center;
        gap: 20px;
    }

    .map-layout {
        overflow: hidden;
    }

    .split-view {
        padding-top: 48px;
        gap: 32px;
    }

    .page-title {
        font-size: 32px;
    }

    .services-hero-content {
        max-width: 100%;
    }

    .services-badge-wrap {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
    }

    .country-dropdown {
        left: 0;
        min-width: min(250px, calc(100vw - 40px));
        transform: translateY(8px) scale(0.96);
    }

    .country-selector.is-open .country-dropdown {
        transform: translate(-50%, 0) scale(1);
    }

    .country-pill-grid {
        max-width: none;
    }

    .country-pill {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-bottom-nav {
        justify-content: flex-start;
        gap: 28px;
        overflow-x: auto;
        padding: 0 20px 16px;
    }

    .hero-content {
        justify-content: center;
        padding-top: 96px;
        padding-bottom: 72px;
        gap: 28px;
    }

    .hero-title,
    .section-title-dark,
    .section-title-white,
    .packages-title {
        font-size: 30px;
    }

    .why-monde-grid,
    .services-pricing-grid,
    .team-grid,
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .program-card-wrapper {
        padding: 32px 22px;
    }

    .form-row-split,
    .form-row {
        flex-direction: column;
        background: transparent;
        padding: 0;
    }

    .form-row input,
    .form-row-split input,
    .btn-send {
        width: 100%;
        border-radius: var(--radius-pill);
    }

    .footer-about .footer-title,
    .footer-about p {
        margin-left: 0;
    }

    body.rtl .footer-about .footer-title,
    body.rtl .footer-about p {
        margin-right: 0 !important;
    }

    body.rtl .comparison-section {
        direction: ltr;
    }

    body.rtl .compare-table {
        direction: rtl;
    }

    .contact-info-item {
        white-space: normal;
        word-break: break-word;
    }
}

/* Services spotlight final layout lock */
.spotlight-section > .container-wide.section-flex {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 60px;
    max-width: 1500px;
}

.spotlight-section > .container-wide.section-flex .university-card-fixed,
.spotlight-section > .container-wide.section-flex .spotlight-details {
    width: auto;
    max-width: none;
}

.spotlight-section > .container-wide.section-flex .university-card-fixed {
    grid-column: 1;
    grid-row: 1;
}

.spotlight-section > .container-wide.section-flex .spotlight-details {
    grid-column: 2;
    grid-row: 1;
}

body.rtl .spotlight-section > .container-wide.section-flex {
    direction: rtl;
}

body.rtl .spotlight-section > .container-wide.section-flex .university-card-fixed {
    grid-column: 1;
    grid-row: 1;
}

body.rtl .spotlight-section > .container-wide.section-flex .spotlight-details {
    grid-column: 2;
    grid-row: 1;
    direction: rtl;
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .spotlight-section .spotlight-category,
body.rtl .spotlight-section .sub-heading-spotlight,
body.rtl .spotlight-section .spotlight-p {
    text-align: right;
}

@media (max-width: 900px) {
    .spotlight-section > .container-wide.section-flex,
    body.rtl .spotlight-section > .container-wide.section-flex {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .spotlight-section > .container-wide.section-flex .university-card-fixed,
    .spotlight-section > .container-wide.section-flex .spotlight-details,
    body.rtl .spotlight-section > .container-wide.section-flex .university-card-fixed,
    body.rtl .spotlight-section > .container-wide.section-flex .spotlight-details {
        grid-column: 1;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Services spotlight mirrored RTL layout */
.spotlight-section .services-spotlight-flex {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
    grid-template-areas: "media content";
    align-items: center;
    gap: 60px;
}

.spotlight-section .services-spotlight-flex .university-card-fixed {
    grid-area: media;
    width: 100% !important;
    max-width: none !important;
}

.spotlight-section .services-spotlight-flex .spotlight-details {
    grid-area: content;
    width: 100% !important;
    max-width: none !important;
}

body.rtl .spotlight-section .services-spotlight-flex {
    direction: ltr;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
    grid-template-areas: "content media";
}

body.rtl .spotlight-section .services-spotlight-flex .spotlight-details {
    direction: rtl;
    text-align: right;
    padding-right: 0;
    padding-left: 20px;
}

body.rtl .spotlight-section .services-spotlight-flex .spotlight-category,
body.rtl .spotlight-section .services-spotlight-flex .sub-heading-spotlight,
body.rtl .spotlight-section .services-spotlight-flex .spotlight-p {
    text-align: right;
}

body.rtl .spotlight-section .services-spotlight-flex .uni-overlay-label {
    left: auto;
    right: 40px;
    text-align: right;
}

@media (max-width: 900px) {
    .spotlight-section .services-spotlight-flex,
    body.rtl .spotlight-section .services-spotlight-flex {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "media"
            "content";
        gap: 32px;
    }

    body.rtl .spotlight-section .services-spotlight-flex .spotlight-details {
        padding-left: 0;
    }
}


/* =========================================
   CAREERS PAGE
   ========================================= */
/* CRITICAL FIX: Stops the global container from spreading text horizontally */
.careers-hero .container-wide,
.careers-subnav-wrapper .container-wide {
    display: block !important;
    width: 100%;
}

.bg-soft {
    background-color: #fcfcfc; /* A softer, cleaner off-white to match Figma */
}

/* 1. Hero Section */
.careers-hero {
    height: 600px; /* Slightly taller for Figma proportions */
    background-image: url('images/hero-health.webp');
    background-size: cover;
    background-position: center 20%;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.careers-hero-content {
    position: relative;
    z-index: 10;
    max-width: 1180px !important;
    text-align: left;
}

.gold-text {
    color: var(--monde-gold) !important;
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-title-large {
    font-size: 64px !important; /* Massive, impactful heading like Figma */
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 20px 0 25px !important;
    max-width: 650px;
}

.hero-desc {
    font-size: 20px !important; /* Larger subtitle for readability */
    color: #e4e7ec;
    line-height: 1.6;
    margin-bottom: 40px !important;
    max-width: 650px;
    text-align: left;
}

.hero-actions {
    display: flex;
    gap: 15px;
}

.btn-solid-gold {
    background-color: var(--monde-gold);
    color: #fff;
    padding: 16px 35px; /* Thicker, premium button padding */
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid var(--monde-gold);
    transition: all 0.3s ease;
}

    .btn-solid-gold:hover {
        background-color: transparent;
    }

.btn-outline-white {
    background-color: transparent;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

    .btn-outline-white:hover {
        border-color: #fff;
        background-color: rgba(255,255,255,0.1);
    }

/* 2. Sticky Subnav */
.careers-subnav-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    position: sticky;
    top: 80px;
    z-index: 90;
}

.careers-subnav {
    display: flex;
    gap: 12px;
    padding: 12px 0 !important;
    overflow-x: auto;
    justify-content: flex-start; /* Ensures it stays locked to the left */
}

    .careers-subnav a {
        text-decoration: none;
        color: var(--monde-blue);
        font-weight: 600;
        font-size: 14px;
        padding: 9px 20px;
        border: 1px solid #eaeaea;
        border-radius: 50px;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

        .careers-subnav a:hover {
            border-color: var(--monde-gold);
            color: var(--monde-gold);
        }

/* 3. Careers page content */
.careers-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 35, 62, 0.74) 0%, rgba(18, 35, 62, 0.54) 48%, rgba(18, 35, 62, 0.2) 100%);
    z-index: 1;
}

.careers-hero .hero-overlay {
    display: none;
}

.careers-hero-content {
    margin-inline: auto;
    padding-inline: 30px;
}

.page-section {
    padding: 110px 30px;
}

.careers-hero,
.page-section,
#faq.faq-section {
    scroll-margin-top: 145px;
}

.page-section .container-wide {
    display: block;
    max-width: 1180px;
    margin-inline: auto;
}

.text-center {
    text-align: center;
}

#apply .text-center,
#apply .subtitle-light {
    text-align: center !important;
}

#apply .subtitle-light {
    margin-left: auto;
    margin-right: auto;
}

body.rtl .careers-hero-content,
body.rtl .hero-desc {
    text-align: right;
}

body.rtl .careers-subnav {
    justify-content: flex-start;
}

body.rtl .job-card,
body.rtl .value-card,
body.rtl .step-card,
body.rtl .benefit-card,
body.rtl .application-form,
body.rtl .no-matching-role-banner,
body.rtl .cta-banner {
    text-align: right;
}

body.rtl .job-actions,
body.rtl .banner-actions,
body.rtl .hero-actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

body.rtl .job-detail-panel ul {
    padding-left: 0;
    padding-right: 20px;
}

.category-label-center,
.category-label {
    color: var(--monde-gold);
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-title-dark {
    color: var(--monde-blue);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

body[data-page="careers"] .text-center {
    margin-bottom: 10px;
}

body[data-page="careers"] .category-label-center,
body[data-page="careers"] .category-label {
    color: #b58a56;
    font-size: 16px;
    font-weight: 900;
}

body[data-page="careers"].rtl .category-label-center,
body[data-page="careers"].rtl .category-label {
    font-size: 18px;
    letter-spacing: 0;
}

body[data-page="careers"].rtl .section-title-dark {
    font-size: 52px;
}

.subtitle-light {
    color: #8fa0b4;
    font-size: 18px;
    line-height: 1.65;
    margin: 18px auto 0;
    max-width: 720px;
}

.values-grid,
.benefits-grid,
.steps-grid,
.jobs-grid {
    display: grid;
    gap: 24px;
    margin-top: 58px;
}

.values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-card,
.benefit-card,
.step-card,
.job-card,
.application-form-wrapper,
.faq-section .faq-accordion {
    background: #ffffff;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(28, 54, 91, 0.08);
}

.value-card,
.step-card {
    min-height: 150px;
    padding: 30px;
}

.value-card h4,
.job-title,
.step-title {
    color: var(--monde-blue);
    font-weight: 800;
    letter-spacing: 0;
}

.value-card h4 {
    font-size: 21px;
    margin-bottom: 18px;
}

.value-card p,
.job-desc,
.cta-banner p {
    color: #1f2f45;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.jobs-grid {
    align-items: stretch;
}

.job-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 26px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.job-card:hover,
.value-card:hover,
.benefit-card:hover,
.step-card:hover {
    border-color: rgba(181, 138, 86, 0.28);
    box-shadow: 0 24px 55px rgba(28, 54, 91, 0.12);
    transform: translateY(-3px);
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.job-tags span {
    background: #fff8e9;
    border: 1px solid rgba(181, 138, 86, 0.16);
    border-radius: 999px;
    color: var(--monde-blue);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
}

.job-title {
    font-size: 25px;
    line-height: 1.25;
    margin: 0 0 16px;
}

.job-desc {
    margin-bottom: 26px;
}

.job-actions {
    display: flex;
    gap: 14px;
    margin-top: auto;
}

.btn-solid-gold,
.btn-solid-gold-small,
.btn-outline-gray,
.btn-bg-white,
.submit-btn {
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    min-height: 44px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.btn-solid-gold,
.btn-solid-gold-small,
.submit-btn {
    background: #eab332;
    border: 1px solid #eab332;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(234, 179, 50, 0.24);
}

.btn-solid-gold-small,
.btn-outline-gray,
.btn-bg-white {
    font-size: 14px;
    padding: 12px 26px;
}

.btn-outline-gray,
.btn-bg-white {
    background: #ffffff;
    border: 1px solid rgba(28, 54, 91, 0.12);
    color: var(--monde-blue);
}

.btn-solid-gold:hover,
.btn-solid-gold-small:hover,
.btn-outline-gray:hover,
.btn-bg-white:hover,
.submit-btn:hover,
.careers-subnav a:hover,
.careers-subnav a.is-active {
    background: #eab332;
    border-color: #eab332;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(234, 179, 50, 0.24);
    transform: translateY(-2px);
}

.btn-solid-gold:active,
.btn-solid-gold-small:active,
.btn-outline-gray:active,
.btn-bg-white:active,
.submit-btn:active,
.careers-subnav a:active {
    transform: translateY(1px) scale(0.98);
}

.btn-outline-white:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--monde-blue);
    transform: translateY(-2px);
}

.job-detail-panel {
    background: #f8fafc;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 14px;
    color: #53657a;
    font-size: 15px;
    line-height: 1.7;
    margin: 24px 0 0;
    padding: 18px;
}

.job-detail-panel ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.no-matching-role-banner {
    align-items: center;
    background: #fff7e8;
    border: 1px solid rgba(234, 179, 50, 0.28);
    border-radius: 18px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 42px;
    padding: 30px;
}

.no-matching-role-banner h3 {
    color: var(--monde-blue);
    font-size: 26px;
    margin-bottom: 12px;
}

.no-matching-role-banner p {
    color: #1f2f45;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.banner-actions {
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.benefit-card {
    align-items: center;
    display: flex;
    gap: 18px;
    min-height: 118px;
    padding: 24px;
}

.check-circle-wrapper {
    align-items: center;
    background: #fff9ea;
    border: 1px solid rgba(234, 179, 50, 0.26);
    border-radius: 50%;
    color: #eab332;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.check-circle-wrapper svg {
    height: 15px;
    width: 15px;
}

.benefit-card span {
    color: var(--monde-blue);
    font-size: 17px;
    font-weight: 700;
}

.step-number {
    color: var(--monde-gold);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.26em;
    margin-bottom: 22px;
}

.step-title {
    font-size: 20px;
    line-height: 1.32;
    margin: 0;
}

.step-title small {
    color: inherit;
    font-size: 17px;
}

#faq.faq-section {
    background: #f6f8fd;
    padding: 110px 30px;
}

#faq .faq-flex {
    align-items: flex-start;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.2fr);
}

#faq .faq-accordion {
    overflow: hidden;
    padding: 8px 24px;
}

#faq .faq-item:last-child {
    border-bottom: 0;
}

.application-form-wrapper {
    margin: 54px auto 0;
    max-width: 880px;
    padding: 30px;
}

.application-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-grid-2 {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-group label {
    color: #1f2f45;
    font-size: 14px;
    font-weight: 700;
}

.input-group input,
.input-group select,
.input-group textarea {
    background: #ffffff;
    border: 1px solid rgba(28, 54, 91, 0.12);
    border-radius: 12px;
    color: var(--monde-blue);
    font: inherit;
    min-height: 50px;
    outline: none;
    padding: 12px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group textarea {
    min-height: 150px;
    resize: vertical;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    border-color: rgba(234, 179, 50, 0.72);
    box-shadow: 0 0 0 4px rgba(234, 179, 50, 0.12);
}

.input-group.has-error input,
.input-group.has-error select,
.input-group.has-error textarea,
.input-group.has-error .file-upload-box {
    border-color: #d94949;
}

.full-width {
    grid-column: 1 / -1;
}

.file-upload-box {
    align-items: center;
    border: 1px solid rgba(28, 54, 91, 0.12);
    border-radius: 12px;
    display: flex;
    gap: 16px;
    min-height: 50px;
    padding: 8px 14px;
}

.custom-file-upload {
    background: #eab332;
    border-radius: 999px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 10px 18px;
}

.custom-file-upload input {
    display: none;
}

.file-name {
    color: #53657a;
    font-size: 14px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-clear {
    align-items: center;
    background: rgba(28, 54, 91, 0.08);
    border: 0;
    border-radius: 50%;
    color: var(--monde-blue);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    margin-left: auto;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 30px;
}

.file-clear:hover,
.file-clear:focus-visible {
    background: var(--monde-blue);
    color: #ffffff;
    transform: translateY(-1px);
}

.file-clear[hidden] {
    display: none;
}

.submit-btn {
    align-self: flex-start;
    border: 0;
    padding: 14px 32px;
}

.cta-banner {
    align-items: center;
    background: var(--monde-blue);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(28, 54, 91, 0.18);
    display: flex;
    justify-content: space-between;
    min-height: 190px;
    padding: 42px;
}

.cta-banner h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1024px) {
    .values-grid,
    .benefits-grid,
    .jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .careers-hero {
        min-height: 620px;
        height: auto;
        padding-bottom: 70px;
    }

    .hero-title-large {
        font-size: 42px !important;
    }

    .hero-desc {
        font-size: 17px !important;
    }

    .hero-actions,
    .job-actions,
    .banner-actions,
    .cta-banner,
    .no-matching-role-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .careers-subnav {
        padding: 10px 0 !important;
    }

    .page-section,
    #faq.faq-section {
        padding: 78px 22px;
    }

    .values-grid,
    .benefits-grid,
    .steps-grid,
    .jobs-grid,
    .form-grid-2,
    #faq .faq-flex {
        grid-template-columns: 1fr;
    }

    .section-title-dark {
        font-size: 36px;
    }

    body[data-page="careers"].rtl .section-title-dark {
        font-size: 38px;
    }

    body[data-page="careers"] .category-label-center,
    body[data-page="careers"] .category-label {
        font-size: 14px;
    }

    .application-form-wrapper {
        padding: 22px;
    }

    .cta-banner {
        padding: 30px;
    }
}

/* =========================================================
   SERVICES V2 - PDF-DRIVEN STRUCTURE
   ========================================================= */

body[data-page="services"] {
    background: #f7f9fc;
    overflow-x: hidden;
}

body[data-page="services"] main,
body[data-page="services"] main * {
    box-sizing: border-box;
}

.service-page-hero {
    min-height: 650px;
    height: auto;
    padding: 110px 20px 190px;
    overflow: visible;
}

.service-page-hero .hero-overlay {
    z-index: 0;
}

.service-hero-content-v2 {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 58px;
    text-align: left;
}

.service-hero-content-v2 .services-badge-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}

.service-hero-content-v2 .country-selector {
    z-index: 50;
}

.service-hero-kicker {
    display: inline-flex;
    margin-top: 18px;
    color: var(--monde-gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.service-hero-content-v2 h1 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(56px, 8vw, 112px);
    line-height: 0.92;
    letter-spacing: 0;
}

.service-hero-copy h2 {
    max-width: 680px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(34px, 4vw, 62px);
    line-height: 1.04;
    letter-spacing: 0;
}

.service-hero-copy p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.75;
}

.service-hero-actions,
.service-card-actions,
.service-inline-actions,
.service-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.service-primary-btn,
.service-secondary-btn,
.service-text-link,
.service-path-chip {
    cursor: pointer;
    font-family: inherit;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.service-primary-btn,
.service-secondary-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 28px;
    font-size: 15px;
}

.service-primary-btn {
    border: 1px solid #f0b72b;
    background: #f0b72b;
    color: #fff;
    box-shadow: 0 16px 30px rgba(181, 138, 86, 0.24);
}

.service-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.service-primary-btn:hover,
.service-secondary-btn:hover,
.service-path-chip:hover,
.service-primary-btn.is-pressed,
.service-secondary-btn.is-pressed,
.service-path-chip.is-pressed,
.service-path-chip.is-active {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(181, 138, 86, 0.22);
}

.service-secondary-btn:hover,
.service-secondary-btn.is-pressed {
    background: #fff;
    color: var(--monde-blue);
    border-color: #fff;
}

.service-selector-section {
    position: relative;
    z-index: 3;
    margin-top: -112px;
    padding: 0 0 96px;
    background: transparent;
}

.service-selector-card {
    min-height: 0;
    padding: 56px 68px;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(28, 54, 91, 0.12);
}

.service-selector-card .split-view-programs {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: 52px;
}

.service-selector-card .right-side {
    border-left: 1px solid rgba(28, 54, 91, 0.1);
    padding-left: 52px;
}

.service-path-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.service-path-chip {
    min-height: 48px;
    border: 1px solid rgba(240, 183, 43, 0.34);
    border-radius: 999px;
    background: rgba(240, 183, 43, 0.14);
    color: #d89e13;
    padding: 0 24px;
    font-size: 15px;
}

.service-path-chip:hover,
.service-path-chip.is-active,
.service-path-chip.is-pressed {
    background: #f0b72b;
    color: #fff;
    border-color: #f0b72b;
}

.service-helper-text,
.service-custom-copy {
    color: #8798b3;
    font-size: 16px;
    line-height: 1.7;
}

.service-v2-section {
    padding: 94px 20px;
    background: #f7f9fc;
}

.service-v2-section:nth-of-type(even) {
    background: #fff;
}

.service-v2-container {
    display: block;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.service-selector-section .container-wide,
.service-final-cta .container-wide {
    display: block;
}

.service-section-heading {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.service-section-heading .category-label-center {
    display: block;
    margin-bottom: 12px;
    color: var(--monde-gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.service-section-heading h2,
.service-section-heading .section-title-dark {
    margin: 0;
    color: var(--monde-blue);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: 0;
}

.service-section-heading p {
    margin: 18px 0 0;
    color: #8798b3;
    font-size: 18px;
    line-height: 1.75;
}

.service-plan-grid,
.course-table-grid,
.addon-grid {
    display: grid;
    gap: 24px;
}

.service-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-plan-card,
.course-card,
.addon-card,
.addon-grid > article {
    position: relative;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(28, 54, 91, 0.08);
}

.service-plan-card {
    padding: 34px;
}

.service-plan-card.is-featured,
.service-plan-card.featured {
    border-color: rgba(181, 138, 86, 0.4);
    box-shadow: 0 28px 70px rgba(181, 138, 86, 0.16);
}

.service-best-badge {
    position: absolute;
    top: 22px;
    right: 24px;
    border-radius: 999px;
    background: rgba(240, 183, 43, 0.16);
    color: #b98718;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
}

.service-plan-card h3,
.course-card h3,
.addon-card h3,
.addon-grid > article h3 {
    margin: 0;
    color: var(--monde-blue);
    font-size: 26px;
    line-height: 1.2;
}

.plan-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--monde-gold);
}

.service-plan-card p,
.course-card p,
.addon-card p,
.addon-grid > article p {
    color: #8798b3;
    line-height: 1.7;
    text-align: left;
    text-align-last: left;
}

.service-plan-card ul,
.course-card ul,
.addon-card ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.service-plan-card li,
.course-card li,
.addon-card li {
    position: relative;
    padding-left: 28px;
    color: var(--monde-blue);
    font-weight: 700;
    line-height: 1.55;
}

.service-plan-card li::before,
.course-card li::before,
.addon-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(181, 138, 86, 0.46);
    border-radius: 50%;
    background: radial-gradient(circle at center, var(--monde-gold) 0 3px, transparent 4px);
}

.service-pricing-note {
    display: inline-flex;
    margin-top: 24px;
    color: var(--monde-gold);
    font-size: 14px;
    font-weight: 800;
}

.service-card-actions {
    margin-top: 28px;
}

.service-card-actions .service-primary-btn,
.service-card-actions .service-secondary-btn,
.service-inline-actions .service-primary-btn,
.service-inline-actions .service-secondary-btn,
.service-final-actions .service-primary-btn,
.service-final-actions .service-secondary-btn,
.service-centered-action .service-primary-btn {
    min-width: 160px;
}

.service-card-actions .service-secondary-btn,
.service-inline-actions .service-secondary-btn,
.service-final-actions .service-secondary-btn {
    border-color: rgba(28, 54, 91, 0.16);
    background: #fff;
    color: var(--monde-blue);
}

.service-card-actions .service-secondary-btn:hover,
.service-inline-actions .service-secondary-btn:hover,
.service-final-actions .service-secondary-btn:hover {
    border-color: #f0b72b;
    background: rgba(240, 183, 43, 0.12);
    color: var(--monde-blue);
}

.service-compare-section {
    background: #fff;
    overflow: visible;
}

body.reveal-ready .service-compare-section.reveal-item,
body.reveal-ready .service-compare-section.reveal-item.is-visible {
    transform: none;
    will-change: auto;
}

.service-compare-wrap {
    overflow-x: auto;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(28, 54, 91, 0.08);
}

.service-compare-sticky-bar {
    position: sticky;
    top: 76px;
    z-index: 9;
    display: grid;
    width: min(1080px, 100%);
    min-width: 880px;
    margin: 0 auto;
    grid-template-columns: 52% repeat(3, 16%);
    overflow: hidden;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 10px 24px rgba(28, 54, 91, 0.08);
    backdrop-filter: blur(14px);
}

.service-compare-sticky-bar.is-fixed {
    position: fixed;
    left: 50%;
    top: 76px;
    width: min(1080px, calc(100vw - 40px));
    transform: translateX(-50%);
    z-index: 120;
    box-shadow: 0 18px 44px rgba(28, 54, 91, 0.13);
}

.service-compare-sticky-spacer {
    display: none;
    height: 62px;
}

.service-compare-sticky-spacer.is-active {
    display: block;
}

.service-compare-sticky-bar span {
    display: flex;
    min-height: 62px;
    align-items: center;
    padding: 16px 22px;
    border-right: 1px solid rgba(28, 54, 91, 0.08);
    color: var(--monde-blue);
    font-size: 14px;
    font-weight: 900;
}

.service-compare-sticky-bar span:last-child {
    border-right: 0;
}

.service-compare-sticky-bar span:nth-child(2) {
    background: #f6f9fd;
}

.service-compare-sticky-bar span:nth-child(3) {
    background: #1c365b;
    color: #fff;
}

.service-compare-sticky-bar span:nth-child(4) {
    background: #b58a56;
    color: #fff;
}

.service-compare-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
    table-layout: fixed;
}

.service-compare-table .service-col {
    width: 52%;
}

.service-compare-table .tier-col {
    width: 16%;
}

.service-compare-table thead {
    display: none;
}

.service-compare-table th,
.service-compare-table td {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(28, 54, 91, 0.08);
    text-align: left;
    vertical-align: middle;
}

.service-compare-table th:nth-child(n + 2),
.service-compare-table td:nth-child(n + 2) {
    text-align: center;
}

.service-compare-table th {
    background: #f8fafc;
    color: var(--monde-blue);
    font-size: 15px;
}

.service-compare-table td {
    color: #1f3657;
    font-weight: 700;
}

.service-compare-table .compare-check {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: rgba(28, 54, 91, 0.08);
    color: #1c365b;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.service-compare-table td:nth-child(4) .compare-check {
    background: rgba(181, 138, 86, 0.16);
    color: #7d5528;
}

.service-compare-table .compare-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(181, 138, 86, 0.12);
    color: #7d5528;
    font-size: 12px;
    font-weight: 900;
}

.service-compare-table .compare-category td {
    background: rgba(240, 183, 43, 0.1);
    color: #b98718;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-education-highlight {
    background: #f7f9fc;
}

.service-education-highlight .spotlight-details {
    text-align: left;
}

.service-courses-section {
    padding-top: 56px;
    padding-bottom: 68px;
    background:
        radial-gradient(circle at 50% 0%, rgba(240, 183, 43, 0.07), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f8fafd 100%);
}

.course-table-grid {
    grid-template-columns: minmax(280px, 0.88fr) repeat(2, minmax(310px, 1fr));
}

.course-card,
.addon-card,
.addon-grid > article {
    padding: 30px;
}

.course-card .course-tag {
    display: inline-flex;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(240, 183, 43, 0.14);
    color: #b98718;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
}

.addon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.addon-card,
.addon-grid > article {
    min-height: 170px;
}

.service-centered-action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.service-final-cta {
    padding: 96px 20px 110px;
    background: #f7f9fc;
}

.service-final-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    width: min(1180px, 100%);
    margin: 0 auto;
    border-radius: 24px;
    background: var(--monde-blue);
    padding: 46px 56px;
    color: #fff;
    box-shadow: 0 28px 70px rgba(28, 54, 91, 0.22);
}

.service-final-panel h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

.service-final-panel p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

body.rtl .service-hero-content-v2,
body.rtl .service-hero-content-v2 .services-badge-wrap,
body.rtl .service-hero-copy,
body.rtl .service-selector-card,
body.rtl .service-plan-card,
body.rtl .course-card,
body.rtl .addon-card,
body.rtl .addon-grid > article,
body.rtl .service-education-highlight .spotlight-details {
    text-align: right;
}

body.rtl .service-hero-content-v2 {
    direction: rtl;
}

body.rtl .service-selector-card .right-side {
    border-right: 1px solid rgba(28, 54, 91, 0.1);
    border-left: 0;
    padding-right: 52px;
    padding-left: 0;
}

body.rtl .plan-dot {
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .service-plan-card li,
body.rtl .course-card li,
body.rtl .addon-card li {
    padding-right: 28px;
    padding-left: 0;
}

body.rtl .service-plan-card li::before,
body.rtl .course-card li::before,
body.rtl .addon-card li::before {
    right: 0;
    left: auto;
}

body.rtl .service-best-badge {
    right: auto;
    left: 24px;
}

body.rtl .service-compare-table {
    direction: rtl;
}

body.rtl .service-compare-table th,
body.rtl .service-compare-table td {
    text-align: right;
}

body.rtl .service-compare-sticky-bar {
    direction: rtl;
}

body.rtl .service-compare-sticky-bar span {
    border-right: 0;
    border-left: 1px solid rgba(28, 54, 91, 0.08);
    text-align: right;
}

body.rtl .service-compare-sticky-bar span:last-child {
    border-left: 0;
}

body.rtl .service-final-panel {
    direction: rtl;
}

@media (max-width: 1100px) {
    .service-hero-content-v2,
    .service-selector-card .split-view-programs,
    .service-final-panel {
        grid-template-columns: 1fr;
    }

    .service-final-panel {
        flex-direction: column;
    }

    .service-hero-content-v2 {
        gap: 34px;
    }

    .service-selector-card .right-side,
    body.rtl .service-selector-card .right-side {
        border: 0;
        border-top: 1px solid rgba(28, 54, 91, 0.1);
        padding: 36px 0 0;
    }

    .service-plan-grid,
    .course-table-grid {
        grid-template-columns: 1fr;
    }

    .addon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-final-panel {
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .service-page-hero {
        min-height: 680px;
        padding: 96px 18px 150px;
    }

    .service-hero-content-v2 h1 {
        font-size: 58px;
    }

    .service-hero-copy h2 {
        font-size: 36px;
    }

    .service-hero-copy p,
    .service-section-heading p,
    .service-final-panel p {
        font-size: 16px;
    }

    .service-selector-section {
        margin-top: -86px;
        padding-bottom: 72px;
    }

    .service-selector-card {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .service-path-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-path-chip,
    .service-primary-btn,
    .service-secondary-btn {
        width: 100%;
    }

    .service-v2-section {
        padding: 72px 18px;
    }

    .service-section-heading .section-title-dark {
        font-size: 34px;
    }

    .service-plan-card,
    .course-card,
    .addon-card,
    .addon-grid > article {
        padding: 24px;
    }

    .addon-grid {
        grid-template-columns: 1fr;
    }

    .service-final-cta {
        padding: 72px 18px 90px;
    }

    .service-final-panel {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .service-final-actions {
        width: 100%;
    }

    .service-compare-table {
        min-width: 100%;
        table-layout: fixed;
    }

    .service-compare-sticky-bar {
        top: 70px;
        min-width: 100%;
        grid-template-columns: 46% repeat(3, 18%);
    }

    .service-compare-sticky-bar.is-fixed {
        top: 70px;
        width: calc(100vw - 36px);
        min-width: 0;
    }

    .service-compare-sticky-spacer.is-active {
        height: 52px;
    }

    .service-compare-sticky-bar span {
        min-height: 52px;
        padding: 12px 8px;
        font-size: 11px;
        overflow-wrap: anywhere;
    }

    .service-compare-table th,
    .service-compare-table td {
        padding: 12px 8px;
        font-size: 12px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .service-compare-table .service-col {
        width: 46%;
    }

    .service-compare-table .tier-col {
        width: 18%;
    }

    .service-compare-table .compare-check {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .service-compare-table .compare-category td {
        font-size: 11px;
    }
}

/* =========================================================
   SERVICES V2 - VISUAL POLISH PASS
   ========================================================= */

body[data-page="services"] .site-header:not(.scrolled) {
    background: rgba(12, 28, 52, 0.18);
    backdrop-filter: blur(10px);
}

.service-page-hero {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    padding-top: 132px;
    padding-bottom: 132px;
    background-position: center;
    background-size: cover;
}

.service-card-lip {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 3;
    width: min(1260px, calc(100% - 40px));
    height: 18px;
    border-radius: 999px 999px 0 0;
    background: #fff;
    box-shadow: 0 -10px 30px rgba(255, 255, 255, 0.16);
    transform: translateX(50%);
}

.service-page-hero .hero-overlay {
    background:
        radial-gradient(circle at center, rgba(33, 52, 88, 0.32), transparent 58%),
        linear-gradient(rgba(20, 36, 64, 0.84), rgba(20, 36, 64, 0.84));
}

.service-hero-content-v2 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    width: min(960px, 100%);
    text-align: center;
}

.service-hero-content-v2 .services-badge-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.service-hero-kicker {
    order: 1;
    margin: 0;
    min-height: 42px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0 18px;
    color: #f0b72b;
    letter-spacing: 0.14em;
}

.service-country-pill .lang-toggle-badge {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0 20px 0 14px;
    color: #f0b72b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(9, 24, 46, 0.18);
}

.service-country-pill .badge-flag-img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.service-country-pill .selected-country-name,
.service-country-pill .service-country-suffix {
    color: #f0b72b;
}

.service-country-pill .lang-dropdown-arrow {
    width: 16px;
    height: 16px;
    margin-left: 0;
}

.service-country-pill .country-dropdown {
    letter-spacing: 0;
    text-transform: none;
}

.service-hero-copy {
    max-width: 900px;
    text-align: center;
}

.service-hero-copy h1 {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(54px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: 0;
}

.service-hero-copy p {
    max-width: 820px;
    margin-inline: auto;
    font-size: 21px;
    line-height: 1.7;
    text-align: center;
    text-align-last: center;
}

.service-hero-actions {
    justify-content: center;
    margin-top: 40px;
}

.service-primary-btn,
.service-secondary-btn {
    min-height: 50px;
    letter-spacing: 0;
}

.service-primary-btn {
    background: linear-gradient(180deg, #f2bd32, #e8aa19);
    border-color: #f2bd32;
    color: var(--monde-blue);
}

.service-primary-btn:hover,
.service-primary-btn.is-pressed {
    color: var(--monde-blue);
    background: linear-gradient(180deg, #f7ca50, #ecb323);
}

.service-selector-section {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 18px;
    z-index: 20;
    background: #f7f9fc;
}

.service-selector-card {
    position: relative;
    width: min(1260px, 100%);
    margin: 0 auto;
    padding: 58px 54px 44px;
    border-radius: 0 0 24px 24px;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-top-color: transparent;
    box-shadow: 0 34px 90px rgba(28, 54, 91, 0.13);
}

.service-selector-card .split-view-programs {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr);
    gap: 44px;
}

.service-selector-card .split-view-programs[hidden] {
    display: none !important;
}

.service-selector-card .country-coming-soon {
    display: none;
    padding: 0;
    background: transparent;
}

.service-selector-card .country-coming-soon.is-visible {
    display: block;
}

.service-selector-card.is-coming-soon {
    padding: 58px 54px 44px;
}

.service-selector-card.is-coming-soon .country-coming-soon {
    min-height: 300px;
}

.service-selector-card.is-coming-soon .coming-soon-panel {
    display: grid;
    width: 100%;
    max-width: none;
    min-height: 300px;
    margin: 0;
    padding: 0;
    align-content: center;
    justify-items: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.service-selector-card.is-coming-soon .coming-soon-flag {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 10px 24px rgba(28, 54, 91, 0.08);
}

.service-selector-card.is-coming-soon .coming-soon-panel h2 {
    max-width: 720px;
    margin: 8px auto 14px;
    color: var(--monde-blue);
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}

.service-selector-card.is-coming-soon .coming-soon-panel p {
    max-width: 720px;
    margin: 0 auto 28px;
    color: #8192ad;
    font-size: 17px;
    line-height: 1.75;
}

.service-selector-card.is-coming-soon .coming-soon-actions {
    display: grid;
    width: min(520px, 100%);
    gap: 14px;
}

.service-selector-card.is-coming-soon .coming-soon-actions .pill-solid-gold-small {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(181, 138, 86, 0.18);
}

.service-selector-card.is-coming-soon .coming-soon-actions .learn-more-link-card {
    justify-self: center;
}

.service-selector-card .program-column {
    width: auto;
    min-width: 0;
}

.service-selector-card .program-title {
    margin-bottom: 8px;
    color: var(--monde-blue);
    font-size: 34px;
    line-height: 1.12;
}

.service-selector-card .category-label-small {
    color: #d89e13;
    font-size: 15px;
    font-weight: 800;
}

.service-selector-card .program-subtitle {
    max-width: 690px;
    color: #8192ad;
    font-size: 17px;
    text-align: left;
    text-align-last: left;
}

.service-selector-card .right-side {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left-color: rgba(28, 54, 91, 0.08);
}

.service-selector-card .custom-btn-group {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.service-selector-card .custom-btn-group .service-primary-btn,
.service-selector-card .custom-btn-group .service-secondary-btn {
    width: 100%;
}

.service-selector-card .custom-btn-group .service-secondary-btn {
    border-color: rgba(28, 54, 91, 0.18);
    background: #fff;
    color: var(--monde-blue);
    box-shadow: 0 12px 28px rgba(28, 54, 91, 0.07);
}

.service-selector-card .custom-btn-group .service-secondary-btn:hover,
.service-selector-card .custom-btn-group .service-secondary-btn.is-pressed {
    border-color: #f0b72b;
    background: rgba(240, 183, 43, 0.12);
    color: var(--monde-blue);
}

.service-selector-card .custom-btn-group .service-primary-btn {
    color: var(--monde-blue);
}

.service-path-grid {
    gap: 12px;
    margin-top: 26px;
}

.service-path-chip {
    min-height: 44px;
    background: #fff8e9;
    border-color: rgba(240, 183, 43, 0.22);
    color: #ca9213;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.service-helper-text {
    margin-top: 20px;
    font-size: 15px;
}

.service-v2-section {
    padding-top: 54px;
    padding-bottom: 108px;
}

.service-packages-section {
    padding-top: 54px;
}

.service-section-heading {
    margin-bottom: 58px;
}

.service-section-heading .category-label-center {
    color: #c89443;
}

.service-section-heading h2,
.service-section-heading .section-title-dark {
    font-size: clamp(42px, 4vw, 58px);
}

.service-section-heading p {
    max-width: 760px;
    margin-inline: auto;
}

.service-plan-grid {
    gap: 28px;
}

.service-plan-card {
    display: flex;
    min-height: 640px;
    flex-direction: column;
    padding: 38px 34px 32px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 250, 239, 0.54), rgba(255, 255, 255, 0) 120px),
        #fff;
}

.service-plan-card.featured,
.service-plan-card.is-featured {
    transform: translateY(-14px);
}

.service-plan-card h3 {
    font-size: 28px;
}

.service-plan-card > p {
    min-height: 76px;
    margin-bottom: 0;
}

.service-plan-card ul {
    flex: 1;
    gap: 14px;
}

.service-pricing-note {
    margin-top: 28px;
}

.service-card-actions {
    margin-top: 22px;
}

.service-compare-wrap {
    width: min(1080px, 100%);
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 28px 74px rgba(28, 54, 91, 0.09);
}

.service-compare-table th {
    background: #f6f9fd;
    color: var(--monde-blue);
    font-size: 14px;
}

.service-compare-table th:first-child {
    min-width: 260px;
}

.compare-current-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: #a97725;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 180ms ease, transform 180ms ease;
}

.compare-current-label.is-switching {
    opacity: 0;
    transform: translateY(4px);
}

.service-compare-table td {
    color: #18345a;
    font-size: 14px;
}

.service-compare-table th:nth-child(2),
.service-compare-table td:nth-child(2) {
    background: rgba(246, 249, 253, 0.72);
}

.service-compare-table th:nth-child(3),
.service-compare-table td:nth-child(3) {
    background: rgba(28, 54, 91, 0.06);
    color: #1c365b;
}

.service-compare-table th:nth-child(4),
.service-compare-table td:nth-child(4) {
    background: rgba(181, 138, 86, 0.12);
    color: #7d5528;
}

.service-compare-table th:nth-child(3) {
    background: #1c365b;
    color: #fff;
}

.service-compare-table th:nth-child(4) {
    background: #b58a56;
    color: #fff;
}

.service-compare-table .compare-category td {
    background: linear-gradient(90deg, rgba(240, 183, 43, 0.14), rgba(240, 183, 43, 0.05));
    color: #a97725;
    scroll-margin-top: 124px;
}

.service-education-highlight {
    padding-top: 96px;
    padding-bottom: 96px;
}

.service-education-highlight .university-card-fixed {
    box-shadow: 0 26px 70px rgba(28, 54, 91, 0.18);
}

.service-courses-section .course-table-grid,
.service-addons-section .addon-grid {
    width: min(1080px, 100%);
    margin: 0 auto;
}

.course-card,
.addon-grid > article {
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(28, 54, 91, 0.08);
}

.course-card {
    min-height: 0;
}

.course-card h3,
.addon-grid > article h3 {
    font-size: 22px;
}

.service-courses-section .service-section-heading {
    max-width: 900px;
    margin-bottom: 30px;
}

.service-courses-section .service-v2-container {
    width: min(1360px, 100%);
}

.service-courses-section .service-section-heading h2 {
    font-size: clamp(38px, 3.2vw, 48px);
}

.service-courses-section .service-section-heading p {
    max-width: 760px;
    margin-top: 14px;
    color: #7f90ac;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    text-align-last: center;
}

.service-courses-section .service-section-heading .service-primary-btn {
    display: inline-flex;
    margin-top: 18px;
}

.service-courses-section .service-section-heading small {
    display: block;
    max-width: 680px;
    margin: 10px auto 0;
    color: #6f809d;
    font-size: 14px;
    line-height: 1.6;
}

.service-courses-section .course-table-grid {
    width: min(1280px, 100%);
    gap: 22px;
    align-items: stretch;
}

.service-courses-section .course-card {
    display: flex;
    flex-direction: column;
    padding: 20px 22px 18px;
    border-color: rgba(28, 54, 91, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
        radial-gradient(circle at 12% 0%, rgba(240, 183, 43, 0.08), transparent 42%);
}

.service-courses-section .course-card h3 {
    min-height: 44px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.15;
}

.service-courses-section .course-card table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.service-courses-section .course-card th,
.service-courses-section .course-card td {
    padding: 7px 5px;
    border-bottom: 1px solid rgba(28, 54, 91, 0.08);
    color: var(--monde-blue);
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    vertical-align: middle;
}

.service-courses-section .course-card th {
    color: #8c9ab0;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.service-courses-section .course-card th:first-child,
.service-courses-section .course-card td:first-child {
    width: 43%;
}

.service-courses-section .course-card th:nth-child(2),
.service-courses-section .course-card td:nth-child(2) {
    width: 19%;
}

.service-courses-section .course-card th:nth-child(3),
.service-courses-section .course-card td:nth-child(3) {
    width: 15%;
}

.service-courses-section .course-card th:last-child,
.service-courses-section .course-card td:last-child {
    width: 23%;
}

.service-courses-section .course-card tbody tr:last-child td {
    border-bottom: 0;
}

.service-courses-section .course-card td:first-child {
    font-weight: 800;
}

.service-courses-section .course-card td,
.service-courses-section .course-card th {
    white-space: nowrap;
}

.service-courses-section .course-card td:nth-child(2),
.service-courses-section .course-card td:nth-child(3),
.service-courses-section .course-card th:nth-child(2),
.service-courses-section .course-card th:nth-child(3) {
    text-align: center;
}

.service-courses-section .course-card th:nth-child(3),
.service-courses-section .course-card td:nth-child(3) {
    padding-left: 10px;
}

.service-courses-section .course-card td:last-child,
.service-courses-section .course-card th:last-child {
    text-align: right;
}

.service-courses-section .course-card td:last-child {
    color: #b9852f;
    font-weight: 800;
}

.addon-grid {
    gap: 18px;
}

.addon-grid > article {
    min-height: 190px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.addon-grid > article:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 138, 86, 0.28);
    box-shadow: 0 28px 70px rgba(28, 54, 91, 0.12);
}

[data-service-path-section][hidden] {
    display: none !important;
}

[data-service-path-section] {
    scroll-margin-top: 104px;
}

.service-guided-section {
    background:
        radial-gradient(circle at 18% 12%, rgba(240, 183, 43, 0.11), transparent 28%),
        linear-gradient(180deg, #fff, #f7f9fc);
}

.guided-card-grid {
    display: grid;
    width: min(1120px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.guided-card {
    min-height: 250px;
    padding: 30px 28px;
    border: 1px solid rgba(28, 54, 91, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(28, 54, 91, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guided-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 138, 86, 0.28);
    box-shadow: 0 30px 76px rgba(28, 54, 91, 0.13);
}

.guided-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: rgba(240, 183, 43, 0.14);
    color: #b9852f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.guided-card h3 {
    margin-bottom: 14px;
    color: var(--monde-blue);
    font-size: 22px;
    line-height: 1.2;
}

.guided-card p {
    color: #8192ad;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    text-align-last: left;
}

.service-final-panel {
    width: min(1100px, 100%);
    padding: 58px 64px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 88% 20%, rgba(240, 183, 43, 0.18), transparent 32%),
        linear-gradient(135deg, #1c365b, #132b4d);
}

.service-final-panel > div:first-child {
    max-width: 640px;
}

.service-final-panel h2 {
    font-size: clamp(40px, 4vw, 58px);
}

body.rtl .service-hero-content-v2 .services-badge-wrap,
body.rtl .service-hero-copy {
    text-align: center;
}

body.rtl .service-selector-card .program-subtitle,
body.rtl .service-plan-card p,
body.rtl .course-card p,
body.rtl .addon-card p,
body.rtl .addon-grid > article p,
body.rtl .guided-card p {
    text-align: right;
    text-align-last: right;
}

body.rtl .service-hero-actions {
    justify-content: center;
}

body.rtl .service-selector-card .right-side {
    border-right-color: rgba(28, 54, 91, 0.08);
}

@media (max-width: 1100px) {
    .service-page-hero {
        min-height: 100svh;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .service-selector-section {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 16px;
        background: #f7f9fc;
    }

    .service-card-lip {
        height: 14px;
        border-radius: 999px 999px 0 0;
    }

    .service-selector-card {
        padding: 50px 34px 38px;
    }

    .guided-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-plan-card,
    .course-card {
        min-height: 0;
    }

    .service-plan-card.featured,
    .service-plan-card.is-featured {
        transform: none;
    }
}

@media (max-width: 760px) {
    body[data-page="services"] .navbar {
        padding: 18px 22px;
        align-items: center;
    }

    body[data-page="services"] .navbar .logo {
        margin: 0;
    }

    body[data-page="services"] .logo-img {
        height: 34px;
    }

    body[data-page="services"] .nav-links,
    body[data-page="services"] .nav-actions a:not(.language-toggle) {
        display: none;
    }

    body[data-page="services"] .nav-actions {
        margin-left: auto;
        gap: 0;
    }

    body[data-page="services"].rtl .nav-actions {
        margin-right: auto;
        margin-left: 0;
    }

    body[data-page="services"] .language-toggle {
        display: inline-flex;
        min-width: 44px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 999px;
        padding: 0 14px;
        background: rgba(255, 255, 255, 0.1);
    }

    .service-page-hero {
        min-height: 100svh;
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .service-hero-kicker {
        min-height: 36px;
        padding: 0 14px;
        font-size: 11px;
    }

    .service-country-pill .lang-toggle-badge {
        min-height: 40px;
        padding: 0 15px 0 12px;
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .service-country-pill .badge-flag-img {
        width: 24px;
        height: 24px;
    }

    .service-hero-copy h1 {
        font-size: 46px;
        line-height: 1.05;
        margin-bottom: 22px;
    }

    .service-hero-actions {
        width: min(320px, 100%);
        margin-inline: auto;
        margin-top: 34px;
    }

    .service-selector-section {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 14px;
        background: #f7f9fc;
    }

    .service-card-lip {
        width: min(100% - 28px, 1260px);
        height: 12px;
        border-radius: 999px 999px 0 0;
    }

    .service-selector-card {
        padding: 40px 22px 28px;
        border-radius: 0 0 22px 22px;
    }

    .guided-card-grid {
        grid-template-columns: 1fr;
    }

    .guided-card {
        min-height: 0;
        padding: 26px 22px;
    }

    .service-selector-card .split-view-programs {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-selector-card .program-title {
        font-size: 28px;
    }

    .service-v2-section {
        padding-top: 46px;
        padding-bottom: 82px;
    }

    .service-section-heading h2,
    .service-section-heading .section-title-dark {
        font-size: 36px;
    }

    .service-plan-card {
        padding: 30px 24px;
    }

    .course-table-grid,
    .course-card {
        width: 100%;
        min-width: 0;
    }

    .service-courses-section .course-card {
        padding: 24px 20px;
        overflow: visible;
    }

    .service-courses-section .course-card table {
        min-width: 0;
    }

    .service-courses-section .course-card table,
    .service-courses-section .course-card thead,
    .service-courses-section .course-card tbody,
    .service-courses-section .course-card tr,
    .service-courses-section .course-card td {
        display: block;
    }

    .service-courses-section .course-card thead {
        display: none;
    }

    .service-courses-section .course-card tr {
        display: grid;
        gap: 8px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(28, 54, 91, 0.08);
    }

    .service-courses-section .course-card tbody tr:last-child {
        border-bottom: 0;
    }

    .service-courses-section .course-card td {
        display: flex;
        width: 100% !important;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border-bottom: 0;
        padding: 0;
        font-size: 13px;
        white-space: normal;
        text-align: right;
    }

    .service-courses-section .course-card td::before {
        content: "";
        color: #8c9ab0;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .service-courses-section .course-card td:nth-child(1)::before {
        content: "Course";
    }

    .service-courses-section .course-card td:nth-child(2)::before {
        content: "Duration";
    }

    .service-courses-section .course-card td:nth-child(3)::before {
        content: "Sessions";
    }

    .service-courses-section .course-card td:nth-child(4)::before {
        content: "Price";
    }

    body.rtl .service-courses-section .course-card td:nth-child(1)::before {
        content: "الدورة";
    }

    body.rtl .service-courses-section .course-card td:nth-child(2)::before {
        content: "المدة";
    }

    body.rtl .service-courses-section .course-card td:nth-child(3)::before {
        content: "الحصص";
    }

    body.rtl .service-courses-section .course-card td:nth-child(4)::before {
        content: "السعر";
    }

    .service-final-panel {
        padding: 34px 24px;
    }
}

/* =========================================
   TESTIMONIALS PAGE (FIGMA MATCH V3)
   ========================================= */

/* 1. Global Flexbox Override (Stops layouts from stretching horizontally) */
.testi-hero-v2 .container-wide,
.trust-badges-section .container-wide,
.featured-quote-section .container-wide,
body[data-page="testimonials"] .page-section .container-wide,
.privacy-banner-section .container-wide {
    display: block !important;
    width: 100%;
}

/* 2. Hero Area */
.testi-hero-v2 {
    position: relative;
    background:
        linear-gradient(90deg, rgba(10, 24, 44, 0.96) 0%, rgba(16, 33, 56, 0.86) 46%, rgba(16, 33, 56, 0.28) 100%),
        url("images/testimonials-hero-consultation.png") center right / cover no-repeat;
    padding: 160px 0 180px;
    z-index: 1;
    overflow: hidden;
}

    .testi-hero-v2::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 16% 20%, rgba(234, 179, 50, 0.13), transparent 30%),
            radial-gradient(circle at top right, rgba(28, 54, 91, 0.42), transparent 70%);
        z-index: -1;
    }

    .testi-hero-v2::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: min(620px, 46vw);
        height: 1px;
        border-bottom: 1px solid rgba(234, 179, 50, 0.42);
        z-index: -1;
    }

.testi-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.testi-kicker {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(240, 183, 43, 0.4);
    border-radius: 999px;
    padding: 6px 18px;
    color: #f0b72b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.testi-title {
    color: #ffffff;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
    margin: 0 0 25px;
}

.testi-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 0 35px;
}

.testi-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* 3. Trust Badges */
.trust-badges-section {
    position: relative;
    z-index: 20;
    margin-top: -80px; /* Pulls up over the hero */
    margin-bottom: 60px;
}

.trust-badges-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.trust-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

    /* Strict SVG locking */
    .trust-card .icon-wrap {
        margin-bottom: 15px;
        color: var(--monde-gold);
    }

        .trust-card .icon-wrap svg {
            width: 24px !important;
            height: 24px !important;
            display: block;
        }

    .trust-card h4 {
        color: var(--monde-blue);
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .trust-card p {
        color: var(--text-muted);
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

/* 4. Featured Quote Panel */
.featured-quote-section {
    padding-top: 40px;
}

.featured-quote-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.82fr);
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-lift);
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.quote-text-panel {
    background: #fdfaf2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.large-quote-mark {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 25px;
    display: block;
}

.quote-text-panel h3 {
    color: var(--monde-blue);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 40px;
}

.quote-meta {
    display: flex;
    gap: 40px;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .meta-item strong {
        color: var(--monde-blue);
        font-size: 16px;
        font-weight: 800;
    }

    .meta-item span {
        color: var(--text-muted);
        font-size: 14px;
    }

.quote-summary-panel {
    position: relative;
    background: var(--monde-blue);
    padding: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-journey-visual {
    margin: -32px -32px 34px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 24px 58px rgba(5, 12, 35, 0.24);
}

.quote-journey-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.panel-eyebrow {
    color: var(--monde-gold);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.summary-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

    .summary-list li {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 15px;
        color: #fff;
    }

    .summary-list .check-circle-wrapper {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.3);
        color: #fff;
        width: 24px;
        height: 24px;
    }

/* 5. Stories Grid */
.testimonial-visual-story-section {
    padding: 88px 30px 26px;
    background: #fff;
}

.testimonial-visual-story-section .container-wide,
.testimonials-stories-section .container-wide {
    display: block !important;
    max-width: 1400px;
}

.testimonial-visual-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 22px;
}

.testimonial-visual-card {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    border-radius: 22px;
    background: var(--monde-blue);
    box-shadow: 0 20px 48px rgba(28, 54, 91, 0.12);
}

.testimonial-visual-card-large {
    min-height: 420px;
}

.testimonial-visual-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 500ms ease;
}

.testimonial-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,12,35,0.02) 35%, rgba(5,12,35,0.66) 100%);
    pointer-events: none;
}

.testimonial-visual-card:hover img {
    transform: scale(1.035);
}

.testimonial-visual-card figcaption {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    padding: 10px 14px;
    border: 1px solid rgba(234, 179, 50, 0.35);
    border-radius: 999px;
    background: rgba(16, 33, 56, 0.72);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.testimonials-stories-section {
    padding-top: 72px;
}

.filter-pills {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

    .filter-pills .pill-btn {
        background-color: #fff !important;
        color: var(--monde-blue) !important;
        border: 1px solid #eaeaea !important;
        border-radius: 999px;
        cursor: pointer;
        font-weight: 800;
        padding: 12px 18px;
        transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    }

        .filter-pills .pill-btn.active {
            background-color: var(--monde-blue) !important;
            color: #fff !important;
            border-color: var(--monde-blue) !important;
        }

        .filter-pills .pill-btn:hover {
            box-shadow: 0 12px 24px rgba(28, 54, 91, 0.1);
            transform: translateY(-2px);
        }

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.story-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
}

    .story-card.highlight-border {
        border: 2px solid var(--monde-gold);
    }

.story-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.avatar-initials {
    width: 45px;
    height: 45px;
    background: #fdfaf2;
    color: var(--monde-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.avatar-photo {
    width: 64px;
    height: 64px;
    padding: 0;
    flex: 0 0 64px;
    overflow: hidden;
    background: var(--monde-blue);
    border: 2px solid rgba(230, 189, 85, 0.78);
    box-shadow: 0 12px 24px rgba(33, 52, 88, 0.14);
}

    .avatar-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .avatar-photo span {
        display: none;
    }

.story-card:hover .avatar-photo {
    border-color: var(--monde-gold);
    box-shadow: 0 16px 28px rgba(33, 52, 88, 0.2);
}

.story-user-info {
    flex: 1;
    min-width: 0;
}

    .story-user-info h4 {
        color: var(--monde-blue);
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .story-user-info span {
        color: var(--text-muted);
        font-size: 13px;
        background: #f5f7fa;
        padding: 4px 10px;
        border-radius: 50px;
    }

.stars {
    color: var(--monde-gold);
    font-size: 14px;
    letter-spacing: 2px;
}

.story-card p {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.story-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.pathway-label {
    color: var(--monde-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.story-footer .dot {
    width: 8px;
    height: 8px;
    background: var(--monde-gold);
    border-radius: 50%;
    opacity: 0.5;
}

/* 6. Values Numbered Grid */
.values-numbered-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.numbered-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
}

.number-tag {
    color: var(--monde-gold);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}

.numbered-card h4 {
    color: var(--monde-blue);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.numbered-card p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* 7. Proof With Privacy */
.privacy-banner-section {
    background: var(--monde-blue);
    padding: 80px 0;
}

.privacy-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr) auto;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.privacy-proof-visual {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(234, 179, 50, 0.28);
    box-shadow: 0 28px 66px rgba(5, 12, 35, 0.22);
}

.privacy-proof-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(5, 12, 35, 0.34) 100%);
}

.privacy-proof-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.privacy-text {
    color: #fff;
}

    .privacy-text h2 {
        font-size: 40px;
        font-weight: 800;
        margin: 15px 0 20px;
    }

    .privacy-text p {
        font-size: 16px;
        line-height: 1.6;
        opacity: 0.8;
    }

.privacy-icons-grid {
    display: flex;
    gap: 20px;
}

.privacy-icon-box {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 160px;
}

    .privacy-icon-box .icon-circle {
        width: 40px;
        height: 40px;
        background: var(--monde-gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

        .privacy-icon-box .icon-circle svg {
            width: 20px;
            height: 20px;
        }

    .privacy-icon-box span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }

/* 8. Final Light CTA */
.cta-card-light {
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr) auto;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    box-shadow: var(--shadow-lift);
}

.cta-story-visual {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--monde-blue);
}

.cta-story-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cta-light-text {
    min-width: 0;
}

    .cta-light-text h2 {
        color: var(--monde-blue);
        font-size: 40px;
        font-weight: 800;
        margin: 15px 0 20px;
    }

    .cta-light-text p {
        color: var(--text-body);
        font-size: 16px;
        line-height: 1.6;
    }

.cta-light-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 250px;
}

.btn-solid-blue {
    background-color: var(--monde-blue);
    color: #fff;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-solid-blue:hover {
        background-color: var(--monde-gold);
    }

/* =========================================
   MEDIA QUERIES & RTL OVERRIDES
   ========================================= */
@media (max-width: 1100px) {
    .trust-badges-grid,
    .values-numbered-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .testimonial-visual-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-visual-card-large {
        grid-column: 1 / -1;
    }

    .privacy-panel,
    .cta-card-light {
        grid-template-columns: 1fr 1fr;
    }

    .privacy-icons-grid,
    .cta-light-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .testi-hero-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding-left: 30px !important;
    }

    .hero-giant-title {
        font-size: 52px;
        margin-left: 0;
    }

    .mobile-only-label {
        display: block;
        margin-bottom: 15px;
    }

    .desktop-only-label {
        display: none;
    }

    .hero-right-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .stories-grid {
        grid-template-columns: 1fr;
    }

    .featured-quote-card,
    .privacy-panel,
    .cta-card-light {
        grid-template-columns: 1fr;
    }

    .quote-meta {
        flex-direction: column;
        gap: 15px;
    }

    .privacy-icons-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-visual-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-visual-card,
    .testimonial-visual-card-large {
        min-height: 280px;
    }

    .quote-text-panel,
    .quote-summary-panel,
    .cta-card-light {
        padding: 34px 26px;
    }

    .quote-journey-visual {
        margin: -14px -10px 28px;
    }
}

/* Arabic RTL Mirrors */
body.rtl .testi-hero-content {
    align-items: flex-end;
    text-align: right;
}

body.rtl .trust-card {
    align-items: flex-end;
    text-align: right;
}

body.rtl .quote-text-panel {
    text-align: right;
}

body.rtl .quote-summary-panel {
    text-align: right;
}

/* =========================================
   FLOATING SOCIAL WIDGET (FAB)
   ========================================= */
.monde-fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999; /* Ensures it is above everything, including footer */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.monde-fab-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Modern spring bounce */
}

.monde-fab-container.is-open .monde-fab-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.monde-fab-item {
    width: 45px;
    height: 45px;
    background-color: var(--monde-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(181, 138, 86, 0.4);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

    .monde-fab-item svg {
        width: 20px;
        height: 20px;
    }

    .monde-fab-item:hover {
        transform: scale(1.1) translateY(-3px);
        background-color: var(--monde-blue);
    }

.monde-fab-toggle {
    width: 60px;
    height: 60px;
    background-color: var(--monde-blue);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(28, 54, 91, 0.4);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
}

    .monde-fab-toggle:hover {
        transform: scale(1.05);
        background-color: var(--monde-gold);
    }

    .monde-fab-toggle svg {
        position: absolute;
        width: 24px;
        height: 24px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

/* Icon Swap Animation */
.icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}

.monde-fab-container.is-open .icon-chat {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

.monde-fab-container.is-open .icon-close {
    opacity: 1;
    transform: rotate(0) scale(1);
}

/* RTL Override for Arabic */
body.rtl .monde-fab-container {
    right: auto;
    left: 30px;
}

/* =========================================
   CONTACT PAGE
   ========================================= */
body[data-page="contact"] {
    background: #fff;
}

body[data-page="contact"] .navbar:not(.scrolled) {
    background: transparent;
    box-shadow: none;
}

body[data-page="contact"] .navbar:not(.scrolled) a {
    color: #fff;
}

body[data-page="contact"] .navbar:not(.scrolled) a.active {
    color: var(--monde-gold-bright);
}

.contact-page {
    --contact-blue: var(--monde-blue);
    --contact-gold: var(--monde-gold);
    --contact-gold-bright: var(--monde-gold-bright);
    --contact-ink: #172f52;
    --contact-muted: #7186a4;
    color: var(--contact-ink);
    overflow: hidden;
}

.contact-page p {
    text-align: inherit;
}

.contact-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: 108px 0 44px;
    color: #fff;
    background:
        radial-gradient(circle at 66% 24%, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(90deg, rgba(8, 19, 40, 0.94) 0%, rgba(28, 54, 91, 0.86) 45%, rgba(28, 54, 91, 0.46) 100%),
        url("images/contact-hero-consultation.png") center / cover no-repeat;
    display: flex;
    align-items: center;
}

.contact-grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255,255,255,0.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.4) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.58fr);
    align-items: center;
    gap: 56px;
}

.contact-hero-copy {
    max-width: 780px;
}

.contact-pill,
.contact-eyebrow,
.contact-section-heading > span,
.contact-final-panel span {
    display: inline-flex;
    align-items: center;
    color: var(--contact-gold-bright);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.contact-pill {
    border: 1px solid rgba(234, 179, 50, 0.54);
    border-radius: 999px;
    padding: 13px 24px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
}

.contact-hero h1 {
    margin-top: 22px;
    max-width: 860px;
    font-size: clamp(3rem, 5vw, 5.15rem);
    line-height: 0.98;
    letter-spacing: 0;
    color: #fff;
}

.contact-hero-copy p {
    max-width: 760px;
    margin-top: 20px;
    color: rgba(255,255,255,0.84);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.58;
}

.contact-hero-copy strong {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-size: 1rem;
}

.contact-hero-copy strong::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-inline-end: 10px;
    border-radius: 50%;
    background: var(--contact-gold-bright);
    box-shadow: 0 0 0 5px rgba(234,179,50,0.18);
}

.contact-hero-actions,
.contact-final-actions,
.contact-location-card > div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
}

.contact-btn:active {
    transform: translateY(0) scale(0.98);
}

.contact-btn-gold {
    background: var(--contact-gold-bright);
    color: var(--contact-blue);
    box-shadow: 0 18px 38px rgba(234, 179, 50, 0.24);
}

.contact-btn-gold:hover {
    background: #f1c04a;
}

.contact-btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,0.36);
    background: rgba(255,255,255,0.03);
}

.contact-btn-outline:hover {
    border-color: var(--contact-gold-bright);
    color: var(--contact-gold-bright);
}

.contact-btn-blue {
    background: var(--contact-blue);
    color: var(--contact-gold-bright);
    box-shadow: 0 14px 30px rgba(28, 54, 91, 0.18);
}

.contact-btn-light {
    color: var(--contact-blue);
    border-color: rgba(28,54,91,0.14);
    background: #fff;
}

.contact-route-panel {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 30px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 30px 80px rgba(3, 12, 28, 0.28);
    backdrop-filter: blur(14px);
}

.contact-route-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: -1;
    border-radius: 24px;
    background: #fff;
}

.contact-panel-icon {
    position: absolute;
    top: 34px;
    inset-inline-end: 46px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: var(--contact-blue);
    color: var(--contact-gold-bright);
    font-weight: 900;
}

.contact-panel-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-route-panel .contact-eyebrow {
    margin: 14px 0 8px 16px;
    color: var(--contact-gold);
}

body.rtl .contact-route-panel .contact-eyebrow {
    margin: 14px 16px 8px 0;
}

.contact-route-panel h2 {
    max-width: 320px;
    margin: 0 66px 22px 16px;
    color: var(--contact-blue);
    font-size: clamp(1.65rem, 2.1vw, 1.95rem);
    line-height: 1.14;
}

body.rtl .contact-route-panel h2 {
    margin: 0 16px 22px 66px;
}

.contact-route-list {
    display: grid;
    gap: 10px;
}

.contact-route-list a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    padding: 10px 16px;
    border: 1px solid rgba(28,54,91,0.1);
    border-radius: 15px;
    background: #f8f9fc;
    color: var(--contact-ink);
    font-weight: 700;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.contact-route-list a:hover,
.contact-route-list a:focus-visible {
    border-color: rgba(181,138,86,0.25);
    background: #f4eee5;
    transform: translateX(4px);
}

body.rtl .contact-route-list a:hover {
    transform: translateX(-4px);
}

.contact-route-list span,
.contact-card-icon,
.contact-channel-card > span,
.contact-location-card > span,
.contact-prep-grid span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #fbf7ec;
    color: var(--contact-gold);
    font-size: 0.8rem;
    font-weight: 900;
}

.contact-route-panel p {
    margin: 14px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(181,138,86,0.22);
    border-radius: 16px;
    background: #fffaf0;
    color: var(--contact-ink);
    line-height: 1.6;
}

.contact-section {
    padding: 92px 0;
    background: #fff;
}

.contact-section-soft {
    background: #f5f7fb;
}

.contact-section > .container-wide {
    display: block;
    align-items: initial;
    justify-content: initial;
}

#start-here > .container-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

#start-here .contact-section-heading {
    flex: 0 0 340px;
    margin: 0;
}

#start-here .contact-primary-grid {
    flex: 1 1 auto;
}

.contact-section-heading {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.contact-section-heading.align-left {
    margin-inline: 0;
    text-align: start;
}

.contact-section:not(#start-here) .contact-section-heading.align-left {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.contact-section-heading > span {
    color: var(--contact-gold);
}

.contact-section-heading h2 {
    margin-top: 16px;
    color: var(--contact-blue);
    font-size: clamp(2.1rem, 3.8vw, 3.8rem);
    line-height: 1.08;
}

.contact-section-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--contact-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-section-heading.align-left p {
    margin-inline: 0;
}

.contact-section:not(#start-here) .contact-section-heading.align-left p {
    margin-inline: auto;
}

.contact-primary-grid,
.contact-channel-grid,
.contact-prep-grid,
.contact-social-grid {
    display: grid;
    gap: 24px;
}

.contact-primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-prep-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-action-card,
.contact-channel-card,
.contact-location-card,
.contact-prep-grid article,
.contact-social-grid a {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(28,54,91,0.1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(28, 54, 91, 0.08);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-action-card,
.contact-channel-card,
.contact-location-card,
.contact-prep-grid article {
    padding: 34px;
}

.contact-action-visual {
    position: relative;
    height: 210px;
    margin: -14px -14px 28px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--contact-blue);
}

.contact-action-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28,54,91,0.04), rgba(28,54,91,0.28));
    pointer-events: none;
}

.contact-action-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms ease;
}

.contact-action-card:hover .contact-action-visual img {
    transform: scale(1.035);
}

.contact-action-card::after,
.contact-channel-card::after {
    content: "";
    position: absolute;
    top: -58px;
    inset-inline-end: -58px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(181,138,86,0.22);
    border-radius: 50%;
}

.contact-action-card:hover,
.contact-action-card:focus-within,
.contact-channel-card:hover,
.contact-channel-card:focus-within,
.contact-location-card:hover,
.contact-location-card:focus-within,
.contact-prep-grid article:hover,
.contact-social-grid a:hover,
.contact-social-grid a:focus-visible {
    border-color: rgba(181,138,86,0.35);
    box-shadow: 0 28px 70px rgba(28, 54, 91, 0.13);
    transform: translateY(-4px);
}

.contact-action-card h3,
.contact-channel-card h3,
.contact-location-card h3,
.contact-prep-grid h3 {
    margin-top: 18px;
    color: var(--contact-blue);
    font-size: 1.55rem;
    line-height: 1.2;
}

.contact-action-card p,
.contact-channel-card p,
.contact-location-card p,
.contact-prep-grid p {
    margin-top: 16px;
    color: #425675;
    font-size: 1rem;
    line-height: 1.75;
}

.contact-action-card .contact-btn,
.contact-channel-card .contact-btn,
.contact-location-card .contact-btn {
    margin-top: 24px;
}

.contact-channel-card strong {
    display: block;
    margin-top: 20px;
    padding: 15px 18px;
    border-radius: 14px;
    background: #f4f6fa;
    color: var(--contact-blue);
    font-size: 0.96rem;
}

.contact-location-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 58px;
    align-items: center;
}

.contact-location-layout > div:first-child {
    display: contents;
}

.contact-location-layout .contact-section-heading {
    grid-column: 1 / -1;
}

.contact-location-stack {
    display: grid;
    gap: 22px;
    margin-top: 0;
}

.contact-location-card strong {
    display: block;
    margin-top: 8px;
    color: var(--contact-blue);
}

.contact-location-card strong small {
    display: inline-block;
    margin-top: 4px;
    color: #6f7f98;
    font-size: 0.9em;
    font-weight: 700;
}

.contact-map-panel {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgba(28,54,91,0.12);
    border-radius: 28px;
    background:
        linear-gradient(rgba(28,54,91,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(28,54,91,0.06) 1px, transparent 1px),
        #f4f4f4;
    background-size: 48px 48px;
    box-shadow: 0 26px 62px rgba(28,54,91,0.1);
}

.contact-location-visual {
    background: var(--contact-blue);
}

.contact-location-visual::before,
.contact-location-visual::after {
    z-index: 2;
}

.contact-location-visual::before {
    border-color: rgba(234,179,50,0.38);
}

.contact-location-main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contact-location-visual::after {
    background: linear-gradient(180deg, rgba(8,19,40,0.06), rgba(8,19,40,0.46));
    border: 0;
    border-radius: 0;
    inset: 0;
    width: auto;
    height: auto;
}

.contact-location-inset-img {
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 34px;
    width: min(42%, 270px);
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.82);
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(5,12,35,0.28);
}

body.rtl .contact-location-inset-img {
    right: auto;
    left: 30px;
}

.contact-map-panel::before,
.contact-map-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(181,138,86,0.3);
}

.contact-map-panel::before {
    top: 80px;
    left: 120px;
    width: 140px;
    height: 140px;
}

.contact-map-panel::after {
    right: 80px;
    bottom: 90px;
    width: 190px;
    height: 190px;
    border-color: rgba(28,54,91,0.12);
}

.contact-map-panel > span {
    position: absolute;
    top: 34px;
    inset-inline-end: 34px;
    z-index: 4;
    padding: 16px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    color: var(--contact-blue);
    font-weight: 800;
    box-shadow: var(--shadow-lift);
}

.contact-location-visual > span {
    inset-inline-start: 34px;
    inset-inline-end: auto;
}

.contact-map-panel > strong {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 4;
    display: grid;
    width: 110px;
    height: 110px;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--contact-blue);
    color: var(--contact-gold-bright);
    font-size: 0.9rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.map-note {
    position: absolute;
    z-index: 4;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.86);
    color: var(--contact-blue);
    font-weight: 800;
    box-shadow: var(--shadow-lift);
}

.map-note small {
    display: block;
    margin-top: 6px;
    color: var(--contact-muted);
    font-weight: 600;
}

.map-note-left {
    left: 42px;
    bottom: 42px;
}

.map-note-right {
    right: 42px;
    bottom: 42px;
}

.contact-social-grid a {
    display: block;
    padding: 28px;
    color: var(--contact-blue);
    font-size: 1.35rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-social-grid a:hover {
    transform: translateY(-4px);
    border-color: rgba(181,138,86,0.36);
    box-shadow: 0 28px 68px rgba(28,54,91,0.13);
}

.contact-social-grid span {
    display: block;
    margin-top: 10px;
    color: var(--contact-muted);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.6;
}

.contact-faq-wrap {
    max-width: 1160px;
}

.contact-faq-list {
    display: grid;
    gap: 14px;
}

.contact-page .faq-item {
    border-radius: 18px;
    border: 1px solid rgba(28,54,91,0.1);
    background: #f7f8fc;
    box-shadow: none;
}

.contact-page .faq-item.active {
    background: #fff;
    box-shadow: 0 22px 58px rgba(28,54,91,0.09);
}

.contact-page .faq-header {
    padding: 26px 28px;
}

.contact-page .faq-header h4 {
    font-size: 1.08rem;
}

.contact-page .faq-body {
    padding: 0 28px;
}

.contact-page .faq-item.active .faq-body {
    padding-bottom: 26px;
}

.contact-final-section {
    padding: 76px 0 104px;
    background: #fff;
}

.contact-final-section .container-wide {
    display: flex;
    justify-content: center;
}

.contact-final-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 64px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 24%, rgba(234,179,50,0.18), transparent 34%),
        var(--contact-blue);
    color: #fff;
    box-shadow: 0 30px 76px rgba(28,54,91,0.2);
}

.contact-final-image {
    position: absolute;
    inset: 0 0 0 auto;
    width: min(46%, 620px);
    height: 100%;
    object-fit: cover;
    opacity: 0.34;
    mask-image: linear-gradient(90deg, transparent 0%, black 42%);
    pointer-events: none;
}

body.rtl .contact-final-image {
    inset: 0 auto 0 0;
    mask-image: linear-gradient(270deg, transparent 0%, black 42%);
}

.contact-final-panel > :not(.contact-final-image) {
    position: relative;
    z-index: 1;
}

.contact-final-panel h2 {
    max-width: 780px;
    margin-top: 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    line-height: 1.04;
}

.contact-final-panel p {
    max-width: 780px;
    margin-top: 18px;
    color: rgba(255,255,255,0.82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.contact-final-actions {
    flex-direction: column;
    min-width: 260px;
    margin: 0;
}

body.rtl .contact-hero-inner,
body.rtl .contact-location-layout {
    direction: rtl;
}

body.rtl .contact-section-heading.align-left {
    text-align: right;
}

body.rtl .contact-section:not(#start-here) .contact-section-heading.align-left {
    text-align: center;
}

body.rtl .contact-route-list a {
    text-align: right;
}

@media (max-width: 1100px) {
    .contact-hero-inner,
    .contact-location-layout,
    .contact-final-panel {
        grid-template-columns: 1fr;
    }

    .contact-route-panel {
        max-width: 620px;
    }

    .contact-channel-grid,
    .contact-primary-grid,
    .contact-prep-grid,
    .contact-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .contact-hero {
        min-height: auto;
        padding: 130px 0 70px;
    }

    .contact-hero-inner {
        gap: 42px;
    }

    .contact-hero h1 {
        font-size: clamp(2.6rem, 13vw, 4.1rem);
    }

    .contact-route-panel {
        padding: 22px;
        border-radius: 24px;
        margin-top: 10px;
    }

    .contact-route-panel::before {
        inset: 12px;
    }

    .contact-panel-icon {
        top: 30px;
        inset-inline-end: 34px;
    }

    .contact-route-panel h2 {
        margin-top: 10px;
        font-size: 1.7rem;
    }

    .contact-section {
        padding: 68px 0;
    }

    .contact-channel-grid,
    .contact-primary-grid,
    .contact-prep-grid,
    .contact-social-grid {
        grid-template-columns: 1fr;
    }

    .contact-action-card,
    .contact-channel-card,
    .contact-location-card,
    .contact-prep-grid article {
        padding: 26px;
    }

    .contact-action-visual {
        height: 180px;
        margin: -8px -8px 24px;
    }

    .contact-map-panel {
        min-height: 360px;
    }

    .contact-location-inset-img {
        top: 22px;
        right: 22px;
        width: 44%;
        border-radius: 16px;
    }

    body.rtl .contact-location-inset-img {
        right: auto;
        left: 22px;
    }

    .contact-location-visual > span {
        top: 22px;
        inset-inline-start: 22px;
    }

    .map-note {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin: 250px 14px 0;
    }

    .contact-location-visual .map-note {
        position: absolute;
        margin: 0;
    }

    .contact-location-visual .map-note-left {
        left: 18px;
        bottom: 18px;
    }

    .contact-location-visual .map-note-right {
        right: 18px;
        bottom: 18px;
    }

    .contact-final-image {
        width: 100%;
        opacity: 0.16;
        mask-image: none;
    }

    .contact-final-panel {
        padding: 34px 26px;
    }

    .contact-final-actions {
        width: 100%;
    }

    .contact-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .contact-pill,
    .contact-section-heading > span,
    .contact-final-panel span {
        letter-spacing: 0.24em;
    }

    .contact-hero h1 {
        font-size: clamp(2.7rem, 12vw, 3.55rem);
    }

    .contact-hero-copy p {
        font-size: 1rem;
    }
}

/* =========================================
   ABOUT PAGE V2 - INTERNATIONAL PATHWAYS
   ========================================= */
body.about-page-v2 {
    background: var(--surface-white);
}

body.about-page-v2 .reveal-item {
    opacity: 1 !important;
    transform: none !important;
}

body.about-page-v2 p,
body.about-page-v2 blockquote {
    text-align: left;
}

.about-hero-v2 {
    min-height: 560px;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 150px 30px 95px;
    background-image:
        linear-gradient(90deg, rgba(16, 31, 54, 0.98) 0%, rgba(28, 54, 91, 0.86) 43%, rgba(28, 54, 91, 0.38) 100%),
        var(--about-hero-image);
    background-size: cover;
    background-position: center;
}

.about-hero-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.34;
    background-image:
        radial-gradient(rgba(234, 179, 50, 0.35) 1.5px, transparent 1.5px),
        linear-gradient(135deg, transparent 0 48%, rgba(234, 179, 50, 0.15) 49%, transparent 50% 100%);
    background-size: 26px 26px, 260px 260px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.about-hero-v2::after {
    content: '';
    position: absolute;
    width: min(520px, 55vw);
    height: min(520px, 55vw);
    inset-inline-start: -170px;
    bottom: -260px;
    border: 1px solid rgba(234, 179, 50, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.about-hero-v2__overlay {
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(16, 31, 54, 0.68));
    pointer-events: none;
}

.about-hero-v2__content {
    width: min(1050px, 100%);
    position: relative;
    z-index: 1;
    color: var(--text-white);
    text-align: center;
}

.about-kicker,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--monde-gold);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: none;
}

.about-kicker::before,
.about-section-label::before {
    content: '';
    width: 34px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.about-hero-v2 h1 {
    margin: 18px 0 18px;
    color: #fff;
    font-size: clamp(3.4rem, 8vw, 7rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.about-hero-v2 p {
    max-width: 800px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.75;
    text-align: center;
}

.about-page-v2 .page-section {
    padding: 96px 30px;
}

.about-page-v2 .bg-light {
    background:
        radial-gradient(circle at 12% 20%, rgba(181, 138, 86, 0.09), transparent 28%),
        #fafbfc;
}

.page-section .container-wide.about-split,
.page-section .container-wide.about-values-layout {
    display: grid !important;
}

.about-split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(45px, 7vw, 92px);
    align-items: center;
}

.about-copy {
    max-width: 650px;
}

.about-copy h2,
.about-section-heading h2,
.about-final-cta h2 {
    color: var(--monde-blue);
    font-size: clamp(2.2rem, 4.5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: 0;
    margin: 18px 0 24px;
}

.about-copy p,
.about-section-heading p,
.about-founder-content p,
.about-team-content p,
.about-partner-card p,
.about-final-cta p {
    color: #5d6c83;
    font-size: 1.03rem;
    line-height: 1.82;
}

.about-copy p + p {
    margin-top: 18px;
}

.about-primary-link,
.about-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.about-primary-link {
    margin-top: 30px;
    color: #fff;
    background: var(--monde-blue);
    box-shadow: 0 16px 35px rgba(28, 54, 91, 0.16);
}

.about-primary-link:hover,
.about-secondary-link:hover {
    transform: translateY(-3px);
}

.about-primary-link:hover {
    background: #142943;
    box-shadow: 0 20px 42px rgba(28, 54, 91, 0.22);
}

.about-primary-link--gold {
    margin-top: 0;
    color: var(--monde-blue);
    background: var(--monde-gold-bright);
}

.about-primary-link--gold:hover {
    color: var(--monde-blue);
    background: #f0c45c;
}

.about-secondary-link {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.about-secondary-link:hover {
    border-color: var(--monde-gold-bright);
    background: rgba(255, 255, 255, 0.08);
}

.about-image-card {
    position: relative;
    min-height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(22, 42, 72, 0.18);
    background: var(--monde-blue);
}

.about-image-card::before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(234, 179, 50, 0.36);
    border-radius: 26px;
    pointer-events: none;
    z-index: 2;
}

.about-image-card img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.about-image-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    max-width: 330px;
    padding: 20px 22px;
    border-radius: 20px;
    color: #fff;
    background: rgba(28, 54, 91, 0.86);
    border: 1px solid rgba(234, 179, 50, 0.36);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.about-image-badge strong,
.about-image-badge span {
    display: block;
}

.about-image-badge strong {
    color: var(--monde-gold-bright);
    font-size: 1.05rem;
    margin-bottom: 5px;
}

.about-image-badge span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.about-section-heading {
    max-width: 880px;
    margin: 0 auto 54px;
    text-align: center;
}

.about-section-heading .about-section-label {
    justify-content: center;
}

.about-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.about-founder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.about-founder-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(28, 54, 91, 0.08);
    box-shadow: 0 22px 60px rgba(28, 54, 91, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-founder-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 138, 86, 0.36);
    box-shadow: 0 28px 74px rgba(28, 54, 91, 0.12);
}

.about-founder-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.about-founder-content,
.about-team-content {
    padding: 30px;
}

.about-founder-role,
.about-team-content span {
    color: var(--monde-gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-founder-content h3,
.about-team-content h3,
.about-partner-card h3 {
    color: var(--monde-blue);
    font-size: 1.65rem;
    margin: 8px 0 14px;
}

.about-founder-content p + p {
    margin-top: 14px;
}

.about-partners-section {
    position: relative;
    overflow: hidden;
}

.about-partners-section::before {
    content: '';
    position: absolute;
    inset-inline-start: 6%;
    top: 32%;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(rgba(181, 138, 86, 0.25) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.6;
    pointer-events: none;
}

.about-partner-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.about-partner-rail::before {
    content: '';
    position: absolute;
    left: 6%;
    right: 6%;
    top: 54px;
    border-top: 2px dashed rgba(181, 138, 86, 0.28);
    z-index: 0;
}

.about-partner-card {
    position: relative;
    z-index: 1;
    min-height: 210px;
    padding: 26px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(28, 54, 91, 0.08);
    box-shadow: 0 18px 46px rgba(28, 54, 91, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 138, 86, 0.34);
    box-shadow: 0 24px 58px rgba(28, 54, 91, 0.12);
}

.about-partner-card img {
    width: 100%;
    max-width: 185px;
    height: 76px;
    object-fit: contain;
    border-radius: 18px;
    padding: 12px;
    background: #fff9ed;
    box-shadow: 0 12px 30px rgba(181, 138, 86, 0.1);
}

.about-partner-card h3 {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 1.32rem;
}

.about-values-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(45px, 7vw, 82px);
    align-items: center;
}

.about-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-collage img {
    width: 100%;
    min-height: 210px;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(28, 54, 91, 0.12);
}

.about-collage__large {
    grid-column: span 2;
    min-height: 300px !important;
}

.about-values-list {
    list-style: none;
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.about-values-list li {
    position: relative;
    padding: 18px 20px 18px 54px;
    border-radius: 18px;
    color: #5d6c83;
    line-height: 1.72;
    background: #fff;
    border: 1px solid rgba(28, 54, 91, 0.08);
    box-shadow: 0 12px 30px rgba(28, 54, 91, 0.045);
}

.about-values-list li::before {
    content: '✓';
    position: absolute;
    left: 20px;
    top: 18px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--monde-blue);
    background: var(--monde-gold-bright);
    font-weight: 900;
    font-size: 0.85rem;
}

.about-values-list strong {
    color: var(--monde-blue);
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.about-team-card {
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(28, 54, 91, 0.08);
    box-shadow: 0 18px 48px rgba(28, 54, 91, 0.075);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-team-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 138, 86, 0.34);
    box-shadow: 0 24px 60px rgba(28, 54, 91, 0.12);
}

.about-team-card img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.about-team-content {
    padding: 24px;
}

.about-team-content h3 {
    font-size: 1.38rem;
}

.about-team-content blockquote {
    position: relative;
    margin: 18px 0;
    padding-inline-start: 18px;
    color: var(--monde-blue);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.62;
    border-inline-start: 3px solid var(--monde-gold-bright);
}

.about-team-content p {
    font-size: 0.95rem;
    line-height: 1.72;
}

.about-final-cta {
    padding-top: 30px !important;
}

.about-final-cta__content {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 7vw, 76px);
    border-radius: 34px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(28, 54, 91, 0.98), rgba(28, 54, 91, 0.92)),
        radial-gradient(circle at 22% 20%, rgba(234, 179, 50, 0.2), transparent 28%);
    box-shadow: 0 30px 80px rgba(28, 54, 91, 0.2);
}

.about-final-cta__content::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(234, 179, 50, 0.28);
    border-radius: 26px;
    pointer-events: none;
}

.about-final-cta .about-section-label {
    justify-content: center;
}

.about-final-cta h2 {
    color: #fff;
}

.about-final-cta p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

body.rtl.about-page-v2 p,
body.rtl.about-page-v2 blockquote {
    text-align: right;
}

body.rtl .about-kicker,
body.rtl .about-section-label {
    letter-spacing: 0.12em;
}

body.rtl .about-values-list li {
    padding: 18px 54px 18px 20px;
}

body.rtl .about-values-list li::before {
    left: auto;
    right: 20px;
}

body.rtl .about-image-badge {
    left: auto;
    right: 28px;
}

@media (max-width: 1180px) {
    .about-founder-grid,
    .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-partner-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .about-hero-v2 {
        min-height: 500px;
        padding: 135px 24px 78px;
        background-position: 62% center;
    }

    .page-section .container-wide.about-split,
    .page-section .container-wide.about-values-layout {
        grid-template-columns: 1fr;
    }

    .about-copy {
        max-width: none;
    }

    .about-image-card,
    .about-image-card img {
        min-height: 430px;
    }

    .about-values-layout .about-collage {
        order: 2;
    }
}

@media (max-width: 680px) {
    .about-page-v2 .page-section {
        padding: 72px 20px;
    }

    .about-hero-v2 {
        min-height: 480px;
        padding: 128px 20px 70px;
    }

    .about-hero-v2 h1 {
        font-size: clamp(3rem, 18vw, 4.6rem);
    }

    .about-hero-v2 p {
        font-size: 1rem;
    }

    .about-kicker,
    .about-section-label {
        font-size: 0.78rem;
        letter-spacing: 0.2em;
    }

    .about-copy h2,
    .about-section-heading h2,
    .about-final-cta h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .about-founder-grid,
    .about-team-grid,
    .about-partner-rail,
    .about-collage {
        grid-template-columns: 1fr;
    }

    .about-partner-rail::before {
        display: none;
    }

    .about-founder-card img,
    .about-team-card img {
        height: 300px;
    }

    .about-collage__large {
        grid-column: auto;
        min-height: 250px !important;
    }

    .about-image-card,
    .about-image-card img {
        min-height: 360px;
    }

    .about-image-badge {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
    }

    body.rtl .about-image-badge {
        left: 18px;
        right: 18px;
    }

    .about-founder-content,
    .about-team-content,
    .about-partner-card {
        padding: 24px;
    }

    .about-cta-actions,
    .about-primary-link,
    .about-secondary-link {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .about-primary-link,
    .about-secondary-link {
        padding-inline: 18px;
    }

    .about-team-card img {
        height: 275px;
    }
}

/* =========================================
   HOME PAGE CONTENT HANDOFF REFRESH
   ========================================= */
body[data-page="home"] .home-hero::before {
    background: linear-gradient(90deg, rgba(5, 12, 35, 0.72) 0%, rgba(28, 54, 91, 0.58) 48%, rgba(5, 12, 35, 0.28) 100%);
}

body[data-page="home"] .hero-content {
    gap: 48px;
}

body[data-page="home"] .hero-text-side {
    max-width: 760px;
}

body[data-page="home"] .hero-title {
    font-size: clamp(2.7rem, 4.7vw, 5.4rem);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 22px;
}

body[data-page="home"] .hero-subtitle {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.7;
}

body[data-page="home"] .home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

body[data-page="home"] .hero-cta {
    align-items: center;
    border-radius: var(--radius-pill);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding: 15px 28px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body[data-page="home"] .hero-cta:focus-visible,
body[data-page="home"] .faq-category:focus-visible,
body[data-page="home"] .testi-cta:focus-visible {
    outline: 3px solid rgba(234, 179, 50, 0.45);
    outline-offset: 4px;
}

body[data-page="home"] .hero-cta-primary {
    background: var(--monde-gold-bright);
    border: 1px solid var(--monde-gold-bright);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    color: var(--monde-blue);
}

body[data-page="home"] .hero-cta-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

body[data-page="home"] .hero-cta:hover {
    transform: translateY(-2px);
}

body[data-page="home"] .hero-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: #ffffff;
}

body[data-page="home"] .hero-feature-box {
    box-shadow: 0 24px 70px rgba(5, 12, 35, 0.28);
}

body[data-page="home"] .hero-feature-box ul {
    gap: 18px;
    justify-content: flex-start;
}

body[data-page="home"] .hero-feature-box ul li {
    padding-inline-start: 18px;
    position: relative;
    white-space: normal;
}

body[data-page="home"] .hero-feature-box ul li::before {
    background: var(--monde-gold);
    border-radius: 999px;
    content: "";
    height: 7px;
    inset-inline-start: 0;
    position: absolute;
    top: 0.55em;
    width: 7px;
}

body[data-page="home"] .hero-bottom-nav {
    gap: clamp(26px, 5vw, 72px);
}

body[data-page="home"] .nav-indicator {
    background: none;
    border: 0;
}

body[data-page="home"] .reason-card {
    min-height: 208px;
}

body[data-page="home"] .reason-copy {
    min-width: 0;
}

body[data-page="home"] .reason-title {
    color: var(--monde-blue);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
}

body[data-page="home"] .reason-text {
    color: #6f7f98;
    text-align: left;
}

body[data-page="home"].rtl .reason-text,
body[data-page="home"].rtl .reason-title {
    text-align: right;
}

body.rtl .testi-cta span {
    display: inline-block;
    transform: rotate(180deg);
}

body[data-page="home"] .testi-section-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.75;
    margin: 22px 0 30px;
    max-width: 470px;
    text-align: left;
}

body[data-page="home"].rtl .testi-section-subtitle {
    text-align: right;
}

body[data-page="home"] .testi-cta {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    text-decoration: none;
}

body[data-page="home"] .testi-initials-avatar {
    align-items: center;
    background-color: var(--monde-blue);
    background-image: linear-gradient(135deg, var(--monde-blue) 0%, #2e5288 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid rgba(181, 138, 86, 0.35);
    border-radius: 50%;
    color: var(--monde-gold-bright);
    display: flex;
    font-size: 28px;
    font-weight: 900;
    height: 104px;
    justify-content: center;
    margin-bottom: 18px;
    width: 104px;
}

body[data-page="home"] .testi-initials-avatar.has-image {
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}

body[data-page="home"] .testi-pathway {
    color: var(--monde-gold);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-top: 7px;
    text-transform: uppercase;
}

body[data-page="home"] .faq-categories {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    margin-bottom: 36px;
}

body[data-page="home"] .faq-category {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(28, 54, 91, 0.05);
    color: var(--monde-blue);
    cursor: pointer;
    font: inherit;
    min-width: 132px;
    padding: 16px 14px;
}

body[data-page="home"] .faq-icon-circle {
    height: 58px;
    width: 58px;
}

body[data-page="home"] .faq-cat-img {
    height: 28px;
    width: 28px;
}

body[data-page="home"] .faq-category-label {
    color: inherit;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

body[data-page="home"] .faq-category.active {
    border-color: rgba(181, 138, 86, 0.55);
}

@media (max-width: 1180px) {
    body[data-page="home"] .hero-content {
        align-items: flex-start;
        justify-content: center;
        padding-top: 140px;
    }

    body[data-page="home"] .hero-feature-box {
        width: 430px;
    }
}

@media (max-width: 900px) {
    body[data-page="home"] .hero-content {
        gap: 34px;
    }

    body[data-page="home"] .home-hero {
        height: auto;
        min-height: 860px;
    }

    body[data-page="home"] .hero-right-side {
        max-width: 620px;
    }

    body[data-page="home"] .hero-feature-box {
        width: 100%;
    }

    body[data-page="home"] .hero-bottom-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-inline: 24px;
    }

    body[data-page="home"] .testi-flex {
        padding-right: 0;
    }
}

@media (max-width: 680px) {
    body[data-page="home"] .home-hero {
        min-height: 940px;
    }

    body[data-page="home"] .home-hero-actions,
    body[data-page="home"] .hero-cta {
        width: 100%;
    }

    body[data-page="home"] .hero-title {
        font-size: clamp(2.35rem, 11vw, 3.6rem);
    }

    body[data-page="home"] .hero-feature-box {
        border-radius: 16px;
        padding: 26px 24px;
    }

    body[data-page="home"] .reason-card {
        min-height: auto;
    }

    body[data-page="home"] .faq-categories {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

body[data-page="home"] .faq-category {
        min-width: 0;
    }
}

/* Final refinements: keep the University Admission carousel minimal and close to the original spotlight style. */
.university-admission-showcase {
    overflow: hidden;
    background: #f7f9fc;
}

.university-admission-showcase::before,
.university-showcase-heading,
.university-slide-media::after,
.university-slide-copy > span::before {
    display: none;
}

.university-showcase-shell {
    display: block !important;
}

.university-slider-frame {
    min-height: 540px;
}

.university-slide {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
}

.university-slide-media {
    min-height: 540px;
    border-radius: 0;
    background: #213458;
    box-shadow: none;
}

.university-slide-media img {
    min-height: 540px;
}

.university-slide-media figcaption {
    left: 34px;
    right: 34px;
    bottom: 34px;
    max-width: 720px;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    text-shadow: 0 18px 42px rgba(12, 26, 52, 0.34);
}

.university-slide-copy {
    align-self: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.university-slide-copy > span {
    color: #b58a56;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
}

.university-slide-copy h3 {
    margin: 12px 0 18px;
    color: #213458;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.08;
}

.university-slide-copy p {
    max-width: 720px;
    color: #2c2c2c;
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.85;
    font-weight: 500;
}

.university-slider-controls {
    justify-content: flex-start;
    gap: 14px;
    margin-top: 24px;
}

.university-slider-arrow {
    width: 42px;
    height: 42px;
    border-color: rgba(33, 52, 88, 0.16);
    background: transparent;
    box-shadow: none;
    font-size: 1.9rem;
}

.university-slider-dots {
    gap: 9px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.university-slider-dots button {
    width: 9px;
    height: 9px;
    background: rgba(33, 52, 88, 0.22);
}

.university-slider-dots button.is-active,
.university-slider-dots button:hover,
.university-slider-dots button:focus-visible {
    width: 28px;
    background: #e6bd55;
}

.university-showcase-actions {
    justify-content: flex-start;
    margin-top: 28px;
}

body.rtl .university-slide-copy {
    border: 0;
    text-align: right;
}

body.rtl .university-slider-controls,
body.rtl .university-showcase-actions {
    justify-content: flex-start;
}

.contact-grid-overlay {
    display: none;
}

.path-package-block {
    width: min(1080px, 100%);
    margin: 46px auto 0;
}

.university-showcase-shell > .path-package-block {
    margin-top: 56px;
}

.path-package-heading {
    max-width: 780px;
    margin: 0 auto 20px;
    text-align: center;
}

.path-package-heading span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #b58a56;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.path-package-heading h3 {
    margin: 0;
    color: #213458;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.12;
}

.path-package-heading p {
    margin: 12px auto 0;
    color: #70809c;
    font-size: 1rem;
    line-height: 1.7;
}

.path-package-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(33, 52, 88, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 62px rgba(28, 54, 91, 0.08);
}

.path-package-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: #213458;
}

.path-package-table th,
.path-package-table td {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(33, 52, 88, 0.08);
    font-size: 0.95rem;
    line-height: 1.35;
    text-align: center;
}

.path-package-table th:first-child,
.path-package-table td:first-child {
    width: 46%;
    text-align: left;
}

.path-package-table th {
    background: #f6f9fd;
    color: #213458;
    font-weight: 900;
}

.path-package-table th:nth-child(3) {
    background: #213458;
    color: #fff;
}

.path-package-table th:nth-child(4) {
    background: #b58a56;
    color: #fff;
}

.path-package-table td:first-child {
    font-weight: 800;
}

.path-package-table td:nth-child(2) {
    background: rgba(246, 249, 253, 0.72);
}

.path-package-table td:nth-child(3) {
    background: rgba(33, 52, 88, 0.05);
}

.path-package-table td:nth-child(4) {
    background: rgba(181, 138, 86, 0.1);
    color: #7d5528;
    font-weight: 900;
}

.path-package-table tbody tr:last-child td {
    border-bottom: 0;
}

body.rtl .path-package-table th:first-child,
body.rtl .path-package-table td:first-child {
    text-align: right;
}

@media (max-width: 980px) {
    .university-slider-frame {
        min-height: auto;
    }

    .university-slide {
        grid-template-columns: 1fr;
    }

    .university-slide-media,
    .university-slide-media img {
        min-height: 380px;
    }

    .university-slide-copy {
        padding-top: 8px;
    }

    .path-package-block {
        margin-top: 38px;
    }
}

@media (max-width: 640px) {
    .university-slide-media,
    .university-slide-media img {
        min-height: 310px;
    }

    .university-slide-media figcaption {
        left: 22px;
        right: 22px;
        bottom: 22px;
        font-size: 2rem;
    }

    .university-slide-copy h3 {
        font-size: 2.1rem;
    }

    .path-package-table th,
    .path-package-table td {
        padding: 15px 16px;
        font-size: 0.88rem;
    }
}

/* University slider image normalization: one size, one crop, one visual format. */
.university-admission-showcase .university-slide-media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 0;
}

.university-admission-showcase .university-slide-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 980px) {
    .university-admission-showcase .university-slide-media,
    .university-admission-showcase .university-slide-media img {
        min-height: 0;
    }
}
