/* index.css - Pristine Design based on exact reference */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root {
    /* User Brand Colors */
    --brand-orange: #f58533;
    --brand-blue: #006ba1;
    
    /* Other Colors from Image References */
    --card-dark: #006ba1;     /* User Brand Blue for Mission box */
    --card-gold: #f58533;     /* User Brand Orange for Vision box */
    --bg-page: #F8F9FA;       /* Very light off-white background */
    --bg-white: #FFFFFF;
    
    /* Text Colors */
    --text-main: #1F2937;     /* Very dark gray for headings */
    --text-body: #6B7280;     /* Medium gray for paragraphs */
    
    /* Status/Icon Colors (from Services/Steps images) */
    --icon-purple: #7C3AED;
    --icon-green: #10B981;
    --icon-yellow: #F59E0B;
    --icon-blue: #3B82F6;
    
    /* Typography */
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    /* Effects */
    --radius-xl: 24px;
    --radius-lg: 16px;
    --radius-md: 12px;
    --shadow-card: 0 10px 40px -10px rgba(0,0,0,0.06);
    --shadow-hover: 0 20px 40px -10px rgba(0,0,0,0.12);
    --transition: all 0.3s ease;
}

 /* ABOUT PAGE - ADVANCED LAYOUT */
.about-hero-tall {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.about-success-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.about-success-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.about-success-image img {
    width: 100%;
    height: auto;
    display: block;
}
.floating-badge {
    position: absolute;
    bottom: -20px;
    right: 40px;
    background: white;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    z-index: 10;
}
.about-checklist {
    margin-top: 2rem;
}
.checklist-item {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: #4B5563;
    margin-bottom: 15px;
    background: #F9FAFB;
    padding: 15px 20px;
    border-radius: 12px;
}
.checklist-item i {
    color: #2563EB;
    background: #EFF6FF;
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.team-values-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
    align-items: center;
}
.about-team-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
}
.team-photo-wrapper {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.team-photo {
    width: 100%;
    height: auto;
    display: block;
}
.core-values-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.core-value-card {
    background: white;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-left: 5px solid transparent;
    transition: var(--transition);
}
.core-value-card:hover { transform: translateX(10px); }
.cv-icon {
    width: 50px; height: 50px;
    border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.cv-blue { border-left-color: #2563EB; }
.cv-blue .cv-icon { background: #EFF6FF; color: #2563EB; }
.cv-orange { border-left-color: #F97316; }
.cv-orange .cv-icon { background: #FFF7ED; color: #F97316; }
.cv-green { border-left-color: #10B981; }
.cv-green .cv-icon { background: #ECFDF5; color: #10B981; }
.core-value-card h3 { font-size: 1.4rem; margin-bottom: 8px; color: #111827; }
.core-value-card p { font-size: 0.95rem; color: #6B7280; margin-bottom: 0; }
.hover-lift {
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: white !important;
}
.hover-lift:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.1) !important;
}
.hover-lift h3, .hover-lift p { color: white !important; }
.hover-lift p { opacity: 0.8; }
.pc-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: rgba(255, 123, 0, 0.2);
    color: #FF7B00;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
}

.director-message-section {
    position: relative;
    padding: 95px 0 88px;
    background:
        radial-gradient(circle at 42% 17%, rgba(148, 163, 184, 0.16) 0 0.28rem, transparent 0.34rem),
        radial-gradient(circle at 50% 31%, rgba(148, 163, 184, 0.1) 0 0.24rem, transparent 0.3rem),
        radial-gradient(circle at 92% 13%, rgba(7, 21, 69, 0.16) 0 0.22rem, transparent 0.28rem),
        #fff;
    overflow: hidden;
}
.director-message-section::before {
    content: "";
    position: absolute;
    right: -9%;
    top: -22%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(20, 86, 223, 0.06);
}
.director-message-section::after {
    content: "";
    position: absolute;
    left: -9%;
    top: -22%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(20, 86, 223, 0.055);
    pointer-events: none;
}
.director-message-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.9fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
}
.director-copy {
    position: relative;
    max-width: 660px;
    padding-left: 0;
    border-left: 0;
}
.director-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--brand-orange);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.director-kicker::after {
    display: none;
}
.director-copy h2 {
    color: #071545;
    font-family: inherit;
    font-size: clamp(2.2rem, 3.5vw, 3.55rem);
    line-height: 1.05;
    margin-bottom: 1.1rem;
}
.director-copy h2 span,
.director-copy h3,
.director-signature strong,
.director-signature span,
.director-stats strong,
.director-stats span {
    color: #071545;
}
.director-copy h2 span { color: var(--brand-orange); }
.director-title-line {
    display: none;
}
.director-copy h3 {
    font-size: 1.24rem;
    margin-bottom: 1.25rem;
}
.director-copy p {
    max-width: 610px;
    color: #3d4658;
    font-size: 1.02rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
}
.director-quote {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 1rem;
    align-items: start;
    margin: 1.75rem 0 2rem;
    padding: 0 0 0 0.25rem;
    background: transparent;
    box-shadow: none;
}
.director-quote i {
    color: var(--brand-orange);
    font-size: 2.25rem;
}
.director-quote strong {
    color: #071545;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1.32;
}
.director-signature strong {
    display: block;
    font-family: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1;
}
.director-signature strong::after {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin: 0.9rem 0 0.8rem;
    background: var(--brand-orange);
    border-radius: 999px;
}
.director-signature span {
    display: block;
    font-weight: 700;
}
.director-visual {
    position: relative;
    justify-self: end;
    width: min(100%, 420px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: directorFloat 6s ease-in-out infinite;
}
.director-visual::before {
    display: none;
}
.director-frame {
    overflow: hidden;
    border-radius: 22px;
    background: transparent;
    border: 0;
}
.director-frame img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    object-position: center top;
}
.director-globe-badge {
    display: none;
}
.director-stats {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    max-width: 820px;
    margin: -2.3rem 0 0 auto;
    padding-left: 1.8rem;
    border-left: 1px solid rgba(0, 38, 84, 0.1);
}
.director-stats article {
    display: grid;
    grid-template-columns: 48px auto;
    column-gap: 0.85rem;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-right: 1px solid rgba(0, 38, 84, 0.1);
}
.director-stats article:last-child { border-right: 0; }
.director-stats i {
    grid-row: span 3;
    color: var(--brand-orange);
    font-size: 1.85rem;
}
.director-stats strong {
    font-size: 1.85rem;
    line-height: 1;
}
.director-stats span {
    font-weight: 800;
    font-size: 0.85rem;
}
.director-stats p {
    color: #667085;
    font-size: 0.78rem;
    margin: 0;
}
@keyframes directorFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.about-mission-section {
    position: relative;
    padding: 0;
    min-height: 760px;
    background:
        radial-gradient(circle at 14% 16%, rgba(148, 163, 184, 0.14) 0 0.42rem, transparent 0.48rem),
        radial-gradient(circle at 35% 78%, rgba(148, 163, 184, 0.11) 0 0.36rem, transparent 0.42rem),
        radial-gradient(circle at 63% 18%, rgba(148, 163, 184, 0.13) 0 0.44rem, transparent 0.5rem),
        radial-gradient(circle at 87% 74%, rgba(148, 163, 184, 0.12) 0 0.35rem, transparent 0.42rem),
        linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    overflow: hidden;
}
.about-mission-section::before {
    content: "";
    position: absolute;
    left: -5%;
    top: 12%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 32px solid rgba(148, 163, 184, 0.11);
    pointer-events: none;
}
.about-mission-section::after {
    content: "";
    position: absolute;
    right: 42%;
    bottom: -24%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 36px solid rgba(148, 163, 184, 0.1);
    pointer-events: none;
}
.about-mission-section .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.about-mission-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 0;
    align-items: stretch;
    min-height: 760px;
}
.about-mission-visual {
    position: relative;
    order: 2;
    min-height: 760px;
    height: 100%;
    border-radius: 360px 0 0 360px;
    border-left: 12px solid var(--brand-orange);
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0, 39, 84, 0.16);
}
.about-mission-visual::before {
    display: none;
}
.about-mission-visual img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.mission-stats-bar {
    position: absolute;
    z-index: 4;
    left: 2.2rem;
    right: 1.2rem;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.45rem 1.65rem;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #003564 0%, #064b88 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 24px 55px rgba(0, 39, 84, 0.22);
}
.mission-stat {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding-right: 0.85rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.mission-stat:last-child {
    border-right: none;
}
.mission-stat i {
    color: var(--brand-orange);
    font-size: 1.45rem;
    margin-top: 0.2rem;
}
.mission-stat strong {
    display: block;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1;
}
.mission-stat span {
    display: block;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: 0.25rem;
}
.mission-stat p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.73rem;
    line-height: 1.35;
}
.mission-eyebrow {
    display: inline-block;
    color: var(--brand-orange);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.mission-eyebrow::after,
.mission-title-line {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    border-radius: 3px;
    background: var(--brand-orange);
    margin-top: 1rem;
}
.about-mission-content h2 {
    max-width: 620px;
    color: #071545;
    font-size: clamp(2rem, 2.85vw, 2.9rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}
.about-mission-content h2 span {
    color: var(--brand-orange);
}
.mission-title-line {
    margin: 1.25rem 0 1.35rem;
}
.about-mission-content > p {
    max-width: 600px;
    color: #5c6881;
    font-size: 1.03rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.about-mission-content {
    order: 1;
    align-self: center;
    padding: 105px clamp(2rem, 4vw, 4.5rem) 105px max(5vw, calc((100vw - 1320px) / 2));
}
.mission-support-list {
    display: grid;
    gap: 1rem;
}
.mission-support-item {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 1.1rem;
    align-items: center;
    min-height: 105px;
    padding: 1.1rem 1.5rem 1.1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 107, 161, 0.07);
    box-shadow: 0 18px 42px rgba(0, 39, 84, 0.07);
}
.mission-support-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1456df;
    background: #eaf2ff;
    font-size: 1.35rem;
}
.mission-support-item h3 {
    color: #071545;
    font-size: 1.06rem;
    margin-bottom: 0.35rem;
}
.mission-support-item p {
    color: #5c6881;
    line-height: 1.55;
    margin: 0;
    font-size: 0.9rem;
}
.mission-support-item > strong {
    color: rgba(7, 21, 69, 0.08);
    font-size: 2rem;
    font-weight: 800;
}
.about-choose-section {
    position: relative;
    padding: 125px 0 120px;
    background-image:
        linear-gradient(90deg, rgba(0, 20, 58, 0.82) 0%, rgba(0, 20, 58, 0.64) 40%, rgba(0, 20, 58, 0.34) 68%, rgba(0, 20, 58, 0.78) 100%),
        url('about us design two.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
    overflow: hidden;
}
.about-choose-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    background: linear-gradient(90deg, transparent, rgba(0, 20, 58, 0.42));
    pointer-events: none;
}

/* ROBUST DIRECTOR LAYOUT (FULL WIDTH) */
.dec-section {
    position: relative;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.dec-top {
    display: flex;
    flex-direction: column;
    order: 2;
}
.dec-left {
    display: none; /* Hide empty spacer on mobile */
}
.dec-right {
    background: transparent;
    padding: 40px 20px 60px;
    position: relative;
    z-index: 2;
}
.dec-img-wrap {
    position: relative;
    margin: 60px auto 30px;
    width: 240px;
    height: 240px;
    z-index: 10;
    order: 1;
}
.dec-img-ring {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-bottom-color: #F97316;
    border-left-color: #F97316;
    transform: rotate(-25deg);
}
.dec-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}
.dec-dots-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
    background-size: 20px 20px;
    pointer-events: none;
}
.dec-dots-right {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 80px;
    background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
    background-size: 20px 20px;
    pointer-events: none;
}

@keyframes rotateSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 992px) {
    /* Massive Solid Circle Vectors */
    .circle-vector-top {
        position: absolute;
        top: -400px;
        left: 25%;
        width: 800px;
        height: 800px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.04);
        z-index: 0;
        pointer-events: none;
    }

    .circle-vector-left {
        position: absolute;
        top: 50%;
        left: -350px;
        transform: translateY(-50%);
        width: 900px;
        height: 900px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.03);
        z-index: 0;
        pointer-events: none;
    }
    .circle-vector-left::before {
        content: "";
        position: absolute;
        inset: 150px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.03);
        border: none;
    }
    .circle-vector-left::after {
        content: "";
        position: absolute;
        inset: 300px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.04);
        border: none;
    }

    .circle-vector-right {
        position: absolute;
        bottom: -400px;
        right: -300px;
        width: 850px;
        height: 850px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.03);
        z-index: 0;
        pointer-events: none;
    }
    .circle-vector-right::before {
        content: "";
        position: absolute;
        inset: 120px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.03);
        border: none;
    }
    .circle-vector-right::after {
        content: "";
        position: absolute;
        inset: 240px;
        border-radius: 50%;
        background-color: rgba(20, 86, 223, 0.04);
        border: none;
    }
    /* Container Constraints for Content */
    .dec-top {
        max-width: 1250px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        flex-direction: row;
        order: unset;
    }
    .dec-left {
        display: block;
        width: 42%;
        background: transparent;
        padding: 80px 40px 80px 15px;
    }
    .dec-right {
        width: 58%;
        background: transparent;
        padding: 80px 15px 120px 80px; 
    }
    .dec-img-wrap {
        /* Align with the container */
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -580px; /* Pull it to the left edge of the 1250px container */
        transform: translateY(-50%);
        width: 420px;
        height: 420px;
    }
    .dec-img-ring {
        inset: -15px;
        border-width: 10px;
    }
    .dec-img-wrap img {
        border-width: 12px;
    }
}


}
.about-choose-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 13px 13px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,0.55), transparent 48%);
    pointer-events: none;
}
.about-choose-section .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
}
.about-choose-header {
    max-width: 650px;
    margin-bottom: 3rem;
}
.about-choose-header > span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--brand-orange);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}
.about-choose-header > span::after {
    content: "";
    width: 48px;
    height: 3px;
    border-radius: 3px;
    background: var(--brand-orange);
}
.about-choose-header h2 {
    color: #fff;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    line-height: 1.04;
    margin-bottom: 1.5rem;
}
.about-choose-header h2 strong {
    color: var(--brand-orange);
}
.about-choose-header p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.85;
    margin: 0;
}
.about-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.65rem;
}
.about-choose-card {
    position: relative;
    min-height: 330px;
    padding: 2.35rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(0, 15, 45, 0.24);
    border-bottom: 5px solid currentColor;
    overflow: hidden;
}
.about-choose-card::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 86px;
    height: 86px;
    opacity: 0.34;
    background-image: radial-gradient(rgba(148, 163, 184, 0.45) 1px, transparent 1px);
    background-size: 8px 8px;
}
.choose-blue { color: #1456b8; }
.choose-orange { color: #f97316; }
.choose-green { color: #0aa556; }
.choose-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.55rem;
    margin-bottom: 2rem;
}
.choose-blue .choose-icon { background: #1456b8; }
.choose-orange .choose-icon { background: #f97316; }
.choose-green .choose-icon { background: #0aa556; }
.choose-icon i {
    color: #fff;
}
.choose-number {
    position: absolute;
    right: 2rem;
    top: 2.1rem;
    color: #b5c2d7;
    font-size: 1.8rem;
    font-weight: 800;
}
.about-choose-card h3 {
    color: #071545;
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}
.choose-line {
    width: 42px;
    height: 3px;
    background: var(--brand-orange);
    border-radius: 3px;
    margin-bottom: 1.2rem;
}
.about-choose-card p {
    color: #52617e;
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
}
.about-choose-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: currentColor;
    font-weight: 800;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-body);
    background-color: var(--bg-page);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.2;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

/* Utilities */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-4 { margin-top: 4rem; }
.mb-icon { margin-bottom: 1.5rem; }
.text-white { color: var(--bg-white); }
.text-dark { color: var(--text-main); }
.text-gray { color: var(--text-body); }
.text-light { color: #D1D5DB; }
.uppercase { text-transform: uppercase; }
.font-bold { font-weight: 700; }
.tracking-widest { letter-spacing: 0.1em; }
.text-sm { font-size: 0.875rem; }
.max-w-2xl { max-width: 42rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.section-padding { padding: 100px 0; }
.bg-soft { background-color: #F8F9FA; }
.bg-white { background-color: var(--bg-white); }
.bg-dark { background-color: var(--card-dark); }

/* Buttons */
.btn-primary {
    display: inline-block;
    background: var(--brand-blue);
    color: var(--bg-white);
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    transition: var(--transition-fast);
    text-decoration: none;
}
.btn-primary:hover {
    background: #00537e; /* Slightly darker shade of brand-blue for hover */
    transform: translateY(-2px);
}

/* Header */
.pristine-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px;
    z-index: 1000;
    transition: var(--transition);
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 14px 24px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 35px rgba(0, 46, 91, 0.09);
}
.logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.logo img {
    height: 42px;
    display: block;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.nav-link {
    color: var(--text-main);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: var(--transition);
}
.nav-link:hover,
.nav-link.active {
    color: #003350;
}
.nav-link.active {
    position: relative;
}
.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    border-radius: 3px;
    background: var(--brand-orange);
}
.nav-action .btn-primary {
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 0.95rem;
    background: var(--brand-orange);
    color: #fff;
}
.nav-action .btn-primary:hover {
    background: #e66f1f;
    color: #fff;
}
.hamburger {
    display: none;
    font-size: 1.5rem;
    color: var(--text-main);
    cursor: pointer;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 107, 161, 0.08);
}
.nav-action {
    display: block;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background:
        linear-gradient(135deg, rgba(0, 45, 91, 0.95), rgba(0, 107, 161, 0.92)),
        url('footer.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    transition: right 0.4s ease;
    overflow: hidden;
}
.mobile-menu::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    pointer-events: none;
}
.mobile-menu.active { right: 0; }
.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    z-index: 2;
}
.mobile-link {
    position: relative;
    z-index: 2;
    width: min(100%, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.mobile-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.mobile-link.btn-primary {
    background: var(--brand-orange);
    color: #fff;
    border-color: transparent;
    margin-top: 0.7rem;
    box-shadow: 0 16px 30px rgba(245, 133, 51, 0.28);
}
.mobile-link.btn-primary:hover {
    background: #e66f1f;
    color: #fff;
}

/* Hero Slider */
.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider-container {
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    overflow: hidden;
}
.slide.active { opacity: 1; }
.slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.slide-tuition .slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-fanshawe .slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-tuition::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.86) 24%, rgba(248, 251, 255, 0.34) 48%, rgba(248, 251, 255, 0) 72%);
    z-index: 1;
    pointer-events: none;
}
.slide-nursing .slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-intake .slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #111827;
    border: none;
    width: 50px; height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 10;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-btn:hover { background: #f3f4f6; transform: translateY(-50%) scale(1.05); }
.prev-btn { left: 30px; }
.next-btn { right: 30px; }

/* Slider Side Caption */
.slide-content-side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.slide-content-left { left: 7%; }
.slide-content-right { right: 5%; display: flex; justify-content: flex-end; }
.caption-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.7);
    max-width: 520px;
    text-align: left;
}
.slide-tuition .caption-card {
    max-width: 620px;
    padding: 2rem;
    margin-top: 42px;
}
.slide-fanshawe .caption-card {
    max-width: 620px;
    padding: 2rem;
    margin-top: 42px;
}
.fanshawe-card .tuition-headline span {
    color: #f58533;
}
.tuition-card {
    position: relative;
    overflow: hidden;
}
.tuition-card::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 68%);
    pointer-events: none;
}
.tuition-badge {
    display: inline-flex;
    align-items: center;
    background: #F3F7FF;
    color: #34405f;
    padding: 6px 16px 6px 6px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.tuition-badge-icon {
    background: #2563EB;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}
.slide-tuition .caption-card h2 {
    font-size: 2.15rem !important;
    line-height: 1.2 !important;
}
.tuition-headline span {
    color: #2563EB;
}
.tuition-divider {
    height: 3px;
    width: 54px;
    background: #F97316;
    border-radius: 2px;
    margin: 1.35rem 0;
}
.tuition-list {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
}
.tuition-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.04);
    line-height: 1.45;
}
.tuition-list i {
    color: #00BFA6;
    margin-top: 0.18rem;
    flex-shrink: 0;
}
.tuition-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #EEF2F7;
}
.tuition-footer p {
    max-width: 62%;
    margin: 0;
    color: #6B7280;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Slide 3: Advanced Nursing Card */
.nursing-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.7);
    max-width: 620px;
    margin-top: 42px;
}
.nursing-badge {
    display: inline-flex;
    align-items: center;
    background: #F3F4F6;
    color: #4B5563;
    padding: 6px 16px 6px 6px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.nursing-badge-icon {
    background: #2563EB;
    width: 28px; height: 28px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 10px;
}
.nursing-headline {
    font-size: 2rem;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
.nursing-divider {
    height: 3px;
    width: 50px;
    background: #F97316;
    border-radius: 2px;
    margin-bottom: 1.5rem;
}
.nursing-courses-title {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1rem;
}
.nursing-course-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-radius: 100px;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    margin-bottom: 1rem;
}
.flex-align { display: flex; align-items: center; }
.nursing-features {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4rem;
    padding: 1.1rem 0;
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
}
.nursing-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}
.nf-icon {
    background: #EFF6FF;
    color: #2563EB;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.nf-text { display: flex; flex-direction: column; }
.nf-text strong { font-size: 0.85rem; color: #111827; margin-bottom: 4px; }
.nf-text span { font-size: 0.75rem; color: #6B7280; line-height: 1.4; }
.nursing-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 1.4rem;
}
.nursing-footer p { font-size: 0.9rem; color: #6B7280; line-height: 1.6; max-width: 68%; margin-bottom: 0; }
.nursing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #2563EB;
    color: white;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    transition: var(--transition);
}
.nursing-btn i {
    flex-shrink: 0;
}
.nursing-btn:hover { background: #1D4ED8; color: white; transform: translateY(-2px); }

/* Slide 4: New Intake */
.intake-card {
    max-width: 560px;
    margin-top: 42px;
    padding: 2.3rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 48px rgba(0, 40, 90, 0.1);
}
.intake-badge {
    display: inline-flex;
    align-items: center;
    background: #F3F7FF;
    color: #34405f;
    padding: 6px 16px 6px 6px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.intake-badge-icon {
    background: #2563EB;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}
.intake-card h2 {
    color: #071545;
    font-size: 3.1rem;
    line-height: 1.05;
    margin-bottom: 1rem;
}
.intake-card h2 span {
    color: #2563EB;
}
.intake-divider {
    height: 3px;
    width: 54px;
    background: #F97316;
    border-radius: 2px;
    margin-bottom: 1.35rem;
}
.intake-card p {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 92%;
    margin-bottom: 1.7rem;
}

/* Split Slide Layout */
.slide-split {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--bg-white);
}
.slide-split-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5% 0 10%;
    z-index: 10;
}
.slide-split-image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.text-brand-orange { color: var(--brand-orange); }
.text-lg { font-size: 1.25rem; font-family: var(--font-heading); }
.inline-block { display: inline-block; }

/* Image 1: Advanced Bento Layout */
.bento-section {
    background:
        radial-gradient(circle at 7% 12%, rgba(0, 107, 161, 0.06) 0 1.2px, transparent 1.4px) 0 0 / 12px 12px,
        radial-gradient(circle at 96% 82%, rgba(124, 58, 237, 0.05) 0 1.2px, transparent 1.4px) 0 0 / 12px 12px,
        linear-gradient(135deg, #fbfdff 0%, #f8fbff 42%, #fffaf5 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 260px 220px, 280px 240px, auto;
    background-position: left 40px top 36px, right 20px bottom 28px, center;
    position: relative;
    overflow: hidden;
}
.bento-section .container {
    max-width: 1280px;
}
.bento-layout {
    display: grid;
    grid-template-columns: minmax(430px, 0.95fr) minmax(520px, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    min-height: 560px;
}
.bento-main {
    background-color: var(--bg-white);
    background-image: url('whychooseus.png');
    border-radius: var(--radius-xl);
    padding: 2.7rem 2.8rem 2.4rem;
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
    position: relative;
    min-height: 560px;
    background-size: cover;
    background-position: 58% center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.bento-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.98) 31%, rgba(255,255,255,0.68) 52%, rgba(255,255,255,0.08) 82%),
        linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.74) 100%);
    pointer-events: none;
}
.bento-main::after {
    content: "";
    position: absolute;
    left: 41%;
    bottom: -18%;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.26), rgba(47, 128, 237, 0.08) 48%, transparent 70%);
    filter: blur(8px);
    pointer-events: none;
}
.bento-main-content {
    max-width: 72%;
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
.mb-4 { margin-bottom: 2rem; }
.badge-pill {
    display: inline-flex;
    align-items: center;
    background: #ecf2ff;
    color: #071545;
    padding: 9px 18px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.bento-heading {
    font-size: clamp(1.65rem, 2.1vw, 2.1rem);
    margin-bottom: 1rem;
    line-height: 1.18;
    position: relative;
    z-index: 2;
    color: #071545;
}
.text-gradient {
    background: linear-gradient(90deg, #8b18d8 0%, #7b4cff 45%, #1d7af2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bento-text {
    font-size: 0.9rem;
    color: #303b5f;
    max-width: 66%;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    line-height: 1.75;
}
.bento-stats {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.icon-purple {
    background: linear-gradient(135deg, #8b18d8, #6d5dfc);
    color: #fff;
}
.icon-blue {
    background: linear-gradient(135deg, #3358ff, #1d9bf0);
    color: #fff;
}
.stat-text {
    display: flex;
    flex-direction: column;
}
.stat-text strong {
    font-size: 1.25rem;
    color: #071545;
    line-height: 1;
}
.stat-text span {
    font-size: 0.76rem;
    color: #253050;
    line-height: 1.35;
    margin-top: 4px;
}
.stat-divider {
    height: 40px;
    width: 1px;
    background: #E5E7EB;
}

/* Right Side Cards */
.bento-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 560px;
}
.bento-top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    flex: 0 0 280px;
}
.bento-card {
    border-radius: var(--radius-xl);
    padding: 2rem 2rem;
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.bento-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }

/* Mission Card */
.card-mission {
    background:
        linear-gradient(155deg, #0744b7 0%, #00318f 52%, #021d5f 100%);
    color: white;
    min-height: 280px;
}
.card-mission::after {
    content: "";
    position: absolute;
    right: -20%;
    bottom: -18%;
    width: 118%;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.12), transparent 62%);
    opacity: 0.45;
}
.card-mission h3 { color: white; font-size: 1.45rem; margin-top: 1.4rem; margin-bottom: 0.55rem; position: relative; z-index: 2; }
.card-mission p { color: rgba(255,255,255,0.9); font-size: 0.9rem; line-height: 1.55; position: relative; z-index: 2; }

/* Vision Card */
.card-vision {
    background:
        linear-gradient(160deg, #ff8a16 0%, #f57419 45%, #f15b16 100%);
    color: white;
    min-height: 280px;
}
.card-vision::after {
    content: "";
    position: absolute;
    inset: auto -10% -2px 2%;
    height: 38%;
    background: linear-gradient(0deg, rgba(156, 50, 0, 0.14), transparent), radial-gradient(ellipse at 72% 100%, rgba(255,255,255,0.18), transparent 58%);
    opacity: 0.65;
    clip-path: polygon(0 80%, 18% 48%, 33% 72%, 48% 35%, 65% 82%, 82% 42%, 100% 75%, 100% 100%, 0 100%);
}
.card-vision h3 { color: white; font-size: 1.45rem; margin-top: 1.4rem; margin-bottom: 0.55rem; position: relative; z-index: 2; }
.card-vision p { color: rgba(255,255,255,0.95); font-size: 0.9rem; line-height: 1.55; position: relative; z-index: 2; }

/* Partnerships Card */
.card-partnerships {
    background: var(--bg-white);
    min-height: 256px;
    padding: 1.6rem 2rem;
    justify-content: center;
    flex: 1 1 256px;
}
.partnerships-content-wrap {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    max-width: 52%;
    position: relative;
    z-index: 2;
}
.partnerships-text h3 { font-size: 1.65rem; margin-bottom: 0.75rem; line-height: 1.12; }
.partnerships-text p { font-size: 0.88rem; line-height: 1.55; }
.partnership-map {
    position: absolute;
    top: 22px;
    right: 24px;
    bottom: 18px;
    width: 42%;
    opacity: 0.72;
    background:
        radial-gradient(circle at 55% 35%, rgba(0, 107, 161, 0.16) 0 1.6px, transparent 1.8px) 0 0 / 8px 8px;
}
.partnership-map::before {
    content: "";
    position: absolute;
    left: 13%;
    top: 28%;
    width: 73%;
    height: 56%;
    border: 2px dashed rgba(0, 191, 166, 0.42);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0 0 140px 140px;
    transform: rotate(-6deg);
}
.map-pin {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00a99a;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 6px 14px rgba(0, 169, 154, 0.24);
}
.map-pin::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #fff;
}
.pin-one { left: 13%; top: 50%; }
.pin-two { left: 53%; top: 76%; }
.pin-three { right: 4%; top: 43%; }

/* Glow Icons */
.glow-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.icon-glow-blue {
    background: linear-gradient(135deg, #11b7ff, #0576d9);
    box-shadow: 0 18px 30px rgba(0, 75, 180, 0.28);
}
.icon-glow-orange {
    background: linear-gradient(135deg, #ffc53d, #ff8a0a);
    box-shadow: 0 18px 30px rgba(195, 84, 0, 0.24);
}
.icon-glow-green {
    background: linear-gradient(135deg, #12cdbb, #009581);
    box-shadow: 0 18px 28px rgba(0, 149, 129, 0.22);
}

/* Card Dividers */
.card-line {
    height: 3px;
    width: 38px;
    margin-bottom: 1.5rem;
    border-radius: 2px;
}
.line-blue { background: #00A3FF; }
.line-white { background: rgba(255,255,255,0.8); }

/* Image 2: Services Overview (New Design) */
.services-section-new {
    position: relative;
    padding: 80px 0 96px;
    background:
        radial-gradient(circle at 56% 12%, rgba(0, 107, 161, 0.08) 0 1.5px, transparent 1.7px) 0 0 / 9px 9px,
        linear-gradient(135deg, #ffffff 0%, #eef7ff 48%, #dff0ff 100%);
    overflow: hidden;
    isolation: isolate;
}
.services-section-new::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -92px;
    height: 190px;
    background: linear-gradient(100deg, #075bd7 0%, #165ee9 48%, #7c54ff 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 0;
}
.services-bg-new {
    position: absolute;
    top: 26px;
    right: 0;
    width: 53%;
    height: calc(100% - 26px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    z-index: 1;
}
.services-left-content {
    position: relative;
    z-index: 2;
    max-width: 64%;
    padding-right: 0;
}
.border-blue { border: 1px solid #005682; }
.text-blue { color: #005682; }
.services-heading-new {
    font-size: 3.25rem;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.15;
    max-width: 760px;
}
.services-desc-new {
    font-size: 1.1rem;
    color: #4B5563;
    margin-bottom: 1.5rem;
}
.gradient-line-small {
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, #9b51e0, #2f80ed);
    border-radius: 2px;
}
.services-grid-new {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 760px;
}
.service-card-new {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    min-height: 215px;
}
.service-card-new:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.sc-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.sc-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
}
.sc-number {
    font-size: 2.35rem;
    font-weight: 800;
    color: #F3F4F6;
    line-height: 1;
}
.service-card-new h3 {
    font-size: 1.14rem;
    color: #111827;
    margin-bottom: 0.5rem;
}
.service-card-new p {
    font-size: 0.86rem;
    color: #6B7280;
    line-height: 1.5;
}
.sc-line {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: 25px;
    height: 3px;
    border-radius: 2px;
}
.sc-swoosh {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-top-left-radius: 100%;
}
.bg-orange { background: #FF7B00; }
.bg-purple-solid { background: #9b51e0; }
.bg-green-solid { background: #00BFA6; }
.bg-blue-solid { background: #005682; }
.bg-yellow-solid { background: #FFB300; }
.bg-red-solid { background: #E11D48; }

.line-orange { background: #FF7B00; }
.line-purple-solid { background: #9b51e0; }
.line-green-solid { background: #00BFA6; }
.line-blue-solid { background: #005682; }
.line-yellow-solid { background: #FFB300; }
.line-red-solid { background: #E11D48; }

.swoosh-orange { background: #FF7B00; }
.swoosh-purple-solid { background: #9b51e0; }
.swoosh-green-solid { background: #00BFA6; }
.swoosh-blue-solid { background: #005682; }
.swoosh-yellow-solid { background: #FFB300; }
.swoosh-red-solid { background: #E11D48; }

/* Image 3: Steps / Process Section */
.steps-section {
    position: relative;
    background: var(--bg-white);
    overflow: hidden;
}
.steps-bg-element {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0.82;
    z-index: 1;
}
.steps-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 38%;
    width: 26%;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.88) 42%, rgba(255,255,255,0) 100%);
    z-index: 2;
    pointer-events: none;
}
.steps-container {
    position: relative;
    z-index: 10;
}
.steps-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.steps-header p {
    font-size: 1.1rem;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
}
.step-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.02);
}
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.step-number {
    width: 35px; height: 35px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--bg-white);
    font-weight: 700;
    font-family: var(--font-heading);
    flex-shrink: 0;
}
.bg-orange { background: var(--brand-orange); }
.bg-green { background: var(--icon-green); }
.bg-blue { background: var(--brand-blue); }
.bg-yellow { background: var(--icon-yellow); }
.step-content h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.step-content p { font-size: 0.95rem; }

/* Countries Section */
.section-title { font-size: 2.5rem; margin-bottom: 2rem; }
.countries-section-title {
    font-size: 2.8rem;
    line-height: 1.2;
}
.text-red { color: #E11D48; }
.countries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.country-card {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}
.country-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.country-flag {
    width: 50px; height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.country-info { text-align: left; }
.country-info h3 { font-size: 1.2rem; margin-bottom: 0.2rem; }
.country-info p { font-size: 0.9rem; margin: 0; }

/* Student Testimonials */
.testimonials-section {
    position: relative;
    padding: 74px 0 44px;
    background-image: url('student testimonials.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.testimonials-section .container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
}
.testimonials-header {
    margin-bottom: 4.2rem;
}
.testimonials-header h2 {
    color: #071545;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 0.92;
    margin-bottom: 1rem;
}
.testimonials-header h2 span {
    color: #175adf;
}
.testimonials-header p {
    color: #071545;
    font-size: 1.25rem;
    font-weight: 600;
}
.testimonials-divider {
    width: 90px;
    height: 3px;
    margin: 0.8rem auto 0;
    border-radius: 2px;
    background: var(--brand-orange);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    align-items: stretch;
    margin-top: 0.6rem;
}
.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 4.5rem 2.3rem 1.7rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}
.quote-mark {
    position: absolute;
    top: 1.4rem;
    left: 1.7rem;
    color: rgba(23, 90, 223, 0.38);
    font-size: 2.3rem;
}
.testimonial-avatar {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 4px solid currentColor;
    color: #175adf;
    font-size: 2.4rem;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}
.testimonial-text {
    color: #071545;
    font-size: 1rem;
    line-height: 1.75;
    font-style: italic;
    margin: 0;
    flex: 1;
}
.testimonial-text strong {
    color: currentColor;
    font-weight: 800;
}
.testimonial-rule {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: currentColor;
    margin: 1.5rem 0 1.1rem;
}
.testimonial-rule::before,
.testimonial-rule::after {
    content: "";
    flex: 1;
    height: 2px;
    background: currentColor;
    opacity: 0.75;
}
.testimonial-rule span {
    font-size: 1.6rem;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.author-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    color: currentColor;
    flex-shrink: 0;
}
.testimonial-author h3 {
    color: #071545;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}
.testimonial-author p {
    margin: 0;
    color: #65708d;
}
.testimonial-pink { color: #e21d68; }
.testimonial-blue { color: #1456df; }
.testimonial-purple { color: #6730b7; }
.testimonial-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2.2rem;
    padding: 1.3rem 1.5rem;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(100deg, #075bd7 0%, #165ee9 54%, #004fb6 100%);
    color: #fff;
}
.testimonial-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-right: 1.1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.testimonial-feature:last-child {
    border-right: none;
}
.testimonial-feature > i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 1.25rem;
}
.testimonial-feature h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.testimonial-feature p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    font-size: 0.88rem;
}

/* Partners Marquee */
.partners-section {
    position: relative;
    padding: 96px 0 72px;
    border-top: 1px solid rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    background-image: url('partners universities.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.partners-section::before {
    display: none;
}
.partners-section::after {
    display: none;
}
.partners-header {
    position: relative;
    z-index: 2;
    margin-bottom: 3.4rem;
}
.partners-eyebrow {
    display: inline-block;
    color: #071545;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.partners-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: #2563eb;
    margin-bottom: 1.6rem;
}
.partners-divider span {
    display: block;
    width: 70px;
    height: 1px;
    background: rgba(37, 99, 235, 0.35);
}
.partners-header h2 {
    color: #071545;
    font-size: clamp(2rem, 4vw, 3.05rem);
    line-height: 1.12;
    margin-bottom: 1.2rem;
}
.partners-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #65708d;
    font-size: 1.08rem;
    line-height: 1.6;
}
.marquee-container {
    display: flex; overflow: hidden; width: 100%; position: relative;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.marquee-content {
    display: flex; align-items: center; gap: 4rem; padding: 0 2rem;
    animation: marquee-scroll 40s linear infinite;
    min-width: 100%; flex-shrink: 0;
}
.marquee-content img {
    height: 75px; /* Increased size significantly */
    object-fit: contain;
    transition: var(--transition);
}
.marquee-content img:hover {
    transform: scale(1.1); /* Slight zoom on hover instead of colorization */
}
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* CTA Section */
.cta-section {
    position: relative;
    width: min(94%, 1320px);
    margin: 80px auto;
    padding: 96px 2rem;
    border-radius: 18px;
    background-image: linear-gradient(rgba(0, 35, 87, 0.1), rgba(0, 35, 87, 0.1)), url('ready to start your journey.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 24px 65px rgba(0, 44, 109, 0.22);
}
.cta-section .container {
    position: relative;
    z-index: 2;
}
.cta-section h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}
.cta-section p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    line-height: 1.65;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-width: 190px;
    border: none;
    border-radius: 12px;
    padding: 18px 34px;
    background: var(--brand-orange);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0,0,0,0.16);
    white-space: nowrap;
    transition: var(--transition);
}
.cta-btn:hover {
    transform: translateY(-2px);
    background: #e66f1f;
    color: #fff;
    box-shadow: 0 18px 34px rgba(0,0,0,0.2);
}

/* Footer */
.site-footer {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    padding: 86px 0 34px;
    background-image: linear-gradient(rgba(0, 18, 48, 0.52), rgba(0, 18, 48, 0.76)), url('footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.2), transparent 30%);
    pointer-events: none;
}
.site-footer .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
}
.footer-main-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 2rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
.footer-brand {
    padding-right: 1.8rem;
}
.footer-logo {
    height: 58px;
    width: auto;
    object-fit: contain;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
}
.footer-brand p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0;
}
.footer-accent,
.footer-line {
    width: 44px;
    height: 3px;
    background: var(--brand-orange);
    border-radius: 3px;
}
.footer-accent {
    margin: 2rem 0;
}
.footer-socials {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.footer-certification {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    max-width: 100%;
    margin-bottom: 1.4rem;
    padding: 0.85rem 1rem;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}
.footer-certification:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255, 126, 24, 0.22);
    border-color: rgba(255, 126, 24, 0.55);
}
.footer-certification img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex-shrink: 0;
}
.footer-certification span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.25;
}
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--transition);
}
.footer-socials a:hover {
    background: var(--brand-orange);
    transform: translateY(-3px);
}
.footer-address {
    min-height: 300px;
    padding-left: 1.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-pin {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
    margin-bottom: 1.65rem;
}
.footer-address h3 {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.footer-address .footer-line {
    margin-bottom: 1.35rem;
}
.footer-address p {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}
.footer-address p i {
    width: 18px;
    margin-top: 0.22rem;
    color: #8fc5ff;
    flex-shrink: 0;
}
.footer-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2.2rem;
}
.footer-feature {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-right: 1.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-feature:last-child {
    border-right: none;
}
.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9ecff;
    font-size: 1.35rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(143, 197, 255, 0.3);
    flex-shrink: 0;
}
.footer-feature h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}
.footer-feature p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}
.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}
.footer-bottom > p {
    margin: 0;
}
.footer-policy-links {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.footer-policy-links a {
    color: rgba(255, 255, 255, 0.82);
}
.footer-policy-links a:hover {
    color: #fff;
}
.footer-policy-links a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding-left: 1.2rem;
}
.footer-help {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.footer-help > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(143, 197, 255, 0.25);
}
.footer-help p {
    margin: 0 0 0.25rem;
    color: rgba(255, 255, 255, 0.82);
}
.footer-help strong {
    display: block;
    color: #fff;
    font-size: 1.2rem;
}

/* Inner Pages */
.inner-page {
    background: #f6fbff;
}
.page-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 150px 0 80px;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 61, 0.9) 0%, rgba(0, 67, 123, 0.62) 44%, rgba(0, 107, 161, 0.18) 100%);
}
.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, #f6fbff);
}
.page-hero .container {
    position: relative;
    z-index: 2;
}
.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 1.5rem;
}
.page-hero h1 {
    color: #fff;
    max-width: 760px;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    line-height: 0.98;
    margin-bottom: 1.4rem;
}
.page-hero h1 span,
.page-section-title span {
    color: var(--brand-orange);
}
.page-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.12rem;
    line-height: 1.8;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.btn-ghost-light {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 13px 24px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-ghost-light:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.destination-hero {
    min-height: 760px;
    padding: 170px 0 180px;
    background-size: cover;
    background-position: center;
    background-color: #f7fbff;
}
.destination-hero::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 33%, rgba(255, 255, 255, 0.18) 64%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(circle at 28% 18%, rgba(148, 163, 184, 0.16) 0 0.4rem, transparent 0.48rem);
}
.destination-hero::after {
    height: 120px;
    background: #fff;
    clip-path: ellipse(74% 100% at 68% 100%);
    opacity: 1;
}
.destination-hero .container {
    max-width: 1320px;
}
.destination-hero .page-kicker {
    display: inline-block;
    color: #0b4d91;
    border: 0;
    background: transparent;
    padding-left: 0;
    letter-spacing: 0.28em;
}
.destination-hero .page-kicker i {
    color: var(--brand-orange);
    font-size: 1.35rem;
}
.destination-hero .page-kicker::after {
    content: "";
    display: block;
    width: 84px;
    height: 3px;
    margin-top: 1.35rem;
    background: var(--brand-orange);
    border-radius: 999px;
}
.destination-hero h1 {
    max-width: 620px;
    color: #071545;
    font-size: clamp(2.75rem, 4.3vw, 4.6rem);
    line-height: 1.08;
}
.destination-hero h1 span {
    color: var(--brand-orange);
}
.destination-hero-line {
    width: 86px;
    height: 3px;
    margin: 0 0 1.5rem;
    background: var(--brand-orange);
    border-radius: 999px;
}
.destination-hero p {
    max-width: 610px;
    color: #2f3542;
    font-size: 1.05rem;
    line-height: 1.72;
}
.destination-hero .btn-primary {
    gap: 0.85rem;
    background: #062b78;
}
.destination-hero .btn-primary:hover {
    background: #041f58;
}
.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 54px;
    padding: 0.95rem 1.45rem;
    border-radius: 8px;
    color: #071545;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(7, 21, 69, 0.32);
    transition: var(--transition);
}
.btn-outline-dark:hover {
    color: #fff;
    background: #071545;
    transform: translateY(-2px);
}
.page-section {
    padding: 92px 0;
    position: relative;
}
.page-section-title {
    max-width: 760px;
    margin-bottom: 2.7rem;
}
.page-section-title.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.page-section-title h2 {
    color: #071545;
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: 1rem;
}
.page-section-title p {
    color: #5f6b86;
    font-size: 1.05rem;
    line-height: 1.8;
}
.power-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}
.power-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 2rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(0, 107, 161, 0.09);
    box-shadow: 0 22px 55px rgba(0, 39, 84, 0.08);
}
.power-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(245, 133, 51, 0.13);
}
.power-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-blue), #1456df);
    box-shadow: 0 16px 30px rgba(0, 107, 161, 0.24);
    margin-bottom: 1.35rem;
}
.power-card h3,
.destination-card h3,
.service-detail h3 {
    color: #071545;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}
.power-card p,
.destination-card p,
.service-detail p {
    color: #5f6b86;
    line-height: 1.75;
    margin: 0;
}
.split-showcase {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.4rem;
    align-items: center;
}
.showcase-panel {
    min-height: 520px;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 80px rgba(0, 42, 96, 0.16);
}
.showcase-copy {
    padding: 1rem 0;
}
.check-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.8rem;
}
.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    color: #27324a;
    list-style: none;
    font-weight: 700;
}
.check-list i {
    color: var(--brand-orange);
    margin-top: 0.25rem;
}
.service-detail-grid,
.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}
.service-detail,
.destination-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 107, 161, 0.1);
    box-shadow: 0 22px 55px rgba(0, 39, 84, 0.08);
    overflow: hidden;
}
.service-detail {
    padding: 1.8rem;
}
.service-detail .number {
    display: block;
    color: rgba(0, 107, 161, 0.18);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem;
}
.destination-card {
    min-height: 310px;
}
.destination-card .destination-top {
    min-height: 150px;
    padding: 1.4rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.destination-card .destination-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 24, 61, 0.82));
}
.destination-card .destination-top h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.55rem;
    margin: 0;
}
.destination-card .destination-body {
    padding: 1.5rem;
}
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}
.pill-row span {
    display: inline-flex;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    color: #004b73;
    background: rgba(0, 107, 161, 0.09);
    font-size: 0.78rem;
    font-weight: 800;
}
.destinations-popular-section {
    background:
        radial-gradient(circle at 12% 9%, rgba(148, 163, 184, 0.13) 0 0.42rem, transparent 0.48rem),
        radial-gradient(circle at 28% 17%, rgba(148, 163, 184, 0.1) 0 0.34rem, transparent 0.4rem),
        radial-gradient(circle at 88% 13%, rgba(148, 163, 184, 0.12) 0 0.4rem, transparent 0.48rem),
        radial-gradient(circle at 92% 82%, rgba(148, 163, 184, 0.11) 0 0.35rem, transparent 0.42rem),
        #fff;
    overflow: hidden;
}
.destinations-popular-section::before {
    content: "";
    position: absolute;
    left: -14%;
    top: -6%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 32px solid rgba(148, 163, 184, 0.09);
    pointer-events: none;
}
.destinations-popular-section::after {
    content: "";
    position: absolute;
    right: -12%;
    top: 16%;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 30px solid rgba(148, 163, 184, 0.08);
    pointer-events: none;
}
.destinations-popular-section .container {
    position: relative;
    z-index: 2;
}
.destinations-title {
    max-width: 830px;
}
.destinations-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--brand-orange);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.8rem;
}
.destinations-kicker::before,
.destinations-kicker::after {
    content: "";
    width: 38px;
    height: 2px;
    background: var(--brand-orange);
}
.destinations-title h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.08;
}
.destinations-title p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.popular-destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}
.popular-destination-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 430px;
    padding: 1.35rem;
    border-radius: 22px;
    color: #1456df;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
        radial-gradient(circle at 92% 8%, currentColor 0 3.4rem, transparent 3.5rem);
    border: 1px solid rgba(0, 38, 84, 0.07);
    box-shadow: 0 18px 55px rgba(0, 38, 84, 0.1);
    transition: var(--transition);
    overflow: hidden;
}
.popular-destination-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: currentColor;
}
.popular-destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 70px rgba(0, 38, 84, 0.14);
}
.destination-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.dest-flag {
    width: 78px;
    height: 78px;
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 14px 30px rgba(0, 38, 84, 0.18);
    position: relative;
    overflow: hidden;
}
.dest-flag::after {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}
.flag-uk { background: linear-gradient(45deg, #0b3b8f 0 35%, #fff 35% 43%, #d51f35 43% 57%, #fff 57% 65%, #0b3b8f 65%); }
.flag-uk::after { content: "UK"; }
.flag-canada { background: linear-gradient(90deg, #ed1b2f 0 28%, #fff 28% 72%, #ed1b2f 72%); }
.flag-canada::after { content: "CA"; color: #ed1b2f; }
.flag-usa { background: repeating-linear-gradient(180deg, #c91f37 0 7px, #fff 7px 14px); }
.flag-usa::after { content: "US"; background: radial-gradient(circle at 34% 34%, #0b3b8f 0 30%, transparent 31%); }
.flag-ireland { background: linear-gradient(90deg, #169b62 0 33%, #fff 33% 66%, #ff883e 66%); }
.flag-ireland::after { content: "IE"; color: #071545; }
.flag-australia { background: radial-gradient(circle at 68% 34%, #fff 0 4px, transparent 5px), linear-gradient(135deg, #0b3b8f, #031d59); }
.flag-australia::after { content: "AU"; }
.flag-europe { background: radial-gradient(circle at center, #123ad6 0 62%, #071545 63%); }
.flag-europe::after { content: "EU"; color: #ffd84d; }
.destination-main h3 {
    color: #071545;
    font-size: 1.5rem;
    margin: 0 0 0.55rem;
}
.destination-main h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 0.65rem;
    background: currentColor;
    border-radius: 999px;
}
.destination-main p {
    color: #52617e;
    font-size: 0.92rem;
    line-height: 1.62;
    margin-bottom: 1rem;
}
.destination-reason {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.95rem;
    border-radius: 14px;
    background: rgba(20, 86, 223, 0.07);
}
.destination-reason i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 38, 84, 0.08);
}
.destination-reason i,
.destination-points i {
    color: currentColor;
}
.destination-reason span,
.destination-points span {
    color: #33415c;
    font-size: 0.78rem;
    line-height: 1.45;
}
.destination-reason strong,
.destination-points strong {
    display: block;
    color: #071545;
    font-size: 0.78rem;
    margin-bottom: 0.15rem;
}
.destination-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-top: 0.9rem;
    margin-top: auto;
    border-top: 1px solid rgba(0, 38, 84, 0.08);
}
.destination-points p {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    width: 100%;
    padding: 0.72rem 0.8rem;
    border-radius: 12px;
    background: rgba(0, 38, 84, 0.035);
    margin: 0;
}
.destination-points i {
    margin-top: 0.12rem;
}
.destination-blue { color: #1456df; }
.destination-red { color: #ef233c; }
.destination-green { color: #0aa65a; }
.destination-cyan { color: #0096c7; }
.destination-purple { color: #7c3aed; }
.destination-red .destination-reason { background: rgba(239, 35, 60, 0.08); }
.destination-green .destination-reason { background: rgba(10, 166, 90, 0.08); }
.destination-cyan .destination-reason { background: rgba(0, 150, 199, 0.08); }
.destination-purple .destination-reason { background: rgba(124, 58, 237, 0.08); }
.destination-note {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin: 1.1rem 0 0;
    color: #667085;
    font-size: 0.82rem;
    text-align: center;
}
.destination-guidance-section {
    position: relative;
    padding: 0;
    min-height: 720px;
    background:
        radial-gradient(circle at 11% 18%, rgba(148, 163, 184, 0.12) 0 0.4rem, transparent 0.48rem),
        radial-gradient(circle at 88% 70%, rgba(148, 163, 184, 0.1) 0 0.38rem, transparent 0.45rem),
        #fff;
    overflow: hidden;
}
.destination-guidance-section::before {
    content: "";
    position: absolute;
    left: -9%;
    bottom: -24%;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 28px solid rgba(148, 163, 184, 0.08);
}
.destination-guidance-section .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.destination-guidance-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
    gap: clamp(2.25rem, 5vw, 5.5rem);
    align-items: center;
    width: min(90%, 1320px);
    min-height: auto;
    margin: 0 auto;
    padding: 95px 0;
}
.destination-guidance-copy {
    max-width: 740px;
    padding: 0;
}
.destination-guidance-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--brand-orange);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.15rem;
}
.destination-guidance-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--brand-orange);
}
.destination-guidance-copy h2 {
    color: #071545;
    font-size: clamp(1.95rem, 2.55vw, 2.7rem);
    line-height: 1.14;
    margin-bottom: 1.25rem;
}
.destination-guidance-copy h2 span {
    color: var(--brand-orange);
}
.destination-guidance-copy > p {
    max-width: 670px;
    color: #56637c;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.8rem;
}
.destination-guidance-list {
    display: grid;
    gap: 0.95rem;
}
.destination-guidance-list article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 38, 84, 0.08);
    box-shadow: 0 14px 34px rgba(0, 38, 84, 0.06);
}
.destination-guidance-list i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--brand-orange);
    background: rgba(245, 133, 51, 0.1);
    font-size: 1.25rem;
}
.destination-guidance-list h3 {
    color: #071545;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.destination-guidance-list p {
    color: #56637c;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}
.destination-guidance-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}
.destination-guidance-actions .btn-primary {
    gap: 0.8rem;
    background: var(--brand-orange);
}
.destination-guidance-actions .btn-primary:hover {
    background: #e66f1f;
}
.destination-guidance-image {
    width: min(100%, 420px);
    min-height: 520px;
    height: auto;
    justify-self: end;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(0, 38, 84, 0.12);
}
.destination-guidance-image img {
    width: 100%;
    height: 520px;
    min-height: 520px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.contact-vertical-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.contact-info-card {
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 39, 84, 0.05);
    text-align: center;
    border: 1px solid rgba(0, 107, 161, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 39, 84, 0.1);
    border-color: rgba(249, 115, 22, 0.3);
}
.contact-info-card .icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(20, 86, 223, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}
.contact-info-card:hover .icon-wrapper {
    background: var(--brand-orange);
}
.contact-info-card .icon-wrapper i {
    font-size: 1.5rem;
    color: var(--brand-blue);
    margin: 0;
    transition: all 0.3s ease;
}
.contact-info-card:hover .icon-wrapper i {
    color: #fff;
}
.contact-info-card h3 {
    color: #071545;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}
.contact-info-card .card-divider {
    width: 40px;
    height: 3px;
    background: var(--brand-orange);
    margin-bottom: 1rem;
    border-radius: 2px;
}
.contact-info-card p.address-text {
    margin: 0 0 1.5rem 0;
    color: #5f6b86;
    line-height: 1.6;
    font-size: 0.95rem;
    flex-grow: 1;
}
.contact-info-card .contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}
.contact-info-card .contact-details span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
}
.contact-info-card .contact-details span i {
    color: var(--brand-blue);
}
.contact-form-wrapper {
    display: flex;
    justify-content: center;
}
.contact-form-panel {
    padding: 2rem;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 39, 84, 0.1);
}
.contact-form-panel.centered-form {
    width: 100%;
    max-width: 800px;
    padding: 3rem;
    border: 1px solid rgba(0, 107, 161, 0.1);
}
.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.contact-form label {
    display: grid;
    gap: 0.45rem;
    color: #071545;
    font-weight: 800;
    font-size: 0.9rem;
}
.contact-form .full {
    grid-column: 1 / -1;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 107, 161, 0.16);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    color: #071545;
    background: #f8fbff;
    font: inherit;
}
.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-form button {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    justify-content: center;
    border-radius: 999px;
    background: var(--brand-orange);
    color: #fff;
}
.contact-form button:hover {
    background: #e66f1f;
}
.application-hero h1 {
    max-width: 680px;
}
.application-form-section {
    position: relative;
    background:
        radial-gradient(circle at 14% 22%, rgba(148, 163, 184, 0.12) 0 0.42rem, transparent 0.48rem),
        radial-gradient(circle at 86% 18%, rgba(148, 163, 184, 0.1) 0 0.36rem, transparent 0.42rem),
        radial-gradient(circle at 72% 82%, rgba(148, 163, 184, 0.13) 0 0.42rem, transparent 0.48rem),
        #fff;
    overflow: hidden;
}
.application-form-section::before {
    content: "";
    position: absolute;
    left: -8%;
    top: 10%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 30px solid rgba(148, 163, 184, 0.1);
}
.application-form-shell {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
}
.application-form-card {
    min-height: 560px;
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(0, 39, 84, 0.12);
    border: 1px solid rgba(0, 107, 161, 0.08);
    overflow: hidden;
}
.dark-cta {
    color: #fff;
    background-image: linear-gradient(rgba(0, 24, 61, 0.78), rgba(0, 68, 125, 0.86)), url('ready to start your journey.jpg');
    background-size: cover;
    background-position: center;
}
.dark-cta .page-section-title h2,
.dark-cta .page-section-title p {
    color: #fff;
}
.about-hero {
    min-height: 880px;
    padding: 205px 0 220px;
    background-size: cover;
    background-position: right center;
}
.about-hero::before {
    background: linear-gradient(90deg, rgba(0, 20, 70, 0.92) 0%, rgba(0, 54, 119, 0.66) 36%, rgba(0, 75, 142, 0.02) 68%);
}
.about-hero::after {
    height: 120px;
    background: #fff;
    clip-path: ellipse(74% 100% at 68% 100%);
}
.about-hero .container {
    max-width: 1320px;
}
.about-hero .page-kicker {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}
.about-hero .page-kicker i {
    color: var(--brand-orange);
}
.about-hero h1 {
    max-width: 590px;
    color: #fff;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.95;
    margin-bottom: 1.35rem;
}
.about-hero h1 span {
    color: var(--brand-orange);
}
.about-hero-line {
    width: 230px;
    height: 3px;
    border-radius: 3px;
    background: var(--brand-orange);
    margin-bottom: 1.65rem;
}
.about-hero p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.18rem;
    line-height: 1.75;
}
.about-hero p strong,
.about-hero p span {
    color: var(--brand-orange);
}
.about-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    max-width: 670px;
    margin-top: 2.6rem;
}
.about-hero-feature {
    color: #fff;
}
.about-hero-feature span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--brand-orange);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.about-hero-feature h3 {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 0.55rem;
}
.about-hero-feature p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0;
}
.services-hero {
    min-height: 900px;
    padding: 165px 0 205px;
    background-size: cover;
    background-position: right center;
}
.services-hero::before {
    background:
        radial-gradient(circle at 25% 24%, rgba(255, 255, 255, 0.08), transparent 26%),
        linear-gradient(90deg, rgba(0, 20, 58, 0.96) 0%, rgba(0, 35, 84, 0.86) 36%, rgba(0, 72, 132, 0.18) 68%, rgba(0, 35, 84, 0.06) 100%);
}
.services-hero::after {
    height: 118px;
    background: #fff;
    clip-path: ellipse(74% 100% at 68% 100%);
}
.services-hero .container {
    max-width: 1320px;
}
.services-hero .page-kicker {
    color: #fff;
    border-color: rgba(245, 133, 51, 0.6);
    background: rgba(0, 0, 0, 0.08);
}
.services-hero .page-kicker i {
    color: var(--brand-orange);
}
.services-hero h1 {
    max-width: 560px;
    color: #fff;
    font-size: clamp(2.45rem, 3.6vw, 3.75rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}
.services-hero h1 span {
    color: var(--brand-orange);
}
.services-hero-line {
    width: 44px;
    height: 3px;
    border-radius: 3px;
    background: var(--brand-orange);
    margin: 1rem 0 1.25rem;
}
.services-hero p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.75;
}
.services-hero .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--brand-orange);
    color: #fff;
    font-weight: 800;
}
.services-hero .btn-primary:hover {
    background: #e66f1f;
    color: #fff;
}
.services-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    max-width: 720px;
    margin-top: 3rem;
}
.services-hero-feature {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 0.9rem;
    align-items: center;
    color: #fff;
    padding-right: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.services-hero-feature:last-child {
    border-right: none;
}
.services-hero-feature i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
}
.services-hero-feature strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.services-hero-feature span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    line-height: 1.45;
}
.services-overview-section {
    position: relative;
    padding: 92px 0 110px;
    background:
        radial-gradient(circle at 72% 18%, rgba(148, 163, 184, 0.16) 0 0.45rem, transparent 0.5rem),
        radial-gradient(circle at 88% 68%, rgba(148, 163, 184, 0.13) 0 0.38rem, transparent 0.45rem),
        radial-gradient(circle at 54% 78%, rgba(148, 163, 184, 0.14) 0 0.34rem, transparent 0.4rem),
        radial-gradient(circle at 18% 48%, rgba(148, 163, 184, 0.12) 0 0.34rem, transparent 0.42rem),
        #fff;
    overflow: hidden;
}
.services-overview-section::before {
    content: "";
    position: absolute;
    right: 11%;
    top: 9%;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 26px solid rgba(148, 163, 184, 0.11);
    background: transparent;
    pointer-events: none;
}
.services-overview-section::after {
    display: none;
}
.services-overview-section .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
}
.services-overview-header {
    max-width: 720px;
}
.services-overview-header .text-red {
    color: var(--brand-orange);
}
.services-overview-header h2 {
    color: #071545;
    font-size: clamp(2.15rem, 3.4vw, 3.2rem);
    line-height: 1.13;
    margin: 1rem 0 1.25rem;
}
.services-overview-header h2 span {
    color: var(--brand-orange);
}
.services-overview-line {
    width: 58px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1456df 0 55%, var(--brand-orange) 55% 100%);
    margin-bottom: 1.4rem;
}
.services-overview-header p {
    max-width: 640px;
    color: #5f6b86;
    font-size: 1.05rem;
    line-height: 1.75;
}
.services-overview-section .services-grid-new {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.45rem;
    max-width: none;
}
.services-overview-section .service-card-new {
    min-height: 220px;
    padding: 1.75rem;
    border-radius: var(--radius-lg);
    background: var(--bg-white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: none;
}
.services-overview-section .service-card-new:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(0, 38, 84, 0.18);
}
.services-overview-section .sc-icon {
    width: 52px;
    height: 52px;
    color: #fff;
}
.services-overview-section .sc-number {
    color: #F3F4F6;
    font-size: 2.35rem;
}
.services-overview-section .service-card-new h3 {
    color: #111827;
    font-size: 1.14rem;
}
.services-overview-section .service-card-new p {
    color: #6B7280;
    font-size: 0.86rem;
    line-height: 1.5;
}
.services-overview-section .sc-line {
    display: none;
}
.services-overview-section .sc-swoosh {
    display: block;
}
.services-guidance-section {
    position: relative;
    padding: 0;
    min-height: 760px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 16%, rgba(148, 163, 184, 0.16) 0 0.42rem, transparent 0.48rem),
        radial-gradient(circle at 46% 12%, rgba(148, 163, 184, 0.11) 0 0.32rem, transparent 0.38rem),
        radial-gradient(circle at 78% 72%, rgba(148, 163, 184, 0.13) 0 0.42rem, transparent 0.48rem),
        radial-gradient(circle at 92% 28%, rgba(148, 163, 184, 0.1) 0 0.35rem, transparent 0.42rem),
        linear-gradient(135deg, #001b3d 0%, #002f67 48%, #001833 100%);
    overflow: hidden;
}
.services-guidance-section::before {
    content: "";
    position: absolute;
    right: -14%;
    top: -22%;
    width: 58%;
    height: 88%;
    border-radius: 50%;
    border: 34px solid rgba(255, 255, 255, 0.05);
}
.services-guidance-section::after {
    content: "";
    position: absolute;
    left: -10%;
    bottom: -24%;
    width: 46%;
    height: 62%;
    border-radius: 50%;
    border: 1px solid rgba(245, 133, 51, 0.22);
}
.services-guidance-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.services-guidance-layout {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 0;
    align-items: stretch;
    min-height: 760px;
}
.services-guidance-copy {
    align-self: center;
    max-width: none;
    padding: 110px clamp(2rem, 4vw, 4.5rem) 110px max(5vw, calc((100vw - 1320px) / 2));
}
.guidance-eyebrow {
    display: inline-block;
    color: var(--brand-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}
.guidance-eyebrow::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 0.9rem;
    background: var(--brand-orange);
    border-radius: 3px;
}
.services-guidance-copy h2 {
    color: #fff;
    max-width: 600px;
    font-size: clamp(2rem, 2.85vw, 2.9rem);
    line-height: 1.1;
    margin-bottom: 1.35rem;
}
.services-guidance-copy h2 span {
    display: block;
    color: var(--brand-orange);
}
.services-guidance-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
}
.services-guidance-list {
    display: grid;
    gap: 1.1rem;
}
.guidance-row {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    align-items: center;
    gap: 1.25rem;
    min-height: 116px;
    padding: 1.15rem 1.35rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 0 0 1px rgba(245, 133, 51, 0.08);
}
.guidance-row-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #1456df, #003a83);
    box-shadow: 0 12px 28px rgba(20, 86, 223, 0.28);
    font-size: 1.35rem;
}
.guidance-row-icon.orange {
    background: linear-gradient(135deg, #f97316, #804217);
}
.guidance-row-icon.green {
    background: linear-gradient(135deg, #0fb15f, #006a39);
}
.guidance-row h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}
.guidance-row p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.55;
}
.guidance-row strong {
    color: rgba(141, 176, 232, 0.42);
    font-size: 2rem;
    font-weight: 800;
}
.services-guidance-visual {
    position: relative;
    min-height: 760px;
    height: 100%;
    width: 100%;
    border-radius: 360px 0 0 360px;
    border-left: 12px solid var(--brand-orange);
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}
.services-guidance-visual img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.guidance-opportunity-badge {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    max-width: 310px;
    padding: 1.05rem 1.25rem;
    border-radius: 14px;
    color: #fff;
    background: rgba(0, 23, 55, 0.92);
    border-left: 4px solid var(--brand-orange);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}
.guidance-opportunity-badge i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--brand-orange);
    background: rgba(0, 107, 161, 0.35);
}
.guidance-opportunity-badge span {
    color: #fff;
    line-height: 1.35;
}
.guidance-opportunity-badge strong {
    color: var(--brand-orange);
}
.about-image-panel {
    background-size: cover;
    background-position: center bottom;
}
.about-values-section {
    padding-top: 28px;
    background: linear-gradient(135deg, #f5faff 0%, #eef6ff 100%);
}
.about-values-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 39, 84, 0.13);
}
.about-values-card {
    padding: 3.4rem;
    color: #fff;
    background: linear-gradient(135deg, #164bb4 0%, #356fcf 100%);
}
.about-values-card .page-kicker {
    background: rgba(255, 255, 255, 0.14);
}
.about-values-card h2 {
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    margin-bottom: 2rem;
}
.about-value-list {
    display: grid;
    gap: 1rem;
}
.about-value-list article {
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.about-value-list strong {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    margin-bottom: 0.35rem;
}
.about-value-list p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    line-height: 1.65;
}
.about-values-image {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dcecff;
}


/* Animations */
.animate-on-scroll { opacity: 0; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.slide-up { transform: translateY(40px); }
.slide-right { transform: translateX(-40px); }
.scale-up { transform: scale(0.95); }
.bounce-up { transform: translateY(80px); }
.bounce-up.is-visible { 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.4) !important; 
}
.is-visible { opacity: 1; transform: translate(0) scale(1); }
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

/* Responsive */
@media (max-width: 1024px) {
    .director-message-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .director-copy {
        max-width: 760px;
    }
    .director-visual {
        justify-self: center;
        width: min(100%, 500px);
    }
    .director-frame img {
        height: 560px;
    }
    .director-stats {
        max-width: 100%;
        margin: 0;
        padding-left: 0;
        border-left: 0;
    }
    .pristine-header {
        width: 94%;
    }
    .nav-container {
        padding: 12px 20px;
    }
    .nav-links {
        gap: 1.3rem;
    }
    .nav-link {
        font-size: 0.88rem;
    }
    .nav-action .btn-primary {
        padding: 10px 22px;
        font-size: 0.88rem;
    }
    .slide-tuition .caption-card,
    .slide-fanshawe .caption-card,
    .nursing-card {
        max-width: 520px;
    }
    .bento-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .bento-main {
        min-height: 560px;
        background-size: auto 90%;
    }
    .bento-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partnerships-content-wrap { max-width: 68%; }
    .services-section-new {
        padding: 72px 0 88px;
    }
    .services-bg-new {
        width: 50%;
        opacity: 0.58;
        background-position: right bottom;
    }
    .services-left-content {
        max-width: 70%;
        padding-right: 0;
    }
    .services-heading-new {
        font-size: 2.65rem;
    }
    .services-grid-new {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 650px;
    }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-bg-element {
        width: 42%;
        opacity: 0.45;
        background-size: cover;
        background-position: center bottom;
    }
    .countries-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-section {
        padding: 68px 0 38px;
        background-position: center top;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 3.3rem;
        max-width: 640px;
        margin: 0 auto;
    }
    .testimonial-card {
        min-height: auto;
    }
    .testimonial-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 24px;
    }
    .testimonial-feature:nth-child(2) {
        border-right: none;
    }
    .services-bg-solid { width: 100%; }
    .services-bg-image { display: none; }
    .footer-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
    .footer-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-feature:nth-child(2) {
        border-right: none;
    }
    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-policy-links,
    .footer-help {
        justify-content: center;
    }
    .page-hero {
        min-height: 560px;
    }
    .destination-hero {
        min-height: 680px;
        padding: 150px 0 150px;
        background-position: 62% center;
    }
    .destination-hero::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.22) 100%);
    }
    .destination-hero h1 {
        max-width: 520px;
        font-size: clamp(2.55rem, 6vw, 3.7rem);
    }
    .destination-hero p {
        max-width: 560px;
    }
    .about-hero {
        min-height: 780px;
        padding-bottom: 165px;
        background-position: 72% center;
    }
    .about-hero-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 620px;
        gap: 1rem;
    }
    .services-hero {
        min-height: 840px;
        padding-bottom: 190px;
        background-position: 68% center;
    }
    .services-hero h1 {
        font-size: 3.1rem;
        max-width: 500px;
    }
    .services-hero-features {
        max-width: 680px;
        gap: 1rem;
    }
    .services-overview-section .services-grid-new {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .services-guidance-layout {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 2.5rem;
        padding: 72px 5vw;
    }
    .services-guidance-copy {
        padding: 0;
    }
    .services-guidance-copy h2 {
        max-width: 720px;
    }
    .services-guidance-visual {
        min-height: 500px;
        height: auto;
        border-radius: 26px;
        border-left-width: 8px;
    }
    .services-guidance-visual img {
        height: 500px;
        min-height: 500px;
    }
    .power-grid,
    .service-detail-grid,
    .destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .popular-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 920px;
        margin: 0 auto;
    }
    .destination-guidance-card {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 860px;
        margin: 0 auto;
        min-height: auto;
        padding: 72px 5vw;
    }
    .destination-guidance-copy {
        max-width: 100%;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .destination-guidance-image {
        width: min(100%, 390px);
        min-height: 430px;
        justify-self: center;
        height: auto;
        border-radius: 28px;
    }
    .destination-guidance-image img {
        height: 430px;
        min-height: 430px;
    }
    .split-showcase,
    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .showcase-panel {
        min-height: 420px;
    }
    .about-mission-layout {
        grid-template-columns: 1fr;
        gap: 2.6rem;
        min-height: auto;
        padding: 78px 5vw;
    }
    .about-mission-content {
        padding: 0;
    }
    .about-mission-visual {
        min-height: 520px;
        height: auto;
        border-radius: 28px;
        border-left-width: 8px;
    }
    .about-mission-visual img {
        height: 520px;
        min-height: 520px;
        border-radius: 0;
    }
    .mission-stats-bar {
        max-width: 760px;
        right: auto;
        width: calc(100% - 3.4rem);
    }
    .about-choose-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
    .about-choose-header h2 {
        font-size: 4.2rem;
    }
    .team-values-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .team-photo-wrapper {
        max-width: 720px;
        margin: 0 auto;
    }
    .about-values-wrap {
        grid-template-columns: 1fr;
    }
    .about-values-image {
        min-height: 380px;
        background-size: 150%;
        background-position: 88% 78%;
    }
}

@media (max-width: 768px) {
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
    .director-message-section {
        padding: 70px 0;
    }
    .director-message-layout {
        gap: 2rem;
    }
    .director-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.08em;
    }
    .director-kicker::after {
        width: 32px;
    }
    .director-copy h2 {
        font-size: 2.45rem;
        line-height: 1.04;
    }
    .director-copy h3 {
        font-size: 1.05rem;
    }
    .director-copy p {
        font-size: 0.94rem;
        line-height: 1.65;
    }
    .director-quote {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0;
    }
    .director-quote i {
        font-size: 1.8rem;
    }
    .director-quote strong {
        font-size: 1rem;
    }
    .director-visual {
        width: min(100%, 360px);
        padding: 0.7rem;
        border-radius: 20px;
    }
    .director-visual::before {
        inset: 1rem;
        border-radius: 16px;
    }
    .director-frame {
        border-width: 5px;
        border-radius: 16px;
    }
    .director-frame img {
        height: 430px;
    }
    .director-globe-badge {
        right: -0.8rem;
        bottom: 1rem;
        width: 68px;
        height: 68px;
        font-size: 1.55rem;
    }
    .director-stats {
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 1px solid rgba(0, 38, 84, 0.1);
    }
    .director-stats article {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 38, 84, 0.1);
        padding: 1rem 0;
    }
    .director-stats article:last-child {
        border-bottom: 0;
    }
    .nav-links, .nav-action { display: none; }
    .hamburger { display: flex; }
    .pristine-header {
        top: 14px;
        width: 92%;
    }
    .nav-container {
        padding: 10px 16px;
    }
    .logo img {
        height: 36px;
    }
    .hero {
        height: auto;
        min-height: 100vh;
        background: #eef6ff;
    }
    .slider-container,
    .slide {
        min-height: 100vh;
    }
    .slide-image-only .slide-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #eef6ff;
    }
    .slide-content-side {
        left: 0;
        top: auto;
        bottom: 72px;
        transform: none;
        width: 100%;
        padding: 0 1rem;
    }
    .slide-content-left {
        left: 0;
    }
    .slide-tuition .slide-bg {
        background-size: cover;
        background-position: 60% center;
        opacity: 0.82;
    }
    .slide-fanshawe .slide-bg {
        background-size: cover;
        background-position: 58% center;
        opacity: 0.76;
    }
    .slide-tuition::before {
        background: linear-gradient(180deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.82) 38%, rgba(248, 251, 255, 0.18) 100%);
    }
    .slide-intake .slide-bg {
        background-size: cover;
        background-position: 68% center;
        opacity: 0.42;
    }
    .slide-tuition .caption-card {
        max-width: 100%;
        padding: 1.5rem;
        margin-top: 0;
    }
    .slide-fanshawe .caption-card {
        max-width: 100%;
        padding: 1.5rem;
        margin-top: 0;
    }
    .slide-tuition .caption-card h2 {
        font-size: 1.55rem !important;
    }
    .tuition-list {
        grid-template-columns: 1fr;
        font-size: 0.9rem !important;
    }
    .tuition-list li {
        gap: 0.7rem;
        padding: 0.75rem 0.85rem;
    }
    .tuition-footer {
        flex-direction: column;
        gap: 1rem;
    }
    .tuition-footer p {
        max-width: 100%;
    }
    .slide-nursing .slide-bg {
        background-size: cover;
        background-position: 62% center;
        opacity: 0.34;
    }
    .slide-nursing .slide-content-side {
        top: 55%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .nursing-card {
        max-width: 100%;
        padding: 1.05rem;
        margin-top: 0;
        border-radius: 18px;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    .intake-card {
        max-width: 100%;
        padding: 1.35rem;
        margin-top: 0;
        border-radius: 18px;
    }
    .nursing-badge {
        font-size: 0.68rem;
        margin-bottom: 0.75rem;
        padding-right: 12px;
    }
    .nursing-headline {
        font-size: 1.22rem;
        margin-bottom: 0.85rem;
    }
    .intake-card h2 {
        font-size: 2.1rem;
    }
    .intake-card p {
        font-size: 0.95rem;
        max-width: 100%;
    }
    .nursing-divider {
        margin-bottom: 0.85rem;
    }
    .nursing-courses-title {
        margin-bottom: 0.65rem;
    }
    .nursing-course-pill {
        padding: 0.75rem 1rem;
        margin-bottom: 0.7rem;
        border-radius: 16px;
    }
    .nursing-features,
    .nursing-footer {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    .nursing-features {
        margin-top: 0.85rem;
        padding: 0.85rem 0;
    }
    .nursing-feature-item {
        width: 100%;
    }
    .nf-icon {
        width: 34px;
        height: 34px;
    }
    .nf-text strong {
        font-size: 0.78rem;
    }
    .nf-text span {
        font-size: 0.7rem;
    }
    .nursing-footer {
        margin-top: 0.85rem;
    }
    .nursing-footer p {
        font-size: 0.78rem;
        line-height: 1.45;
        max-width: 100%;
    }
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .prev-btn { left: 14px; }
    .next-btn { right: 14px; }
    .partners-section {
        padding: 70px 0 56px;
        background-size: cover;
        background-position: center top;
    }
    .partners-section::before {
        left: -18%;
        right: -18%;
        top: 145px;
        height: 180px;
    }
    .partners-section::after {
        display: none;
    }
    .partners-header {
        margin-bottom: 2.4rem;
    }
    .partners-eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.28em;
    }
    .partners-header h2 {
        font-size: 2rem;
    }
    .partners-header p {
        font-size: 0.95rem;
    }
    .cta-section {
        width: 92%;
        margin: 56px auto;
        padding: 64px 1.25rem;
        border-radius: 16px;
    }
    .cta-section p {
        font-size: 0.95rem;
    }
    .cta-btn {
        padding: 15px 26px;
        min-width: 160px;
    }
    .services-section-new {
        padding: 70px 0;
        background: linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
    }
    .services-section-new .container {
        width: 92%;
    }
    .services-bg-new {
        top: auto;
        right: -38%;
        bottom: 0;
        width: 118%;
        height: 48%;
        opacity: 0.18;
        background-size: contain;
        background-position: right bottom;
        background-attachment: scroll;
    }
    .services-left-content {
        max-width: 100%;
        padding-right: 0;
    }
    .services-heading-new {
        font-size: 2.05rem;
        line-height: 1.18;
    }
    .services-heading-new .text-blue {
        display: inline-block;
        margin-left: 0.18em;
        margin-right: 0.2em;
    }
    .services-desc-new {
        font-size: 0.98rem;
    }
    .services-desc-new br,
    .services-heading-new br {
        display: none;
    }
    .services-grid-new, .countries-grid { grid-template-columns: 1fr; }
    .testimonials-section {
        padding: 58px 0 32px;
        background-size: auto 100%;
        background-position: center top;
    }
    .testimonials-header {
        margin-bottom: 3.6rem;
    }
    .testimonials-header h2 {
        font-size: 2.55rem;
    }
    .testimonials-header p {
        font-size: 1rem;
    }
    .testimonial-card {
        padding: 4rem 1.35rem 1.35rem;
        border-radius: 20px;
    }
    .testimonial-text {
        font-size: 0.94rem;
        line-height: 1.68;
    }
    .testimonial-avatar {
        width: 82px;
        height: 82px;
        top: -36px;
        font-size: 2rem;
    }
    .quote-mark {
        top: 1.2rem;
        left: 1.25rem;
        font-size: 1.9rem;
    }
    .testimonial-features {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 1rem;
        margin-top: 1.8rem;
    }
    .testimonial-feature {
        border-right: none;
        padding-right: 0;
    }
    .services-grid-new {
        gap: 1rem;
        margin-top: 2.2rem;
        max-width: 100%;
    }
    .service-card-new {
        padding: 1.45rem;
        min-height: 178px;
    }
    .sc-top {
        margin-bottom: 1rem;
    }
    .sc-icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
    .sc-number {
        font-size: 2rem;
    }
    .site-footer {
        padding: 64px 0 28px;
        background-position: center top;
    }
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-brand {
        padding-right: 0;
        text-align: left;
    }
    .footer-logo {
        height: 48px;
        margin-bottom: 1.4rem;
    }
    .footer-certification {
        width: 100%;
        justify-content: flex-start;
        padding: 0.75rem 0.85rem;
    }
    .footer-certification img {
        width: 48px;
        height: 48px;
    }
    .footer-certification span {
        font-size: 0.8rem;
    }
    .footer-socials a { margin: 0; }
    .footer-address {
        min-height: auto;
        padding-left: 1.2rem;
    }
    .footer-feature-strip {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .footer-feature,
    .footer-feature:nth-child(2) {
        border-right: none;
        padding-right: 0;
    }
    .footer-policy-links {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    .footer-policy-links a + a {
        padding-left: 0.8rem;
    }
    .footer-help {
        align-items: center;
    }
    .page-hero {
        min-height: 520px;
        padding: 130px 0 64px;
        background-position: center;
    }
    .page-hero::before {
        background: linear-gradient(180deg, rgba(0, 24, 61, 0.88), rgba(0, 67, 123, 0.58));
    }
    .page-hero h1 {
        font-size: 2.45rem;
    }
    .page-hero p {
        font-size: 0.98rem;
    }
    .destination-hero {
        min-height: 640px;
        padding: 126px 0 118px;
        background-position: 68% center;
    }
    .destination-hero::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0.45) 100%);
    }
    .destination-hero::after {
        height: 78px;
        clip-path: ellipse(82% 100% at 66% 100%);
    }
    .destination-hero .page-kicker {
        letter-spacing: 0.16em;
        font-size: 0.7rem;
        margin-bottom: 1.15rem;
    }
    .destination-hero .page-kicker::after {
        width: 64px;
        margin-top: 0.9rem;
    }
    .destination-hero h1 {
        max-width: 330px;
        color: #071545;
        font-size: 2.25rem;
        line-height: 1.12;
    }
    .destination-hero p {
        max-width: 340px;
        color: #303948;
        font-size: 0.94rem;
        line-height: 1.65;
    }
    .destination-hero .hero-actions {
        align-items: flex-start;
    }
    .destination-hero .btn-primary,
    .destination-hero .btn-outline-dark {
        width: min(100%, 280px);
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-actions .btn-primary,
    .hero-actions .btn-ghost-light {
        justify-content: center;
        text-align: center;
    }
    .page-section {
        padding: 68px 0;
    }
    .about-mission-section {
        padding: 0;
        min-height: auto;
    }
    .about-mission-layout {
        gap: 2.2rem;
        padding: 68px 5vw;
    }
    .about-mission-content {
        padding: 0;
    }
    .about-mission-visual {
        border-radius: 24px;
        min-height: 440px;
        border-left-width: 6px;
    }
    .about-mission-visual::before {
        display: none;
    }
    .about-mission-visual img {
        height: 440px;
        min-height: 440px;
        border-radius: 24px;
        object-fit: cover;
    }
    .mission-stats-bar {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        grid-template-columns: 1fr;
        margin-top: -1.5rem;
        padding: 1.1rem;
        border-radius: 20px;
    }
    .mission-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 0 0 0.85rem;
    }
    .mission-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .about-mission-content h2 {
        font-size: 2rem;
    }
    .about-mission-content > p {
        font-size: 0.95rem;
    }
    .mission-support-item {
        grid-template-columns: 52px 1fr;
        padding: 1rem;
    }
    .mission-support-icon {
        width: 46px;
        height: 46px;
        font-size: 1.05rem;
    }
    .mission-support-item > strong {
        grid-column: 2;
        justify-self: end;
        font-size: 1.45rem;
        margin-top: -0.8rem;
    }
    .about-choose-section {
        padding: 80px 0;
        background-position: 58% center;
        background-attachment: fixed !important;
    }
    .about-choose-section::after {
        opacity: 0.45;
    }
    .about-choose-header {
        margin-bottom: 2rem;
    }
    .about-choose-header h2 {
        font-size: 2.55rem;
    }
    .about-choose-header p {
        font-size: 0.94rem;
    }
    .about-choose-card {
        min-height: auto;
        padding: 1.5rem;
    }
    .choose-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 1.4rem;
    }
    .choose-number {
        top: 1.55rem;
        right: 1.5rem;
        font-size: 1.5rem;
    }
    .about-team-section {
        padding: 64px 0;
    }
    .about-team-title {
        font-size: 1.85rem !important;
        line-height: 1.18 !important;
        margin-bottom: 2rem;
    }
    .about-team-title br {
        display: none;
    }
    .team-values-layout {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        margin-top: 2rem;
    }
    .team-photo-wrapper {
        border-radius: 22px;
    }
    .team-photo {
        width: 100%;
        min-height: 280px;
        object-fit: cover;
    }
    .core-values-cards {
        gap: 1rem;
    }
    .core-value-card {
        padding: 1.2rem;
        border-radius: 16px;
    }
    .core-value-card:hover {
        transform: translateY(-4px);
    }
    .core-value-card h3 {
        font-size: 1.15rem;
    }
    .core-value-card p {
        font-size: 0.88rem;
        line-height: 1.55;
    }
    .page-section-title h2 {
        font-size: 2rem;
    }
    .destinations-title h2 {
        font-size: 2rem;
    }
    .destinations-kicker {
        gap: 0.55rem;
        font-size: 0.72rem;
        letter-spacing: 0.06em;
    }
    .destinations-kicker::before,
    .destinations-kicker::after {
        width: 22px;
    }
    .popular-destination-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
    }
    .popular-destination-card {
        min-height: auto;
        padding: 1.2rem;
    }
    .destination-main {
        gap: 0.85rem;
    }
    .dest-flag {
        width: 54px;
        height: 54px;
        border-width: 4px;
    }
    .destination-points {
        padding-left: 0;
        padding-top: 1rem;
        border-left: 0;
        border-top: 1px solid rgba(0, 38, 84, 0.1);
    }
    .destination-reason {
        grid-template-columns: 30px 1fr;
    }
    .destination-note {
        align-items: flex-start;
        font-size: 0.76rem;
    }
    .destination-guidance-section {
        padding: 0;
        min-height: auto;
    }
    .destination-guidance-card {
        padding: 64px 5vw;
        border-radius: 18px;
        gap: 1.5rem;
    }
    .destination-guidance-copy h2 {
        font-size: 1.65rem;
        line-height: 1.12;
    }
    .destination-guidance-copy > p {
        font-size: 0.94rem;
    }
    .destination-guidance-list article {
        grid-template-columns: 48px 1fr;
        gap: 0.85rem;
    }
    .destination-guidance-list i {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }
    .destination-guidance-actions {
        flex-direction: column;
    }
    .destination-guidance-actions .btn-primary,
    .destination-guidance-actions .btn-outline-dark {
        width: 100%;
    }
    .destination-guidance-image {
        width: min(100%, 330px);
        min-height: 330px;
        justify-self: center;
        border-radius: 18px;
    }
    .destination-guidance-image img {
        height: 340px;
        min-height: 340px;
    }
    .power-grid,
    .service-detail-grid,
    .destination-grid,
    .contact-form {
        grid-template-columns: 1fr;
    }
    .power-card,
    .service-detail,
    .contact-form-panel {
        padding: 1.35rem;
        border-radius: 18px;
    }
    .showcase-panel {
        min-height: 340px;
        border-radius: 22px;
    }
    .about-hero {
        min-height: 760px;
        padding: 155px 0 155px;
        background-size: cover;
        background-position: 76% center;
    }
    .about-hero::before {
        background: linear-gradient(90deg, rgba(0, 20, 70, 0.94) 0%, rgba(0, 54, 119, 0.74) 56%, rgba(0, 75, 142, 0.12) 100%);
    }
    .about-hero::after {
        height: 78px;
        clip-path: ellipse(82% 100% at 66% 100%);
    }
    .about-hero h1 {
        font-size: 3.1rem;
        max-width: 360px;
    }
    .about-hero-line {
        width: 160px;
        margin-bottom: 1.25rem;
    }
    .about-hero p {
        max-width: 100%;
        font-size: 0.98rem;
        line-height: 1.65;
    }
    .about-hero-features {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        max-width: 320px;
        margin-top: 1.5rem;
    }
    .about-hero-feature {
        display: grid;
        grid-template-columns: 44px 1fr;
        column-gap: 0.85rem;
        align-items: center;
    }
    .about-hero-feature span {
        grid-row: span 2;
        width: 44px;
        height: 44px;
        margin: 0;
        font-size: 1.05rem;
    }
    .about-hero-feature h3 {
        font-size: 0.95rem;
        margin: 0;
    }
    .about-hero-feature p {
        font-size: 0.82rem;
        line-height: 1.35;
    }
    .services-hero {
        min-height: 760px;
        padding: 130px 0 145px;
        background-position: 70% center;
    }
    .services-hero::before {
        background: linear-gradient(90deg, rgba(0, 20, 58, 0.94) 0%, rgba(0, 35, 84, 0.82) 56%, rgba(0, 72, 132, 0.22) 100%);
    }
    .services-hero::after {
        height: 78px;
        clip-path: ellipse(82% 100% at 66% 100%);
    }
    .services-hero h1 {
        font-size: 2.1rem;
        max-width: 360px;
    }
    .services-hero p {
        max-width: 100%;
        font-size: 0.94rem;
    }
    .services-hero-features {
        grid-template-columns: 1fr;
        max-width: 340px;
        gap: 0.8rem;
        margin-top: 1.7rem;
    }
    .services-hero-feature {
        border-right: none;
        padding-right: 0;
    }
    .services-overview-section {
        padding: 68px 0 80px;
        background-position: 66% top;
    }
    .services-overview-section::before {
        opacity: 0.45;
    }
    .services-overview-section::after {
        display: none;
    }
    .services-overview-header h2 {
        font-size: 1.9rem;
    }
    .services-overview-header p {
        font-size: 0.94rem;
    }
    .services-overview-section .services-grid-new {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .services-overview-section .service-card-new {
        min-height: auto;
        padding: 1.35rem;
    }
    .services-guidance-section {
        min-height: auto;
    }
    .services-guidance-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 64px 5vw;
    }
    .services-guidance-copy h2 {
        font-size: 1.95rem;
    }
    .services-guidance-copy p {
        font-size: 0.94rem;
    }
    .guidance-row {
        grid-template-columns: 54px 1fr;
        gap: 0.9rem;
        min-height: auto;
        padding: 1rem;
    }
    .guidance-row-icon {
        width: 48px;
        height: 48px;
        font-size: 1.05rem;
    }
    .guidance-row strong {
        grid-column: 2;
        justify-self: end;
        font-size: 1.45rem;
        margin-top: -0.9rem;
    }
    .services-guidance-visual {
        min-height: 360px;
        border-radius: 22px;
        border-left-width: 5px;
    }
    .services-guidance-visual img {
        height: 360px;
        min-height: 360px;
    }
    .guidance-opportunity-badge {
        right: 1rem;
        bottom: 1rem;
        max-width: calc(100% - 2rem);
        padding: 0.85rem;
    }
    .about-image-panel {
        background-size: cover;
        background-position: center bottom;
    }
    .about-values-card {
        padding: 2rem 1.35rem;
    }
    .about-values-card h2 {
        font-size: 1.8rem;
    }
    .about-values-image {
        min-height: 300px;
        background-size: cover;
        background-position: center;
    }
    .section-padding { padding: 70px 0; }
    .bento-layout { gap: 1rem; }
    .bento-main {
        min-height: 650px;
        padding: 2.2rem 1.4rem;
        background-size: auto 62%;
        background-position: center bottom;
    }
    .bento-main::before {
        background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.98) 48%, rgba(255,255,255,0.52) 73%, rgba(255,255,255,0) 100%);
    }
    .bento-main-content {
        max-width: 100%;
    }
    .bento-main h2 { font-size: 2.3rem; }
    .bento-text {
        max-width: 100%;
        font-size: 0.98rem;
        margin-bottom: 2rem;
    }
    .bento-stats {
        align-items: flex-start;
        gap: 1rem;
    }
    .stat-item { gap: 0.75rem; }
    .stat-divider { display: none; }
    .bento-top { grid-template-columns: 1fr; }
    .card-mission,
    .card-vision {
        min-height: 280px;
    }
    .card-partnerships {
        min-height: 280px;
        justify-content: flex-start;
    }
    .partnerships-content-wrap {
        max-width: 100%;
        align-items: flex-start;
        gap: 1.1rem;
    }
    .partnership-map {
        width: 100%;
        top: 44%;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
    .section-title, .services-header h2, .steps-header h2 { font-size: 2rem; }
    .countries-section-title {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .steps-bg-element {
        width: 100%;
        height: 42%;
        top: auto;
        bottom: 0;
        opacity: 0.16;
        background-size: auto 120%;
        background-position: center bottom;
        background-attachment: scroll;
    }
    .steps-section::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-image-only .slide-bg {
        background-size: contain;
        background-position: center center;
    }
    .slide-tuition .slide-content-side {
        bottom: 58px;
    }
    .slide-fanshawe .slide-content-side {
        bottom: 58px;
    }
    .slide-intake .slide-content-side {
        bottom: 64px;
    }
    .slide-nursing .slide-content-side {
        top: 57%;
    }
    .slide-tuition .caption-card,
    .slide-fanshawe .caption-card,
    .nursing-card,
    .intake-card {
        padding: 0.95rem;
    }
    .tuition-badge,
    .nursing-badge,
    .intake-badge {
        font-size: 0.64rem;
    }
    .slide-tuition .caption-card h2,
    .nursing-headline,
    .intake-card h2 {
        font-size: 1.08rem !important;
    }
    .tuition-footer p,
    .nursing-footer p,
    .intake-card p {
        display: none;
    }
    .nursing-card {
        max-height: calc(100vh - 130px);
    }
    .bento-main {
        min-height: 610px;
        background-size: auto 50%;
    }
    .bento-heading {
        font-size: 2rem;
    }
    .bento-stats {
        flex-direction: column;
    }
    .bento-card {
        padding: 2rem 1.5rem;
    }
    .glow-icon-wrap {
        width: 58px;
        height: 58px;
        font-size: 1.35rem;
    }
    .testimonials-header h2 {
        font-size: 2.05rem;
    }
    .testimonial-card {
        padding: 3.8rem 1.1rem 1.2rem;
    }
    .testimonial-text {
        font-size: 0.88rem;
    }
    .testimonial-author h3 {
        font-size: 1rem;
    }
    .testimonial-feature > i {
        width: 46px;
        height: 46px;
    }
    .services-section-new {
        padding: 58px 0;
    }
    .services-heading-new {
        font-size: 1.75rem;
    }
    .service-card-new h3 {
        font-size: 1.08rem;
    }
    .service-card-new p {
        font-size: 0.84rem;
    }
}

/* ==========================================================================
   CONTACT LOCATIONS REDESIGN
   ========================================================================== */

.contact-locations-section {
    position: relative;
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.locations-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.locations-kicker {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--brand-orange);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.locations-kicker .line {
    height: 1px;
    width: 60px;
    background-color: var(--brand-orange);
}

.locations-header h2 {
    font-size: 3rem;
    color: var(--brand-blue);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.locations-header h2 span {
    color: var(--brand-orange);
}

.locations-header p {
    color: var(--text-dark);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.mockup-contact-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mockup-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.card-top-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--brand-orange);
}

.card-illustration {
    margin-bottom: 25px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-contact-card h3 {
    color: var(--brand-blue);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.country-tag {
    color: var(--brand-orange);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mockup-contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    margin-bottom: 30px;
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
    flex-grow: 1;
}

.detail-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-circle {
    width: 28px;
    height: 28px;
    background-color: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    flex-shrink: 0;
    font-size: 0.85rem;
}

.detail-row p {
    font-size: 0.9rem;
    color: var(--text-dark);
    line-height: 1.5;
    margin: 0;
}

.get-directions {
    color: var(--brand-orange);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: gap 0.3s ease;
    margin-top: auto;
}

.get-directions:hover {
    gap: 5px;
}

/* Bottom Features Row */
.contact-features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.contact-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cf-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(249, 115, 22, 0.1);
    color: var(--brand-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.contact-feature-box:nth-child(even) .cf-icon {
    background-color: rgba(7, 21, 69, 0.05);
    color: var(--brand-blue);
}

.cf-text h4 {
    color: var(--brand-blue);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.cf-text p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 992px) {
    .contact-features-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .locations-header h2 {
        font-size: 2.2rem;
    }
    .contact-features-row {
        grid-template-columns: 1fr;
    }
}

/* Additional mobile tweaks for director section */
@media (max-width: 768px) {
    .dec-right-content h2 {
        font-size: 1.8rem !important;
    }
    .dec-right-content .dec-signature h3 {
        font-size: 2.2rem !important;
    }
}

