/* ==================================================
   LOCAL FONTS
   ================================================== */
@font-face {
    font-family: Manrope;
    src: url("../assets/fonts/Manrope.ttf") format("truetype");
    font-weight: 200 800;
    font-display: swap;
}
@font-face {
    font-family: Caveat;
    src: url("../assets/fonts/Caveat.ttf") format("truetype");
    font-weight: 400 700;
    font-display: swap;
}

/* ==================================================
   THEME, TYPOGRAPHY AND PAGE WIDTH
   ================================================== */
:root {
    --navy: #062d54;
    --gold: #b88b25;
    --ink: #112d48;
    --light: #edf6fc;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    font-family: Manrope, Arial, sans-serif;
    color: var(--ink);
    font-size: 14px;
}
a {
    color: inherit;
    text-decoration: none;
}
a,
button {
    touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}
h1,
h2,
h3 {
    font-weight: 800;
    color: var(--navy);
}
h2 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -1.3px;
}
h2 span {
    color: var(--gold);
}
.container {
    max-width: 1320px;
    padding-left: 36px;
    padding-right: 36px;
}
.eyebrow {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 10px;
    margin-bottom: 9px;
}
.section-pad {
    padding: 30px 0;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.section-heading h2 {
    margin-bottom: 5px;
}
.section-heading p:last-child {
    margin-bottom: 0;
    font-size: 16px;
}
.section-heading > .btn {
    border-radius: 18px;
    padding: 10px 22px;
    flex-shrink: 0;
}

/* ==================================================
   TOP BAR, LOGO AND RESPONSIVE NAVIGATION
   ================================================== */
.topbar {
    background: var(--navy);
    color: #fff;
    font-size: 10px;
    padding: 9px 0;
}
.contact-strip {
    display: flex;
    align-items: center;
    gap: 25px;
}
.contact-strip i {
    margin-right: 6px;
}
.top-whatsapp i {
    color: #55cfaa;
    font-size: 15px;
    vertical-align: middle;
}
.top-note {
    font-size: 10px;
    letter-spacing: 0.4px;
}
.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 2px 12px #092c5310;
}
.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-brand {
    padding: 0;
    margin-right: 22px;
}
/* The supplied reference is displayed as a sprite to retain its exact logo. */
.brand-image {
    display: block;
    width: 242px;
    height: 76px;
    background: url("../assets/images/reference-home-v2.jpeg") -35px -37px / 1024px 1536px no-repeat;
}
.navbar-nav {
    gap: 9px;
}
.navbar .nav-link {
    font-size: 11px;
    font-weight: 700;
    color: var(--navy);
    padding: 12px 5px !important;
    white-space: nowrap;
    border: 0;
    background: none;
    position: relative;
}
.navbar .nav-link.active:after {
    content: "";
    height: 2px;
    width: 27px;
    background: var(--navy);
    position: absolute;
    bottom: 4px;
    left: 5px;
}
.navbar .nav-link:hover {
    color: var(--gold);
}
.nav-apply {
    margin-left: 24px;
}

/* ==================================================
   SHARED BUTTONS
   ================================================== */
.btn {
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    padding: 14px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition:
        transform 0.2s,
        background 0.2s,
        box-shadow 0.2s;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 17px #082c541a;
}
.btn-gold {
    background: linear-gradient(110deg, #b79030, #9c710e);
    color: white;
    border: 1px solid #b79030;
}
.btn-gold:hover {
    background: #92690e;
    color: white;
}
.btn-navy {
    background: var(--navy);
    color: white;
    border: 1px solid var(--navy);
}
.btn-navy:hover {
    background: #124674;
    color: white;
}
.btn-outline-navy {
    border: 1px solid var(--navy);
    background: #ffffffdb;
    color: var(--navy);
}
.btn-outline-navy:hover {
    background: #eaf3fc;
}
.whatsapp-button i {
    color: #0c856b;
    font-size: 22px;
}

/* ==================================================
   HERO: LEFT COPY, RIGHT JODHPUR VISUAL
   ================================================== */
.hero {
    background: #eaf4fb url("../assets/images/hero-jodhpur.png") center / cover no-repeat;
}
.hero-inner {
    height: 490px;
    position: relative;
    padding-top: 75px;
}
.hero-copy {
    position: relative;
    z-index: 2;
    width: 61%;
}
.hero .eyebrow {
    letter-spacing: 5px;
    font-size: 11px;
    margin-bottom: 13px;
}
.hero h1 {
    font-size: clamp(40px, 4.5vw, 61px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    margin-bottom: 12px;
}
.hero h1 span {
    color: var(--gold);
}
.hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-bottom: 28px;
}
.hero-benefits {
    display: flex;
    margin-bottom: 28px;
}
.hero-benefits span {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 11px;
    line-height: 1.45;
    padding: 0 17px;
    border-right: 1px solid #aab8c980;
}
.hero-benefits span:first-child {
    padding-left: 0;
}
.hero-benefits span:last-child {
    border: 0;
}
.hero-benefits i {
    font-size: 28px;
    color: var(--navy);
}
.hero-actions {
    display: flex;
    gap: 17px;
}
.hero-actions .btn {
    min-width: 190px;
}
.hero-handwriting {
    position: absolute;
    top: 37px;
    left: 55%;
    font:
        34px/0.9 Caveat,
        cursive;
    color: var(--navy);
    transform: rotate(-12deg);
    text-align: center;
}
.hero-handwriting:after,
.guidance-signature:after {
    content: "";
    display: block;
    height: 3px;
    background: var(--gold);
    margin-top: 10px;
    transform: rotate(-7deg);
}
.admission-ribbon {
    position: absolute;
    bottom: -38px;
    right: 24px;
    width: 526px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px 20px 40px;
    color: white;
    border-radius: 28px 0 0 5px;
    background: linear-gradient(110deg, #072d50, #073959);
    box-shadow: 0 12px 20px #092c5310;
}
.admission-ribbon > i {
    font-size: 47px;
    color: white;
}
.admission-ribbon div > span {
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}
.admission-ribbon strong {
    display: block;
    font-size: 27px;
    line-height: 1.1;
}
.admission-ribbon p {
    padding-left: 20px;
    border-left: 1px solid #ffffff65;
    font-size: 11px;
    margin: 0;
}
.round-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e2c273;
    color: var(--navy);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    margin-left: auto;
}

/* ==================================================
   SIX COURSE CARDS
   ================================================== */
.programs {
    padding-top: 35px;
}
.programs .section-heading {
    min-height: 90px;
    align-items: flex-end;
}
.course-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 13px;
}
.course-card {
    background: var(--course-color);
    border-radius: 9px;
    overflow: hidden;
    padding: 0 5px 5px;
    scroll-margin-top: 120px;
    transition: box-shadow 0.2s;
}
.course-card:hover {
    box-shadow: 0 10px 25px #092c5325;
}
/* Sprite coordinates are relative to the image, so portraits scale with each card. */
.course-photo {
    position: relative;
    aspect-ratio: 153 / 125;
    overflow: hidden;
    margin: 0 -5px;
}
.course-photo img {
    position: absolute;
    width: 669.281%;
    max-width: none;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(var(--photo-x), -40.234375%);
}
.course-photo:after {
    content: "";
    position: absolute;
    inset: 58% 0 0;
    background: linear-gradient(transparent, var(--course-color));
}
.course-title {
    position: relative;
    padding: 28px 0 10px;
    text-align: center;
}
.course-title h3 {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.6px;
    white-space: nowrap;
}
.course-icon {
    position: absolute;
    bottom: 42px;
    left: 6px;
    width: 48px;
    height: 48px;
    border: 3px solid var(--course-color);
    background: white;
    color: var(--course-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
}
.course-details {
    border-radius: 5px;
    background: #fff;
    padding: 10px 8px 0;
    min-height: 102px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.course-details p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px;
    flex: 1;
}
.course-details button,
.course-details .course-link {
    border: 0;
    border-top: 1px solid #e4e8ed;
    background: transparent;
    padding: 8px 0;
    width: 100%;
    color: var(--navy);
    font-size: 11px;
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

/* ==================================================
   STATISTICS
   ================================================== */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(100deg, #072c50, #073956);
    color: white;
    border-radius: 9px;
    padding: 23px 10px;
    margin-top: 22px;
}
.stat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    border-right: 1px solid #ffffff70;
}
.stat:last-child {
    border: 0;
}
.stat > i {
    color: #edce89;
    font-size: 40px;
}
.stat strong {
    display: block;
    font-size: 25px;
    line-height: 1.2;
}
.stat span {
    font-size: 11px;
}

/* ==================================================
   ABOUT, CAMPUS IMAGE AND SERVICES
   ================================================== */
.about {
    padding-top: 0;
    padding-bottom: 25px;
}
.about-layout {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
}
.about-copy {
    padding-right: 24px;
}
.about-copy h2 {
    font-size: 31px;
}
.about-copy > p:not(.eyebrow) {
    font-size: 12px;
    color: #37404a;
    line-height: 1.7;
    margin: 13px 0 18px;
}
.about-benefits {
    display: flex;
    margin: 0 0 20px;
    gap: 14px;
}
.about-benefits > span {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 10px;
    line-height: 1.6;
}
.about-benefits i {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 17px;
    background: var(--navy);
    color: white;
    flex-shrink: 0;
}
.about-visual {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: stretch;
    overflow: hidden;
    border-radius: 12px;
    background: #edf4fb;
}
.campus-photo {
    width: 100%;
    min-width: 0;
    position: relative;
    overflow: hidden;
    min-height: 325px;
}
.campus-photo img {
    position: absolute;
    width: 342.475%;
    max-width: none;
    height: auto;
    left: 0;
    top: 0;
    transform: translate(-51.171875%, -65.625%);
}
.support-list {
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: linear-gradient(120deg, #dfeefa, #f2f6fb);
}
.support-list > div {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #dce5ed;
    font-size: 11px;
}
.support-list > div:last-child {
    border-bottom: 0;
}
.support-list i {
    font-size: 25px;
    width: 28px;
    text-align: center;
    color: var(--navy);
    flex-shrink: 0;
}

/* ==================================================
   GOLD ADMISSION GUIDANCE STRIP
   ================================================== */
.guidance-strip {
    background: #f9e9c1;
    padding: 23px 0;
}
.guidance-inner {
    display: flex;
    align-items: center;
    gap: 22px;
}
.guidance-icon {
    color: #a8770b;
    font-size: 52px;
}
.guidance-copy {
    flex: 1;
}
.guidance-copy h2 {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 6px;
}
.guidance-copy p {
    font-size: 12px;
    margin: 0;
}
.guidance-actions {
    display: flex;
    gap: 13px;
}
.guidance-actions .btn {
    padding: 13px 20px;
}
.guidance-actions .whatsapp-button {
    color: #0b6c5a;
    border-color: #348b77;
}
.guidance-signature {
    font:
        26px/0.85 Caveat,
        cursive;
    transform: rotate(-12deg);
    text-align: center;
    margin: 0 8px 0 15px;
}

/* ==================================================
   GALLERY: LOCAL SAMPLE IMAGES AND LIGHTBOX
   ================================================== */
.gallery {
    padding-top: 30px;
    padding-bottom: 35px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}
.gallery-card {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: var(--navy);
    text-align: left;
}
.gallery-card img {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
    transition: transform 0.4s;
}
.gallery-card:hover img {
    transform: scale(1.045);
}
.gallery-caption {
    position: absolute;
    inset: auto 0 0;
    padding: 38px 15px 14px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background: linear-gradient(transparent, #052642df);
}
.gallery-note {
    color: #708093;
    font-size: 11px;
    margin: 14px 0 0;
}
.gallery-full-image {
    display: block;
    width: 100%;
    max-height: 62vh;
    object-fit: contain;
    background: #f1f4f7;
    border-radius: 6px;
}
.gallery-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}
#galleryCounter {
    font-size: 12px;
    font-weight: 700;
}

/* ==================================================
   EXISTING CONTACT SECTION AND FOOTER
   ================================================== */
.contact-section {
    background: var(--navy);
    color: white;
    padding: 35px 0;
}
.contact-section .eyebrow {
    color: #e7be79;
}
.contact-section h2 {
    color: white;
    font-size: 25px;
    letter-spacing: -0.5px;
}
.contact-section p:last-child {
    font-size: 12px;
    margin: 8px 0 0;
    color: #d0deea;
}
footer {
    background: #f7f9fc;
    padding: 20px 0;
    font-size: 10px;
    color: #596a7a;
}

/* ==================================================
   ENQUIRY / BLOG MODALS AND ACCESSIBILITY
   ================================================== */
.modal-content {
    border: 0;
    border-radius: 13px;
    overflow: hidden;
}
.modal-header {
    padding: 25px;
    background: #edf5fb;
}
.modal-header .eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
}
.modal-body {
    padding: 25px;
}
.form-label {
    font-size: 12px;
    font-weight: 700;
}
.form-control,
.form-select {
    font-size: 13px;
    padding: 12px;
    border-color: #dce4ed;
}
.form-note {
    font-size: 11px;
    color: #657587;
    text-align: center;
    margin: 12px 0 0;
}
.skip-link {
    position: fixed;
    top: -60px;
    left: 20px;
    padding: 10px;
    background: white;
    z-index: 2000;
}
.skip-link:focus {
    top: 10px;
}

/* ==================================================
   RESPONSIVE: SMALL DESKTOP
   ================================================== */
@media (max-width: 1199px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-brand {
        margin-right: 12px;
    }
    .brand-image {
        width: 215px;
        height: 67px;
        background-size: 901px 1352px;
        background-position: -31px -33px;
    }
    .navbar-nav {
        gap: 4px;
    }
    .navbar .nav-link {
        font-size: 10px;
    }
    .nav-apply {
        margin-left: 15px;
        padding: 12px 15px;
    }
    .top-note {
        display: none;
    }
    .hero-inner {
        height: 435px;
        padding-top: 55px;
    }
    .hero h1 {
        font-size: 49px;
    }
    .hero-subtitle {
        font-size: 17px;
    }
    .hero-benefits span {
        padding: 0 12px;
        font-size: 10px;
        gap: 8px;
    }
    .hero-benefits i {
        font-size: 26px;
    }
    .hero-actions .btn {
        min-width: 177px;
    }
    .hero-handwriting {
        font-size: 30px;
        left: 54%;
    }
    .admission-ribbon {
        width: 470px;
        gap: 16px;
        padding: 18px 20px 18px 29px;
    }
    .admission-ribbon > i {
        font-size: 39px;
    }
    .admission-ribbon div > span {
        font-size: 13px;
    }
    .admission-ribbon p {
        font-size: 10px;
        padding-left: 15px;
    }
    .course-grid {
        gap: 11px;
    }
    .course-title h3 {
        font-size: 12px;
    }
    .course-details {
        padding-left: 4px;
        padding-right: 4px;
    }
    .course-details p {
        font-size: 10px;
    }
    .course-icon {
        width: 42px;
        height: 42px;
        bottom: 36px;
        font-size: 19px;
    }
    .about-copy h2 {
        font-size: 27px;
    }
    .about-benefits {
        gap: 8px;
    }
    .about-benefits > span {
        font-size: 9px;
        gap: 6px;
    }
    .about-benefits i {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }
    .campus-photo {
        min-height: 293px;
    }
    .support-list {
        padding: 10px 12px;
    }
    .support-list > div {
        gap: 10px;
        font-size: 10px;
    }
    .guidance-inner {
        gap: 17px;
    }
    .guidance-copy h2 {
        font-size: 17px;
    }
    .guidance-signature {
        display: none;
    }
    .guidance-actions .btn {
        padding: 12px 17px;
    }
}

/* ==================================================
   RESPONSIVE: TABLET
   ================================================== */
@media (max-width: 991px) {
    .navbar-collapse {
        padding: 15px 0;
    }
    .navbar .nav-link {
        font-size: 14px;
        padding: 10px !important;
        text-align: left;
    }
    .nav-apply {
        margin: 10px 0;
    }
    .topbar .email {
        display: none;
    }
    .topbar .container {
        justify-content: center !important;
    }
    .hero-inner {
        height: 410px;
        padding-top: 50px;
    }
    .hero-copy {
        width: 68%;
    }
    .hero h1 {
        font-size: 38px;
        letter-spacing: -1.6px;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .hero-benefits {
        flex-wrap: wrap;
        max-width: 340px;
        gap: 16px 0;
        margin-bottom: 20px;
    }
    .hero-benefits span {
        width: 50%;
        border: 0;
        padding: 0;
    }
    .hero-actions {
        gap: 10px;
    }
    .hero-actions .btn {
        min-width: 150px;
        font-size: 10px;
        padding: 12px;
        gap: 10px;
    }
    .hero-handwriting {
        display: none;
    }
    .hero {
        background-position: 62% center;
    }
    .admission-ribbon {
        width: 425px;
        right: 20px;
        bottom: -45px;
    }
    .admission-ribbon > i {
        font-size: 33px;
    }
    .admission-ribbon strong {
        font-size: 23px;
    }
    .programs {
        padding-top: 72px;
    }
    .section-heading h2 {
        font-size: 31px;
    }
    .section-heading p:last-child {
        font-size: 12px;
    }
    .course-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
    .course-title h3 {
        font-size: 17px;
    }
    .course-icon {
        width: 50px;
        height: 50px;
        bottom: 43px;
        font-size: 22px;
    }
    .course-details p {
        font-size: 12px;
    }
    .stat {
        gap: 13px;
    }
    .stat > i {
        font-size: 31px;
    }
    .stat strong {
        font-size: 21px;
    }
    .stat span {
        font-size: 9px;
    }
    .about-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .about-copy {
        padding-right: 0;
    }
    .about-copy h2 {
        font-size: 31px;
    }
    .about-benefits {
        gap: 25px;
    }
    .about-benefits > span {
        font-size: 11px;
        gap: 10px;
    }
    .about-visual {
        grid-template-columns: 65% 35%;
    }
    .campus-photo {
        aspect-ratio: 299/278;
        min-height: 0;
    }
    .support-list {
        padding: 22px;
    }
    .support-list > div {
        font-size: 13px;
    }
    .guidance-inner {
        flex-wrap: wrap;
    }
    .guidance-copy {
        flex-basis: 75%;
    }
    .guidance-copy h2 {
        font-size: 22px;
    }
    .guidance-actions {
        margin-left: 69px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
    .gallery-card img {
        height: 220px;
    }
}

/* ==================================================
   RESPONSIVE: MOBILE
   ================================================== */
@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .topbar {
        font-size: 9px;
        padding: 7px 0;
    }
    .contact-strip {
        gap: 14px;
    }
    .contact-strip > a[href^="tel:"] {
        display: none;
    }
    .brand-image {
        width: 201px;
        height: 64px;
        background-size: 850px 1275px;
        background-position: -29px -30px;
    }
    .navbar-toggler {
        padding: 7px;
        font-size: 17px;
    }
    .hero {
        background-size: auto 330px;
        background-position: right bottom;
        background-color: #edf6fc;
    }
    .hero-inner {
        height: 675px;
        padding-top: 30px;
        background: linear-gradient(#edf6fc 0%, #edf6fc 48%, transparent 65%);
    }
    .hero-copy {
        width: 100%;
    }
    .hero .eyebrow {
        font-size: 9px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    .hero h1 {
        font-size: clamp(28px, 8vw, 44px);
        letter-spacing: -1.2px;
    }
    .hero-subtitle {
        font-size: 13px;
        max-width: 305px;
        line-height: 1.5;
        margin-bottom: 23px;
    }
    .hero-benefits {
        gap: 16px 0;
        margin-bottom: 22px;
    }
    .hero-benefits span {
        font-size: 10px;
        gap: 10px;
    }
    .hero-benefits i {
        width: 30px;
        font-size: 26px;
    }
    .hero-actions .btn {
        min-width: 0;
        padding: 12px 13px;
        font-size: 10px;
        gap: 9px;
    }
    .hero-actions .whatsapp-button i {
        font-size: 18px;
    }
    .admission-ribbon {
        left: 12px;
        right: 12px;
        bottom: -18px;
        width: auto;
        padding: 16px 14px;
        gap: 12px;
        border-radius: 20px 0 0 5px;
    }
    .admission-ribbon > i {
        font-size: 30px;
    }
    .admission-ribbon div > span {
        font-size: 10px;
    }
    .admission-ribbon strong {
        font-size: 22px;
    }
    .admission-ribbon p {
        font-size: 8px;
        padding-left: 11px;
    }
    .round-arrow {
        width: 29px;
        height: 29px;
        font-size: 12px;
    }
    .programs {
        padding-top: 52px;
    }
    .section-heading {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 20px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .section-heading > .btn {
        font-size: 10px;
        padding: 9px 15px;
    }
    .section-heading p:last-child {
        font-size: 12px;
    }
    .eyebrow {
        font-size: 9px;
        letter-spacing: 3px;
    }
    .course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 13px;
    }
    .course-title {
        padding-top: 24px;
    }
    .course-title h3 {
        font-size: 12px;
    }
    .course-icon {
        width: 42px;
        height: 42px;
        bottom: 36px;
        font-size: 19px;
    }
    .course-details p {
        font-size: 10px;
    }
    .course-details button,
    .course-details .course-link {
        font-size: 10px;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 22px 12px;
        gap: 25px 0;
    }
    .stat {
        padding-left: 8px;
        justify-content: flex-start;
        gap: 12px;
    }
    .stat:nth-child(2) {
        border: 0;
    }
    .stat > i {
        font-size: 27px;
    }
    .stat strong {
        font-size: 21px;
    }
    .about-copy h2 {
        font-size: 29px;
    }
    .about-benefits {
        gap: 10px;
    }
    .about-benefits > span {
        font-size: 9px;
        gap: 7px;
    }
    .about-benefits i {
        width: 29px;
        height: 29px;
        font-size: 14px;
    }
    .about-visual {
        grid-template-columns: 60% 40%;
    }
    .campus-photo {
        min-height: 230px;
    }
    .campus-photo img {
        width: 430%;
    }
    .support-list {
        padding: 8px 10px;
    }
    .support-list > div {
        font-size: 9px;
        padding: 11px 0;
        gap: 8px;
    }
    .support-list i {
        font-size: 19px;
        width: 21px;
    }
    .guidance-inner {
        gap: 14px;
    }
    .guidance-icon {
        font-size: 39px;
    }
    .guidance-copy {
        flex-basis: 75%;
    }
    .guidance-copy h2 {
        font-size: 18px;
    }
    .guidance-copy p {
        font-size: 11px;
    }
    .guidance-actions {
        margin-left: 0;
        width: 100%;
        gap: 10px;
    }
    .guidance-actions .btn {
        flex: 1;
        padding: 12px 8px;
        font-size: 10px;
        gap: 8px;
    }
    .guidance-actions .whatsapp-button i {
        font-size: 18px;
    }
    .gallery-grid {
        gap: 12px;
    }
    .gallery-card img {
        height: 175px;
    }
    .gallery-caption {
        font-size: 10px;
        padding: 30px 10px 12px;
    }
    .gallery-note {
        font-size: 10px;
    }
    .gallery-controls .btn {
        font-size: 10px;
        padding: 10px 12px;
        gap: 8px;
    }
    .contact-section h2 {
        font-size: 25px;
    }
    .contact-section .btn {
        width: 100%;
    }
    footer .container {
        flex-direction: column;
        gap: 12px !important;
    }
}

/* ==================================================
   ACCESSIBILITY: REDUCED MOTION
   ================================================== */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
    }
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
}
