:root {
    --blue: #003399;
    --blue2: #183f7a;
    --gold: #d4a415;
    --ink: #121b2e;
    --muted: #5b6577;
    --line: #dce2eb;
    --soft: #f5f7fb;
    --white: #fff;
    --black: #000104;
    --grey: #666;
    --radius: 18px;
    --shadow: 0 18px 55px rgba(0, 51, 153, .12);
    --wrap: 1400px;
    --bs-body-font-family: Arial, Helvetica, sans-serif;
    --bs-font-sans-serif: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.accordion-button,
.btn {
    font-family: Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    line-height: 1.55
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select {
    font: inherit
}

.wrap {
    width: min(var(--wrap), calc(100% - 36px));
    margin: auto
}

.section {
    padding: 78px 0
}

.soft {
    background: var(--soft)
}

.dark {
    background: var(--blue);
    color: #fff
}

.gold {
    color: var(--gold)
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--blue);
    margin-bottom: 12px
}

.eyebrow:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 3px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1 {
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin-bottom: 18px
}

h2 {
    font-size: clamp(30px, 3.6vw, 50px);
    line-height: 1.08;
    letter-spacing: -.035em;
    margin-bottom: 16px
}

h3 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 9px
}

.lead {
    font-size: clamp(17px, 1.6vw, 21px);
    max-width: 740px;
    color: #e8edf7
}

.muted {
    color: var(--muted)
}

.intro {
    max-width: 790px;
    margin-bottom: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 23px;
    border-radius: 7px;
    border: 1px solid transparent;
    font-weight: 800;
    transition: .2s;
    cursor: pointer
}

.btn-primary {
    background: var(--gold);
    color: #fff
}

.btn-primary:hover {
    background: #b98d0c;
    transform: translateY(-1px)
}

.btn-secondary {
    border-color: rgba(255, 255, 255, .82);
    color: #fff;
    background: rgba(0, 28, 82, .28);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .22)
}

.btn-secondary:hover {
    background: #fff;
    color: var(--blue);
    border-color: #fff
}

.btn-blue {
    background: var(--blue);
    color: #fff
}

.btn-outline-blue {
    border-color: var(--blue);
    color: var(--blue);
    background: #fff
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.site-head {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.head-inner {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.logo img {
    width: 355px;
    max-height: 58px;
    object-fit: contain
}

.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 13px;
    font-weight: 700;
    color: #2a3952
}

.hero {
    position: relative;
    min-height: 680px;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--blue)
}

.hero-bg {
    position: absolute;
    inset: 0
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 78, .97) 0%, rgba(0, 32, 100, .93) 50%, rgba(0, 32, 100, .78) 100%)
}

.hero .wrap {
    position: relative;
    z-index: 2
}

.hero-copy {
    max-width: 770px;
    padding: 76px 0
}

.hero-kicker {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px
}

.hero h1 span {
    color: #f0c63e
}

.hero .actions {
    margin-top: 26px
}

.hero-trust {
    margin-top: 36px;
    max-width: 760px
}

.hero-trust div {
    border-top: 1px solid rgba(255, 255, 255, .32);
    padding-top: 13px
}

.hero-trust strong {
    display: block;
    font-size: 24px
}

.hero-trust small {
    color: #dce5f4
}

.quickbar {
    background: #fff;
    border-bottom: 1px solid var(--line)
}



.quickbar-item {
    padding: 24px 20px;
    border-right: 1px solid var(--line);
    text-align: center
}

.quickbar-item:last-child {
    border-right: 0
}

.quickbar-item strong {
    display: block;
    color: var(--blue);
    font-size: 24px
}

.quickbar-item span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 700
}



.recognition-art {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
    min-height: 390px
}

.recognition-art img {
    width: 100%;
    height: 390px;
    /*height: 470px;*/
    /*object-fit: cover;*/
    object-fit: contain;
}

.recognition-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 51, 153, .04), rgba(0, 51, 153, .36))
}

.recognition-badges {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.recognition-badge {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 12px;
    padding: 13px 15px;
    box-shadow: 0 10px 28px rgba(0, 20, 70, .18)
}

.recognition-badge strong {
    display: block;
    color: var(--blue);
    font-size: 18px
}

.recognition-badge span {
    font-size: 11px;
    color: var(--muted);
    font-weight: 700
}

.rank-cards {
    margin-top: 24px
}

.rank-card {
    background: var(--blue);
    color: #fff;
    border-radius: 14px;
    padding: 21px 16px;
    text-align: center
}

.rank-card strong {
    display: block;
    font-size: 35px;
    color: var(--gold)
}

.rank-card span {
    font-size: 12px;
    font-weight: 800
}

.highlights-grid {
    display: block
}



.highlight {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px
}

.icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef3ff;
    color: var(--blue);
    font-weight: 900;
    margin-bottom: 13px;
    border: 1px solid #d7e1f5
}

.highlight p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 0
}

.highlight-visual {
    display: none
}

.outcomes {
    background: linear-gradient(180deg, #fff, #f6f8fc)
}



.stat {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--gold);
    border-radius: 14px;
    padding: 26px 26px 24px 84px;
    box-shadow: 0 10px 30px rgba(0, 51, 153, .06)
}

.stat-icon {
    position: absolute;
    left: 24px;
    top: 25px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef3ff;
    border: 1px solid #d7e1f5;
    color: var(--blue);
    font-weight: 900;
    font-size: 18px
}

.stat strong {
    display: block;
    font-size: 38px;
    color: var(--blue)
}

.stat span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700
}

.recruiter-label {
    margin-top: 34px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue)
}

.logo-strip {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    display: flex
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
    will-change: transform
}

.logo-strip:hover .logo-track {
    animation-play-state: paused
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-right: 50px
}

.logo-group img {
    height: 48px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .8;
    transition: all .3s ease
}

.logo-group img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08)
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.gca {
    background: var(--blue);
    color: #fff
}



.gca-copy p {
    color: #dce6f5
}

.gca-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 28px
}

.gca-feature {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, .05)
}

.gca-gallery {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 260px 210px;
    gap: 10px
}

.gca-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
    border: 4px solid rgba(255, 255, 255, .14)
}

.gca-gallery figure:first-child {
    grid-column: 1 / -1
}

.gca-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gca-gallery .network {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible
}

.gca-gallery .network img {
    border-radius: 14px;
    border: 4px solid rgba(255, 255, 255, .14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22)
}

.curriculum-grid {
    margin-top: 28px
}

.module {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 19px 15px;
    min-height: 145px
}

.module small {
    display: block;
    color: var(--gold);
    font-weight: 900;
    margin-bottom: 8px
}

.module h3 {
    font-size: 18px
}



.learning-photo {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.learning-photo img {
    width: 100%;
    height: 480px;
    object-fit: cover
}

.learning-points {
    display: grid;
    gap: 12px
}

.learning-point {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
}

.learning-point b {
    color: var(--gold);
    font-size: 20px
}



.faculty-photo {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.faculty-photo img {
    width: 100%
}

.faculty-points {
    margin-top: 22px
}

.faculty-point {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px
}



.alumni-collage {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 10px
}

.alumni-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px
}

.alumni-stack {
    display: grid;
    gap: 10px
}

.alumni-stack img {
    height: 200px
}



.eligibility {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 27px;
    box-shadow: 0 8px 28px rgba(0, 51, 153, .06)
}

.check {
    display: flex;
    gap: 11px;
    margin: 15px 0
}

.check b {
    color: var(--gold)
}



.process-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 19px
}

.process-item small {
    color: var(--gold);
    font-weight: 900
}

.faq {
    max-width: 940px;
    margin: auto
}

.faq-accordion .accordion-item {
    background: #fff;
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: #fff;
    color: var(--blue);
    font-weight: 800;
    font-size: 16px;
    padding: 19px 40px 19px 20px;
    box-shadow: none;
    border: none;
    position: relative;
    text-align: left;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--blue);
    background-color: #fff;
}

.faq-accordion .accordion-button::after {
    display: none !important;
}

.faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 28px;
    color: var(--gold);
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
}

.faq-accordion .accordion-body {
    padding: 0 20px 18px;
    color: var(--muted);
    font-size: 15px;
    text-align: left;
}

.final-cta {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    min-height: 390px;
    display: flex;
    align-items: center
}

.final-cta img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.final-cta:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 33, 100, .95), rgba(0, 51, 153, .58), rgba(0, 51, 153, .2))
}

.final-copy {
    position: relative;
    z-index: 2;
    padding: 48px;
    max-width: 760px
}

.footer {
    background: #001a54;
    color: #d9e2f0;
    padding: 40px 0;
    font-size: 13px
}



.footer-logo {
    width: 360px;
    max-height: 75px;
    object-fit: contain;
    margin-bottom: 18px
}

.sticky-mobile {
    display: none
}

.legacy-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .68);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 18px
}

.legacy-modal.open {
    display: flex
}

.legacy-modal-card {
    background: #fff;
    width: min(570px, 100%);
    border-radius: 18px;
    padding: 28px;
    position: relative
}

.legacy-modal-close {
    position: absolute;
    right: 16px;
    top: 12px;
    border: 0;
    background: none;
    font-size: 30px;
    cursor: pointer;
    color: var(--blue)
}

.checker {
    display: grid;
    gap: 12px
}

.checker label {
    font-size: 12px;
    font-weight: 800;
    color: #34435a
}

.checker select,
.checker input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd5e3;
    border-radius: 8px
}

.result {
    display: none;
    margin-top: 14px;
    padding: 15px;
    border-radius: 10px;
    background: #f0f5ff;
    color: var(--blue);
    font-weight: 700
}

@media(max-width:980px) {
    .nav {
        display: none
    }

    .gca-gallery {
        grid-template-rows: 300px 220px
    }



    .quickbar-item:nth-child(2) {
        border-right: 0
    }

    .quickbar-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .learning-photo img {
        height: 380px
    }

    .head-inner>.btn {
        display: none
    }
}

@media(max-width:640px) {
    .section {
        padding: 54px 0
    }

    .recognition-badges {
        grid-template-columns: 1fr;
        left: 14px;
        right: 14px;
        bottom: 14px
    }

    .gca-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .gca-gallery figure:first-child {
        grid-column: auto
    }

    .gca-gallery figure {
        height: 240px
    }

    .gca-gallery .network {
        height: auto;
        grid-template-columns: 1fr 1fr
    }

    .gca-gallery .network img {
        height: 170px
    }

    .stat {
        padding-left: 76px
    }

    .head-inner {
        height: 68px
    }

    .logo img {
        width: 260px
    }

    .hero {
        min-height: 650px
    }

    .hero-copy {
        padding: 58px 0
    }

    .hero-bg:after {
        background: linear-gradient(180deg, rgba(0, 30, 95, .82), rgba(0, 35, 105, .96) 62%, rgba(0, 35, 105, .98))
    }

    .hero-trust {
        grid-template-columns: 1fr 1fr
    }



    .alumni-stack {
        grid-template-columns: 1fr 1fr
    }

    .alumni-stack img {
        height: 150px
    }

    .final-copy {
        padding: 34px 24px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .sticky-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 120;
        background: #fff;
        padding: 9px;
        gap: 9px;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .13)
    }

    body {
        padding-bottom: 72px
    }

    .sticky-mobile .btn {
        min-height: 46px
    }

    .quickbar-item {
        padding: 18px 10px
    }

    .learning-photo img {
        height: 300px
    }
}


/* =====================================================================
   GCA SECTION  —  paste from <!-- GCA SECTION START --> to END
   Prefix "gca-" on every class, so nothing collides with your theme.
   ===================================================================== */

.gca-section {
    --gca-blue: #003399;
    --gca-blue-deep: #00256e;
    --gca-blue-card: #0d3d9e;
    --gca-gold: #d4a415;
    --gca-gold-soft: #e8bf4d;
    position: relative;
    overflow: hidden;
    background: var(--gca-blue);
    color: #fff;
    padding: 64px 0 68px;
    font-family: 'Poppins', "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* navy wash in the top-right corner, echoing the campaign creative */
.gca-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(0, 20, 70, .55) 0%, rgba(0, 20, 70, 0) 55%),
        linear-gradient(200deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, 0) 42%);
}

.gca-section>.container {
    position: relative;
    z-index: 2
}

/* ---------- Accreditation / partner lockup ---------- */
.gca-lockup {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 20px;
    margin-bottom: 26px;
    box-shadow: 0 12px 30px rgba(0, 12, 45, .28);
}

.gca-lockup img {
    display: block;
    height: 38px;
    width: auto
}

.gca-lockup .gca-rule {
    width: 1px;
    height: 34px;
    background: #d7dce6;
    flex: 0 0 1px
}

/* ---------- Eyebrow ---------- */
.gca-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.gca-eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--gca-gold);
    border-radius: 2px
}

/* ---------- Headline ---------- */
.gca-title {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-size: clamp(1.95rem, 3.1vw, 2.9rem);
    margin: 0 0 6px;
}

.gca-title .gca-gold {
    color: var(--gca-gold-soft);
    display: block
}

.gca-subtitle {
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    font-weight: 500;
    color: #cfdcff;
    margin: 0 0 20px;
}

.gca-copy {
    font-size: 1rem;
    line-height: 1.75;
    color: #d7e2ff;
    max-width: 620px;
    margin: 0 0 26px;
}

/* ---------- Feature chips ---------- */
.gca-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 640px;
    margin-bottom: 26px
}

.gca-chip {
    background: var(--gca-blue-card);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 13px 16px;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.gca-chip:hover {
    border-color: var(--gca-gold);
    background: #12459f;
    transform: translateY(-2px)
}

.gca-tagline {
    font-size: 1rem;
    color: #cfdcff;
    margin: 0 0 24px
}

/* ---------- CTA ---------- */
.gca-cta {
    display: inline-block;
    background: var(--gca-gold);
    color: #0a1f4d;
    font-weight: 700;
    font-size: 1.02rem;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 10, 40, .3);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.gca-cta:hover {
    background: var(--gca-gold-soft);
    color: #0a1f4d;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 10, 40, .38)
}

.gca-cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px
}

/* ---------- Angled photo mosaic (replaces the old collage) ---------- */
.gca-media {
    position: relative;
    padding-left: 8px
}

.gca-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 230px 250px 190px;
    gap: 10px;
    transform: skewX(-5deg);
    filter: drop-shadow(0 22px 46px rgba(0, 8, 35, .42));
}

.gca-tile {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    /* the white frame from the creative */
}

.gca-tile>span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.gca-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: skewX(5deg) scale(1.16);
    /* counter-skew so faces stay upright */
    transition: transform .6s cubic-bezier(.2, .7, .3, 1);
}

.gca-tile:hover img {
    transform: skewX(5deg) scale(1.23)
}

.gca-t1 {
    grid-column: span 12
}

.gca-t2 {
    grid-column: span 8
}

.gca-t3 {
    grid-column: span 4
}

.gca-t4 {
    grid-column: span 6
}

.gca-t5 {
    grid-column: span 6
}

/* caption strip under the mosaic */
.gca-caption {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #b9caf5;
    font-weight: 500;
}

.gca-caption::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--gca-gold);
    flex: 0 0 22px
}

/* ---------- Entrance motion ---------- */
.gca-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease
}

.gca-reveal.is-in {
    opacity: 1;
    transform: none
}

/* ---------- Responsive ---------- */
@media (max-width:1199px) {
    .gca-mosaic {
        grid-template-rows: 200px 215px 165px
    }
}

@media (max-width:991px) {
    .gca-section {
        padding: 52px 0 56px
    }

    .gca-media {
        margin-top: 40px;
        padding-left: 0
    }

    .gca-mosaic {
        transform: none;
        grid-template-rows: 210px 220px 175px
    }

    .gca-tile img {
        transform: none
    }

    .gca-tile:hover img {
        transform: scale(1.06)
    }
}

@media (max-width:575px) {
    .gca-chips {
        grid-template-columns: 1fr
    }

    .gca-lockup {
        gap: 14px;
        padding: 10px 16px
    }

    .gca-lockup img {
        height: 30px
    }

    .gca-mosaic {
        grid-template-rows: 170px 180px 150px;
        gap: 8px
    }
}

@media (prefers-reduced-motion:reduce) {
    .gca-reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .gca-tile img,
    .gca-chip,
    .gca-cta {
        transition: none
    }

    .gca-tile:hover img {
        transform: skewX(5deg) scale(1.16)
    }
}
/* =====================================================================
   INQUIRY FORM CARDS STYLING
   ===================================================================== */
.inquiry-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
    color: var(--ink);
    transition: transform 0.3s ease;
}

.inquiry-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--blue);
    margin-bottom: 6px;
    text-align: center;
}

.inquiry-card p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 22px;
    text-align: center;
}

.inquiry-form .form-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--blue);
    margin-bottom: 4px;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
    border: 1px solid #ccd5e3;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    color: var(--ink);
    background-color: #fff;
    transition: all 0.2s ease;
}

.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(0, 51, 153, 0.15);
}

.inquiry-form .form-check {
    padding-left: 1.65em;
}

.inquiry-form .form-check-label {
    font-size: 10.5px;
    line-height: 1.4;
    color: var(--muted);
    user-select: none;
}

.inquiry-form .form-check-input {
    border: 1px solid #ccd5e3;
    border-radius: 4px;
    margin-left: -1.65em;
}

.inquiry-form .form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
}

.inquiry-form .btn-submit {
    background: var(--gold);
    color: #fff;
    font-weight: 800;
    padding: 12px;
    border-radius: 8px;
    border: none;
    width: 100%;
    transition: background 0.2s ease, transform 0.2s ease;
    font-size: 15px;
    cursor: pointer;
}

.inquiry-form .btn-submit:hover {
    background: #b98d0c;
    transform: translateY(-1px);
}

.inquiry-form .btn-submit:active {
    transform: translateY(0);
}

.inquiry-result {
    display: none;
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.inquiry-result.success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.inquiry-result.error {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* ---------- RESPONSIVENESS OVERRIDES FOR ALL VIEWPORTS ---------- */

/* Small laptops / landscape tablet styling */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero h1 {
        font-size: clamp(34px, 4vw, 48px);
    }
    
    .inquiry-card {
        padding: 20px;
    }
    
    .inquiry-card h3 {
        font-size: 18px;
    }
    
    .inquiry-form .form-control,
    .inquiry-form .form-select {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Medium viewports (between tablet and mobile-landscape) */
@media (max-width: 991px) {
    .hero .wrap {
        padding: 40px 0;
    }
    
    .hero-copy {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    .hero-trust {
        justify-content: center;
    }
    
    .hero-trust div {
        text-align: center;
    }
    
    .inquiry-card {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Mobile specific styling */
@media (max-width: 575px) {
    .inquiry-card {
        padding: 18px;
    }
    
    .inquiry-card h3 {
        font-size: 17px;
    }
    
    .inquiry-card p {
        margin-bottom: 15px;
    }
    
    .inquiry-form .form-control,
    .inquiry-form .form-select {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .inquiry-form .btn-submit {
        padding: 10px;
        font-size: 14px;
    }
    
    .inquiry-form .form-check-label {
        font-size: 9.5px;
    }
}

.deadline{
    display:inline-block;
    background:#d4a415;
    color:#fff;
    padding:18px 24px;
    border-radius:50px;
    font-size:22px;
    font-weight:bold;
}

.deadline strong{
    color:#fff;
}
