:root {
        --ebu-blue: #0f2d58;
        --ebu-blue-2: #071d3e;
        --ebu-red: #d51f36;
        --ebu-red-2: #aa1429;
        --ink: #172236;
        --muted: #5f6f83;
        --warm: #f5efe9;
        --line: #dce3ec;
        --white: #fff;
        --shadow: 0 22px 60px rgba(5, 28, 62, .13);
    }

    * {
        box-sizing: border-box
    }

    html {
        scroll-behavior: smooth
    }

    body {
        margin: 0;
        font-family: "Montserrat", "Avenir Next", "Century Gothic", sans-serif;
        color: var(--ink);
        background: #fff;
        line-height: 1.65;
        overflow-x: hidden
    }

    img {
        display: block;
        max-width: 100%
    }

    a {
        text-decoration: none;
        color: inherit
    }

    button,
    input,
    select,
    textarea {
        font: inherit
    }

    .container {
        width: min(1200px, 92%);
        margin: auto
    }

    section {
        padding: 90px 0;
        position: relative;
        overflow: hidden
    }

    h1,
    h2,
    h3 {
        margin: 0 0 15px;
        line-height: 1.08;
        color: var(--ebu-blue)
    }

    h1 {
        font-size: clamp(42px, 5vw, 72px);
        letter-spacing: -2.2px;
        font-weight: 800
    }

    h2 {
        font-size: clamp(30px, 3.7vw, 49px);
        letter-spacing: -1.2px;
        font-weight: 800
    }

    h3 {
        font-size: 20px;
        font-weight: 750
    }

    p {
        margin: 0 0 16px;
        color: var(--muted)
    }

    .kicker {
        font-size: 11px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        font-weight: 800;
        color: var(--ebu-red);
        margin-bottom: 10px
    }

    .section-head {
        max-width: 840px;
        margin: 0 auto 38px;
        text-align: center
    }

    .section-head p {
        font-size: 16px
    }

    .texture-blue,
    .texture-red,
    .texture-light {
        isolation: isolate
    }

    .texture-blue::before,
    .texture-red::before,
    .texture-light::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        opacity: .32;
        background-image:
            radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .13) 0 1px, transparent 1.4px),
            radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .09) 0 1px, transparent 1.4px),
            linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .04) 49%, transparent 50%);
        background-size: 18px 18px, 25px 25px, 90px 90px;
    }

    .texture-light::before {
        opacity: .20;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(15, 45, 88, .22) 0 1px, transparent 1.2px),
            repeating-linear-gradient(135deg, rgba(15, 45, 88, .025) 0 1px, transparent 1px 8px);
        background-size: 22px 22px, auto
    }

    .texture-blue::before {
        background-image:
            radial-gradient(circle at 15% 22%, rgba(255, 255, 255, .18) 0 1px, transparent 1.4px),
            radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .10) 0 1px, transparent 1.4px),
            repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 9px);
        background-size: 18px 18px, 27px 27px, auto
    }

    .texture-red::before {
        background-image:
            radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .17) 0 1px, transparent 1.4px),
            repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 10px);
        background-size: 20px 20px, auto
    }

    .texture-blue>.container,
    .texture-red>.container,
    .texture-light>.container {
        position: relative;
        z-index: 2
    }

    .btn {
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 21px;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 800;
        transition: .28s cubic-bezier(.2, .8, .2, 1)
    }

    .btn-red {
        background: var(--ebu-red);
        color: #fff;
        box-shadow: 0 13px 30px rgba(213, 31, 54, .25)
    }

    .btn-red:hover {
        transform: translateY(-3px);
        background: var(--ebu-red-2)
    }

    .btn-outline {
        border: 1px solid rgba(255, 255, 255, .65);
        color: #fff;
        background: rgba(255, 255, 255, .04)
    }

    .btn-outline:hover {
        background: #fff;
        color: var(--ebu-blue);
        transform: translateY(-3px)
    }

    /* Header */
    .site-header {
        position: sticky;
        top: 0;
        z-index: 70;
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(13px);
        border-bottom: 1px solid #e7ebf0
    }

    .navbar {
        height: 84px;
        display: flex;
        align-items: center;
        gap: 28px
    }

    .brand {
        display: flex;
        align-items: center;
        min-width: 220px
    }

    .brand img {
        height: 75px;
        /* CHANGE IN THIS LINE */
        width: auto
    }

    .navlinks {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex: 1
    }

    .navlinks a {
        font-size: 11px;
        font-weight: 750;
        color: var(--ebu-blue);
        position: relative;
        padding: 30px 0
    }

    .navlinks a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 23px;
        height: 2px;
        background: var(--ebu-red);
        transition: .25s
    }

    .navlinks a:hover::after,
    .navlinks a.active::after {
        right: 0
    }

    .header-btn {
        white-space: nowrap
    }

    .menu-toggle {
        display: none;
        margin-left: auto;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 8px;
        background: var(--ebu-blue);
        color: #fff;
        font-size: 20px
    }

    /* Hero */
    .hero {
        min-height: 780px;
        padding: 0;
        background: var(--ebu-blue-2);
        color: #fff;
        display: flex;
        align-items: center;
        position: relative
    }

    .hero-bg {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(5, 25, 55, .97) 0%, rgba(5, 25, 55, .92) 41%, rgba(5, 25, 55, .68) 68%, rgba(5, 25, 55, .44) 100%),
            url("https://images.pexels.com/photos/20413292/pexels-photo-20413292.jpeg?cs=srgb&dl=pexels-alejandro-aznar-155337093-20413292.jpg&fm=jpg") center 55%/cover no-repeat;
        transform: scale(1.04);
        animation: heroZoom 16s ease-in-out infinite alternate
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 80% 15%, rgba(213, 31, 54, .2), transparent 27%), linear-gradient(130deg, transparent 0 63%, rgba(213, 31, 54, .12) 64% 64.5%, transparent 65%);
        pointer-events: none
    }

    @keyframes heroZoom {
        from {
            transform: scale(1.04)
        }

        to {
            transform: scale(1.1)
        }
    }

    .hero-grid {
        position: relative;
        z-index: 3;
        display: grid;
        grid-template-columns: 1.08fr .8fr;
        gap: 60px;
        align-items: center;
        padding: 92px 0 75px
    }

    .hero .kicker {
        color: #fff;
        opacity: .9
    }

    .hero h1 {
        color: #fff;
        max-width: 730px
    }

    .hero-red {
        display: block;
        color: var(--ebu-red);
        text-shadow: 0 4px 22px rgba(0, 0, 0, .35);
        margin-top: 8px
    }

    .hero .lead {
        max-width: 690px;
        font-size: 18px;
        color: #edf3fa
    }

    .hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 24px 0 28px
    }

    .hero-pill {
        border: 1px solid rgba(255, 255, 255, .22);
        background: rgba(7, 29, 62, .58);
        backdrop-filter: blur(5px);
        padding: 9px 12px;
        border-radius: 50px;
        color: #fff;
        font-size: 11px;
        font-weight: 700
    }

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

    .hero-visual {
        position: relative;
        height: 520px
    }

    .hero-photo-main {
        position: absolute;
        right: 0;
        top: 0;
        width: 78%;
        height: 430px;
        border-radius: 18px;
        object-fit: cover;
        box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
        border: 5px solid rgba(255, 255, 255, .75);
        animation: floatOne 7s ease-in-out infinite
    }

    .hero-photo-small {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 48%;
        height: 220px;
        border-radius: 14px;
        object-fit: cover;
        box-shadow: 0 22px 55px rgba(0, 0, 0, .35);
        border: 5px solid #fff;
        animation: floatTwo 8s ease-in-out infinite
    }

    .hero-seal {
        position: absolute;
        right: 5%;
        bottom: 20px;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        background: var(--ebu-red);
        display: grid;
        place-items: center;
        text-align: center;
        color: #fff;
        font-weight: 850;
        font-size: 11px;
        line-height: 1.35;
        border: 8px solid rgba(255, 255, 255, .86);
        box-shadow: 0 16px 45px rgba(0, 0, 0, .26);
        animation: pulseSeal 3.5s ease-in-out infinite
    }

    @keyframes floatOne {
        50% {
            transform: translateY(-13px) rotate(.6deg)
        }
    }

    @keyframes floatTwo {
        50% {
            transform: translateY(12px) rotate(-.8deg)
        }
    }

    @keyframes pulseSeal {
        50% {
            transform: scale(1.04)
        }
    }

    /* Moving trust strip */
    .trust-strip {
        background: var(--ebu-red);
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-bottom: 1px solid rgba(255, 255, 255, .18)
    }

    .trust-track {
        display: inline-flex;
        gap: 48px;
        padding: 18px 0;
        min-width: max-content;
        animation: marquee 28s linear infinite
    }

    .trust-track span {
        font-size: 12px;
        font-weight: 750;
        letter-spacing: .5px
    }

    .trust-track span::before {
        content: "◆";
        margin-right: 13px;
        color: #fff
    }

    @keyframes marquee {
        to {
            transform: translateX(-50%)
        }
    }

    /* shared carousel */
    .carousel-shell {
        position: relative
    }

    .scroll-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(270px, 1fr);
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 4px 4px 20px;
        overscroll-behavior-inline: contain
    }

    .scroll-track::-webkit-scrollbar {
        display: none
    }

    .scroll-track>* {
        scroll-snap-align: start
    }

    .carousel-nav {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 14px
    }

    .arrow {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #d5dde7;
        background: #fff;
        color: var(--ebu-blue);
        font-weight: 900;
        cursor: pointer;
        box-shadow: 0 7px 18px rgba(15, 45, 88, .07);
        transition: .2s
    }

    .arrow:hover {
        background: var(--ebu-blue);
        color: #fff;
        transform: translateY(-2px)
    }

    /* Benefits */
    .benefits {
        background: #f6f8fb
    }

    .benefit-card {
        min-height: 405px;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: var(--shadow);
        border: 1px solid #e5eaf1;
        transition: .35s
    }

    .benefit-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 70px rgba(6, 28, 61, .16)
    }

    .benefit-card img {
        width: 100%;
        height: 185px;
        object-fit: cover;
        transition: .6s
    }

    .benefit-card:hover img {
        transform: scale(1.055)
    }

    .card-copy {
        padding: 22px
    }

    .card-number {
        font-size: 11px;
        letter-spacing: 1.4px;
        font-weight: 900;
        color: var(--ebu-red);
        margin-bottom: 8px
    }

    .card-copy p {
        font-size: 13px;
        margin-bottom: 0
    }

    /* DProf split */
    .about {
        background: #fff
    }

    .split {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        gap: 65px;
        align-items: center
    }

    .image-stack {
        position: relative;
        height: 552px;
        /* height: 560px */
    }

    .image-stack .a {
        position: absolute;
        left: 0;
        top: 0;
        width: 84%;
        height: 391px;
        /* width: 73%;
        height: 470px; */
        object-fit: cover;
        border-radius: 16px;
        box-shadow: var(--shadow)
    }

    .image-stack .b {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 67%;
        height: 265px;
        /* width: 50%;
        height: 245px; */
        object-fit: cover;
        border-radius: 14px;
        border: 6px solid #fff;
        box-shadow: var(--shadow)
    }

    .image-stack::after {
        content: "PARIS · FRANCE";
        position: absolute;
        left: -52px;
        bottom: 76px;
        transform: rotate(-90deg);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 3px;
        color: var(--ebu-red)
    }

    .micro-track {
        margin-top: 25px;
        grid-auto-columns: minmax(188px, 1fr);
        /* grid-auto-columns: minmax(210px, 1fr) */
    }

    .micro-card {
        background: var(--ebu-blue);
        color: #fff;
        padding: 20px;
        border-radius: 12px;
        min-height: 150px;
        position: relative;
        overflow: hidden
    }

    .micro-card::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        right: -40px;
        top: -30px;
        background: rgba(213, 31, 54, .42)
    }

    .micro-card b {
        display: block;
        font-size: 14px;
        margin-bottom: 7px;
        position: relative;
        z-index: 1
    }

    .micro-card span {
        font-size: 11px;
        opacity: .82;
        position: relative;
        z-index: 1
    }

    /* Audience photo cards */
    .audience {
        background: var(--ebu-blue);
        color: #fff
    }

    .audience .section-head h2,
    .audience .section-head p {
        color: #fff
    }

    .audience .kicker {
        color: #ffb3bf
    }

    .aud-card {
        width: 310px;
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 20px 55px rgba(0, 0, 0, .2);
        transition: .35s
    }

    .aud-card img {
        height: 205px;
        width: 100%;
        object-fit: cover
    }

    .aud-card .card-copy {
        min-height: 178px
    }

    .aud-card h3 {
        font-size: 18px
    }

    .aud-card p {
        font-size: 12px
    }

    .audience .scroll-track {
        grid-auto-columns: 310px
    }

    /* pathway */
    .pathway {
        background: var(--warm)
    }

    .path-card {
        width: 315px;
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        border-top: 5px solid var(--ebu-red);
        box-shadow: 0 16px 40px rgba(15, 45, 88, .09);
        transition: .35s
    }

    .path-card img {
        height: 175px;
        width: 100%;
        object-fit: cover
    }

    .path-card .card-copy {
        min-height: 195px
    }

    .pathway .scroll-track {
        grid-auto-columns: 315px
    }

    /* support */
    .support {
        background: linear-gradient(100deg, rgba(5, 26, 58, .96), rgba(5, 26, 58, .71)), url(../convocation-09.webp) center 30% / cover no-repeat;
        /* CHANGE IN THIS LINE */
        color: #fff
    }

    .support h2,
    .support p {
        color: #fff
    }

    .support-box {
        max-width: 780px;
        padding: 20px 0
    }

    .support-grid {
        margin-top: 27px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .support-mini {
        background: rgba(255, 255, 255, .09);
        border: 1px solid rgba(255, 255, 255, .17);
        padding: 18px;
        border-radius: 12px;
        backdrop-filter: blur(4px);
        font-size: 12px;
        font-weight: 650
    }

    /* institution */
    .institution {
        background: #fff
    }

    .institution-visual {
        display: grid;
        grid-template-columns: 1.4fr .8fr;
        gap: 12px
    }

    .institution-visual img {
        width: 100%;
        height: 460px;
        object-fit: cover;
        border-radius: 15px
    }

    .institution-visual .side {
        display: grid;
        gap: 12px
    }

    .institution-visual .side img {
        height: 224px
    }

    .tag-row {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 22px
    }

    .tag {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .4px;
        color: var(--ebu-blue);
        border: 1px solid #ccd7e5;
        padding: 8px 11px;
        border-radius: 30px
    }

    /* Compare */
    .compare-sec {
        background: #f5f7fa
    }

    .compare-wrap {
        overflow-x: auto;
        border-radius: 13px;
        box-shadow: var(--shadow);
        scrollbar-width: thin
    }

    .compare {
        width: 100%;
        min-width: 870px;
        border-collapse: collapse;
        background: #fff
    }

    .compare th,
    .compare td {
        padding: 17px 18px;
        border-bottom: 1px solid #e7ebf0;
        text-align: left;
        vertical-align: top;
        font-size: 12px
    }

    .compare th {
        background: var(--ebu-blue);
        color: #fff;
        font-size: 13px
    }

    .compare th:first-child {
        background: var(--ebu-red)
    }

    .compare td:first-child {
        font-weight: 750;
        color: var(--ebu-blue);
        background: #fff4f5
    }

    /* recognition */
    .recognition {
        background: var(--ebu-red);
        color: #fff
    }

    .recognition h2,
    .recognition p {
        color: #fff
    }

    .recognition .kicker {
        color: #ffd7dd
    }

    .rec-card {
        width: 320px;
        background: rgba(5, 28, 61, .96);
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 20px 55px rgba(75, 0, 14, .24);
        transition: .35s
    }

    .rec-card:hover {
        transform: translateY(-7px)
    }

    .rec-card img {
        height: 185px;
        width: 100%;
        object-fit: cover
    }

    .rec-card h3 {
        color: #fff
    }

    .rec-card p {
        color: #d9e1ec;
        font-size: 12px
    }

    .recognition .scroll-track {
        grid-auto-columns: 320px
    }

    /* gallery ribbon */
    .gallery-ribbon {
        padding: 56px 0;
        background: #fff
    }

    .gallery-track {
        display: flex;
        gap: 12px;
        overflow: hidden
    }

    .gallery-track img {
        flex: 0 0 260px;
        height: 190px;
        object-fit: cover;
        border-radius: 13px;
        box-shadow: 0 10px 30px rgba(15, 45, 88, .08)
    }

    .gallery-inner {
        display: flex;
        gap: 12px;
        animation: galleryMove 42s linear infinite;
        min-width: max-content
    }

    @keyframes galleryMove {
        to {
            transform: translateX(-50%)
        }
    }

    /* apply band */
    .apply-band {
        background: var(--ebu-blue);
        color: #fff
    }

    .apply-band h2,
    .apply-band p {
        color: #fff
    }

    .apply-grid {
        display: grid;
        grid-template-columns: .85fr 1.15fr;
        gap: 55px;
        align-items: center
    }

    .apply-grid img {
        height: 430px;
        width: 100%;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
        border: 5px solid rgba(255, 255, 255, .12)
    }

    .checks {
        display: grid;
        gap: 10px;
        margin: 24px 0
    }

    .check {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        font-size: 13px
    }

    .check i {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--ebu-red);
        font-style: normal;
        font-weight: 900
    }

    /* FAQ */
    .faq-sec {
        background: #fff
    }

    .faq {
        max-width: 900px;
        margin: auto
    }

    .faq details {
        border-bottom: 1px solid #dfe5ec;
        padding: 18px 0
    }

    .faq summary {
        list-style: none;
        cursor: pointer;
        color: var(--ebu-blue);
        font-size: 13px;
        font-weight: 800;
        padding-right: 40px;
        position: relative
    }

    .faq summary::-webkit-details-marker {
        display: none
    }

    .faq summary::after {
        content: "+";
        position: absolute;
        right: 0;
        top: -4px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef2f7;
        color: var(--ebu-red);
        font-size: 18px
    }

    .faq details[open] summary::after {
        content: "–"
    }

    .faq details p {
        font-size: 13px;
        margin-top: 12px
    }

    /* final */
    .final {
        background: linear-gradient(90deg, rgba(5, 26, 58, .94), rgba(5, 26, 58, .6)), url("../convocation-18.webp") center 35%/cover no-repeat;
        color: #fff;
        text-align: center
    }

    .final h2,
    .final p {
        color: #fff
    }

    .final p {
        max-width: 760px;
        margin: 0 auto 25px
    }

    /* modal */
    .modal {
        position: fixed;
        inset: 0;
        z-index: 200;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 18px;
        background: rgba(3, 14, 32, .78);
        backdrop-filter: blur(9px)
    }

    .modal.open {
        display: flex;
        animation: fadeIn .25s ease
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .modal-card {
        width: min(720px, 100%);
        max-height: 92vh;
        overflow: auto;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 40px 100px rgba(0, 0, 0, .42);
        position: relative;
        animation: modalUp .35s cubic-bezier(.2, .8, .2, 1)
    }

    @keyframes modalUp {
        from {
            opacity: 0;
            transform: translateY(28px) scale(.97)
        }

        to {
            opacity: 1;
            transform: none
        }
    }

    .modal-head {
        padding: 26px 30px;
        background: var(--ebu-blue);
        color: #fff;
        position: relative
    }

    .modal-head h3 {
        font-size: 28px;
        color: #fff;
        margin-bottom: 7px
    }

    .modal-head p {
        color: #dbe7f5;
        font-size: 12px;
        margin: 0
    }

    .modal-close {
        position: absolute;
        right: 18px;
        top: 18px;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .12);
        color: #fff;
        font-size: 22px;
        cursor: pointer
    }

    .modal-form {
        padding: 25px 30px 30px
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .modal-form input,
    .modal-form select,
    .modal-form textarea {
        width: 100%;
        padding: 13px;
        border: 1px solid #d3dce7;
        border-radius: 7px;
        font-size: 12px;
        outline: 0
    }

    .modal-form textarea {
        min-height: 90px;
        resize: vertical;
        margin-top: 12px
    }

    .form-full {
        width: 100%;
        margin-top: 12px
    }

    .form-note {
        font-size: 10px;
        color: #7a8798;
        margin-top: 9px;
        text-align: center
    }

    /* reveal motion */
    .reveal {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1)
    }

    .reveal.show {
        opacity: 1;
        transform: none
    }

    .delay-1 {
        transition-delay: .08s
    }

    .delay-2 {
        transition-delay: .16s
    }

    .delay-3 {
        transition-delay: .24s
    }

    footer {
        background: #06172f;
        color: #d9e2ed;
        padding: 27px 0
    }

    .footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        font-size: 10px
    }

    .footer-inner img {
        height: 82px;
        /* CHANGE IN THIS LINE */
        background: #fff;
        padding: 5px;
        border-radius: 5px
    }

    .credit {
        opacity: .65;
        margin-top: 5px
    }

    /* mobile */
    @media(max-width:1000px) {
        .navlinks {
            position: fixed;
            left: 4%;
            right: 4%;
            top: 82px;
            background: #fff;
            display: none;
            flex-direction: column;
            align-items: stretch;
            gap: 0;
            border-radius: 13px;
            padding: 8px;
            box-shadow: 0 22px 60px rgba(0, 0, 0, .16)
        }

        .navlinks.open {
            display: flex
        }

        .navlinks a {
            padding: 14px 16px;
            border-bottom: 1px solid #eef1f5
        }

        .navlinks a::after {
            display: none
        }

        .header-btn {
            display: none
        }

        .menu-toggle {
            display: block
        }

        .hero-grid,
        .split,
        .apply-grid {
            grid-template-columns: 1fr
        }

        .hero-grid {
            padding: 70px 0 55px
        }

        .hero-visual {
            height: 440px;
            max-width: 700px;
            width: 100%;
            margin: auto
        }

        .institution .split {
            grid-template-columns: 1fr
        }

        .support-grid {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(max-width:640px) {
        section {
            padding: 62px 0
        }

        .navbar {
            height: 72px
        }

        .brand img {
            height: 48px
        }

        .brand {
            min-width: 0
        }

        .navlinks {
            top: 70px
        }

        h1 {
            font-size: 40px;
            letter-spacing: -1.5px
        }

        h2 {
            font-size: 30px
        }

        .hero {
            min-height: auto
        }

        .hero-grid {
            padding: 50px 0 42px;
            gap: 32px
        }

        .hero .lead {
            font-size: 15px
        }

        .hero-actions {
            display: grid;
            grid-template-columns: 1fr
        }

        .hero-actions .btn {
            width: 100%
        }

        .hero-visual {
            height: 350px
        }

        .hero-photo-main {
            height: 285px;
            width: 82%
        }

        .hero-photo-small {
            height: 150px;
            width: 48%
        }

        .hero-seal {
            width: 95px;
            height: 95px;
            font-size: 9px;
            right: 2%;
            bottom: 8px;
            border-width: 5px
        }

        .section-head {
            text-align: left;
            margin-bottom: 28px
        }

        .section-head p {
            font-size: 13px
        }

        .carousel-nav {
            justify-content: flex-start
        }

        .scroll-track {
            margin-right: -4vw;
            padding-right: 4vw;
            grid-auto-columns: 82vw
        }

        .audience .scroll-track,
        .pathway .scroll-track,
        .recognition .scroll-track {
            grid-auto-columns: 82vw
        }

        .aud-card,
        .path-card,
        .rec-card {
            width: auto
        }

        .image-stack {
            height: 315px;
            margin: 0 0 18px;
            overflow: visible
        }

        .image-stack .a {
            left: 0;
            top: 0;
            width: 100%;
            height: 250px;
            object-fit: cover;
            object-position: center 32%;
            border-radius: 18px;
            box-shadow: 0 16px 38px rgba(7, 29, 62, .16)
        }

        .image-stack .b {
            right: 14px;
            bottom: 0;
            width: 48%;
            height: 138px;
            object-fit: cover;
            object-position: center 28%;
            border: 5px solid #fff;
            border-radius: 16px;
            box-shadow: 0 14px 32px rgba(7, 29, 62, .20)
        }

        .image-stack::after {
            display: none
        }

        .micro-track {
            grid-auto-columns: 76vw
        }

        .support-grid {
            grid-template-columns: 1fr
        }

        .institution-visual {
            grid-template-columns: 1fr
        }

        .institution-visual img {
            height: 330px
        }

        .institution-visual .side {
            grid-template-columns: 1fr 1fr
        }

        .institution-visual .side img {
            height: 155px
        }

        .gallery-track img {
            flex-basis: 210px;
            height: 155px
        }

        .apply-grid img {
            height: 330px
        }

        .form-grid {
            grid-template-columns: 1fr
        }

        .modal-head,
        .modal-form {
            padding-left: 20px;
            padding-right: 20px
        }

        .footer-inner {
            flex-direction: column;
            align-items: flex-start
        }
    }

    @media(prefers-reduced-motion:reduce) {
        * {
            animation: none !important;
            transition: none !important;
            scroll-behavior: auto !important
        }

        .reveal {
            opacity: 1;
            transform: none
        }
    }



    .new-ftr ul {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    li {
        list-style: none;
    }

    .social-media {
        gap: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social-media li a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #fff;
        border-radius: 100%;
        background: #f1f1f145;
        /* display: -webkit-box;
    display: -ms-flexbox; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-media li a:hover {
        background: #f1f1f18f;
    }

    .social-media-2 {
        padding-top: 8px;
    }

    .social-media-2 li {
        padding-bottom: 10px;
    }

    .social-media-2 li a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

    .social-media-2 li a:hover {
        color: #0d6efd;
    }

    .social-media-2 p {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        font-family: "Manrope", sans-serif;
    }

    .social-media-2 p span {
        width: 2px;
        height: 32px;
        margin-bottom: 5px;
        display: inline-block;
        background: #0d6efd;
    }

    .social_wrapper {
        position: fixed;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* IMPORTANT */
        gap: 12px;
        z-index: 9999;
    }

    /* button */
    .social_wrapper .btn {
        position: relative;
        display: flex;
        align-items: center;
        width: 52px;
        height: 52px;
        /* border-radius: 50px; */
        color: white;
        text-decoration: none;
        overflow: hidden;
        /* padding-left: 0; */
        transition: width .25s ease;
        white-space: nowrap;
    }

    /* icon fixed */
    .social_wrapper .btn i {
        min-width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    /* text hidden */
    .social_wrapper .btn span {
        opacity: 0;
        margin-left: 5px;
        transition: opacity .2s ease;
        display: none;
    }

    /* expand only THIS button */
    .social_wrapper .btn:hover {
        width: 170px;
    }

    /* show text */
    .social_wrapper .btn:hover span {
        opacity: 1;
        display: block;
    }

    /* colors */
    .social_wrapper .mail {
        background: #444 !important;
    }

    .social_wrapper .whatsapp {
        background: #25D366 !important;
    }

    .social_wrapper .linkedin {
        background: #0a66c2 !important;
    }

    .social_wrapper .instagram {
        background: #E1306C !important;
    }

    /* ===== Tablet (≤1024px) ===== */
    @media (max-width:1024px) {
        .social_wrapper {

            gap: 10px;
        }

        .social_wrapper .btn {
            width: 46px;
            height: 46px;
        }

        .social_wrapper .btn i {
            min-width: 46px;
            height: 46px;
            font-size: 18px;
        }
    }

    /* ===== Mobile (≤768px) ===== */
    @media (max-width:768px) {
        .social_wrapper .btn {
            width: 46px;
            height: 46px;
        }

        /* disable hover expansion */
        .social_wrapper .btn:hover {
            width: 46px;
        }

        .social_wrapper .btn span {
            display: none;
        }
    }

    /* ===== Small Mobile (≤480px) ===== */
    @media (max-width:480px) {
        .social_wrapper {
            gap: 8px;
        }

        .social_wrapper .btn {
            width: 42px;
            height: 42px;
        }

        .social_wrapper .btn i {
            min-width: 42px;
            height: 42px;
            font-size: 16px;
        }
    }

.error {
     color: red !important;
    font-style: italic;
    font-size: 13px;
}

