:root {
    --navy: #0d1f4e;
    --navy-mid: #1a2f6e;
    --navy-light: #253f8a;
    --gold: #c8952a;
    --gold-light: #e8b84b;
    --off-white: #f6f4ef;
    --white: #fff;
    --text: #1c1c1c;
    --muted: #6b6b6b;
    --shadow: 0 18px 45px rgba(13, 31, 78, .12);
    --radius: 20px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    color: var(--text);
    overflow-x: hidden
}

.cams-navbar {
    height: 100px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(13, 31, 78, .08)
}

.navbar-brand img {
    height: 105px
}

.nav-link {
    color: var(--navy) !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 4px;
    border-radius: 10px;
    padding: 10px 14px !important
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold) !important;
    background: rgba(200, 149, 42, .09)
}

.nav-cta {
    background: var(--navy);
    color: #fff !important
}

.nav-cta:hover {
    background: var(--gold);
    color: var(--navy) !important
}

.hero-section {
    margin-top: 100px;
    background: var(--navy)
}

.carousel-item img {
    /* height: 600px; */
    object-fit: cover;
    object-position: center
}

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

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: var(--gold-light)
}

.section-pad {
    padding: 96px 0
}

.off-bg {
    background: var(--off-white)
}

.navy-bg {
    background: linear-gradient(135deg, var(--navy), #122c68)
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .28em;
    margin-bottom: 12px
}

.section-label:before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--gold)
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 18px
}

p,
.lead-text {
    color: var(--muted);
    line-height: 1.85
}

.about-card {
    background: linear-gradient(145deg, var(--navy), var(--navy-light));
    border-radius: 28px;
    padding: 42px;
    color: #fff;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.about-card:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(232, 184, 75, .16);
    right: -80px;
    top: -70px
}

.about-card img {
    width: 150px;
    background: rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 12px;
    margin-bottom: 24px
}

.about-card h3 {
    font-family: 'Playfair Display', serif
}

.about-card p {
    color: rgba(255, 255, 255, .75)
}

.about-card span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 40px;
    padding: 6px 12px;
    margin: 5px;
    font-size: 12px
}

.gold-line {
    width: 54px;
    height: 3px;
    background: var(--gold);
    margin: 20px 0
}

.stat-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 24px 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(13, 31, 78, .08);
    border-bottom: 4px solid var(--gold)
}

.stat-card strong {
    display: block;
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-size: 32px
}

.stat-card span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 34px
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    border: 1px solid rgba(13, 31, 78, .06);
    transition: .3s
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: var(--shadow)
}

.service-card>i {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--gold-light);
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    font-size: 20px
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-size: 22px
}

.service-card p {
    font-size: 14px;
    margin-bottom: 10px
}

.service-card b {
    display: inline-block;
    background: rgba(13, 31, 78, .07);
    color: var(--navy);
    border-radius: 30px;
    padding: 5px 11px;
    margin: 3px;
    font-size: 11px
}

.logo-marquee {
    overflow: hidden;
    margin: 34px 0;
    padding: 8px
}

.logo-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: scroll 28s linear infinite
}

.logo-track:hover {
    animation-play-state: paused
}

.logo-pill {
    width: 170px;
    height: 92px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(13, 31, 78, .08);
    display: grid;
    place-items: center;
    border: 1px solid rgba(13, 31, 78, .08);
    font-weight: 800;
    color: var(--navy)
}

.logo-pill img {
    max-width: 125px;
    max-height: 58px;
    object-fit: contain
}

.text-logo {
    font-family: 'Playfair Display', serif;
    font-size: 22px
}

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

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
    color: var(--muted);
    line-height: 1.8
}

.feature-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--gold);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}

.feature-list strong {
    color: var(--navy)
}

.exam-card {
    background: linear-gradient(145deg, var(--navy), #102b69);
    border-radius: 22px;
    padding: 42px;
    text-align: center;
    color: #fff;
    box-shadow: var(--shadow)
}

.exam-card strong {
    font-family: 'Playfair Display', serif;
    color: var(--gold-light);
    font-size: 54px;
    display: block
}

.exam-card span {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px
}

.exam-card p {
    color: rgba(255, 255, 255, .72);
    margin: 18px 0
}

.btn-gold {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--navy);
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    padding: 13px 28px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .07em;
    box-shadow: 0 10px 22px rgba(200, 149, 42, .28);
    transition: .3s
}

.btn-gold:hover {
    transform: translateY(-3px);
    color: var(--navy)
}

.btn-gold.small {
    padding: 10px 22px
}

.event-card {
    height: 100%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    padding: 32px;
    transition: .3s
}

.event-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold)
}

.event-card span {
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 800
}

.event-card h3 {
    color: #fff;
    margin: 12px 0 8px
}

.event-card p {
    color: rgba(255, 255, 255, .66)
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.partner-grid div {
    height: 120px;
    background: #fff;
    border-radius: 18px;
    display: grid;
    place-items: center;
    box-shadow: 0 9px 22px rgba(13, 31, 78, .07);
    border: 1px solid rgba(13, 31, 78, .06);
    transition: .3s
}

.partner-grid div:hover {
    transform: translateY(-6px);
    border-color: var(--gold)
}

.partner-grid img {
    max-width: 78%;
    max-height: 70px;
    object-fit: contain
}

.contact-item {
    display: flex;
    gap: 18px;
    margin: 22px 0
}

.contact-item i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(200, 149, 42, .13);
    color: var(--gold)
}

.contact-item b {
    color: var(--navy)
}

.contact-form {
    background: var(--off-white);
    border-radius: 26px;
    padding: 38px;
    box-shadow: var(--shadow)
}

.contact-form h3 {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    margin-bottom: 22px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(13, 31, 78, .12);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
    outline: none
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200, 149, 42, .12)
}

footer {
    background: var(--navy);
    color: rgba(255, 255, 255, .66);
    padding: 60px 0 28px;
    border-top: 4px solid var(--gold)
}

.footer-logo {
    width: 135px;
    margin-bottom: 16px
}

footer h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 16px
}

footer a {
    display: block;
    color: rgba(255, 255, 255, .66);
    text-decoration: none;
    margin: 7px 0;
    font-size: 14px
}

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

.copy {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 36px;
    padding-top: 20px;
    font-size: 13px
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: var(--navy);
    text-decoration: none;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.back-top.show {
    opacity: 1;
    pointer-events: auto
}

@media(max-width:991px) {
    .cams-navbar {
        height: auto
    }

    .navbar-collapse {
        background: #fff;
        padding: 16px;
        border-radius: 0 0 18px 18px
    }

    /* .carousel-item img {
        height: 450px
    } */

    .section-pad {
        padding: 72px 0
    }

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

    .partner-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:575px) {
    .navbar-brand img {
        height: 46px
    }

    .hero-section {
        margin-top: 67px
    }

    .carousel-item img {
        /* height: 200px; */
        object-position: left center
    }

    .section-pad {
        padding: 58px 0
    }

    .section-title {
        font-size: 32px
    }

    .stats-row .col-6 {
        width: 100%
    }

    .service-card {
        padding: 22px;
        gap: 14px
    }

    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .partner-grid div {
        height: 96px
    }

    .contact-form {
        padding: 24px
    }

    .logo-pill {
        width: 145px;
        height: 82px
    }
}