@font-face {
    font-family: "Monda";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/avyanna/monda-400.ttf") format("truetype");
}

@font-face {
    font-family: "Monda";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/avyanna/monda-500.ttf") format("truetype");
}

@font-face {
    font-family: "Monda";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/avyanna/monda-600.ttf") format("truetype");
}

@font-face {
    font-family: "Monda";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/avyanna/monda-700.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/avyanna/montserrat-400.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/avyanna/montserrat-500.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/avyanna/montserrat-600.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/avyanna/montserrat-700.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/avyanna/montserrat-800.ttf") format("truetype");
}

@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/avyanna/arimo-400.ttf") format("truetype");
}

@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/avyanna/arimo-500.ttf") format("truetype");
}

@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/avyanna/arimo-600.ttf") format("truetype");
}

@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/avyanna/arimo-700.ttf") format("truetype");
}

:root {
    --navy: #001a3f;
    --navy-soft: #082b63;
    --sky: #0d47a1;
    --sky-dark: #0d47a1;
    --silver: #f1f5fb;
    --ink: #101f36;
    --muted: #617083;
    --font-heading: "Monda", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-main: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
    --font-copy: "Arimo", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
}

body {
    color: var(--ink);
    font-family: var(--font-main);
    letter-spacing: 0;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    color: var(--sky-dark);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

p,
li,
.vf-copy,
.vf-heading-copy,
.vf-hero-content p,
.vf-hero-centered p,
.vf-course-body p,
.vf-blog-body p,
.vf-feature-card p,
.vf-program-about p,
.vf-choose-list p,
.vf-quote-content p {
    font-family: var(--font-copy);
}

.navbar-brand,
.nav-link,
.dropdown-item,
.eyebrow,
.btn,
.aircraft-kicker {
    font-family: var(--font-main);
}

.vf-header {
    background:
        linear-gradient(90deg, rgba(0, 26, 63, .9), rgba(8, 43, 99, .72)),
        url("../img/why-ekas-aircraft.png") center/cover;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 60;
}

.vf-header-home {
    background: transparent;
    margin-bottom: 0;
    position: relative;
}

.site-nav,
.vf-site-nav {
    background: transparent;
    box-shadow: none;
    padding: 0;
    z-index: 50;
}

.vf-site-nav .navbar-bg {
    align-items: center;
    background: #fff;
    border-top: 1px solid rgba(13, 71, 161, .08);
    border-radius: 0;
    box-shadow: 0 16px 42px rgba(0, 26, 63, .18);
    min-height: 82px;
    max-width: 1674px;
    padding: 0 28px;
    position: relative;
}

.vf-logo-block {
    align-items: center;
    background:
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-right: 14px;
    padding: 8px 14px;
    position: static;
    width: 230px;
}

.navbar-brand img,
.vf-logo-block img {
    max-height: 60px;
    max-width: 220px;
    object-fit: contain;
    width: auto;
}

.vf-site-nav .nav-link {
    color: var(--navy);
    font-size: .82rem;
    font-weight: 700;
    padding: 22px 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.vf-site-nav .navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
}

.vf-site-nav .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

.vf-site-nav .nav-item {
    min-width: 0;
}

.vf-site-nav .nav-home-link {
    font-size: 1rem;
    line-height: 1;
}

.vf-site-nav .nav-link:hover,
.vf-site-nav .nav-link.active {
    color: var(--sky-dark);
}

.vf-site-nav .navbar-toggler {
    border: 0;
    box-shadow: none;
    color: var(--navy);
    font-size: 1.45rem;
}

.dropdown-menu {
    border: 0;
    border-radius: 12px;
    max-height: 72vh;
    overflow-y: auto;
    padding: 14px;
    box-shadow: 0 24px 50px rgba(0, 26, 63, .18);
}

.dropdown-item {
    border-radius: 8px;
    color: var(--navy);
    font-size: .88rem;
    font-weight: 700;
    padding: 9px 12px;
}

.dropdown-item:hover {
    background: rgba(13, 71, 161, .1);
    color: var(--sky-dark);
}

.vf-nav-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: var(--font-main);
    font-size: .86rem;
    font-weight: 700;
    gap: 8px;
    border-radius: 4px;
    flex: 0 0 auto;
    font-size: .82rem;
    padding: 14px 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.vf-nav-btn i {
    display: none;
}

.vf-nav-btn:hover {
    background: linear-gradient(135deg, var(--navy-soft), var(--navy));
    color: #fff;
}

.btn-sky {
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-color: var(--sky);
    color: #fff;
}

.btn-sky:hover {
    background: linear-gradient(135deg, var(--navy-soft), var(--navy));
    border-color: var(--sky-dark);
    color: #fff;
}

.hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 26, 63, .96), rgba(8, 43, 99, .76), rgba(0, 26, 63, .42)),
        url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80") center/cover;
    overflow: hidden;
}

.hero-bg-video,
.hero-video-overlay {
    position: absolute;
    inset: 0;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
}

.hero-video-overlay {
    background: linear-gradient(90deg, rgba(0, 26, 63, .96), rgba(8, 43, 99, .74), rgba(0, 26, 63, .42));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1,
.page-hero h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    font-size: clamp(2.4rem, 5vw, 5.3rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.hero .lead {
    max-width: 760px;
    color: rgba(255, 255, 255, .86);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-panel,
.side-card,
.cta-box,
.calculator-box {
    background: #fff;
    color: var(--ink);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 24px 60px rgba(0, 26, 63, .22);
}

.eyebrow {
    display: inline-block;
    color: var(--sky);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-hero .eyebrow {
    color: #ffd166;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.trust-strip {
    background: var(--silver);
    padding: 26px 0;
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    color: var(--navy);
    font-size: 1.25rem;
}

.trust-strip span {
    color: var(--muted);
}

.section {
    padding: 86px 0;
}

.section-soft {
    background: var(--silver);
}

.section-navy {
    background: var(--navy);
    color: #fff;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2,
.section h2 {
    color: var(--navy);
    font-size: clamp(1.5rem, 2.3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
}

.section-navy h2 {
    color: #fff;
}

.info-card,
.fleet-card {
    background: #fff;
    border: 0;
    border-radius: 10px;
    padding: 26px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 38px rgba(0, 26, 63, .08);
}

.info-card:hover,
.fleet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 26, 63, .12);
}

.info-card h3,
.info-card h2,
.fleet-card h3,
.fleet-card h2 {
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 800;
}

.content-card-image {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    margin-bottom: 18px;
    object-fit: cover;
    width: 100%;
}

.content-hero-image {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    box-shadow: 0 20px 45px rgba(0, 26, 63, .14);
    margin-bottom: 28px;
    object-fit: cover;
    width: 100%;
}

.fleet-showcase-section {
    background: linear-gradient(180deg, #fff 0%, #f1f5fb 100%);
}

.aircraft-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.aircraft-showcase-grid .aircraft-feature-card:first-child {
    grid-column: span 3;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    min-height: 360px;
}

.aircraft-showcase-grid-full .aircraft-feature-card:first-child {
    grid-column: span 1;
    display: block;
    min-height: 0;
}

.aircraft-feature-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 26, 63, .13);
}

.aircraft-photo {
    position: relative;
    display: block;
    min-height: 260px;
    background-position: center;
    background-size: cover;
}

.aircraft-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 26, 63, .08), rgba(0, 26, 63, .68));
}

.aircraft-photo span {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 1;
    color: #fff;
    font-size: clamp(.9rem, 1.4vw, 1.3rem);
    font-weight: 800;
    line-height: 1.06;
    max-width: 320px;
}

.aircraft-feature-body {
    padding: 28px;
}

.aircraft-feature-body h2,
.aircraft-feature-body h3 {
    color: var(--navy);
    font-size: clamp(1rem, 1.45vw, 1.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.aircraft-feature-body p {
    color: #405168;
}

.aircraft-kicker {
    color: var(--sky-dark) !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
}

.aircraft-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.aircraft-specs span,
.aircraft-feature-body li {
    background: var(--silver);
    border-radius: 999px;
    color: var(--navy);
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    padding: 8px 12px;
}

.aircraft-feature-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.aircraft-link {
    color: var(--sky-dark);
    font-weight: 800;
}

.info-card dl {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 6px 12px;
    margin: 18px 0;
    font-size: .92rem;
}

.info-card dt {
    color: var(--muted);
}

.roadmap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
}

.roadmap div {
    background: #fff;
    border-left: 4px solid var(--sky);
    border-radius: 8px;
    padding: 18px;
    font-weight: 800;
    min-height: 74px;
}

.plane-shape {
    height: 120px;
    border-radius: 8px;
    margin-bottom: 18px;
    background:
        linear-gradient(135deg, rgba(13, 71, 161, .9), rgba(255, 255, 255, .05)),
        url("https://images.unsplash.com/photo-1540962351504-03099e0a754b?auto=format&fit=crop&w=900&q=80") center/cover;
}

.keyword-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.keyword-grid a {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #fff;
    padding: 18px;
    font-weight: 800;
}

.page-hero {
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(90deg, rgba(7, 26, 51, .96), rgba(7, 26, 51, .72)),
        var(--page-hero-image, url("../../fronttheme/assets/img/breadcrumb/01.jpg")) center/cover;
    color: #fff;
    padding: 170px 0 210px;
    z-index: 1;
}

.page-hero .container {
    position: relative;
    text-align: center;
    z-index: 3;
}

.page-hero::before,
.page-hero::after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.page-hero::before {
    background: #fff;
    bottom: -1px;
    clip-path: polygon(0 34%, 50% 100%, 100% 34%, 100% 100%, 0 100%);
    height: 170px;
    z-index: 1;
}

.page-hero::after {
    background: linear-gradient(90deg, #4cc9f0 0%, #0077b6 50%, #0466c8 100%);
    bottom: 48px;
    clip-path: polygon(0 0, 50% 66%, 100% 0, 100% 14%, 50% 82%, 0 14%);
    height: 150px;
    z-index: 2;
}

.page-hero p {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    color: rgba(255, 255, 255, .86);
    font-size: 1.2rem;
}

.page-hero .hero-actions {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 100%;
    justify-content: center;
}

.exam-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 30px;
}

.exam-quick-actions .btn-sky {
    background: var(--sky-dark);
    border-color: var(--sky-dark);
    color: #fff;
}

.exam-hub-grid,
.exam-syllabus-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0 42px;
}

.exam-hub-grid a,
.exam-syllabus-grid article {
    background: #ffffff;
    border: 1px solid rgba(7, 24, 50, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(7, 24, 50, .08);
    padding: 22px;
    text-decoration: none;
}

.exam-hub-grid strong,
.exam-syllabus-grid h3 {
    color: var(--navy);
    display: block;
    font-size: 1.06rem;
    line-height: 1.35;
    margin-bottom: 8px;
}

.exam-hub-grid span {
    color: #5d6b80;
    display: block;
    font-size: .94rem;
    line-height: 1.55;
}

.exam-syllabus-grid ul,
.exam-check-list {
    color: #44546a;
    margin-bottom: 32px;
}

.exam-syllabus-grid li,
.exam-check-list li {
    margin-bottom: 8px;
}

.exam-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 0;
}

.exam-related-links a {
    background: rgba(13, 71, 161, .08);
    border: 1px solid rgba(13, 71, 161, .18);
    border-radius: 999px;
    color: var(--navy);
    font-weight: 800;
    padding: 10px 16px;
    text-decoration: none;
}

.legal-page-hero {
    padding-bottom: 170px;
}

.legal-page-section {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 45%, #f4f7fb 100%);
}

.legal-layout {
    display: grid;
    gap: 34px;
    grid-template-columns: 310px minmax(0, 1fr);
}

.legal-toc {
    align-self: start;
    background: #ffffff;
    border: 1px solid rgba(7, 24, 50, .08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(7, 24, 50, .09);
    padding: 22px;
    position: sticky;
    top: 112px;
}

.legal-toc span,
.legal-breadcrumb {
    color: #5d6b80;
    font-size: .88rem;
    font-weight: 700;
}

.legal-toc h2 {
    color: var(--navy);
    font-size: 1.2rem;
    margin: 10px 0 16px;
}

.legal-toc nav {
    display: grid;
    gap: 8px;
    max-height: 54vh;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-color: var(--sky) rgba(13, 71, 161, .1);
    scrollbar-width: thin;
}

.legal-toc nav::-webkit-scrollbar {
    width: 9px;
}

.legal-toc nav::-webkit-scrollbar-track {
    background: rgba(13, 71, 161, .1);
    border-radius: 999px;
}

.legal-toc nav::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--sky), var(--sky-dark));
    border: 2px solid #fff;
    border-radius: 999px;
}

.legal-toc nav::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--navy-soft), var(--navy));
}

.legal-toc a,
.legal-related a {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
}

.legal-print-btn {
    margin-top: 18px;
    width: 100%;
}

.legal-breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.legal-notice,
.legal-section-card,
.legal-related,
.legal-contact-cta {
    background: #ffffff;
    border: 1px solid rgba(7, 24, 50, .08);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(7, 24, 50, .08);
    margin-bottom: 18px;
    padding: 24px;
}

.legal-notice {
    background: linear-gradient(135deg, rgba(7, 24, 50, .96), rgba(13, 71, 161, .88));
    color: #ffffff;
}

.legal-notice p,
.legal-contact-cta p {
    margin-bottom: 0;
}

.legal-section-card summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    list-style: none;
}

.legal-section-card summary::-webkit-details-marker {
    display: none;
}

.legal-section-card summary span {
    background: rgba(13, 71, 161, .1);
    border-radius: 999px;
    color: var(--sky-dark);
    flex: 0 0 auto;
    font-weight: 900;
    padding: 8px 10px;
}

.legal-section-card summary strong,
.legal-related h2,
.legal-contact-cta h2 {
    color: var(--navy);
}

.legal-section-card div {
    margin-top: 18px;
}

.legal-section-card p {
    color: #44546a;
    line-height: 1.75;
}

.legal-related div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.legal-related a {
    background: rgba(13, 71, 161, .08);
    border: 1px solid rgba(13, 71, 161, .18);
    border-radius: 999px;
    padding: 10px 16px;
}

.vf-copyright .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.vf-footer-legal-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vf-footer-legal-links a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.fleet-hero {
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 640px;
    padding: 150px 0 120px;
}

.fleet-hero h1 {
    max-width: 1100px;
    font-size: clamp(1.65rem, 2.6vw, 3rem);
    font-weight: 800;
    line-height: 1.06;
}

.fleet-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, .86);
    font-size: 1.2rem;
}

.fleet-progress-strip {
    background: var(--navy);
    color: #fff;
    padding: 24px 0;
}

.fleet-progress-strip strong,
.fleet-progress-strip span {
    display: block;
}

.fleet-progress-strip strong {
    color: var(--sky);
    font-size: .82rem;
    text-transform: uppercase;
}

.fleet-progress-strip span {
    font-size: 1.18rem;
    font-weight: 800;
}

.fleet-side-card {
    position: sticky;
    top: 96px;
}

.fleet-side-card h2 {
    font-size: clamp(1.3rem, 1.95vw, 1.8rem);
    line-height: 1.12;
}

.fleet-side-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 22px 0;
    padding: 0;
}

.fleet-side-card li {
    background: var(--silver);
    border-radius: 999px;
    color: var(--navy);
    font-size: .84rem;
    font-weight: 800;
    padding: 8px 12px;
}

.fleet-detail-media {
    border-radius: 10px;
    box-shadow: 0 20px 42px rgba(7, 26, 51, .12);
    margin-bottom: 24px;
    overflow: hidden;
}

.fleet-detail-media img {
    display: block;
    height: auto;
    width: 100%;
}

.fleet-rich-content h2:first-child {
    margin-top: 0;
}

.fleet-related-grid {
    align-items: stretch;
}

.fleet-related-grid .aircraft-feature-body h2 {
    max-width: none;
    width: 100%;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.content-lead {
    font-size: 1.18rem;
    color: #34445a;
}

.rich-content {
    color: #34445a;
    font-size: 1.06rem;
    line-height: 1.75;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
    color: var(--navy);
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 34px;
}

.rich-content h2 {
    font-size: 2rem;
}

.rich-content h3 {
    font-size: 1.45rem;
}

.rich-content h4 {
    font-size: 1.16rem;
}

.rich-content ul {
    background: var(--silver);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin: 20px 0;
    padding: 22px 22px 22px 42px;
}

.content-table {
    background: #fff;
    border: 1px solid #e4edf3;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0;
    overflow: hidden;
    width: 100%;
}

.content-table th,
.content-table td {
    border-bottom: 1px solid #e4edf3;
    padding: 14px 16px;
    vertical-align: top;
}

.content-table th {
    background: var(--navy);
    color: #fff;
    font-weight: 800;
}

.content-table tr:last-child td {
    border-bottom: 0;
}

.keyword-note,
.faq-block {
    margin-top: 34px;
    background: var(--silver);
    border-radius: 8px;
    padding: 26px;
}

.faq-block details {
    background: #fff;
    border-radius: 8px;
    margin-top: 12px;
    padding: 16px;
}

.finance-split {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
    margin: 22px 0;
}

.finance-visual-card,
.finance-info-card,
.finance-mini-card,
.finance-estimate-card,
.finance-emi-widget,
.finance-application-card {
    background: #fff;
    border: 1px solid #e4edf3;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 26, 63, .08);
}

.finance-visual-card {
    background: linear-gradient(135deg, var(--navy), #123d72);
    color: #fff;
    min-height: 260px;
    padding: 28px;
}

.finance-visual-card span,
.finance-visual-card small {
    color: rgba(255, 255, 255, .76);
    display: block;
}

.finance-visual-card strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1.15;
    margin: 42px 0 14px;
}

.finance-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 22px 0;
}

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

.finance-info-card,
.finance-mini-card,
.finance-application-card {
    padding: 18px;
}

.finance-mini-card {
    color: var(--navy);
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
}

.finance-mini-card span {
    color: var(--sky);
    font-weight: 800;
}

.finance-mini-card small,
.finance-info-card p {
    color: var(--muted);
    margin: 0;
}

.finance-mini-card em {
    color: var(--navy);
    font-style: normal;
    font-weight: 800;
    margin-top: auto;
}

.finance-estimate-card,
.finance-roi,
.finance-logo-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin: 22px 0;
    padding: 18px;
}

.finance-estimate-card div,
.finance-roi div,
.finance-logo-grid span,
.finance-timeline div {
    background: var(--silver);
    border-radius: 8px;
    padding: 14px;
}

.finance-estimate-card span,
.finance-roi span {
    color: var(--muted);
    display: block;
    font-size: .9rem;
}

.finance-estimate-card strong,
.finance-roi strong,
.finance-logo-grid span,
.finance-timeline strong {
    color: var(--navy);
}

.finance-timeline {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.finance-timeline span,
.finance-timeline small {
    display: block;
}

.finance-timeline span {
    color: var(--sky);
    font-weight: 800;
}

.finance-timeline small {
    color: var(--muted);
}

.finance-emi-widget {
    margin: 24px 0;
    padding: 22px;
}

.finance-logo-grid span {
    text-align: center;
}

@media (max-width: 991px) {
    .finance-card-grid-4,
    .finance-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .finance-card-grid-4,
    .finance-split {
        grid-template-columns: 1fr;
    }
}

.course-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 34px;
}

.course-facts div {
    background: var(--silver);
    border-radius: 8px;
    border-left: 4px solid var(--sky);
    box-shadow: 0 12px 34px rgba(7, 26, 51, .08);
    padding: 18px;
}

.course-facts strong,
.course-facts span {
    display: block;
}

.course-hero-layout {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr;
    justify-items: start;
}

.course-hero-copy {
    background: rgba(7, 26, 51, .48);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(7, 26, 51, .18);
    max-width: 760px;
    padding: 30px 32px;
}

.course-hero {
    background-color: #071a33;
    background:
        linear-gradient(90deg, rgba(7, 26, 51, .94) 0%, rgba(7, 26, 51, .74) 52%, rgba(7, 26, 51, .48) 100%),
        var(--course-hero-image, url("../../fronttheme/assets/img/breadcrumb/01.jpg")) center center / cover no-repeat;
}

.course-hero .container {
    text-align: left;
}

.course-hero .eyebrow {
    color: #ffd166;
}

.course-hero h1,
.course-hero p {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.course-hero p {
    max-width: 700px;
}

.courses-index {
    background: #f6f8fb;
}

.courses-index-head {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.courses-index-head > div {
    max-width: 820px;
}

.courses-index-head .vf-copy {
    margin-bottom: 0;
}

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

.courses-index-card {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: all .22s ease;
}

.courses-index-card:hover {
    border-color: rgba(13, 71, 161, .34);
    box-shadow: 0 20px 46px rgba(7, 26, 51, .14);
    transform: translateY(-5px);
}

.courses-index-card img,
.courses-index-card-media {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.courses-index-card img {
    object-fit: cover;
}

.courses-index-card-media {
    align-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(76, 201, 240, .24), transparent 34%),
        linear-gradient(135deg, var(--navy-soft), var(--navy));
    color: #fff;
    display: flex;
    font-size: 3rem;
    justify-content: center;
}

.courses-index-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.courses-index-card-body > span {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 999px;
    color: var(--sky);
    display: inline-flex;
    font-family: var(--font-heading);
    font-weight: 900;
    height: 38px;
    justify-content: center;
    margin-bottom: 14px;
    width: 38px;
}

.courses-index-card h3 {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.22rem;
    font-weight: 850;
    line-height: 1.28;
    margin-bottom: 10px;
}

.courses-index-card p {
    color: #607086;
    font-size: .98rem;
    line-height: 1.58;
}

.courses-index-card ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: auto 0 20px;
    padding: 0;
}

.courses-index-card li {
    background: #f6f8fb;
    border-radius: 999px;
    color: #34445a;
    font-size: .86rem;
    font-weight: 750;
    padding: 8px 12px;
}

.courses-index-card a {
    align-items: center;
    color: var(--sky);
    display: inline-flex;
    font-weight: 850;
    gap: 8px;
}

.courses-index-enquiry {
    background: #fff;
}

.courses-index-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.courses-index-points div {
    align-items: flex-start;
    background: #f6f8fb;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 10px;
    color: #34445a;
    display: flex;
    gap: 12px;
    padding: 16px;
}

.courses-index-points i {
    color: var(--sky);
    margin-top: 3px;
}

.estimate {
    background: var(--navy);
    color: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-top: 24px;
    font-size: 1.2rem;
}

.finance-toggle-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.finance-toggle-grid label {
    align-items: center;
    background: #f8fbff;
    border: 1px solid rgba(13, 71, 161, .08);
    border-radius: 8px;
    color: var(--navy);
    display: flex;
    font-weight: 700;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
}

.finance-toggle-grid input {
    accent-color: var(--sky);
}

.finance-total {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.finance-breakdown {
    margin-top: 22px;
}

.finance-calculator-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

@media (max-width: 767px) {
    .finance-toggle-grid {
        grid-template-columns: 1fr;
    }
}

.side-card,
.cta-box,
.calculator-box,
.hero-panel {
    border-radius: 10px;
}

.side-card:has(.lead-form),
.cta-box:has(.lead-form),
.calculator-box:has(.lead-form),
.hero-panel:has(.lead-form) {
    background: #f8fbff;
    border: 1px solid rgba(13, 71, 161, .08);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(7, 26, 51, .1);
    overflow: visible;
    padding: 26px;
    position: relative;
    z-index: 1;
}

.side-card:has(.lead-form)::after,
.cta-box:has(.lead-form)::after,
.calculator-box:has(.lead-form)::after,
.hero-panel:has(.lead-form)::after {
    background: radial-gradient(ellipse, rgba(7, 26, 51, .22) 0%, rgba(7, 26, 51, .1) 42%, transparent 72%);
    bottom: -24px;
    content: "";
    filter: blur(3px);
    height: 34px;
    left: 11%;
    pointer-events: none;
    position: absolute;
    right: 11%;
    z-index: -1;
}

.side-card:has(.lead-form) h2,
.cta-box:has(.lead-form) h2,
.calculator-box:has(.lead-form) h2,
.hero-panel:has(.lead-form) h2 {
    font-size: clamp(1.45rem, 1.9vw, 2.05rem);
    line-height: 1.12;
    margin-bottom: 8px;
}

.side-card:has(.lead-form) p,
.cta-box:has(.lead-form) p,
.calculator-box:has(.lead-form) p,
.hero-panel:has(.lead-form) p {
    line-height: 1.55;
    margin-bottom: 14px;
}

.lead-form .form-label {
    color: var(--navy);
    font-size: .84rem;
    font-weight: 650;
    margin-bottom: 4px;
}

.side-card .form-control,
.side-card .form-select,
.cta-box .form-control,
.cta-box .form-select,
.calculator-box .form-control,
.calculator-box .form-select,
.hero-panel .form-control,
.hero-panel .form-select,
.vf-hero-form .form-control,
.vf-hero-form .form-select {
    background-color: #fff;
    border: 1px solid rgba(13, 71, 161, .06);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(7, 26, 51, .06);
    min-height: 42px;
    padding: 9px 13px;
}

.side-card .form-control:focus,
.side-card .form-select:focus,
.cta-box .form-control:focus,
.cta-box .form-select:focus,
.calculator-box .form-control:focus,
.calculator-box .form-select:focus,
.hero-panel .form-control:focus,
.hero-panel .form-select:focus,
.vf-hero-form .form-control:focus,
.vf-hero-form .form-select:focus {
    border-color: var(--sky);
    box-shadow: 0 0 0 .18rem rgba(13, 71, 161, .14), 0 12px 26px rgba(7, 26, 51, .08);
}

.lead-form textarea.form-control {
    min-height: 84px;
}

.side-card .btn,
.cta-box .btn,
.calculator-box .btn,
.hero-panel .btn,
.vf-hero-form .btn {
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(13, 71, 161, .18);
    font-weight: 700;
    padding: 10px 20px;
}

.keyword-note,
.faq-block,
.faq-block details,
.content-table {
    border-radius: 10px;
}

.rich-content h2::after {
    background: var(--sky);
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 58px;
}

.content-table th {
    background: var(--sky);
}

.site-footer,
.vf-footer {
    background:
        radial-gradient(circle at top left, rgba(13, 71, 161, .22), transparent 34%),
        linear-gradient(135deg, #001126 0%, var(--navy) 52%, #000b1f 100%);
    color: rgba(255, 255, 255, .82);
    padding: 0;
    position: relative;
}

.vf-footer .container {
    position: relative;
}

.vf-footer-cta {
    align-items: center;
    background: linear-gradient(135deg, #1f7df2 0%, #23b6ee 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
    color: #fff;
    display: grid;
    gap: 34px;
    grid-template-columns: 260px minmax(0, 1fr) auto;
    margin: 0 0 92px;
    padding: 44px 44px 64px;
    transform: translateY(-1px);
}

.vf-footer-cta-logo {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 26, 63, .14);
    display: flex;
    justify-content: center;
    min-height: 128px;
    padding: 12px 14px;
}

.vf-footer-cta-logo img {
    max-height: 94px;
    max-width: 220px;
    object-fit: contain;
    width: 100%;
}

.vf-footer-cta-copy {
    border-left: 0;
    max-width: 760px;
    padding-left: 0;
}

.vf-footer-cta h2 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 16px;
}

.vf-footer-cta p {
    color: rgba(255, 255, 255, .94);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 740px;
}

.vf-footer-cta-btn {
    background: #fff;
    border-radius: 4px;
    color: var(--sky) !important;
    display: inline-flex !important;
    font-family: var(--font-main);
    font-size: 1.05rem;
    font-weight: 700;
    justify-content: center;
    margin: 0 !important;
    min-width: 190px;
    padding: 18px 28px;
    text-align: center;
}

.vf-footer-cta-btn:hover {
    background: var(--navy);
    color: #fff !important;
    padding-left: 28px !important;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 26px;
    padding-bottom: 16px;
    position: relative;
}

.site-footer h4::before {
    background: var(--sky);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 16px;
}

.site-footer h4::after {
    background: var(--sky);
    bottom: 0;
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    width: 34px;
}

.footer-logo {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    display: inline-flex;
    margin-bottom: 20px;
    padding: 10px 14px;
}

.footer-logo img {
    max-width: 240px;
    width: 100%;
}

.site-footer a {
    color: rgba(255, 255, 255, .78);
    display: block;
    margin-bottom: 8px;
}

.site-footer .row [class*="col-"] > a:not(.vf-btn) {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    line-height: 1.38;
    margin-bottom: 12px;
    min-height: 26px;
    padding-left: 0;
}

.site-footer a i {
    color: var(--sky);
    margin-right: 6px;
}

.site-footer .row [class*="col-"] > a:not(.vf-btn) i {
    flex: 0 0 auto;
    margin-right: 0;
    margin-top: 4px;
}

.site-footer a:hover {
    color: var(--sky);
    padding-left: 8px;
}

.site-footer .row [class*="col-"] > a:not(.vf-btn):hover {
    padding-left: 6px;
}

.vf-footer-social,
.vf-footer-contact {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.vf-footer-points {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.vf-footer-points li {
    align-items: flex-start;
    color: rgba(255, 255, 255, .8);
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.vf-footer-points i {
    color: #8ed0ff;
    margin-top: 4px;
}

.vf-footer-social a {
    --social-color: var(--sky);
    align-items: center;
    background: var(--social-color);
    border: 2px solid var(--social-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 46px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease, background-color .28s ease, border-color .28s ease;
    flex: 0 0 46px;
    width: 46px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    isolation: isolate;
}

.vf-footer-social a:hover {
    color: #fff;
    filter: saturate(1.15);
    padding-left: 0;
    transform: translateY(-5px) scale(1.08) rotate(-4deg);
    box-shadow: 0 18px 28px rgba(0, 0, 0, .25);
}

.vf-footer-social a::before {
    content: '';
    inset: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 55%);
    opacity: 0;
    transform: scale(.45);
    transition: opacity .28s ease, transform .28s ease;
}

.vf-footer-social a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.vf-footer-social a i {
    color: inherit;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1rem;
}

.vf-footer-social .vf-social-facebook {
    --social-color: #3b5998;
}

.vf-footer-social .vf-social-instagram {
    --social-color: #e1306c;
}

.vf-footer-social .vf-social-linkedin {
    --social-color: #0077b5;
}

.vf-footer-social .vf-social-youtube {
    --social-color: #ff0000;
}

.vf-footer-social .vf-social-x {
    --social-color: #111111;
}

.vf-footer-social .vf-social-x span {
    color: #fff;
    display: inline-block;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    transform: translateY(-1px);
}

.vf-footer-contact {
    display: grid;
    gap: 12px;
}

.vf-footer-contact li {
    align-items: center;
    display: flex;
    gap: 12px;
}

.vf-footer-contact span {
    overflow-wrap: anywhere;
}

.vf-footer-contact i {
    color: var(--sky);
    min-width: 18px;
}

.vf-footer-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex !important;
    font-size: .95rem;
    gap: 8px;
    margin-top: 22px;
    max-width: 100%;
    min-width: 255px;
    padding: 15px 12px 15px 28px;
    white-space: nowrap;
}

.vf-footer-btn i {
    height: 40px;
    min-width: 40px;
    width: 40px;
}

.vf-footer-btn:hover {
    padding-left: 28px !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 32px;
    padding-top: 22px;
}

.vf-copyright {
    background: #1b2029;
    color: rgba(255, 255, 255, .78);
    margin-top: 54px;
    padding: 20px 0;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 120px;
    z-index: 20;
    background: #20c463;
    color: #fff;
    border-radius: 999px;
    padding: 13px 18px;
    font-family: var(--font-main);
    font-weight: 800;
    box-shadow: 1px 0px 30px -2px rgb(0 0 0);
}

@media (max-width: 1199px) {
    .vf-header-home {
        margin-bottom: 0;
    }

    .vf-site-nav .navbar-bg {
        min-height: 84px;
        padding: 10px 18px;
    }

    .vf-logo-block {
        margin-right: 16px;
        width: 220px;
        padding: 8px 12px;
    }

    .vf-logo-block img {
        max-height: 54px;
        max-width: 196px;
    }

    .vf-site-nav .nav-link {
        padding: 12px 4px;
    }

    .vf-nav-btn {
        margin: 12px 0 16px;
    }
}

@media (max-width: 1199px) {
    .vf-site-nav .navbar-bg {
        flex-wrap: wrap;
        gap: 10px 12px;
        min-height: 0;
        padding: 10px 14px;
    }

    .vf-logo-block {
        flex: 1 1 auto;
        margin-right: 0;
        max-width: calc(100% - 60px);
        min-width: 140px;
        padding: 6px 10px;
        width: auto;
    }

    .vf-logo-block img {
        max-height: 46px;
        max-width: 100%;
    }

    .vf-site-nav .navbar-toggler {
        margin-left: auto;
        padding: 6px 10px;
    }

    .vf-site-nav .navbar-toggler-icon {
        align-items: center;
        background: none;
        display: inline-flex;
        height: 28px;
        justify-content: center;
        width: 28px;
    }

    .vf-site-nav .navbar-toggler-icon i {
        display: block;
        font-size: 1.15rem;
        line-height: 1;
    }

    .vf-site-nav .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
    }

    .vf-site-nav .navbar-nav {
        align-items: stretch;
        width: 100%;
    }

    .vf-site-nav .nav-item {
        min-width: 0;
        width: 100%;
    }

    .vf-site-nav .nav-link {
        display: block;
        padding: 12px 0;
        white-space: normal;
    }

    .vf-site-nav .dropdown-menu {
        border-radius: 10px;
        box-shadow: none;
        position: static;
        width: 100%;
    }

    .vf-site-nav .dropdown-item {
        white-space: normal;
    }

    .vf-nav-btn {
        justify-content: center;
        margin: 12px 0 0;
        width: 100%;
    }
}

.whatsapp-float:hover {
    color: #fff;
}

.alert-floating {
    position: fixed;
    top: 82px;
    right: 18px;
    z-index: 30;
    max-width: 360px;
}

@media (max-width: 991px) {
    .vf-flying-dashboard {
        padding: 76px 0 58px;
    }

    .vf-flying-head {
        gap: 22px;
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .vf-flying-head h2 {
        font-size: clamp(2.5rem, 12vw, 4.4rem);
    }

    .vf-flying-head p {
        font-size: 1rem;
    }

    .vf-flying-stage {
        min-height: 0;
        padding-bottom: 190px;
    }

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

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

    .vf-step::before,
    .vf-step::after {
        display: none;
    }

    .vf-training-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .vf-carousel-prev {
        left: 8px;
    }

    .vf-carousel-next {
        right: 8px;
    }

    .vf-icon-grid,
    .vf-simulator-grid,
    .vf-life-grid,
    .vf-check-grid,
    .vf-video-card-grid,
    .vf-admission-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vf-aircraft-card {
        flex-basis: calc((100% - 20px) / 2);
    }

    .vf-gateway-panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .vf-gateway-visual {
        min-height: 300px;
    }

    .vf-gateway-visual::before {
        background: linear-gradient(180deg, #e0e5ea 0%, rgba(224, 229, 234, .12) 42%, transparent 100%);
    }

    .vf-split {
        grid-template-columns: 1fr;
    }

    .vf-why-media {
        min-height: 420px;
    }

    .vf-stat-card {
        min-height: 104px;
        padding: 20px;
    }

    .vf-stat-card i {
        font-size: 2rem;
    }

    .vf-dashboard-plane {
        bottom: -30px;
        max-width: 760px;
        opacity: .9;
        width: 112%;
    }

    .vf-footer-cta {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
        gap: 22px;
        grid-template-columns: 1fr;
        margin-bottom: 70px;
        padding: 30px 24px 52px;
        text-align: center;
    }

    .vf-footer-cta-logo {
        border-right: 0;
        border-radius: 14px;
        min-height: auto;
        padding: 8px 10px;
    }

    .vf-footer-cta-logo img {
        max-height: 88px;
        max-width: 270px;
    }

    .vf-footer-cta-copy {
        border-left: 0;
        padding-left: 0;
    }

    .vf-footer-cta-btn {
        justify-self: center;
    }

    .vf-site-nav .navbar-bg {
        border-radius: 0 0 12px 12px;
        padding: 10px 18px;
    }

    .navbar-brand img {
        max-height: 48px;
        max-width: 176px;
    }

    .page-hero {
        padding: 120px 0 150px;
    }

    .page-hero::before {
        height: 118px;
    }

    .page-hero::after {
        bottom: 34px;
        height: 104px;
    }

    .hero {
        min-height: auto;
        padding: 86px 0;
    }

    .fleet-hero {
        min-height: auto;
        padding: 92px 0;
    }

    .fleet-side-card {
        position: static;
    }

    .courses-index-head {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .hero h1,
    .page-hero h1,
    .fleet-hero h1 {
        font-size: 2.7rem;
    }

    .aircraft-showcase-grid {
        grid-template-columns: 1fr;
    }

    .aircraft-showcase-grid .aircraft-feature-card:first-child {
        grid-column: span 1;
        display: block;
    }
}

@media (max-width: 575px) {
    .vf-section {
        padding: 64px 0;
    }

    .vf-heading {
        margin-bottom: 28px;
    }

    .vf-title {
        font-size: clamp(1.9rem, 8vw, 3rem);
    }

    .vf-copy,
    .vf-heading-copy {
        font-size: .98rem;
        line-height: 1.7;
    }

    .vf-hero-screenshot {
        padding: 125px 0 105px;
    }

    .vf-hero {
        min-height: 0;
        padding: 74px 0 94px;
    }

    .vf-hero-overlay {
        background: linear-gradient(180deg, rgba(7, 26, 51, .96) 0%, rgba(7, 26, 51, .72) 45%, rgba(7, 26, 51, .88) 100%);
    }

    .vf-hero-copy h1 {
        font-size: clamp(2.1rem, 11vw, 3.3rem);
    }

    .vf-hero-copy .vf-hero-kicker {
        display: block;
        font-size: .82rem;
        letter-spacing: .06em;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        padding: 7px 12px;
        text-align: center;
        white-space: normal;
        width: calc(100vw - 24px);
    }

    .vf-hero-copy p {
        font-size: .98rem;
        line-height: 1.6;
    }

    .vf-hero-copy .vf-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vf-hero-copy .vf-btn {
        justify-content: center;
        width: 100%;
    }

    .vf-career-path {
        padding: 20px 18px;
    }

    .vf-career-path li {
        font-size: .94rem;
    }

    .vf-stat-grid {
        grid-template-columns: 1fr;
    }

    .vf-step-grid {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vf-step::before,
    .vf-step::after {
        display: none;
    }

    .vf-step {
        min-height: 88px;
        padding: 16px;
    }

    .vf-step span {
        flex-basis: 40px;
        height: 40px;
    }

    .courses-index-grid {
        grid-template-columns: 1fr;
    }

    .courses-index-card-body {
        padding: 20px;
    }

    .vf-training-card {
        flex: 0 0 100%;
        min-height: 310px;
        min-width: 100%;
        width: 100%;
    }

    .vf-training-carousel {
        padding-inline: 24px;
    }

    .vf-training-grid {
        gap: 12px;
        padding-inline: 0;
    }

    .vf-carousel-arrow {
        height: 34px;
        top: 42%;
        width: 34px;
    }

    .vf-carousel-prev {
        left: 0;
    }

    .vf-carousel-next {
        right: 0;
    }

    .vf-icon-grid,
    .vf-simulator-grid,
    .vf-life-grid,
    .vf-check-grid,
    .vf-video-card-grid,
    .vf-admission-steps {
        grid-template-columns: 1fr;
    }

    .vf-aircraft-card {
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }

    .vf-gateway-panel {
        min-height: 0;
    }

    .vf-gateway-copy {
        padding: 28px 20px 24px;
    }

    .vf-gateway-copy h2 {
        font-size: clamp(1.85rem, 10vw, 2.65rem);
    }

    .vf-gateway-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vf-gateway-actions .vf-btn {
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .vf-gateway-visual {
        min-height: 220px;
    }

    .vf-why-media {
        min-height: 340px;
    }

    .vf-why-points {
        grid-template-columns: 1fr;
    }

    .vf-why-point {
        min-height: 68px;
        padding: 14px;
    }

    .vf-life-card,
    .vf-simulator-card,
    .vf-video-card {
        min-height: 240px;
    }

    .vf-stat-action {
        align-items: flex-start;
    }

    .vf-dashboard-plane {
        width: 150%;
    }

    .vf-beyond-grid {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .vf-beyond-card {
        min-height: 220px;
        padding: 0 12px;
    }

    .vf-admission-board {
        grid-template-columns: 1fr;
    }

    .vf-admission-copy {
        padding: 24px 18px;
    }

    .vf-admission-runway {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vf-admission-runway::before,
    .vf-runway-plane {
        display: none;
    }

    .vf-admission-step {
        min-height: 0;
        padding: 18px 16px;
    }

    .vf-admission-step span {
        font-size: 2rem;
        right: 14px;
        top: 14px;
    }

    .vf-faq-visual {
        height: 170px;
        margin-top: 28px;
        max-width: 290px;
    }

    .vf-faq-orbit {
        height: 124px;
        left: 10px;
        top: 18px;
        width: 242px;
    }

    .vf-faq-visual i {
        font-size: 1.45rem;
        height: 58px;
        left: 104px;
        line-height: 58px;
        top: 60px;
        width: 58px;
    }

    .vf-faq-dot {
        font-size: .95rem;
        height: 38px;
        width: 38px;
    }

    .vf-blog-card {
        border-radius: 12px;
    }

    .vf-blog-img {
        min-height: 200px;
    }

    .vf-blog-img img {
        height: 200px;
    }

    .vf-blog-body {
        padding: 22px;
    }

    .vf-footer-cta {
        gap: 14px;
        margin-bottom: 52px;
        padding: 24px 18px 30px;
    }

    .vf-footer-cta-logo {
        min-height: auto;
        padding: 10px 12px;
    }

    .vf-footer-cta-logo img {
        max-height: 74px;
        max-width: 180px;
    }

    .vf-footer-cta-btn {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 240px;
        min-width: 0;
        width: calc(100% - 32px);
    }

    .vf-footer .row > div {
        text-align: left;
    }

    .vf-footer-social {
        justify-content: flex-start;
    }

    .vf-footer h4 {
        margin-top: 8px;
    }

    .vf-footer-contact {
        justify-content: flex-start;
        text-align: left;
    }

    .vf-copyright .container {
        align-items: center;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

.vf-home {
    background: #fff;
}

.vf-section {
    padding: 110px 0;
}

.vf-tag {
    color: var(--sky);
    display: inline-block;
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vf-title {
    color: var(--navy);
    font-size: clamp(1.475rem, calc(4vw - 10px), 3.075rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

.vf-title span,
.vf-hero-content h1 span {
    color: var(--sky);
}

.vf-copy {
    color: #607086;
    font-size: 1.03rem;
    line-height: 1.8;
    margin: 18px 0 26px;
}

.vf-heading {
    margin: 0 auto 46px;
    max-width: 760px;
}

.vf-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(13, 71, 161, .25);
    color: #fff;
    display: inline-flex;
    font-family: var(--font-main);
    font-weight: 700;
    gap: 10px;
    padding: 12px 16px 12px 28px;
    position: relative;
    text-transform: uppercase;
    transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.vf-btn i {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--sky);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    transition: transform .28s ease;
    width: 34px;
}

.vf-btn:hover {
    background: var(--navy);
    color: #fff;
}

.vf-admission-copy .vf-btn {
    min-width: 250px;
    overflow: hidden;
    padding-right: 18px;
}

.vf-admission-copy .vf-btn:hover i {
    transform: translateX(28px);
}

.vf-btn-light {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .46);
    box-shadow: none;
}

.vf-hero {
    align-items: center;
    background: url("../img/why-ekas-aircraft.png") center/cover;
    color: #fff;
    display: flex;
    min-height: 780px;
    overflow: hidden;
    padding: 140px 0 120px;
    position: relative;
}

.vf-hero-screenshot {
    min-height: 720px;
    padding: 150px 0 150px;
}

.vf-hero-overlay {
    background: linear-gradient(90deg, rgba(7, 26, 51, .96), rgba(7, 26, 51, .78), rgba(7, 26, 51, .36));
    inset: 0;
    position: absolute;
    z-index: 1;
}

.vf-hero-shape {
    background: var(--sky);
    bottom: -140px;
    clip-path: polygon(100% 0, 100% 58%, 50% 100%, 0 58%, 0 0);
    height: 250px;
    left: 0;
    opacity: .95;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.vf-hero .container {
    position: relative;
    z-index: 2;
}

.vf-hero-content h1 {
    color: #fff;
    font-size: clamp(2.7rem, 5.8vw, 5.6rem);
    font-weight: 800;
    line-height: 1.02;
    max-width: 850px;
}

.vf-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(32px, 5vw, 76px);
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    position: relative;
    z-index: 2;
}

.vf-hero-copy {
    max-width: 900px;
}

.vf-hero-copy h1 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(3.2rem, 5.4vw, 6.4rem);
    font-weight: 800;
    line-height: 1.04;
    margin: 0;
    max-width: 940px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.vf-hero-copy h1 span {
    color: #6fb6ff;
}

.vf-hero-copy .vf-hero-kicker {
    background: rgba(13, 71, 161, .28);
    border: 1px solid rgba(111, 182, 255, .62);
    border-radius: 999px;
    color: #cfe8ff;
    letter-spacing: .08em;
    margin-bottom: 18px;
    padding: 8px 18px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .55);
}

.vf-hero-copy p {
    color: rgba(255, 255, 255, .94);
    font-size: 1.18rem;
    line-height: 1.75;
    margin: 22px 0 0;
    max-width: 760px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
}

.vf-hero-copy .vf-actions {
    justify-content: flex-start;
    margin-top: 34px;
}

.vf-hero-copy .vf-btn {
    background: linear-gradient(135deg, #2f8cff, var(--sky));
    border-radius: 14px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
    color: #fff;
    font-size: 1.05rem;
    margin-top: 0;
    padding: 17px 28px;
    text-transform: none;
}

.vf-hero-copy .vf-btn-light {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.vf-career-path {
    background: rgba(8, 16, 29, .72);
    border: 1px solid rgba(111, 182, 255, .4);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
    max-width: 420px;
    padding: 28px 30px;
}

.vf-career-path-kicker {
    color: #cfe8ff;
    display: block;
    font-family: var(--font-main);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vf-career-path ol {
    counter-reset: career-step;
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vf-career-path li {
    align-items: center;
    color: #fff;
    display: grid;
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 700;
    gap: 14px;
    grid-template-columns: 34px 1fr;
    min-height: 46px;
    position: relative;
}

.vf-career-path li::before {
    align-items: center;
    background: #6fb6ff;
    border-radius: 999px;
    color: #071a33;
    content: counter(career-step);
    counter-increment: career-step;
    display: flex;
    font-size: .82rem;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.vf-career-path li:not(:last-child)::after {
    background: linear-gradient(180deg, rgba(111, 182, 255, .86), rgba(255, 255, 255, .16));
    bottom: -8px;
    content: "";
    left: 14px;
    position: absolute;
    top: 34px;
    width: 2px;
}

.vf-clouds {
    bottom: -1px;
    height: 178px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 3;
}

.vf-clouds::before,
.vf-clouds::after {
    content: "";
    position: absolute;
}

.vf-clouds::before {
    background:
        radial-gradient(ellipse 130px 88px at 0% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 120px 80px at 9% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 140px 96px at 20% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 150px 104px at 31% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 125px 84px at 42% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 145px 96px at 52% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 150px 102px at 64% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 132px 88px at 75% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 148px 102px at 86% 100%, #fff 99%, transparent 100%),
        radial-gradient(ellipse 140px 94px at 98% 100%, #fff 99%, transparent 100%);
    background-repeat: no-repeat;
    bottom: 0;
    height: 178px;
    left: -30px;
    width: calc(100% + 60px);
}

.vf-clouds::after {
    background: #fff;
    bottom: 0;
    height: 58px;
    left: 0;
    width: 100%;
}

.vf-hero-content p {
    color: rgba(255, 255, 255, .86);
    font-size: 1.15rem;
    line-height: 1.8;
    margin: 26px 0 0;
    max-width: 720px;
}

.vf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.vf-hero-form {
    background: rgba(255, 255, 255, .96);
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
    color: var(--ink);
    padding: 34px;
}

.vf-hero-form h2 {
    color: var(--navy);
    font-size: 2rem;
    font-weight: 800;
}

.vf-hero-form p {
    color: #607086;
}

.vf-features {
    margin-top: -42px;
    position: relative;
    z-index: 3;
}

.vf-feature-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(7, 26, 51, .14);
    min-height: 260px;
    padding: 34px 30px;
    transition: all .25s ease;
}

.vf-feature-card.active,
.vf-feature-card:hover {
    background: var(--sky);
    border-radius: 28px;
    color: #fff;
    transform: translateY(-8px);
}

.vf-feature-icon {
    align-items: center;
    background: rgba(13, 71, 161, .12);
    border-radius: 50%;
    color: var(--sky);
    display: flex;
    font-size: 2rem;
    height: 74px;
    justify-content: center;
    margin-bottom: 22px;
    width: 74px;
}

.vf-feature-card.active .vf-feature-icon,
.vf-feature-card:hover .vf-feature-icon {
    background: #fff;
}

.vf-feature-card h3 {
    color: var(--navy);
    font-size: 1.45rem;
    font-weight: 800;
}

.vf-feature-card.active h3,
.vf-feature-card:hover h3,
.vf-feature-card.active p,
.vf-feature-card:hover p {
    color: #fff;
}

.vf-feature-card p {
    color: #607086;
    margin: 12px 0 0;
}

.vf-flying-dashboard {
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef3f7 74%, #9eb0c5 74%, #8fa4bd 100%);
    overflow: hidden;
    padding: 104px 0 86px;
    position: relative;
}

.vf-flying-head {
    align-items: flex-start;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    margin-bottom: 70px;
}

.vf-flying-head h2 {
    color: var(--navy);
    font-family: var(--font-heading);
    font-size: clamp(3.3rem, 5.7vw, 6.2rem);
    font-weight: 800;
    line-height: .96;
    margin: 0;
    text-transform: uppercase;
}

.vf-flying-head h2 span {
    display: block;
}

.vf-flying-head p {
    color: #687890;
    font-size: clamp(1.05rem, 1.7vw, 1.55rem);
    line-height: 1.65;
    margin: 0;
}

.vf-flying-stage {
    min-height: 470px;
    position: relative;
}

.vf-stat-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
    z-index: 2;
}

.vf-stat-card {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 22px 46px rgba(0, 26, 63, .15);
    display: flex;
    justify-content: space-between;
    min-height: 120px;
    padding: 26px 24px;
}

.vf-stat-card strong {
    color: #8ba0bf;
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    font-weight: 800;
    line-height: .9;
}

.vf-stat-card span {
    color: var(--navy);
    display: block;
    font-size: 1.02rem;
    margin-top: 8px;
}

.vf-stat-card i {
    color: #8ba0bf;
    font-size: 2.65rem;
    line-height: 1;
}

.vf-stat-action {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    min-height: 120px;
}

.vf-stat-action a {
    border: 1px dashed var(--sky-dark);
    border-radius: 18px;
    color: var(--sky-dark);
    display: inline-flex;
    font-size: 1.18rem;
    padding: 16px 46px;
}

.vf-stat-action a:hover {
    background: var(--sky);
    border-color: var(--sky);
    color: #fff;
}

.vf-stat-action strong {
    color: var(--navy);
    font-size: 1rem;
}

.vf-dashboard-plane {
    bottom: -55px;
    filter: drop-shadow(0 24px 18px rgba(0, 26, 63, .18));
    left: 50%;
    max-width: min(900px, 74vw);
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.vf-about-media {
    position: relative;
}

.vf-about-media > img:first-child,
.vf-choose img {
    border-radius: 10px;
    box-shadow: 0 18px 55px rgba(7, 26, 51, .14);
    width: 100%;
}

.vf-experience {
    background: var(--sky);
    border-radius: 10px;
    bottom: 32px;
    color: #fff;
    left: 32px;
    padding: 22px 28px;
    position: absolute;
}

.vf-experience strong,
.vf-experience span {
    display: block;
}

.vf-experience strong {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    line-height: 1;
}

.vf-about-shape {
    bottom: -45px;
    max-width: 190px;
    position: absolute;
    right: -25px;
    z-index: -1;
}

.vf-check-list {
    display: grid;
    gap: 15px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.vf-check-list li {
    align-items: flex-start;
    color: #34445a;
    display: flex;
    gap: 12px;
}

.vf-check-list i {
    color: var(--sky);
    margin-top: 6px;
}

.vf-courses,
.vf-gallery {
    background: #f6f8fb;
}

.vf-roadmap {
    background:
        linear-gradient(90deg, rgba(0, 26, 63, .9), rgba(13, 71, 161, .76)),
        url("../../fronttheme/assets/img/slider/slider-3.jpg") center/cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.vf-roadmap::before {
    animation: vfRoadmapSweep 9s linear infinite;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .16) 42%, transparent 58%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .12), transparent 28%);
    content: "";
    inset: -30%;
    opacity: .75;
    position: absolute;
    transform: translateX(-28%);
}

.vf-roadmap::after {
    background: rgba(255, 255, 255, .08);
    content: "";
    inset: 0;
    position: absolute;
}

.vf-roadmap .container {
    position: relative;
    z-index: 1;
}

.vf-roadmap .vf-tag,
.vf-roadmap .vf-title,
.vf-roadmap .vf-title span {
    color: #fff;
}

.vf-roadmap .vf-tag {
    opacity: .9;
}

.vf-course-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(7, 26, 51, .1);
    height: 100%;
    overflow: hidden;
    transition: all .25s ease;
}

.vf-course-card:hover {
    transform: translateY(-8px);
}

.vf-training-carousel {
    position: relative;
}

.vf-training-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 4px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.vf-training-grid::-webkit-scrollbar {
    display: none;
}

.vf-carousel-arrow {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(7, 26, 51, .16);
    color: var(--sky);
    display: flex;
    height: 44px;
    justify-content: center;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all .22s ease;
    width: 44px;
    z-index: 4;
}

.vf-carousel-arrow:hover {
    background: var(--sky);
    color: #fff;
}

.vf-carousel-prev {
    left: -22px;
}

.vf-carousel-next {
    right: -22px;
}

.vf-carousel-dots {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 18px;
}

.vf-carousel-dots button {
    background: rgba(13, 71, 161, .22);
    border: 0;
    border-radius: 999px;
    height: 9px;
    padding: 0;
    transition: all .22s ease;
    width: 9px;
}

.vf-carousel-dots button.active {
    background: var(--sky);
    width: 28px;
}

.vf-training-card {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    display: flex;
    flex: 0 0 calc((100% - 54px) / 4);
    flex-direction: column;
    min-height: 330px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    transition: all .22s ease;
}

.vf-training-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.vf-training-card span {
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 18px rgba(7, 26, 51, .12);
    border-radius: 999px;
    color: var(--sky);
    display: flex;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    left: 14px;
    position: absolute;
    top: 14px;
    width: 42px;
}

.vf-training-card strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 18px;
    padding: 0 18px;
}

.vf-training-card small {
    color: #607086;
    font-family: var(--font-copy);
    font-size: .96rem;
    line-height: 1.55;
    padding: 0 18px 22px;
}

.vf-training-card:hover {
    border-color: rgba(13, 71, 161, .38);
    box-shadow: 0 20px 46px rgba(7, 26, 51, .14);
    transform: translateY(-6px);
}

.vf-fleet-showcase,
.vf-simulator-center,
.vf-student-life,
.vf-admissions {
    background: #f6f8fb;
}

.vf-aircraft-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 4px 4px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.vf-aircraft-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(7, 26, 51, .1);
    flex: 0 0 calc((100% - 60px) / 4);
    min-height: 100%;
    overflow: hidden;
    scroll-snap-align: start;
    transition: all .22s ease;
}

.vf-aircraft-card img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.vf-aircraft-card div {
    padding: 22px;
}

.vf-aircraft-card strong,
.vf-aircraft-card span {
    display: block;
}

.vf-aircraft-card strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.22rem;
    font-weight: 800;
}

.vf-aircraft-card span {
    color: var(--sky);
    font-family: var(--font-copy);
    margin-top: 6px;
}

.vf-aircraft-card:hover {
    box-shadow: 0 22px 50px rgba(7, 26, 51, .15);
    transform: translateY(-6px);
}

.vf-split {
    align-items: center;
    display: grid;
    gap: clamp(32px, 5vw, 72px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.vf-split-media img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(7, 26, 51, .16);
    object-fit: cover;
    width: 100%;
}

.vf-pill-grid,
.vf-life-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0;
}

.vf-pill-grid span,
.vf-life-content span {
    background: rgba(13, 71, 161, .1);
    border: 1px solid rgba(13, 71, 161, .18);
    border-radius: 999px;
    color: var(--navy);
    font-family: var(--font-main);
    font-size: .95rem;
    font-weight: 700;
    padding: 10px 16px;
}

.vf-icon-grid,
.vf-check-grid,
.vf-video-card-grid,
.vf-admission-steps {
    display: grid;
    gap: 18px;
}

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

.vf-icon-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    display: flex;
    gap: 16px;
    min-height: 110px;
    padding: 24px;
    transition: all .22s ease;
}

.vf-icon-card i {
    align-items: center;
    background: linear-gradient(135deg, #2f8cff, var(--sky));
    border-radius: 999px;
    color: #fff;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.vf-icon-card strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.05rem;
    font-weight: 800;
}

.vf-icon-card:hover {
    border-color: rgba(13, 71, 161, .38);
    box-shadow: 0 20px 46px rgba(7, 26, 51, .14);
    transform: translateY(-5px);
}

.vf-why-ekas {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.vf-why-media {
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(7, 26, 51, .14);
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.vf-why-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.vf-why-media::after {
    background: linear-gradient(180deg, rgba(0, 26, 63, .05), rgba(0, 26, 63, .62));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-why-badge {
    background: #fff;
    border-radius: 18px;
    bottom: 24px;
    box-shadow: 0 18px 42px rgba(7, 26, 51, .18);
    left: 24px;
    padding: 20px 24px;
    position: absolute;
    z-index: 1;
}

.vf-why-badge strong,
.vf-why-badge span {
    display: block;
}

.vf-why-badge strong {
    color: var(--sky);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.vf-why-badge span {
    color: var(--navy);
    font-weight: 800;
    margin-top: 6px;
}

.vf-why-points {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px 0 30px;
}

.vf-why-point {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(7, 26, 51, .07);
    display: flex;
    gap: 14px;
    min-height: 78px;
    padding: 16px;
    transition: all .22s ease;
}

.vf-why-point i {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 14px;
    color: var(--sky);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.vf-why-point strong {
    color: var(--navy);
    font-size: .98rem;
    font-weight: 850;
    line-height: 1.25;
}

.vf-why-point:hover {
    background: var(--sky);
    transform: translateY(-4px);
}

.vf-why-point:hover i {
    background: #fff;
}

.vf-why-point:hover strong {
    color: #fff;
}

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

.vf-simulator-card {
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(7, 26, 51, .14);
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.vf-simulator-card::after {
    background: linear-gradient(180deg, rgba(7, 26, 51, .06), rgba(7, 26, 51, .78));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-simulator-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
    width: 100%;
}

.vf-simulator-card strong {
    bottom: 22px;
    color: #fff;
    font-family: var(--font-main);
    font-size: 1.22rem;
    font-weight: 800;
    left: 22px;
    position: absolute;
    right: 22px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .42);
    z-index: 1;
}

.vf-simulator-card:hover img {
    transform: scale(1.06);
}

.vf-life-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.vf-life-card {
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(7, 26, 51, .1);
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.vf-life-card::after {
    background: linear-gradient(180deg, transparent 34%, rgba(7, 26, 51, .82));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-life-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
    width: 100%;
}

.vf-life-card strong {
    bottom: 20px;
    color: #fff;
    font-family: var(--font-main);
    font-size: 1.05rem;
    font-weight: 800;
    left: 18px;
    position: absolute;
    right: 18px;
    z-index: 1;
}

.vf-life-card:hover img {
    transform: scale(1.06);
}

.vf-life-content {
    justify-content: center;
    margin-bottom: 0;
}

.vf-airline-prep {
    background: linear-gradient(180deg, #07143d 0%, #334b72 100%);
    overflow: hidden;
    position: relative;
}

.vf-airline-prep::before,
.vf-airline-prep::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.vf-airline-prep::before {
    animation: vf-sky-stream 18s linear infinite;
    background:
        linear-gradient(100deg, transparent 0 18%, rgba(255, 255, 255, .16) 19%, transparent 21%),
        linear-gradient(100deg, transparent 0 58%, rgba(255, 255, 255, .1) 59%, transparent 61%);
    background-size: 520px 180px, 680px 220px;
    opacity: .35;
}

.vf-airline-prep::after {
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .14) 0 2px, transparent 3px),
        radial-gradient(circle at 76% 18%, rgba(255, 255, 255, .12) 0 2px, transparent 3px),
        radial-gradient(circle at 52% 76%, rgba(255, 255, 255, .1) 0 2px, transparent 3px);
    opacity: .45;
}

.vf-airline-prep .container {
    position: relative;
    z-index: 1;
}

.vf-airline-prep .vf-heading {
    margin-bottom: 54px;
}

.vf-airline-prep .vf-tag,
.vf-airline-prep .vf-title,
.vf-airline-prep .vf-title span {
    color: #fff;
}

.vf-airline-prep .vf-tag {
    opacity: .88;
}

.vf-beyond-grid {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vf-beyond-card {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.vf-beyond-card::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    border-radius: 999px;
    bottom: 50px;
    content: "";
    height: 4px;
    left: 18%;
    opacity: 0;
    position: absolute;
    transform: translateX(-40px);
    width: 64%;
}

.vf-beyond-card:hover {
    color: #fff;
}

.vf-beyond-card strong {
    color: #fff;
    font-family: var(--font-main);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 34px;
}

.vf-beyond-card span {
    color: rgba(255, 255, 255, .94);
    display: block;
    font-size: clamp(1.05rem, 1.45vw, 1.45rem);
    line-height: 1.42;
    margin: 0 auto;
    max-width: 360px;
}

.vf-beyond-card i {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(4.7rem, 8vw, 8.2rem);
    line-height: 1;
    margin-top: auto;
    opacity: .92;
    text-shadow: 0 0 2px rgba(255, 255, 255, .55);
    transform-origin: 50% 55%;
    will-change: transform;
}

.vf-beyond-card:nth-child(1) i {
    animation: vf-simulator-hover 3.8s ease-in-out infinite;
}

.vf-beyond-card:nth-child(2)::before {
    animation: vf-flight-trail 4.8s ease-in-out infinite;
}

.vf-beyond-card:nth-child(2) i {
    animation: vf-plane-fly 4.8s ease-in-out infinite;
}

.vf-beyond-card:nth-child(3)::before {
    animation: vf-flight-trail 5.4s ease-in-out .5s infinite;
}

.vf-beyond-card:nth-child(3) i {
    animation: vf-plane-takeoff 5.4s ease-in-out .5s infinite;
}

@keyframes vf-sky-stream {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 520px 0, 680px 0;
    }
}

@keyframes vf-simulator-hover {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes vf-plane-fly {
    0%,
    100% {
        transform: translate(-12px, 7px) rotate(-4deg);
    }

    50% {
        transform: translate(18px, -13px) rotate(6deg);
    }
}

@keyframes vf-plane-takeoff {
    0%,
    100% {
        transform: translate(-14px, 12px) rotate(-6deg);
    }

    50% {
        transform: translate(22px, -18px) rotate(10deg);
    }
}

@keyframes vf-flight-trail {
    0%,
    100% {
        opacity: 0;
        transform: translateX(-42px) scaleX(.58);
    }

    45%,
    62% {
        opacity: .55;
        transform: translateX(22px) scaleX(1);
    }
}

.career-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 34px;
}

.career-page-hero {
    background:
        linear-gradient(90deg, rgba(7, 24, 50, .94) 0%, rgba(7, 24, 50, .82) 46%, rgba(7, 24, 50, .48) 100%),
        url("../../fronttheme/assets/img/home/garmin-g1000-experience.png") center / cover no-repeat;
    color: #ffffff;
    min-height: 540px;
    padding: 170px 0 110px;
}

.career-page-hero::before,
.career-page-hero::after {
    display: none;
}

.career-page-hero .container {
    max-width: 960px;
}

.career-page-hero .eyebrow {
    color: #d6a84f;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.career-page-hero h1 {
    color: #ffffff;
    max-width: 900px;
}

.career-page-hero p {
    color: rgba(255, 255, 255, .86);
    max-width: 780px;
}

.career-page-section {
    background:
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f4f7fb 100%);
}

.career-page-content .rich-content {
    max-width: none;
}

.career-hero-actions .btn-sky,
.career-application-card .btn-sky,
.career-job-card .btn-sky,
.career-form .btn-sky {
    background: #d6a84f;
    border-color: #d6a84f;
    color: #071832;
}

.career-hero-actions .btn-outline-primary {
    border-color: #d6a84f;
    color: #071832;
}

.career-stat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin: 24px 0 42px;
}

.career-stat-grid div,
.career-card-grid article,
.career-job-card,
.career-application-card,
.career-filter-panel,
.career-portal-band {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(7, 24, 50, .08);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(7, 24, 50, .1);
}

.career-stat-grid div {
    padding: 22px 18px;
}

.career-stat-grid strong {
    color: #071832;
    display: block;
    font-size: 1.35rem;
    line-height: 1.15;
}

.career-stat-grid span {
    color: #5d6b80;
    display: block;
    font-size: .92rem;
    line-height: 1.45;
    margin-top: 6px;
}

.career-card-grid,
.career-job-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 42px;
}

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

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

.career-card-grid article {
    padding: 26px 24px;
}

.career-card-grid h3,
.career-job-card h3,
.career-portal-band h2,
.career-application-card h2 {
    color: #071832;
    font-size: 1.18rem;
    line-height: 1.35;
    margin: 0 0 12px;
}

.career-card-grid p,
.career-job-card p,
.career-portal-band p,
.career-application-card p {
    color: #5d6b80;
    line-height: 1.7;
    margin-bottom: 0;
}

.career-filter-panel {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 4px 0 34px;
    padding: 20px;
}

.career-filter-panel label,
.career-form label {
    color: #071832;
    display: grid;
    font-size: .86rem;
    font-weight: 700;
    gap: 8px;
}

.career-filter-panel input,
.career-filter-panel select,
.career-form input,
.career-form select,
.career-form textarea {
    background: #f6f8fb;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    color: #071832;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.career-job-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.career-job-card.is-hidden {
    display: none;
}

.career-empty-state {
    background: #fff8e8;
    border: 1px solid rgba(214, 168, 79, .45);
    border-radius: 8px;
    color: #071832;
    font-weight: 700;
    margin: -18px 0 36px;
    padding: 18px 20px;
}

.career-job-card span {
    color: #9a742b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.career-job-card ul {
    color: #44546a;
    margin: 0;
    padding-left: 18px;
}

.career-job-card strong {
    color: #071832;
    font-size: .93rem;
    line-height: 1.55;
}

.career-job-card .btn {
    align-self: flex-start;
    margin-top: auto;
}

.career-portal-band {
    background: linear-gradient(135deg, rgba(7, 24, 50, .96), rgba(21, 47, 84, .92));
    color: #ffffff;
    margin: 42px 0;
    padding: 34px;
}

.career-portal-band h2,
.career-portal-band p {
    color: #ffffff;
}

.career-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.career-pill-grid span,
.career-related-links a {
    background: rgba(214, 168, 79, .14);
    border: 1px solid rgba(214, 168, 79, .5);
    border-radius: 999px;
    color: #071832;
    font-weight: 800;
    padding: 10px 16px;
    text-decoration: none;
}

.career-portal-band .career-pill-grid span {
    color: #fff6df;
}

.career-pill-grid-light span {
    background: #fff8e8;
}

.career-application-card {
    margin: 44px 0;
    padding: 34px;
}

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

.career-form-wide {
    grid-column: 1 / -1;
}

.career-process {
    counter-reset: career-step;
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 26px 0 42px;
    padding: 0;
}

.career-process li {
    background: #ffffff;
    border-left: 5px solid #d6a84f;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(7, 24, 50, .09);
    color: #5d6b80;
    display: grid;
    gap: 5px;
    padding: 20px 22px 20px 70px;
    position: relative;
}

.career-process li::before {
    background: #071832;
    border-radius: 50%;
    color: #ffffff;
    content: counter(career-step);
    counter-increment: career-step;
    font-weight: 800;
    height: 36px;
    left: 22px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 36px;
}

.career-process strong {
    color: #071832;
}

.career-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 0;
}

@media (max-width: 1199px) {
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-toc {
        position: static;
    }

    .legal-toc nav {
        max-height: 260px;
    }

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

    .career-stat-grid,
    .career-filter-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-card-grid,
    .career-card-grid-large,
    .career-job-grid,
    .career-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .legal-section-card {
        padding: 18px;
    }

    .legal-section-card:not([open]) {
        padding-bottom: 18px;
    }

    .vf-copyright .container {
        justify-content: center;
        text-align: center;
    }

    .exam-hub-grid,
    .exam-syllabus-grid {
        grid-template-columns: 1fr;
    }

    .exam-quick-actions .btn {
        width: 100%;
    }

    .career-stat-grid,
    .career-filter-panel,
    .career-card-grid,
    .career-card-grid-large,
    .career-job-grid,
    .career-mini-grid,
    .career-form-grid {
        grid-template-columns: 1fr;
    }

    .career-application-card,
    .career-portal-band {
        padding: 24px 18px;
    }

    .career-process li {
        padding-left: 62px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vf-airline-prep::before,
    .vf-beyond-card::before,
    .vf-beyond-card i {
        animation: none;
    }
}

.vf-check-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vf-check-grid a {
    align-items: center;
    background: #fff;
    border-left: 4px solid var(--sky);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    color: var(--navy);
    display: flex;
    font-family: var(--font-main);
    font-weight: 800;
    gap: 12px;
    min-height: 86px;
    padding: 20px;
}

.vf-check-grid i {
    color: var(--sky);
}

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

.vf-video-card {
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(7, 26, 51, .14);
    display: flex;
    min-height: 320px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.vf-video-card::after {
    background: linear-gradient(180deg, rgba(7, 26, 51, .08), rgba(7, 26, 51, .82));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-video-card span,
.vf-video-card strong {
    position: relative;
    z-index: 1;
}

.vf-video-card span {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: var(--sky);
    display: flex;
    height: 52px;
    justify-content: center;
    margin-right: 14px;
    width: 52px;
}

.vf-video-card strong {
    color: #fff;
    font-family: var(--font-main);
    font-size: 1.18rem;
    font-weight: 800;
}

.vf-gateway-cta {
    background: #fff;
    padding: 34px 0;
}

.vf-gateway-panel {
    align-items: stretch;
    background: linear-gradient(90deg, #eef1f4 0%, #e0e5ea 44%, #f8fbff 100%);
    border-radius: 0;
    box-shadow: 0 22px 52px rgba(7, 26, 51, .16);
    display: grid;
    grid-template-columns: minmax(380px, .78fr) minmax(0, 1.22fr);
    min-height: 360px;
    overflow: hidden;
}

.vf-gateway-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px clamp(28px, 7vw, 120px);
    position: relative;
    z-index: 1;
}

.vf-gateway-copy .vf-tag {
    color: var(--sky);
    font-size: .92rem;
    margin-bottom: 14px;
}

.vf-gateway-copy h2 {
    color: #050b18;
    font-family: var(--font-heading);
    font-size: clamp(2.1rem, 3.4vw, 3.7rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
    max-width: 610px;
    text-transform: uppercase;
}

.vf-gateway-copy p {
    color: #5e6875;
    font-size: clamp(.96rem, 1.05vw, 1.08rem);
    line-height: 1.48;
    margin-bottom: 24px;
    max-width: 540px;
}

.vf-gateway-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.vf-gateway-actions .vf-btn {
    min-width: 188px;
    padding: 14px 24px;
    text-align: center;
}

.vf-gateway-actions .vf-btn-light {
    background: rgba(255, 255, 255, .32);
    border: 1px solid rgba(7, 26, 51, .2);
    box-shadow: none;
    color: var(--navy);
}

.vf-gateway-actions .vf-btn-light:hover {
    background: #fff;
    color: var(--navy);
}

.vf-gateway-visual {
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.vf-gateway-visual::before {
    background: linear-gradient(90deg, #e0e5ea 0%, rgba(224, 229, 234, .46) 24%, rgba(224, 229, 234, .05) 52%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.vf-gateway-visual img {
    height: 100%;
    object-fit: cover;
    object-position: right center;
    width: 100%;
}

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

.vf-admission-steps a {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    padding: 24px;
    text-align: center;
}

.vf-admission-steps span {
    align-items: center;
    background: linear-gradient(135deg, #2f8cff, var(--sky));
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-family: var(--font-heading);
    font-weight: 800;
    height: 48px;
    justify-content: center;
    margin: 0 auto 14px;
    width: 48px;
}

.vf-admission-steps strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-weight: 800;
}

.vf-admission-board {
    align-items: stretch;
    display: grid;
    gap: clamp(24px, 4vw, 48px);
    grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr);
}

.vf-admission-copy {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(7, 26, 51, .08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 46px);
    position: relative;
}

.vf-admission-copy::after {
    background:
        linear-gradient(90deg, rgba(13, 71, 161, .12) 0 55%, transparent 55% 100%),
        linear-gradient(90deg, rgba(13, 71, 161, .12) 0 55%, transparent 55% 100%);
    background-size: 42px 2px, 62px 2px;
    bottom: 28px;
    content: "";
    height: 22px;
    left: clamp(28px, 4vw, 46px);
    opacity: .7;
    position: absolute;
    right: clamp(28px, 4vw, 46px);
}

.vf-admission-copy .vf-copy {
    margin-bottom: 30px;
}

.vf-admission-copy .vf-btn {
    position: relative;
    z-index: 1;
}

.vf-admission-runway {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    position: relative;
}

.vf-admission-runway::before {
    background: linear-gradient(90deg, rgba(13, 71, 161, .14), rgba(13, 71, 161, .03));
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 28px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 0;
}

.vf-admission-step {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
    min-height: 170px;
    padding: 22px;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    z-index: 1;
}

.vf-admission-step:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
}

.vf-admission-step:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
    transform: none;
}

.vf-admission-step:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
}

.vf-admission-step:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    transform: none;
}

.vf-admission-step:nth-child(5) {
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 150px;
}

.vf-admission-step:hover {
    border-color: rgba(13, 71, 161, .32);
    box-shadow: 0 22px 48px rgba(7, 26, 51, .14);
    transform: translateY(-5px);
}

.vf-admission-step:nth-child(2):hover,
.vf-admission-step:nth-child(4):hover {
    transform: translateY(-5px);
}

.vf-admission-step span {
    color: rgba(13, 71, 161, .22);
    font-family: var(--font-heading);
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 16px;
}

.vf-admission-step i {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 14px;
    color: var(--sky);
    display: flex;
    font-size: 1.45rem;
    height: 54px;
    justify-content: center;
    margin-bottom: 18px;
    width: 54px;
}

.vf-admission-step strong,
.vf-admission-step small {
    display: block;
}

.vf-admission-step strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.25;
}

.vf-admission-step small {
    color: #607086;
    font-size: .95rem;
    line-height: 1.55;
    margin-top: 8px;
}

.vf-admission-step:nth-child(5) span,
.vf-admission-step:nth-child(5) i,
.vf-admission-step:nth-child(5) strong,
.vf-admission-step:nth-child(5) small {
    color: #fff;
}

.vf-admission-step:nth-child(5) span {
    opacity: .22;
}

.vf-admission-step:nth-child(5) i {
    background: rgba(255, 255, 255, .18);
}

.vf-admission-step:nth-child(5) small {
    color: rgba(255, 255, 255, .82);
}

.vf-runway-plane {
    align-items: center;
    animation: vf-admission-plane 12s ease-in-out infinite;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(7, 26, 51, .16);
    color: var(--sky);
    display: flex;
    font-size: 1.55rem;
    height: 64px;
    justify-content: center;
    left: 12%;
    pointer-events: none;
    position: absolute;
    top: 18%;
    transform: translate(-50%, -50%);
    width: 64px;
    z-index: 2;
}

@keyframes vf-admission-plane {
    0% {
        left: 12%;
        top: 18%;
        transform: translate(-50%, -50%) rotate(8deg);
    }

    20% {
        left: 50%;
        top: 18%;
        transform: translate(-50%, -50%) rotate(8deg);
    }

    34% {
        left: 88%;
        top: 18%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    48% {
        left: 88%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(115deg);
    }

    62% {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(188deg);
    }

    76% {
        left: 12%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(188deg);
    }

    90% {
        left: 50%;
        top: 80%;
        transform: translate(-50%, -50%) rotate(18deg);
    }

    100% {
        left: 12%;
        top: 18%;
        transform: translate(-50%, -50%) rotate(8deg);
    }
}

.vf-course-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
}

.vf-course-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vf-course-img span {
    background: var(--sky);
    border-radius: 999px;
    color: #fff;
    font-family: var(--font-main);
    font-size: .82rem;
    font-weight: 700;
    left: 18px;
    padding: 7px 14px;
    position: absolute;
    top: 18px;
    z-index: 1;
}

.vf-course-body {
    padding: 28px;
}

.vf-course-meta {
    color: var(--sky-dark);
    font-weight: 700;
    margin-bottom: 10px;
}

.vf-course-body h3 {
    font-size: 1.45rem;
    font-weight: 800;
}

.vf-course-body p {
    color: #607086;
}

.vf-read {
    color: var(--sky-dark);
    font-family: var(--font-main);
    font-weight: 700;
    text-transform: uppercase;
}

.vf-program-outline {
    background: #fff;
    border-bottom: 16px solid #2e4166;
    border-top: 40px solid #2e4166;
}

.vf-program-shell {
    display: grid;
    grid-template-columns: minmax(320px, 30vw) minmax(0, 1fr);
    min-height: 720px;
}

.vf-program-nav {
    background: #fff;
    padding: 52px 34px 34px;
}

.vf-program-kicker {
    color: #ff941f;
    display: block;
    font-size: 1.05rem;
    margin-bottom: 18px;
}

.vf-program-nav h2 {
    color: var(--navy);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 2.7vw, 3rem);
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.vf-program-nav p {
    color: #4c5d76;
    font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 42px;
}

.vf-program-tab {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--navy);
    display: flex;
    gap: 18px;
    font-size: 1.05rem;
    margin: 0 0 30px;
    padding: 18px 20px;
    text-align: left;
    transition: all .2s ease;
    width: 100%;
}

.vf-program-tab i {
    color: var(--navy);
    opacity: 0;
    transition: all .2s ease;
}

.vf-program-tab.active,
.vf-program-tab:hover {
    background: #000a34;
    box-shadow: 0 12px 24px rgba(0, 10, 52, .2);
    color: #fff;
}

.vf-program-tab.active i,
.vf-program-tab:hover i {
    color: #fff;
    opacity: 1;
}

.vf-program-content {
    background: #000a34;
    color: #fff;
    min-width: 0;
}

.vf-program-content .tab-pane {
    min-height: 720px;
}

.vf-program-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 310px;
    overflow: hidden;
    padding: 48px;
    position: relative;
}

.vf-program-hero::before,
.vf-program-about::before {
    background: linear-gradient(90deg, rgba(0, 10, 52, .96), rgba(0, 10, 52, .72), rgba(255, 255, 255, .1));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-program-hero h3 {
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 34px;
    position: relative;
    z-index: 1;
}

.vf-program-hero a {
    border: 1px dashed rgba(255, 255, 255, .9);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 1.05rem;
    padding: 14px 34px;
    position: relative;
    z-index: 1;
}

.vf-program-hero a:hover {
    background: #fff;
    color: var(--sky-dark);
}

.vf-program-about {
    background: url("../../fronttheme/assets/img/student-life-indian/ramp.svg") center/cover;
    min-height: 410px;
    padding: 46px 48px;
    position: relative;
}

.vf-program-about::before {
    background: linear-gradient(90deg, rgba(0, 10, 52, .98), rgba(0, 10, 52, .86), rgba(0, 10, 52, .32));
    backdrop-filter: blur(3px);
}

.vf-program-about > * {
    position: relative;
    z-index: 1;
}

.vf-program-about strong {
    color: rgba(255, 255, 255, .94);
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(4rem, 7vw, 6rem);
    font-weight: 800;
    line-height: .9;
    margin-bottom: 28px;
}

.vf-program-about h4 {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.vf-program-about p {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1.08rem, 1.7vw, 1.45rem);
    line-height: 1.55;
    max-width: 1120px;
}

.vf-step-grid {
    display: grid;
    gap: 28px 26px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 18px;
}

.vf-step {
    align-items: center;
    animation: vfRoadmapFloat 5.5s ease-in-out infinite;
    animation-delay: calc(var(--step-index, 0) * .12s);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
    display: flex;
    gap: 14px;
    min-height: 104px;
    padding: 20px;
    position: relative;
    transition: all .22s ease;
}

.vf-step::after {
    animation: vfConnectorPulse 2.4s ease-in-out infinite;
    background: linear-gradient(90deg, rgba(13, 71, 161, .4), rgba(48, 127, 255, .92));
    content: "";
    height: 3px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    z-index: 1;
}

.vf-step::before {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .22);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
    color: var(--sky);
    content: "\203A";
    display: flex;
    font-size: 1.1rem;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    z-index: 2;
}

.vf-step:nth-child(4n)::after,
.vf-step:nth-child(4n)::before,
.vf-step:last-child::before,
.vf-step:last-child::after {
    display: none;
}

.vf-step:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, .82);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .24);
    transform: translateY(-5px);
}

.vf-step:hover::before {
    background: var(--sky);
    color: #fff;
}

.vf-step span {
    align-items: center;
    background: linear-gradient(135deg, #2f8cff, var(--sky));
    border-radius: 999px;
    color: var(--sky);
    color: #fff;
    display: flex;
    flex: 0 0 46px;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    height: 46px;
    justify-content: center;
}

.vf-step strong {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.02rem;
    line-height: 1.28;
}

@keyframes vfRoadmapSweep {
    0% {
        transform: translateX(-32%) rotate(0deg);
    }
    100% {
        transform: translateX(32%) rotate(0deg);
    }
}

@keyframes vfRoadmapFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes vfConnectorPulse {
    0%,
    100% {
        opacity: .38;
    }
    50% {
        opacity: .95;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vf-roadmap::before,
    .vf-step,
    .vf-step::after {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vf-faq-visual *,
    .vf-faq-visual::before,
    .vf-faq-visual::after {
        animation: none;
    }
}

@media (max-width: 575px) {
    .vf-site-nav .navbar-bg {
        align-items: center;
        justify-content: flex-start;
        padding: 10px 12px;
    }

    .vf-logo-block {
        flex: 0 1 auto;
        justify-content: flex-start;
        margin-right: auto;
        max-width: calc(100% - 72px);
        padding: 6px 10px;
    }

    .vf-logo-block img {
        max-height: 40px;
        max-width: 164px;
    }

    .vf-site-nav .navbar-toggler {
        margin-left: 12px;
    }

    .vf-aircraft-slider {
        gap: 12px;
        padding-inline: 0;
    }

    .vf-aircraft-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }

    .vf-split {
        grid-template-columns: 1fr !important;
    }

    .vf-split-media,
    .vf-split-copy {
        width: 100%;
    }

    .vf-split-media {
        margin-bottom: 18px;
    }

    .vf-pill-grid {
        gap: 10px;
        margin: 22px 0;
    }

    .vf-pill-grid span {
        flex: 0 1 calc(50% - 5px);
        font-size: .9rem;
        padding: 9px 12px;
        text-align: center;
    }

    .vf-simulator-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vf-simulator-card {
        min-height: 180px;
    }

    .vf-simulator-card strong {
        font-size: 1rem;
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
}

@media (max-width: 575px) {
    .vf-step-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vf-step {
        min-height: 82px;
        padding: 14px 12px;
    }

    .vf-step span {
        flex: 0 0 42px;
        height: 42px;
    }

    .vf-step strong {
        font-size: .92rem;
    }
}

.counselling-page {
    background: #fff;
}

.counselling-hero {
    background:
        linear-gradient(90deg, rgba(0, 18, 48, .96), rgba(8, 43, 99, .8), rgba(8, 43, 99, .44)),
        url("../img/why-ekas-aircraft.png") center/cover;
    color: #fff;
    overflow: hidden;
    padding: clamp(150px, 16vw, 210px) 0 70px;
    position: relative;
}

.counselling-hero::after {
    background: linear-gradient(180deg, transparent, rgba(0, 18, 48, .58));
    bottom: 0;
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
}

.counselling-hero .container {
    position: relative;
    z-index: 1;
}

.counselling-hero-grid,
.counselling-form-layout,
.counselling-parent-card {
    align-items: center;
    display: grid;
    gap: clamp(28px, 4vw, 58px);
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}

.counselling-hero-copy {
    max-width: 860px;
}

.counselling-hero-copy h1,
.counselling-heading h2,
.counselling-form-card h2,
.counselling-benefit-card h2,
.counselling-parent-card h2,
.counselling-thank-you-card h1 {
    font-family: var(--font-heading);
    font-weight: 900;
    letter-spacing: 0;
}

.counselling-hero-copy h1 {
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: .98;
    margin: 18px 0 22px;
    max-width: 820px;
}

.counselling-hero-copy p {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.02rem, 1.6vw, 1.25rem);
    line-height: 1.75;
    max-width: 880px;
}

.counselling-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.counselling-hero-panel {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
    display: grid;
    gap: 12px;
    padding: 28px;
}

.counselling-hero-panel strong {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 850;
}

.counselling-hero-panel span {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #fff;
    font-weight: 750;
    padding: 13px 15px;
}

.counselling-trust-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 54px;
}

.counselling-mini-card,
.counselling-card,
.counselling-form-card,
.counselling-benefit-card,
.counselling-parent-card,
.counselling-faq-shell,
.counselling-thank-you-card {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(7, 26, 51, .08);
}

.counselling-mini-card {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    padding: 18px;
    transition: box-shadow .25s ease, transform .25s ease;
}

.counselling-hero .counselling-mini-card {
    background: rgba(255, 255, 255, .94);
}

.counselling-mini-card:hover,
.counselling-card:hover,
.counselling-contact-grid .counselling-card:hover {
    box-shadow: 0 24px 62px rgba(7, 26, 51, .14);
    transform: translateY(-6px);
}

.counselling-mini-card i,
.counselling-card i,
.counselling-learn-grid i,
.counselling-benefit-card i {
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 71, 161, .14), rgba(255, 193, 7, .24));
    border-radius: 50%;
    color: var(--sky);
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 1.15rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.counselling-mini-card h3,
.counselling-card h3 {
    color: var(--navy);
    font-size: 1.02rem;
    font-weight: 850;
    margin: 0 0 6px;
}

.counselling-mini-card p,
.counselling-card p,
.counselling-heading p,
.counselling-parent-card p,
.counselling-thank-you-card p {
    color: #607086;
    line-height: 1.7;
    margin: 0;
}

.counselling-section {
    padding: clamp(76px, 8vw, 118px) 0;
}

.counselling-soft {
    background: #f5f8fc;
}

.counselling-heading {
    margin: 0 auto 42px;
    max-width: 850px;
    text-align: center;
}

.counselling-heading h2 {
    color: var(--navy);
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: 1.08;
    margin: 12px 0 16px;
}

.counselling-card-grid,
.counselling-audience-grid,
.counselling-contact-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.counselling-card {
    padding: 26px;
    transition: box-shadow .25s ease, transform .25s ease;
}

.counselling-card i {
    margin-bottom: 18px;
}

.counselling-form-card,
.counselling-benefit-card {
    padding: clamp(26px, 4vw, 44px);
}

.counselling-form-card h2,
.counselling-benefit-card h2,
.counselling-parent-card h2 {
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.12;
    margin-bottom: 14px;
}

.counselling-form-card > p {
    color: #607086;
    line-height: 1.7;
    margin-bottom: 26px;
}

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

.counselling-form label {
    color: var(--navy);
    display: grid;
    font-size: .9rem;
    font-weight: 800;
    gap: 8px;
}

.counselling-form label span,
.counselling-form .required-marker {
    color: #d79b00;
}

.counselling-form input,
.counselling-form select,
.counselling-form textarea {
    background: #f7faff;
    border: 1px solid rgba(13, 71, 161, .14);
    border-radius: 8px;
    color: var(--navy);
    min-height: 52px;
    padding: 12px 14px;
    width: 100%;
}

.counselling-form textarea {
    min-height: 118px;
}

.counselling-form input:focus,
.counselling-form select:focus,
.counselling-form textarea:focus {
    border-color: var(--sky);
    box-shadow: 0 0 0 4px rgba(13, 71, 161, .12);
    outline: none;
}

.counselling-benefit-card {
    background: linear-gradient(145deg, var(--navy), var(--sky-dark));
    border-color: rgba(255, 255, 255, .14);
    color: #fff;
}

.counselling-benefit-card h2 {
    color: #fff;
}

.counselling-benefit-card > div {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.counselling-benefit-card article {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 16px;
}

.counselling-benefit-card i {
    background: rgba(255, 255, 255, .14);
    color: #ffd166;
    height: 42px;
    margin-bottom: 12px;
    width: 42px;
}

.counselling-benefit-card strong,
.counselling-benefit-card span {
    display: block;
}

.counselling-benefit-card strong {
    color: #fff;
    font-weight: 850;
    margin-bottom: 5px;
}

.counselling-benefit-card span {
    color: rgba(255, 255, 255, .78);
    font-size: .9rem;
    line-height: 1.55;
}

.counselling-learn-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.counselling-learn-grid article {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 8px;
    min-height: 170px;
    padding: 18px;
}

.counselling-learn-grid i {
    height: 42px;
    margin-bottom: 14px;
    width: 42px;
}

.counselling-learn-grid strong,
.counselling-learn-grid span {
    display: block;
}

.counselling-learn-grid strong {
    color: var(--navy);
    font-weight: 850;
    margin-bottom: 7px;
}

.counselling-learn-grid span {
    color: #607086;
    font-size: .92rem;
    line-height: 1.55;
}

.counselling-timeline {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.counselling-timeline article {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(7, 26, 51, .08);
    padding: 24px;
    position: relative;
}

.counselling-timeline article::after {
    background: linear-gradient(90deg, var(--sky), #ffd166);
    content: "";
    height: 3px;
    left: calc(100% - 8px);
    position: absolute;
    top: 42px;
    width: 34px;
}

.counselling-timeline article:nth-child(4n)::after,
.counselling-timeline article:last-child::after {
    display: none;
}

.counselling-timeline span {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--navy));
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: var(--font-heading);
    font-weight: 900;
    height: 50px;
    justify-content: center;
    margin-bottom: 16px;
    width: 50px;
}

.counselling-timeline h3 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 850;
}

.counselling-timeline p {
    color: #607086;
    font-size: .94rem;
    line-height: 1.6;
    margin: 0;
}

.counselling-parent-card {
    overflow: hidden;
    padding: clamp(26px, 4vw, 46px);
}

.counselling-parent-card img {
    border-radius: 8px;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    width: 100%;
}

.counselling-parent-tiles {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 28px;
}

.counselling-parent-tiles span {
    background: #f5f8fc;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 8px;
    color: var(--navy);
    font-weight: 800;
    padding: 13px;
}

.counselling-parent-tiles i {
    color: var(--sky);
    margin-right: 6px;
}

.counselling-contact-grid .counselling-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.counselling-contact-grid .btn {
    margin-top: auto;
}

.counselling-faq-shell {
    margin: 0 auto;
    max-width: 980px;
    padding: clamp(24px, 4vw, 46px);
}

.counselling-disclaimer {
    align-items: flex-start;
    background: #eef4fb;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
}

.counselling-disclaimer i {
    color: var(--sky);
    font-size: 1.2rem;
    margin-top: 4px;
}

.counselling-disclaimer p {
    color: #607086;
    font-size: .94rem;
    line-height: 1.65;
    margin: 0;
}

.counselling-sticky-mobile {
    display: none;
}

.counselling-thank-you {
    background:
        linear-gradient(90deg, rgba(0, 18, 48, .96), rgba(8, 43, 99, .74)),
        url("../img/why-ekas-aircraft.png") center/cover;
    padding: clamp(150px, 16vw, 220px) 0 120px;
}

.counselling-thank-you-card {
    margin: 0 auto;
    max-width: 900px;
    padding: clamp(30px, 5vw, 64px);
    text-align: center;
}

.counselling-success-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--navy));
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 2rem;
    height: 78px;
    justify-content: center;
    margin-bottom: 22px;
    width: 78px;
}

.counselling-thank-you-card h1 {
    color: var(--navy);
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.08;
}

.counselling-thank-you-card .counselling-actions {
    justify-content: center;
}

@media (max-width: 1199px) {
    .counselling-trust-grid,
    .counselling-learn-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .counselling-timeline article:nth-child(4n)::after {
        display: block;
    }

    .counselling-timeline article:nth-child(2n)::after,
    .counselling-timeline article:last-child::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .counselling-hero-grid,
    .counselling-form-layout,
    .counselling-parent-card {
        grid-template-columns: 1fr;
    }

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

    .counselling-parent-card img {
        min-height: 260px;
    }
}

@media (max-width: 575px) {
    .counselling-hero {
        padding: 130px 0 42px;
    }

    .counselling-actions,
    .counselling-hero-copy .counselling-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .counselling-actions .vf-btn {
        justify-content: center;
        width: 100%;
    }

    .counselling-trust-grid,
    .counselling-card-grid,
    .counselling-audience-grid,
    .counselling-contact-grid,
    .counselling-field-grid,
    .counselling-benefit-card > div,
    .counselling-learn-grid,
    .counselling-timeline,
    .counselling-parent-tiles {
        grid-template-columns: 1fr;
    }

    .counselling-mini-card {
        padding: 15px;
    }

    .counselling-timeline article::after,
    .counselling-timeline article:nth-child(4n)::after,
    .counselling-timeline article:nth-child(2n)::after {
        background: linear-gradient(180deg, var(--sky), #ffd166);
        display: block;
        height: 20px;
        left: 48px;
        top: calc(100% - 1px);
        width: 3px;
    }

    .counselling-timeline article:last-child::after {
        display: none;
    }

    .counselling-sticky-mobile {
        background: #fff;
        border-top: 1px solid rgba(13, 71, 161, .12);
        bottom: 0;
        box-shadow: 0 -10px 30px rgba(7, 26, 51, .12);
        display: grid;
        gap: 8px;
        grid-template-columns: 1.4fr 1fr .8fr;
        left: 0;
        padding: 9px;
        position: fixed;
        right: 0;
        z-index: 99;
    }

    .counselling-sticky-mobile a {
        align-items: center;
        background: var(--sky);
        border-radius: 8px;
        color: #fff;
        display: inline-flex;
        font-size: .82rem;
        font-weight: 850;
        justify-content: center;
        min-height: 46px;
        text-align: center;
        text-decoration: none;
    }
}

.enquiry-page {
    color: #05234a;
}

.enquiry-page .btn-sky {
    background: #d4a017;
    border-color: #d4a017;
    color: #061f45;
}

.enquiry-page .btn-sky:hover,
.enquiry-page .btn-sky:focus {
    background: #b8860b;
    border-color: #b8860b;
    color: #061f45;
}

.enquiry-hero-actions,
.enquiry-form-actions,
.enquiry-thank-you div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.enquiry-quick-grid,
.enquiry-info-grid,
.enquiry-trust-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 34px 0;
}

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

.enquiry-quick-grid article,
.enquiry-info-grid article,
.enquiry-trust-grid article,
.enquiry-form-card,
.enquiry-advisor-card,
.enquiry-campus-cta,
.enquiry-links,
.enquiry-thank-you {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .13);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(5, 35, 74, .08);
}

.enquiry-quick-grid article,
.enquiry-info-grid article,
.enquiry-trust-grid article {
    padding: 24px;
}

.enquiry-page h2 {
    color: #061f45;
    font-size: 2rem;
    line-height: 1.2;
    margin: 44px 0 18px;
}

.enquiry-page h3 {
    color: #061f45;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.enquiry-page p,
.enquiry-page li {
    color: #4f6784;
    line-height: 1.75;
}

.enquiry-form-layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    margin: 54px 0;
}

.enquiry-form-card,
.enquiry-advisor-card,
.enquiry-thank-you {
    padding: 34px;
}

.enquiry-advisor-card {
    position: sticky;
    top: 110px;
}

.enquiry-advisor-card ul {
    margin: 18px 0 24px;
    padding-left: 20px;
}

.enquiry-progress {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);
    margin: 28px 0;
}

.enquiry-progress span {
    align-items: center;
    background: #e9f1fb;
    border: 1px solid #c8d7ec;
    border-radius: 999px;
    color: #0d47a1;
    display: flex;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.enquiry-progress span.active {
    background: #0d47a1;
    border-color: #0d47a1;
    color: #fff;
}

.enquiry-step {
    display: none;
}

.enquiry-step.active {
    display: block;
}

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

.enquiry-multistep-form label {
    color: #061f45;
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.required-marker {
    color: #b8860b;
    font-weight: 900;
}

.enquiry-multistep-form input,
.enquiry-multistep-form select,
.enquiry-multistep-form textarea {
    background: #f8fbff;
    border: 1px solid #c8d7ec;
    border-radius: 6px;
    color: #061f45;
    font: inherit;
    font-weight: 600;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.enquiry-multistep-form textarea {
    min-height: 135px;
    resize: vertical;
}

.enquiry-check {
    align-items: start;
    display: flex !important;
    font-weight: 700 !important;
    gap: 12px !important;
    line-height: 1.55;
    margin-top: 16px;
}

.enquiry-check input {
    flex: 0 0 auto;
    min-height: 18px;
    margin-top: 4px;
    width: 18px;
}

.enquiry-form-actions {
    border-top: 1px solid rgba(13, 71, 161, .12);
    margin-top: 28px;
    padding-top: 24px;
}

.enquiry-form-actions .btn[disabled] {
    cursor: not-allowed;
    opacity: .55;
}

.enquiry-note {
    margin: 18px 0 0;
}

.enquiry-disclaimer {
    background: #f3f7fc;
    border-left: 4px solid #0d47a1;
    border-radius: 8px;
    color: #4f6784;
    line-height: 1.7;
    margin: 34px 0;
    padding: 20px 22px;
}

.enquiry-type-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}

.enquiry-type-grid span {
    background: #eaf2fb;
    border: 1px solid #c8d7ec;
    border-radius: 999px;
    color: #05234a;
    font-weight: 800;
    padding: 10px 16px;
}

.enquiry-campus-cta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin: 40px 0;
    padding: 30px;
}

.enquiry-campus-cta h2,
.enquiry-campus-cta p {
    flex: 1 1 100%;
    margin: 0;
}

.enquiry-links {
    margin: 40px 0;
    padding: 30px;
}

.enquiry-links h2 {
    margin-top: 0;
}

.enquiry-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.enquiry-links a {
    background: #f2f6fb;
    border: 1px solid #c8d7ec;
    border-radius: 999px;
    color: #0d47a1;
    font-weight: 800;
    padding: 10px 15px;
}

.enquiry-thank-you {
    text-align: center;
}

.enquiry-success-mark {
    align-items: center;
    animation: enquiry-success-pop .45s ease-out both;
    background: #d4a017;
    border-radius: 999px;
    color: #061f45;
    display: inline-flex;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    margin-bottom: 22px;
    width: 64px;
}

@keyframes enquiry-success-pop {
    0% {
        opacity: 0;
        transform: scale(.72);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.enquiry-thank-you h2 {
    margin-top: 0;
}

.enquiry-thank-you div {
    justify-content: center;
    margin-top: 26px;
}

.enquiry-sticky-mobile {
    display: none;
}

.enquiry-hp {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (max-width: 1199px) {
    .enquiry-quick-grid,
    .enquiry-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .enquiry-form-layout,
    .enquiry-trust-grid {
        grid-template-columns: 1fr;
    }

    .enquiry-advisor-card {
        position: static;
    }
}

@media (max-width: 767px) {
    .enquiry-quick-grid,
    .enquiry-info-grid,
    .enquiry-field-grid {
        grid-template-columns: 1fr;
    }

    .enquiry-form-card,
    .enquiry-advisor-card,
    .enquiry-campus-cta,
    .enquiry-links,
    .enquiry-thank-you {
        padding: 24px 18px;
    }

    .enquiry-page h2 {
        font-size: 1.55rem;
    }

    .enquiry-progress span {
        height: 34px;
    }

    .enquiry-sticky-mobile {
        background: #0d47a1;
        bottom: 0;
        box-shadow: 0 -14px 28px rgba(5, 35, 74, .18);
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 900;
    }

    .enquiry-sticky-mobile a {
        color: #fff;
        display: block;
        font-weight: 900;
        padding: 14px 18px;
        text-align: center;
    }
}

.contact-page {
    color: #05234a;
}

.contact-page .btn-sky {
    background: #d4a017;
    border-color: #d4a017;
    color: #061f45;
}

.contact-page .btn-sky:hover,
.contact-page .btn-sky:focus {
    background: #b8860b;
    border-color: #b8860b;
    color: #061f45;
}

.contact-hero-actions,
.contact-location-actions,
.contact-final-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contact-quick-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 36px;
}

.contact-quick-grid article,
.contact-form-card,
.contact-info-card,
.contact-location,
.contact-departments,
.contact-final-cta,
.contact-internal-links {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .13);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(5, 35, 74, .08);
}

.contact-quick-grid article {
    display: grid;
    gap: 10px;
    padding: 24px;
}

.contact-quick-grid h3,
.contact-form-card h2,
.contact-info-card h2,
.contact-location h2,
.contact-departments h2,
.contact-final-cta h2 {
    color: #061f45;
    line-height: 1.2;
    margin-bottom: 12px;
}

.contact-page p {
    color: #4f6784;
    line-height: 1.7;
}

.contact-main-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .7fr);
    margin: 36px 0;
}

.contact-form-card,
.contact-info-card,
.contact-departments,
.contact-final-cta,
.contact-internal-links {
    padding: 30px;
}

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

.contact-wide {
    grid-column: 1 / -1;
}

.contact-form-card label {
    color: #061f45;
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    background: #f8fbff;
    border: 1px solid #c8d7ec;
    border-radius: 6px;
    color: #061f45;
    font: inherit;
    font-weight: 600;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.contact-check {
    align-items: start;
    display: flex !important;
    gap: 12px !important;
}

.contact-check input {
    flex: 0 0 auto;
    min-height: 18px;
    margin-top: 4px;
    width: 18px;
}

.contact-info-card {
    align-self: start;
    background: linear-gradient(135deg, #061f45, #0d47a1);
}

.contact-info-card h2,
.contact-info-card p,
.contact-info-card a {
    color: #fff;
}

.contact-info-card a {
    display: block;
    font-weight: 800;
    margin-top: 14px;
}

.contact-location {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    margin: 36px 0;
    overflow: hidden;
    padding: 30px;
}

.contact-location iframe {
    border: 0;
    border-radius: 8px;
    min-height: 320px;
    width: 100%;
}

.contact-departments div {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-departments article {
    background: #f4f8fd;
    border: 1px solid #d9e5f4;
    border-radius: 8px;
    padding: 18px;
}

.contact-departments span {
    color: #061f45;
    display: block;
    font-weight: 900;
}

.contact-departments a {
    color: #0d47a1;
    font-weight: 800;
}

.contact-final-cta {
    align-items: center;
    margin: 36px 0;
}

.contact-final-cta h2,
.contact-final-cta p {
    flex: 1 1 100%;
    margin: 0;
}

.contact-internal-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-internal-links a {
    background: #f2f6fb;
    border: 1px solid #c8d7ec;
    border-radius: 999px;
    color: #0d47a1;
    font-weight: 800;
    padding: 10px 15px;
}

.contact-hp {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.contact-mobile-bar {
    display: none;
}

@media (max-width: 1199px) {
    .contact-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .contact-main-grid,
    .contact-location,
    .contact-departments div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-quick-grid,
    .contact-field-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-card,
    .contact-info-card,
    .contact-location,
    .contact-departments,
    .contact-final-cta,
    .contact-internal-links {
        padding: 22px 18px;
    }

    .contact-mobile-bar {
        background: #0d47a1;
        bottom: 0;
        box-shadow: 0 -14px 28px rgba(5, 35, 74, .18);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        left: 0;
        position: fixed;
        right: 0;
        z-index: 901;
    }

    .contact-mobile-bar a {
        color: #fff;
        font-weight: 900;
        padding: 14px 10px;
        text-align: center;
    }
}

.vf-video {
    padding-bottom: 110px;
}

.vf-video-box {
    align-items: center;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.vf-video-box::before {
    background: rgba(7, 26, 51, .42);
    content: "";
    inset: 0;
    position: absolute;
}

.vf-play {
    align-items: center;
    background: var(--sky);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    height: 86px;
    justify-content: center;
    position: relative;
    width: 86px;
    z-index: 1;
}

.vf-gallery-card {
    border-radius: 10px;
    display: block;
    min-height: 270px;
    overflow: hidden;
    position: relative;
}

.vf-gallery-card img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.vf-gallery-card::after {
    background: linear-gradient(180deg, rgba(7, 26, 51, .04), rgba(7, 26, 51, .78));
    content: "";
    inset: 0;
    position: absolute;
}

.vf-gallery-card > span {
    align-items: center;
    background: var(--sky);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translateY(-8px);
    transition: all .25s ease;
    width: 48px;
    z-index: 1;
}

.vf-gallery-card:hover > span {
    opacity: 1;
    transform: translateY(0);
}

.vf-gallery-card div {
    bottom: 20px;
    color: #fff;
    left: 24px;
    position: absolute;
    z-index: 1;
}

.vf-gallery-card strong,
.vf-gallery-card small {
    display: block;
}

.vf-gallery-card strong {
    font-family: var(--font-heading);
    font-size: 1.3rem;
}

.vf-counter {
    background: var(--navy);
    color: #fff;
    padding: 56px 0;
}

.vf-counter div div {
    text-align: center;
}

.vf-counter i,
.vf-counter strong,
.vf-counter span {
    display: block;
}

.vf-counter i {
    color: var(--sky);
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.vf-counter strong {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    line-height: 1;
}

.vf-counter span {
    color: rgba(255, 255, 255, .76);
    margin-top: 8px;
}

.vf-choose-list {
    display: grid;
    gap: 18px;
    margin-bottom: 28px;
}

.vf-choose-list div {
    border-left: 4px solid var(--sky);
    padding-left: 18px;
}

.vf-choose-list h3 {
    color: var(--navy);
    font-size: 1.24rem;
    font-weight: 800;
}

.vf-choose-list p {
    color: #607086;
    margin: 0;
}

.vf-quote {
    background: var(--navy);
    color: #fff;
}

.vf-quote-img {
    background: url("../../fronttheme/assets/img/quote/01.jpg") center/cover;
    height: 100%;
    min-height: 540px;
}

.vf-quote-content {
    max-width: 640px;
    padding: 80px 60px;
}

.vf-quote-content h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
}

.vf-quote-content p {
    color: rgba(255, 255, 255, .78);
    margin-bottom: 26px;
}

.vf-quote-content .form-control {
    border: 0;
    border-radius: 8px;
    padding: 13px 16px;
}

.vf-faq .accordion-item {
    border: 0;
    border-radius: 10px !important;
    box-shadow: 0 12px 38px rgba(7, 26, 51, .08);
    margin-bottom: 20px;
    overflow: hidden;
}

.vf-faq .accordion-button {
    color: var(--navy);
    font-family: var(--font-main);
    font-size: 1.04rem;
    font-weight: 700;
    gap: 12px;
}

.vf-faq .accordion-button span {
    align-items: center;
    background: var(--sky);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
}

.vf-faq .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--sky-dark);
}

.vf-faq-visual {
    height: 250px;
    margin-top: 48px;
    max-width: 430px;
    position: relative;
}

.vf-faq-orbit {
    animation: vf-faq-orbit-pulse 4.8s ease-in-out infinite;
    border: 2px dashed rgba(13, 71, 161, .22);
    border-radius: 50%;
    display: block;
    height: 190px;
    left: 26px;
    position: absolute;
    top: 18px;
    transform: rotate(-10deg);
    width: 330px;
}

.vf-faq-visual::before,
.vf-faq-visual::after {
    border-radius: 999px;
    content: "";
    position: absolute;
}

.vf-faq-visual::before {
    animation: vf-faq-cloud-drift 7s ease-in-out infinite;
    background: rgba(13, 71, 161, .08);
    height: 42px;
    left: 38px;
    top: 148px;
    width: 170px;
}

.vf-faq-visual::after {
    animation: vf-faq-cloud-drift 8s ease-in-out .6s infinite reverse;
    background: rgba(47, 140, 255, .1);
    height: 28px;
    left: 210px;
    top: 52px;
    width: 112px;
}

.vf-faq-visual i {
    animation: vf-faq-plane-fly 5.4s ease-in-out infinite;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(13, 71, 161, .25);
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 82px;
    justify-content: center;
    left: 154px;
    line-height: 82px;
    position: absolute;
    top: 76px;
    transform-origin: center;
    width: 82px;
    z-index: 2;
}

.vf-faq-dot {
    align-items: center;
    animation: vf-faq-dot-float 3.8s ease-in-out infinite;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .14);
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(7, 26, 51, .1);
    color: var(--sky);
    display: flex;
    font-family: var(--font-main);
    font-size: 1.15rem;
    font-weight: 900;
    height: 48px;
    justify-content: center;
    position: absolute;
    width: 48px;
    z-index: 3;
}

.vf-faq-dot-one {
    left: 58px;
    top: 42px;
}

.vf-faq-dot-two {
    animation-delay: .55s;
    left: 288px;
    top: 96px;
}

.vf-faq-dot-three {
    animation-delay: 1.1s;
    left: 116px;
    top: 178px;
}

@keyframes vf-faq-plane-fly {
    0%,
    100% {
        transform: translate(-18px, 12px) rotate(-12deg);
    }

    50% {
        transform: translate(22px, -16px) rotate(10deg);
    }
}

@keyframes vf-faq-orbit-pulse {
    0%,
    100% {
        opacity: .62;
        transform: rotate(-10deg) scale(1);
    }

    50% {
        opacity: .95;
        transform: rotate(-6deg) scale(1.035);
    }
}

@keyframes vf-faq-dot-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes vf-faq-cloud-drift {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(24px);
    }
}

.vf-faq .col-lg-5 {
    position: relative;
}

.vf-heading-copy {
    color: #607086;
    font-size: 1.04rem;
    line-height: 1.75;
    margin: 16px auto 0;
    max-width: 680px;
}

.vf-home-blog {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
    position: relative;
}

.vf-blog-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(7, 26, 51, .09);
    height: 100%;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.vf-blog-card:hover {
    box-shadow: 0 24px 62px rgba(7, 26, 51, .14);
    transform: translateY(-6px);
}

.vf-blog-img {
    display: block;
    min-height: 245px;
    overflow: hidden;
    position: relative;
}

.vf-blog-img img {
    height: 245px;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.vf-blog-card:hover .vf-blog-img img {
    transform: scale(1.06);
}

.vf-blog-img span {
    background: var(--sky);
    border-radius: 999px;
    bottom: 18px;
    color: #fff;
    font-family: var(--font-main);
    font-size: .82rem;
    font-weight: 700;
    left: 22px;
    padding: 8px 14px;
    position: absolute;
    text-transform: uppercase;
}

.vf-blog-body {
    padding: 28px;
}

.vf-blog-meta {
    color: #7b8da5;
    display: flex;
    flex-wrap: wrap;
    font-size: .92rem;
    gap: 14px;
    margin-bottom: 14px;
}

.vf-blog-meta i {
    color: var(--sky);
    margin-right: 6px;
}

.vf-blog-body h3 {
    font-size: 1.36rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
}

.vf-blog-body h3 a {
    color: var(--navy);
}

.vf-blog-body h3 a:hover {
    color: var(--sky);
}

.vf-blog-body p {
    color: #607086;
    line-height: 1.7;
    margin-bottom: 18px;
}

.vf-faq-page {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.vf-faq-page .accordion-item {
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 16px !important;
    box-shadow: 0 14px 36px rgba(7, 26, 51, .07);
    margin-bottom: 16px;
    overflow: hidden;
}

.vf-faq-page .accordion-button {
    color: var(--navy);
    font-weight: 850;
    gap: 14px;
    line-height: 1.35;
    padding: 22px 24px;
}

.vf-faq-page .accordion-button span {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 12px;
    color: var(--sky);
    display: inline-flex;
    flex: 0 0 44px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
}

.vf-faq-page .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--sky);
}

.vf-faq-page .accordion-body {
    color: #607086;
    line-height: 1.75;
    padding: 0 24px 24px 82px;
}

.vf-faq-page .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-breadcrumb {
    align-items: center;
    color: #607086;
    display: flex;
    flex-wrap: wrap;
    font-size: .94rem;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 18px;
}

.faq-breadcrumb a {
    color: var(--sky);
}

.faq-breadcrumb span::before,
.faq-breadcrumb strong::before {
    color: #9badc4;
    content: "/";
    margin-right: 8px;
}

.faq-context-links {
    background: rgba(13, 71, 161, .05);
    border-radius: 10px;
    color: var(--navy);
    font-weight: 750;
    padding: 12px 14px;
}

.faq-context-links a {
    color: var(--sky);
    font-weight: 900;
}

.faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    position: sticky;
    top: 86px;
    z-index: 5;
}

.faq-category-nav a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .16);
    border-radius: 999px;
    color: var(--navy);
    display: inline-flex;
    font-weight: 800;
    min-height: 44px;
    padding: 10px 18px;
}

.faq-category-nav a.active,
.faq-category-nav a:hover {
    background: var(--sky);
    border-color: var(--sky);
    color: #fff;
}

.faq-search-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(10, 36, 71, .08);
    display: flex;
    gap: 12px;
    margin: 0 auto 34px;
    max-width: 760px;
    padding: 14px 18px;
}

.faq-search-card i {
    color: var(--sky);
}

.faq-search-card input {
    border: 0;
    color: var(--navy);
    flex: 1;
    font-weight: 700;
    min-height: 44px;
    outline: 0;
}

.faq-related-inline {
    background: rgba(13, 71, 161, .06);
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 14px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
    padding: 18px;
}

.faq-related-inline h3 {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 900;
    grid-column: 1 / -1;
    margin: 0;
}

.faq-related-inline article {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .08);
    border-radius: 12px;
    padding: 14px;
}

.faq-related-inline h4 {
    color: var(--navy);
    font-size: .98rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.faq-related-inline p {
    color: #607086;
    font-size: .9rem;
    margin-bottom: 8px;
}

.faq-related-inline a {
    color: var(--sky);
    font-weight: 800;
}

.faq-final-cta {
    background: linear-gradient(135deg, rgba(2, 20, 43, .96), rgba(13, 71, 161, .92));
    border-radius: 18px;
    color: #fff;
    margin-top: 44px;
    padding: 42px;
}

.faq-final-cta h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
}

.faq-final-cta p {
    color: rgba(255, 255, 255, .82);
    max-width: 760px;
}

.faq-sticky-mobile-cta {
    background: var(--sky);
    border-radius: 999px;
    bottom: 18px;
    box-shadow: 0 18px 36px rgba(13, 71, 161, .28);
    color: #fff;
    display: none;
    font-weight: 900;
    left: 18px;
    min-height: 48px;
    padding: 13px 18px;
    position: fixed;
    right: 18px;
    text-align: center;
    z-index: 1000;
}

@media (max-width: 767px) {
    .faq-category-nav {
        flex-wrap: nowrap;
        margin-left: -12px;
        margin-right: -12px;
        overflow-x: auto;
        padding: 0 12px 10px;
    }

    .faq-category-nav a {
        flex: 0 0 auto;
    }

    .faq-search-card {
        max-width: 100%;
    }

    .faq-related-inline {
        grid-template-columns: 1fr;
    }

    .faq-final-cta {
        border-radius: 14px;
        padding: 28px;
    }

    .faq-sticky-mobile-cta {
        display: block;
    }
}

.about-page {
    background: #fff;
}

.about-hero {
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 760px;
    overflow: hidden;
    padding: 190px 0 180px;
    position: relative;
}

.about-hero::before {
    background: linear-gradient(90deg, rgba(0, 18, 48, .9), rgba(0, 31, 75, .62), rgba(0, 18, 48, .28));
    content: "";
    inset: 0;
    position: absolute;
}

.about-hero::after {
    background: #fff;
    bottom: -1px;
    clip-path: polygon(0 48%, 50% 100%, 100% 48%, 100% 100%, 0 100%);
    content: "";
    height: 145px;
    left: 0;
    position: absolute;
    width: 100%;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero .vf-tag {
    color: #ffd166;
}

.about-hero h1 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.6rem, 6vw, 5.8rem);
    font-weight: 900;
    line-height: .98;
    max-width: 980px;
}

.about-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.7;
    max-width: 760px;
}

.about-split {
    align-items: center;
    display: grid;
    gap: clamp(34px, 5vw, 78px);
    grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
}

.about-founder-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(7, 26, 51, .16);
    overflow: hidden;
}

.about-founder-card img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.about-founder-card div {
    background: var(--navy);
    color: #fff;
    padding: 24px;
}

.about-founder-card strong,
.about-founder-card span {
    display: block;
}

.about-founder-card strong {
    font-size: 1.3rem;
    font-weight: 850;
}

.about-founder-card span {
    color: rgba(255, 255, 255, .75);
}

.about-story-visual {
    padding: 24px 0 28px 24px;
    position: relative;
}

.about-story-frame {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(7, 26, 51, .14);
    min-height: 620px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.about-story-frame::before {
    background: var(--sky);
    border-radius: 10px 0 0 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    content: "";
    height: calc(100% + 48px);
    left: -24px;
    position: absolute;
    top: -24px;
    width: calc(100% + 24px);
    z-index: -1;
}

.about-story-frame img {
    border-radius: 10px;
    display: block;
    height: 620px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.about-experience-badge {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 50%;
    bottom: -26px;
    box-shadow: 0 20px 45px rgba(13, 71, 161, .28);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 166px;
    justify-content: center;
    left: 36px;
    padding: 18px;
    position: absolute;
    text-align: center;
    width: 166px;
    z-index: 2;
}

.about-experience-badge::before {
    border: 2px dashed rgba(255, 255, 255, .9);
    border-radius: 50%;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.about-experience-badge strong,
.about-experience-badge small {
    position: relative;
    z-index: 1;
}

.about-experience-badge strong {
    font-family: var(--font-heading);
    font-size: 3.15rem;
    font-weight: 900;
    line-height: 1;
}

.about-experience-badge small {
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 8px;
}

.about-story-dots {
    background-image: radial-gradient(#25a8f2 2px, transparent 2px);
    background-size: 18px 18px;
    bottom: -16px;
    height: 118px;
    position: absolute;
    right: -24px;
    width: 96px;
    z-index: 0;
}

.about-story .vf-title span,
.about-story .vf-tag {
    color: var(--sky);
}

.about-story p {
    color: #607086;
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-story-content {
    position: relative;
}

.about-story-list {
    display: grid;
    gap: 16px;
    margin: 28px 0 34px;
}

.about-story-list li {
    align-items: center;
    color: #607086;
    display: flex;
    font-size: 1.03rem;
    gap: 16px;
    line-height: 1.55;
}

.about-story-list span {
    color: var(--sky);
    flex: 0 0 auto;
    font-size: 1.35rem;
}

.about-story-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(13, 71, 161, .22);
    color: #fff;
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 850;
    gap: 16px;
    padding: 9px 10px 9px 28px;
    text-transform: uppercase;
}

.about-story-btn:hover {
    background: linear-gradient(135deg, var(--navy-soft), var(--navy));
    color: #fff;
}

.about-story-btn i {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--sky);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.about-statement {
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(13, 71, 161, .2);
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.6vw, 2.2rem);
    font-weight: 800;
    margin-top: 24px;
    padding: 26px 30px;
}

.about-founder-message {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.about-letter {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 18px;
    box-shadow: 0 20px 56px rgba(7, 26, 51, .08);
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
    padding: clamp(28px, 4vw, 54px);
    position: relative;
}

.about-letter::after {
    color: rgba(13, 71, 161, .06);
    content: "\f072";
    font-family: "Font Awesome 5 Pro";
    font-size: 14rem;
    position: absolute;
    right: 34px;
    top: 20px;
    transform: rotate(-12deg);
}

.about-letter > * {
    position: relative;
    z-index: 1;
}

.about-letter blockquote {
    color: var(--navy);
    font-family: var(--font-copy);
    font-size: clamp(1.25rem, 2.15vw, 2rem);
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 8px 0 26px;
    max-width: 920px;
    padding-left: 34px;
    position: relative;
}

.about-letter blockquote::before {
    color: var(--sky);
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    left: -8px;
    line-height: .8;
    opacity: .34;
    position: absolute;
    top: -8px;
}

.about-letter p {
    color: #607086;
    font-size: 1rem;
    line-height: 1.75;
    max-width: 920px;
}

.about-letter strong,
.about-letter > span:last-child {
    display: block;
}

.about-letter strong {
    color: var(--navy);
    font-size: 1.12rem;
    margin-top: 22px;
}

.about-letter > span:last-child {
    color: var(--sky);
    font-weight: 700;
}

.about-vision {
    background: radial-gradient(circle at 78% 20%, rgba(255, 209, 102, .18), transparent 28%), linear-gradient(135deg, #001638, #0d47a1);
    color: #fff;
    text-align: center;
}

.about-vision .vf-tag,
.about-vision h2,
.about-vision p {
    color: #fff;
}

.about-vision h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 1.12;
    margin: 0 auto 18px;
    max-width: 1050px;
}

.about-vision p {
    color: rgba(255, 255, 255, .8);
    font-size: 1.16rem;
    margin: 0 auto;
    max-width: 780px;
}

.team-section {
    background:
        radial-gradient(circle at 14% 8%, rgba(13, 71, 161, .08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f5f8fc 100%);
}

.py-120 {
    padding: 120px 0;
}

.efa-team-area {
    background:
        radial-gradient(circle at 86% 12%, rgba(13, 71, 161, .08), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f6f9fd 100%);
    overflow: hidden;
    position: relative;
}

.site-heading {
    margin-bottom: 50px;
}

.site-title-tagline {
    color: var(--sky);
    display: inline-block;
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.site-title {
    color: var(--navy);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.08;
}

.site-title span {
    color: var(--sky);
}

.site-heading p {
    color: #607086;
    margin: 12px auto 0;
    max-width: 760px;
}

.efa-team-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
    margin-bottom: 68px;
    min-height: 385px;
    overflow: visible;
    position: relative;
    transition: all .5s ease-in-out;
}

.efa-team-item:hover {
    transform: translateY(-10px);
}

.efa-team-item > a:first-child {
    display: block;
    height: 360px;
    overflow: hidden;
}

.efa-team-item img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.efa-team-item:hover img {
    transform: scale(1.04);
}

.team-content {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    bottom: -35px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    left: 20px;
    min-height: 86px;
    overflow: hidden;
    padding: 1px 10px 1px 15px;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.team-bio {
    padding: 15px 8px 10px 0;
}

.team-bio h5 {
    font-size: 1.12rem;
    font-weight: 850;
    line-height: 1.15;
    margin-bottom: 4px;
}

.team-bio h5 a {
    color: var(--navy);
}

.team-bio h5 a:hover {
    color: var(--sky);
}

.team-bio span {
    color: var(--sky);
    display: block;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

.team-content i {
    background: var(--sky);
    border-radius: 50px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all .5s ease-in-out;
    width: 45px;
}

.efa-team-item:hover .team-content i,
.efa-team-item.active .team-content i {
    background: var(--navy);
}

.team-social {
    background: var(--sky);
    border-radius: 50px;
    bottom: 80px;
    opacity: 0;
    padding: 18px 0;
    position: absolute;
    right: -20px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.efa-team-item:hover .team-social,
.efa-team-item.active .team-social {
    opacity: 1;
    right: 20px;
}

.team-social a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}

.team-social a:hover {
    background: #fff;
    color: var(--sky);
}

.team-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(7, 26, 51, .08);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}

.team-card-link {
    color: inherit;
    text-decoration: none;
}

.team-card:hover {
    box-shadow: 0 26px 60px rgba(7, 26, 51, .13);
    transform: translateY(-5px);
}

.team-card-featured {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
}

.team-photo {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.team-photo img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.team-photo::after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 22, 56, .78));
    content: "";
    inset: 0;
    position: absolute;
}

.team-photo span {
    background: #fff;
    border-radius: 999px;
    bottom: 18px;
    box-shadow: 0 12px 28px rgba(7, 26, 51, .18);
    color: var(--sky);
    font-family: var(--font-main);
    font-size: .82rem;
    font-weight: 800;
    left: 18px;
    padding: 9px 14px;
    position: absolute;
    z-index: 1;
}

.team-body {
    padding: 28px;
}

.team-role {
    color: var(--sky);
    font-family: var(--font-main);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-body h2 {
    color: var(--navy);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 850;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.team-body p:not(.team-role) {
    color: #607086;
    line-height: 1.7;
}

.team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.team-tags span {
    background: rgba(13, 71, 161, .08);
    border-radius: 999px;
    color: var(--sky-dark);
    font-size: .82rem;
    font-weight: 700;
    padding: 7px 11px;
}

.team-profile-link {
    align-items: center;
    color: var(--sky);
    display: inline-flex;
    font-family: var(--font-main);
    font-size: .9rem;
    font-weight: 800;
    gap: 8px;
    margin-top: 22px;
    text-transform: uppercase;
}

.team-profile-link i {
    transition: transform .22s ease;
}

.team-card:hover .team-profile-link i {
    transform: translateX(6px);
}

.team-detail-shell {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
}

.team-detail-photo {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 18px;
    box-shadow: 0 20px 56px rgba(7, 26, 51, .1);
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.team-detail-photo img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.team-detail-photo div {
    padding: 24px;
}

.team-detail-photo span {
    color: var(--sky);
    font-family: var(--font-main);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.team-detail-photo h2 {
    color: var(--navy);
    font-size: 1.6rem;
    font-weight: 850;
    margin: 8px 0 4px;
}

.team-detail-photo p {
    color: #607086;
    margin: 0;
}

.team-detail-content {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 18px;
    box-shadow: 0 20px 56px rgba(7, 26, 51, .08);
    padding: clamp(28px, 4vw, 52px);
}

.team-detail-content h2 {
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 850;
    letter-spacing: 0;
}

.team-detail-lead {
    color: #607086;
    font-size: 1.08rem;
    line-height: 1.85;
}

.team-detail-content h3 {
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 850;
    margin: 34px 0 18px;
}

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

.team-responsibility-grid div {
    align-items: center;
    background: #f5f8fc;
    border: 1px solid rgba(13, 71, 161, .08);
    border-radius: 12px;
    color: var(--navy);
    display: flex;
    font-weight: 700;
    gap: 12px;
    padding: 15px;
}

.team-responsibility-grid i {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 50%;
    color: var(--sky);
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.team-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.team-detail-actions .vf-btn-light {
    background: rgba(13, 71, 161, .08);
    border-color: rgba(13, 71, 161, .18);
    color: var(--sky-dark);
}

.team-related-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-related-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .1);
    border-radius: 14px;
    color: inherit;
    display: flex;
    gap: 14px;
    padding: 14px;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease;
}

.team-related-card:hover {
    box-shadow: 0 16px 38px rgba(7, 26, 51, .1);
    transform: translateY(-3px);
}

.team-related-card img {
    border-radius: 12px;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.team-related-card strong,
.team-related-card span {
    display: block;
}

.team-related-card strong {
    color: var(--navy);
    font-weight: 850;
}

.team-related-card span {
    color: #607086;
    font-size: .9rem;
}

.team-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--navy), var(--sky-dark));
    border-radius: 18px;
    color: #fff;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 48px);
}

.team-cta .eyebrow,
.team-cta h2,
.team-cta p {
    color: #fff;
}

.team-cta h2 {
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 850;
    margin-bottom: 10px;
}

.team-cta p {
    color: rgba(255, 255, 255, .78);
    margin: 0;
    max-width: 720px;
}

.about-card-grid,
.about-advantage-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-feature-card,
.about-advantage-grid article {
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .12);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(7, 26, 51, .08);
    padding: 28px;
}

.about-feature-card i {
    align-items: center;
    background: rgba(13, 71, 161, .1);
    border-radius: 14px;
    color: var(--sky);
    display: flex;
    font-size: 1.45rem;
    height: 56px;
    justify-content: center;
    margin-bottom: 18px;
    width: 56px;
}

.about-feature-card h3,
.about-advantage-grid h3 {
    color: var(--navy);
    font-size: 1.22rem;
    font-weight: 850;
}

.about-feature-card p,
.about-advantage-grid p,
.about-section-head p {
    color: #607086;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-advantage {
    background: #f6f8fb;
}

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

.about-advantage-grid article span {
    color: rgba(13, 71, 161, .28);
    display: block;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 14px;
}

.about-section-head {
    margin: 0 auto 42px;
    max-width: 820px;
}

.about-phase-line {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
}

.about-phase-line::before {
    background: linear-gradient(90deg, var(--sky), #ffd166);
    content: "";
    height: 3px;
    left: 7%;
    position: absolute;
    right: 7%;
    top: 38px;
}

.about-phase-line div {
    position: relative;
    text-align: center;
    z-index: 1;
}

.about-phase-line span {
    align-items: center;
    background: #fff;
    border: 3px solid var(--sky);
    border-radius: 50%;
    color: var(--sky);
    display: flex;
    font-weight: 900;
    height: 76px;
    justify-content: center;
    margin: 0 auto 16px;
    width: 76px;
}

.about-phase-line strong {
    color: var(--navy);
    display: block;
    line-height: 1.3;
}

.about-safety,
.about-commitment {
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.about-safety::before,
.about-commitment::before {
    background: rgba(0, 18, 48, .78);
    content: "";
    inset: 0;
    position: absolute;
}

.about-safety .container,
.about-commitment .container {
    position: relative;
    z-index: 1;
}

.about-safety-panel {
    max-width: 820px;
}

.about-safety-panel h2,
.about-commitment h2 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-weight: 900;
}

.about-safety-panel p,
.about-commitment p {
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-safety-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-safety-panel div span {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    padding: 10px 16px;
}

.about-life-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-life-grid figure {
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(7, 26, 51, .1);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.about-life-grid img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.about-life-grid figure:hover img {
    transform: scale(1.05);
}

.about-life-grid figcaption {
    background: linear-gradient(180deg, transparent, rgba(0, 18, 48, .82));
    bottom: 0;
    color: #fff;
    font-weight: 850;
    left: 0;
    padding: 46px 20px 18px;
    position: absolute;
    right: 0;
}

.about-pathway {
    background: #f6f8fb;
}

.about-pathway-list {
    display: grid;
    gap: 26px 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
    position: relative;
}

.about-pathway-step {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 71, 161, .14);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(7, 26, 51, .07);
    color: var(--navy);
    display: flex;
    flex-direction: column;
    gap: 13px;
    min-height: 128px;
    padding: 18px 14px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.about-pathway-step::before {
    background: #fff;
    border: 2px solid rgba(13, 71, 161, .18);
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    top: 24px;
    transform: translate(-50%, -50%);
    width: 18px;
    z-index: -1;
}

.about-pathway-step::after {
    background: linear-gradient(90deg, var(--sky), rgba(13, 71, 161, .1));
    content: "";
    height: 3px;
    left: calc(50% + 31px);
    position: absolute;
    top: 31px;
    width: calc(100% - 44px);
    z-index: -1;
}

.about-pathway-step:nth-child(4n)::after,
.about-pathway-step:last-child::after {
    display: none;
}

.about-pathway-step span {
    align-items: center;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(13, 71, 161, .24);
    color: #fff;
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: .82rem;
    font-weight: 900;
    height: 62px;
    justify-content: center;
    width: 62px;
}

.about-pathway-step strong {
    display: block;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.35;
}

.about-commitment > .container > div {
    max-width: 850px;
}

.about-commitment .vf-tag {
    color: #ffd166;
}

.about-seo {
    padding-top: 72px;
}

.about-seo h2 {
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 850;
}

.about-seo p {
    color: #607086;
    font-size: 1.05rem;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .vf-section {
        padding: 76px 0;
    }

    .about-hero {
        min-height: 0;
        padding: 150px 0 130px;
    }

    .about-split,
    .about-card-grid,
    .about-advantage-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .team-detail-shell {
        grid-template-columns: 1fr;
    }

    .team-detail-photo {
        position: static;
    }

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

    .team-card-featured {
        grid-column: 1 / -1;
    }

    .about-story .about-split {
        grid-template-columns: 1fr;
    }

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

    .about-pathway-step:nth-child(4n)::after {
        display: block;
    }

    .about-pathway-step:nth-child(2n)::after,
    .about-pathway-step:last-child::after {
        display: none;
    }

    .about-story-frame,
    .about-story-frame img {
        min-height: 0;
        height: min(640px, 92vw);
    }

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

    .about-phase-line::before {
        display: none;
    }

    .about-life-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .vf-beyond-card {
        min-height: 250px;
    }

    .vf-program-outline {
        border-top-width: 18px;
    }

    .vf-admission-board {
        grid-template-columns: 1fr;
    }

    .vf-admission-runway {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .vf-admission-runway::before,
    .vf-runway-plane {
        display: none;
    }

    .vf-admission-step,
    .vf-admission-step:nth-child(1),
    .vf-admission-step:nth-child(2),
    .vf-admission-step:nth-child(3),
    .vf-admission-step:nth-child(4),
    .vf-admission-step:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
        transform: none;
    }

    .vf-admission-step:nth-child(2):hover,
    .vf-admission-step:nth-child(4):hover {
        transform: translateY(-5px);
    }

    .vf-program-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .vf-program-nav {
        padding: 36px 20px 18px;
    }

    .vf-program-nav p {
        margin-bottom: 24px;
    }

    .vf-program-tab {
        margin-bottom: 12px;
    }

    .vf-program-content .tab-pane {
        min-height: 0;
    }

    .vf-program-hero {
        align-items: flex-start;
        min-height: 270px;
        padding: 38px 24px;
    }

    .vf-program-hero h3 {
        font-size: clamp(2.2rem, 12vw, 3.8rem);
    }

    .vf-program-about {
        min-height: 0;
        padding: 36px 24px 48px;
    }

    .vf-flying-dashboard {
        padding: 76px 0 58px;
    }

    .vf-flying-head {
        gap: 22px;
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .vf-flying-head h2 {
        font-size: clamp(2.5rem, 12vw, 4.4rem);
    }

    .vf-flying-head p {
        font-size: 1rem;
    }

    .vf-flying-stage {
        min-height: 0;
        padding-bottom: 190px;
    }

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

    .vf-stat-card {
        min-height: 104px;
        padding: 20px;
    }

    .vf-stat-card i {
        font-size: 2rem;
    }

    .vf-dashboard-plane {
        bottom: -30px;
        max-width: 760px;
        opacity: .9;
        width: 112%;
    }

    .vf-hero {
        min-height: auto;
        padding: 98px 0 120px;
    }

    .vf-hero-screenshot {
        padding: 135px 0 120px;
    }

    .vf-hero-content h1 {
        font-size: 2.8rem;
    }

    .vf-hero-grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .vf-hero-copy {
        max-width: none;
        text-align: center;
    }

    .vf-hero-copy h1 {
        font-size: clamp(2.55rem, 10vw, 4.2rem);
        margin: 0 auto;
    }

    .vf-hero-copy p {
        font-size: 1rem;
        line-height: 1.65;
        margin-left: auto;
        margin-right: auto;
    }

    .vf-hero-copy .vf-actions {
        justify-content: center;
    }

    .vf-career-path {
        margin: 0 auto;
        max-width: 520px;
        width: 100%;
    }

    .vf-hero-form {
        margin-top: 28px;
    }

    .vf-features {
        margin-top: -58px;
    }

    .vf-quote-img {
        display: none;
    }

    .vf-quote-content {
        max-width: none;
        padding: 70px 24px;
    }

    .vf-faq-visual {
        height: 210px;
        margin-top: 34px;
        max-width: 360px;
    }

    .vf-faq-orbit {
        height: 158px;
        width: 282px;
    }

    .vf-faq-visual i {
        height: 70px;
        left: 135px;
        line-height: 70px;
        top: 70px;
        width: 70px;
    }

    .vf-faq-dot-two {
        left: 250px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        padding: 130px 0 110px;
    }

    .about-split,
    .about-card-grid,
    .about-advantage-grid,
    .team-grid,
    .about-phase-line,
    .about-life-grid {
        grid-template-columns: 1fr;
    }

    .team-card-featured {
        display: block;
        grid-column: auto;
    }

    .team-responsibility-grid,
    .team-related-grid {
        grid-template-columns: 1fr;
    }

    .team-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .py-120 {
        padding: 78px 0;
    }

    .efa-team-item {
        margin-bottom: 64px;
    }

    .efa-team-item > a:first-child {
        height: 340px;
    }

    .about-letter,
    .about-feature-card,
    .about-advantage-grid article {
        padding: 24px 20px;
    }

    .about-letter blockquote {
        font-size: 1.15rem;
        line-height: 1.55;
        padding-left: 24px;
    }

    .about-letter blockquote::before {
        font-size: 3.8rem;
        left: -6px;
        top: -4px;
    }

    .about-story-visual {
        padding: 16px 0 72px 16px;
    }

    .about-story-frame,
    .about-story-frame img {
        height: 520px;
    }

    .about-story-frame::before {
        height: calc(100% + 32px);
        left: -16px;
        top: -16px;
        width: calc(100% + 16px);
    }

    .about-experience-badge {
        bottom: -58px;
        height: 132px;
        left: 22px;
        width: 132px;
    }

    .about-experience-badge strong {
        font-size: 2.35rem;
    }

    .about-experience-badge small {
        font-size: .78rem;
    }

    .about-story-dots {
        bottom: 4px;
        right: 0;
    }

    .about-pathway-list {
        gap: 18px;
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .about-pathway-step {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        min-height: 0;
        padding: 16px 18px;
        text-align: left;
    }

    .about-pathway-step::before {
        display: none;
    }

    .about-pathway-step::after,
    .about-pathway-step:nth-child(4n)::after,
    .about-pathway-step:nth-child(2n)::after {
        background: linear-gradient(180deg, var(--sky), rgba(13, 71, 161, .1));
        display: block;
        height: 18px;
        left: 47px;
        top: calc(100% - 1px);
        width: 3px;
    }

    .about-pathway-step:last-child::after {
        display: none;
    }

    .about-pathway-step span {
        border-width: 4px;
        flex: 0 0 auto;
        height: 58px;
        width: 58px;
    }

    .vf-beyond-grid {
        gap: 44px;
        grid-template-columns: 1fr;
    }

    .vf-beyond-card {
        min-height: 225px;
        padding: 0 10px;
    }

    .vf-stat-grid {
        grid-template-columns: 1fr;
    }

    .vf-stat-action {
        align-items: flex-start;
    }

    .vf-dashboard-plane {
        width: 150%;
    }

    .vf-admission-copy {
        padding: 28px 20px;
    }

    .vf-admission-runway {
        grid-template-columns: 1fr;
    }

    .vf-admission-step {
        min-height: 0;
    }

    .vf-faq-visual {
        height: 170px;
        margin-top: 28px;
        max-width: 290px;
    }

    .vf-faq-orbit {
        height: 124px;
        left: 10px;
        top: 18px;
        width: 242px;
    }

    .vf-faq-visual i {
        font-size: 1.45rem;
        height: 58px;
        left: 104px;
        line-height: 58px;
        top: 60px;
        width: 58px;
    }

    .vf-faq-dot {
        font-size: .95rem;
        height: 38px;
        width: 38px;
    }

    .vf-faq-dot-one {
        left: 32px;
        top: 38px;
    }

    .vf-faq-dot-two {
        left: 210px;
        top: 76px;
    }

    .vf-faq-dot-three {
        left: 86px;
        top: 132px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vf-faq-visual *,
    .vf-faq-visual::before,
    .vf-faq-visual::after {
        animation: none;
    }
}
