@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
    --navy: #070a3a;
    --navy-2: #11165a;
    --gold: #d6af3d;
    --gold-light: #ead17b;
    --ink: #10143d;
    --cream: #f7f7f3;
    --line: #d9d9d2;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    color: var(--ink);
    font-size: 16px
}

.skip-link {
    position: absolute;
    left: -999px;
    z-index: 99;
    background: #fff;
    padding: .75rem
}

.skip-link:focus {
    left: 1rem;
    top: 1rem
}

.utility-bar {
    background: #06082f;
    color: #d9dbea;
    font-size: .78rem;
    padding: .55rem 0
}

.utility-bar a {
    color: inherit;
    text-decoration: none
}

.utility-bar a:hover {
    color: #fff
}

.navbar {
    background: #fff;
    padding: 1rem 0;
    box-shadow: 0 1px 12px #070a3a12
}

.brand-mark {
    color: var(--navy);
    border: 2px solid currentColor;
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    font-family: var(--serif);
    font-size: 1.45rem;
    line-height: 1
}

.brand-name {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.1;
    color: var(--navy)
}

.brand-name small {
    display: block;
    font-size: .56rem;
    letter-spacing: .19em;
    margin-top: 2px
}

.nav-link {
    font-weight: 600;
    color: var(--ink) !important;
    margin: 0 .45rem
}

.nav-link:hover,
.nav-link.active {
    color: #9a7414 !important
}

.navbar-toggler {
    border: 0;
    font-size: 1.7rem
}

.navbar-toggler:focus {
    box-shadow: none
}

.btn {
    border-radius: 0;
    padding: .75rem 1.25rem;
    font-weight: 700;
    font-size: .87rem;
    letter-spacing: .02em
}

.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy)
}

.btn-gold:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: var(--navy)
}

.hero-section {
    position: relative;
    height: 72vh;
    min-height: 480px;
    max-height: 680px;
    overflow: hidden;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05072fe8 0%, #070a3a91 54%, #070a3a1a 100%)
}

.hero-content {
    padding-top: 2rem
}

.eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .19em;
    margin-bottom: 1rem;
    color: #9a7414
}

.text-gold {
    color: var(--gold-light)
}

.hero-section h1,
h2 {
    font-family: var(--serif);
    font-weight: 600;
    line-height: 1.03
}

.hero-section h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    letter-spacing: -.04em
}

.hero-copy {
    font-size: 1.12rem;
    line-height: 1.7;
    max-width: 550px;
    margin: 1.5rem 0 2rem;
    color: #edf2f4
}

.btn-outline-light:hover {
    color: var(--navy)
}

.hero-scroll {
    position: absolute;
    bottom: 35px;
    right: 7%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .67rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px
}

.hero-scroll span {
    height: 35px;
    width: 1px;
    background: #fff;
    display: block
}

.quick-links {
    background: #fff
}

.quick-link {
    color: var(--navy);
    text-decoration: none;
    padding: 1.5rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid var(--line);
    font-weight: 700
}

.quick-link:last-child {
    border: 0
}

.quick-link>i:first-child {
    font-size: 1.4rem;
    color: #ba8b21
}

.quick-link:hover {
    background: #f8f4e9;
    color: var(--navy)
}

.section-padding {
    padding: 110px 0
}

.intro-section,
.news-section {
    background: var(--cream)
}

h2 {
    font-size: clamp(2.5rem, 4.5vw, 4.2rem);
    letter-spacing: -.04em
}

h2 em {
    color: #89611c
}

.intro-copy {
    font-size: 1.25rem;
    line-height: 1.75
}

.text-link {
    font-size: .88rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
    padding-bottom: .35rem
}

.text-link i {
    margin-left: 8px
}

.text-link:hover {
    color: #9a7414
}

.academics-section {
    background: #fff
}

.programme-card {
    min-height: 360px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate
}

.programme-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #05072fae, #070a3ae8);
    z-index: -1
}

.card-one {
    background-image: url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=900&q=80')
}

.card-two {
    background-image: url('https://images.unsplash.com/photo-1541339907198-e08756dedf3f?auto=format&fit=crop&w=900&q=80')
}

.card-three {
    background-image: url('https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=900&q=80')
}

.card-number {
    color: var(--gold-light);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .13em
}

.programme-card h3 {
    font-family: var(--serif);
    font-size: 2rem;
    margin-top: 3.5rem
}

.programme-card p {
    max-width: 230px;
    line-height: 1.55
}

.programme-card a {
    height: 42px;
    width: 42px;
    border: 1px solid #ffffffb0;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    align-self: flex-end
}

.programme-card a:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold)
}

.impact-section {
    background: var(--navy);
    padding: 65px 0;
    color: #fff
}

.impact-section strong {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 600
}

.impact-section strong span {
    color: var(--gold)
}

.impact-section p {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #c7c9dc;
    margin: 0
}

.admissions-image {
    height: 510px;
    background: url('https://images.unsplash.com/photo-1498243691581-b145c3f54a5a?auto=format&fit=crop&w=1100&q=85') center/cover
}

.admissions-section p:not(.eyebrow) {
    line-height: 1.7
}

.accordion-item {
    background: transparent;
    border-color: var(--line)
}

.accordion-button {
    background: transparent !important;
    padding: 1.15rem 0;
    font-weight: 700;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    color: var(--navy)
}

.accordion-button:after {
    background-size: .9rem
}

.accordion-body {
    padding: 0 0 1.15rem;
    line-height: 1.6;
    color: #56636b
}

.btn-dark {
    background: var(--navy);
    border-color: var(--navy)
}

.btn-dark:hover {
    background: var(--navy-2);
    border-color: var(--navy-2)
}

.campus-section {
    background: linear-gradient(90deg, #06082fe8, #06082f9c), url('immages/gt3.png') center/cover;
    color: #fff
}

.campus-section h2 {
    color: #fff
}

.campus-section p:not(.eyebrow) {
    color: #e0e1ed;
    max-width: 520px;
    line-height: 1.7
}

.campus-quote {
    border-left: 2px solid var(--gold);
    padding-left: 2rem
}

.campus-quote>i {
    color: var(--gold);
    font-size: 2rem
}

.campus-quote p {
    font-family: var(--serif);
    font-size: 1.5rem;
    line-height: 1.35 !important;
    margin: .4rem 0 1rem
}

.campus-quote span {
    font-size: .7rem;
    letter-spacing: .12em;
    font-weight: bold
}

.news-image {
    height: 205px;
    background-size: cover;
    background-position: center
}

.news-one {
    background-image: url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?auto=format&fit=crop&w=800&q=80')
}

.news-two {
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=800&q=80')
}

.news-three {
    background-image: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=800&q=80')
}

.news-meta {
    font-size: .68rem;
    letter-spacing: .11em;
    font-weight: 700;
    color: #9a7414;
    margin: 1.2rem 0 .7rem
}

.news-card h3 {
    font-family: var(--serif);
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0;
    max-width: 330px
}

.arrow-link {
    height: 38px;
    width: 38px;
    border: 1px solid var(--navy);
    display: grid;
    place-items: center;
    color: var(--navy);
    text-decoration: none;
    margin-top: 1.4rem
}

.arrow-link:hover {
    background: var(--navy);
    color: #fff
}

.visit-section {
    padding: 115px 0;
    background: #d6af3d url('immages/slider/bt.png') center/cover;
    background-blend-mode: soft-light;
    text-align: center
}

.visit-section h2 {
    color: var(--navy)
}

.visit-section .eyebrow {
    color: #51380c
}

footer {
    background: #06082f;
    color: #c7c9dc;
    padding: 70px 0 20px;
    font-size: .85rem
}

footer .brand-mark,
footer .brand-name {
    color: #fff
}

.footer-address {
    line-height: 1.8;
    margin: 1.6rem 0
}

.socials {
    display: flex;
    gap: .8rem
}

.socials a {
    height: 32px;
    width: 32px;
    border: 1px solid #7378a6;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none
}

.socials a:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold)
}

footer h4 {
    color: #fff;
    font-size: .82rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

footer a {
    display: block;
    color: #c7c9dc;
    text-decoration: none;
    margin: .55rem 0
}

footer a:hover {
    color: var(--gold)
}

.newsletter-form {
    display: flex;
    border-bottom: 1px solid #797eaa;
    padding-bottom: .5rem
}

.newsletter-form input {
    background: none;
    border: 0;
    outline: 0;
    color: #fff;
    width: 100%;
    font-size: .85rem
}

.newsletter-form input::placeholder {
    color: #b3b6ce
}

.newsletter-form button {
    background: none;
    border: 0;
    color: #fff
}

.footer-bottom {
    border-top: 1px solid #2e3369;
    margin-top: 55px;
    padding-top: 20px;
    font-size: .7rem
}

.footer-bottom span:last-child {
    display: flex;
    gap: 1.2rem
}

.footer-bottom a {
    display: inline;
    margin: 0
}

@media(max-width:767.98px) {
    .hero-section {
        min-height: 620px;
        height: calc(100vh - 67px)
    }

    .hero-scroll {
        display: none
    }

    .quick-link {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .quick-link:last-child {
        border-bottom: 0
    }

    .section-padding {
        padding: 75px 0
    }

    .admissions-image {
        height: 340px
    }

    .campus-quote {
        margin-top: 1.5rem
    }

    .visit-section {
        padding: 80px 0
    }
}



#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform .8s ease;
}

.carousel-item:hover .hero-slide {
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .30));
    z-index: 2;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(900px, 90%);
    z-index: 3;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.hero-copy {
    max-width: 620px;
    font-size: 1.1rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

@media (max-width:991px) {
    .hero-section {
        height: 60vh;
        min-height: 420px;
    }

    .hero-content {
        width: 90%;
    }

    .hero-content h1 {
        font-size: 3rem;
    }
}

@media (max-width:768px) {
    .hero-section {
        height: 380px;
        min-height: 380px;
    }

    .hero-content {
        text-align: center;
        width: 92%;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-copy {
        font-size: .95rem;
        max-width: 100%;
    }

    .hero-content .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }

    .hero-scroll {
        display: none;
    }
}

.carousel-item:nth-child(1) img {
    object-position: center 35%;
}

.carousel-item:nth-child(2) img {
    object-position: center 25%;
}

.carousel-item:nth-child(3) img {
    object-position: center 20%;
}

.carousel-item:nth-child(4) img {
    object-position: center 30%;
}

.carousel-item:nth-child(5) img {
    object-position: center;
}

.carousel-item:nth-child(6) img {
    object-position: center 25%;
}


/* ===== PROFESSIONAL HERO SLIDER OVERRIDES ===== */
.hero-section {
    background: #f4f6fb;
    padding: 28px 0;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible;
}

#heroCarousel {
    width: min(94%, 1400px);
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    height: 620px;
}

.hero-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 8s ease;
}

.carousel-item.active .hero-slide {
    transform: scale(1.05);
}

.hero-overlay {
    inset: 28px calc(3% + 2px);
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(3, 14, 47, .72), rgba(3, 14, 47, .25), rgba(3, 14, 47, .05));
}

.hero-content {
    left: 8% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: min(700px, 88%);
    text-align: left;
}

.hero-content .btn {
    border-radius: 50px;
    padding: 14px 30px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .28);
    backdrop-filter: blur(8px);
    background-size: 45%;
}

@media(max-width:991px) {

    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item {
        height: 470px;
    }

    .hero-overlay {
        inset: 28px;
    }

    .hero-content {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center;
        width: 90%;
    }
}

@media(max-width:768px) {
    .hero-section {
        padding: 12px;
    }

    #heroCarousel {
        width: 100%;
        border-radius: 18px;
    }

    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item {
        height: 340px;
    }

    .hero-overlay {
        inset: 12px;
        border-radius: 18px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-copy {
        display: none;
    }

    .hero-content .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}