:root {
    --hc-primary: #0f2862;
    --hc-accent: #9e363a;
    --hc-bg: #f5f5f7;
    --hc-text: #111827;
    --hc-light: #f8fafc;
    --hc-muted: #94a3b8;
    --hc-white: #ffffff;
    --hc-radius: 0.75rem;
    --hc-max-width: 1120px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    font-family: "Inter", system-ui, sans-serif;
    color: var(--hc-text);
    line-height: 1.6;
    overflow-x: hidden !important;
}

/* ================= HEADER ================= */

header {
    background: #1e3a6d;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* NAV CONTAINER */

.nav-inner {
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* BRAND */

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo img {
    height: 46px;
    display: block;
}

.brand-text h1 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.brand-text span {
    font-size: 12px;
    color: #cbd5e1;
}

/* NAV MENU */

nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

/* ADMISSION BUTTON */

.desktop-admission {
    margin-left: 20px;
}

/* HAMBURGER */

.hamburger {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

section,
#academics,
#campus,
#events {
    scroll-margin-top: 80px;
}

/* MOBILE ADMISSION BUTTON */

.mobile-admission {
    display: none;
}

/* ================= MOBILE NAV ================= */

@media (max-width:900px) {
    section {
        padding: 10px !important;
        height: auto !important;
    }

    /* hide long brand text */
    .brand-text {
        font-size: 10px;
    }

    /* reduce logo size slightly */
    .brand-logo img {
        height: 40px;
    }

    /* show hamburger */
    .hamburger {
        display: block;
        margin-left: auto;
    }

    /* hide menu initially */
    nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #1e3a6d;
    }

    /* vertical menu */
    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    nav ul li a {
        display: block;
        padding: 14px;
    }

    /* toggle menu */
    nav.active {
        display: block;
    }

    /* hide desktop admission button */
    .desktop-admission {
        display: none;
    }

    #mainMenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1e3a6d;
        z-index: 9999;
    }

    #mainMenu.active {
        display: block;
    }

    #mainMenu ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
}

.btn {
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-primary {
    background: var(--hc-accent);
    color: var(--hc-white);
    box-shadow: 0 8px 25px rgba(158, 54, 58, 0.4);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 35px rgba(158, 54, 58, 0.5);
}

/* BACK TO TOP BUTTON */
/* SCROLL TO TOP BUTTON */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hc-accent), #832a30);
    border: none;
    color: var(--hc-white);
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 12px 35px rgba(158, 54, 58, 0.4);
    backdrop-filter: blur(10px);
}

.scroll-top:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 45px rgba(158, 54, 58, 0.6);
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top svg {
    width: 24px;
    height: 24px;
}

/* Mobile */
@media (max-width: 640px) {
    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .scroll-top svg {
        width: 20px;
        height: 20px;
    }
}


/* Mobile: smaller button */
@media (max-width: 640px) {
    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
}

/* HERO - Full width, no gap, 15% content margins */
.hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0 !important;
    height: 90vh;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-image: url('../images/hero-campus.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    animation: heroBgCycle 75s linear infinite;
    /* 15s x 5 images */
    transition: background-image 5s ease-in-out;
    /* 5s slower fade */
}

@keyframes heroBgCycle {

    0%,
    20% {
        background-image: url('../images/hero-campus.jpg');
    }

    20.1%,
    40% {
        background-image: url('../images/hero-students.jpg');
    }

    40.1%,
    60% {
        background-image: url('../images/hero-lab.jpg');
    }

    60.1%,
    80% {
        background-image: url('../images/hero-events.jpg');
    }

    80.1%,
    100% {
        background-image: url('../images/hero-faculty.jpg');
    }
}

/* Fallback for browsers that don't support bg transitions */
@supports not (transition: background-image 1s) {
    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        animation: heroBgLayer 150s linear infinite;
        z-index: 0;
    }

    @keyframes heroBgLayer {

        0%,
        20% {
            background-image: url('../images/hero-campus.jpg');
        }

        20.1%,
        40% {
            background-image: url('../images/hero-students.jpg');
        }

        40.1%,
        60% {
            background-image: url('../images/hero-lab.jpg');
        }

        60.1%,
        80% {
            background-image: url('../images/hero-events.jpg');
        }

        80.1%,
        100% {
            background-image: url('../images/hero-faculty.jpg');
        }
    }
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(15, 40, 98, 0.3) 0%,
            rgba(2, 6, 23, 0.98) 70%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hc-max-width);
    margin: 0 auto;
    padding: 0;
    /* 15% left/right spacing */
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 3rem;
    align-items: center;
    height: 100%;
}

.hero-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--hc-white);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1.1rem;
    color: var(--hc-light);
    max-width: 28rem;
    margin-bottom: 1.8rem;
    opacity: 0.95;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--hc-bg);
    margin-bottom: 1rem;
}

.eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--hc-accent);
    border-radius: 999px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.hero-meta {
    font-size: 0.9rem;
    color: var(--hc-muted);
    opacity: 0.9;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.hero-stat {
    padding: 1rem 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--hc-radius);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.hero-stat strong {
    display: block;
    font-size: 1.4rem;
    color: var(--hc-white);
    font-weight: 700;
}

.hero-stat span {
    font-size: 0.8rem;
    color: var(--hc-light);
    opacity: 0.9;
}

/* Stream selector card */
.hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2rem;
    color: var(--hc-white);
}

.hero-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--hc-light);
    margin-bottom: 0.5rem;
}

.stream-tabs {
    display: flex;
    margin: 1.2rem 0;
}

.stream-tab {
    flex: 1;
    padding: 0.7rem 1rem;
    border: none;
    background: transparent;
    color: var(--hc-light);
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0.8;
}

.stream-tab.is-active {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.stream-panel {
    display: none;
}

.stream-panel.is-visible {
    display: block;
}

.stream-panel strong {
    display: block;
    font-size: 1.1rem;
    margin: 0.5rem 0;
    color: var(--hc-white);
}

.stream-panel p {
    color: var(--hc-light);
    opacity: 0.9;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 900px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 10%;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .nav-inner {
        padding: 0.8rem 1rem;
    }

    .hero-content {
        padding: 0 8%;
    }

    nav ul {
        display: none;
        /* mobile menu later */
    }
}

/* INTEGRATED PROGRAMS */
.integrated-coaching {
    padding: 80px 0;
    background: #f8fafc;
    text-align: center;
}

.integrated-coaching h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.integrated-coaching .subtext {
    font-size: 16px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 50px;
}

.coaching-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.coaching-item {
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.value-line {
    font-size: 15px;
    color: #374151;
    margin-bottom: 30px;
}

/* YOUTUBE VIDEO STYLES */
.college-video {
    padding: 80px 0;
    background: #111827;
    text-align: center;
    border-top: 1px solid #e5e7eb;
}

.college-video h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.video-subtext {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #6b7280;
}

/* Responsive video container */
.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* LEADERSHIP SECTION */
.leadership-premium {
    padding: 80px 0;
    background: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #1f2933;
    /* dark slate */
}

.leader-card {
    display: flex;
    gap: 40px;
    padding: 40px;
    margin-bottom: 40px;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.leader-image img {
    width: 220px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.leader-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #111827;
}

.leader-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 20px;
}

.leader-sign strong {
    font-size: 16px;
    color: #111827;
}

.leader-sign span {
    font-size: 14px;
    color: #6b7280;
}

.leader-card {
    border-left: 4px solid #b4393c;
    /* muted maroon or brand color */
}

.leader-image img {
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.quote::before {
    content: "“";
    font-size: 40px;
    color: #d1d5db;
    margin-right: 6px;
}


/* Mobile */
@media (max-width: 768px) {
    .leader-card {
        flex-direction: column;
        text-align: center;
    }

    .leader-image img {
        margin: 0 auto;
    }
}


/* PREMIUM CAMPUS SECTION */
.premium-campus {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 5rem 50px;
    overflow: hidden;
    position: relative;
}

.premium-campus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hc-primary), transparent);
}

.campus-features {
    max-width: var(--hc-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
}

.feature-card {
    display: flex;
    gap: 1.2rem;
    padding: 2rem 1.8rem;
    background: var(--hc-white);
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--hc-accent), #ef4444);
}

.feature-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
    border-color: rgba(158, 54, 58, 0.15);
}

.feature-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-white);
    box-shadow: 0 12px 30px rgba(15, 40, 98, 0.3);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 18px 40px rgba(158, 54, 58, 0.4);
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

.feature-content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    color: var(--hc-primary);
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.feature-content p {
    color: var(--hc-muted);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.feature-badge {
    position: absolute;
    top: 1.0rem;
    right: 1.2rem;
    background: var(--hc-accent);
    color: var(--hc-white);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 4px 12px rgba(158, 54, 58, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .premium-campus {
        padding: 3rem 20px;
    }

    .campus-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.8rem 1.5rem;
    }
}


/* Sections */
section {
    padding: 50px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.section-header h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    color: var(--hc-primary);
}

.section-header p {
    font-size: 0.9rem;
    color: var(--hc-muted);
    max-width: 26rem;
}

/* Perfect alignment: 50px L/R padding matching your section */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    max-width: var(--hc-max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    /* 50px left/right - matches section */
    box-sizing: border-box;
}

.card-image {
    background: var(--hc-white);
    border-radius: var(--hc-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    /* equal height cards */
    display: flex;
    flex-direction: column;
}

.card-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.card-image-media {
    width: 100%;
    height: 200px;
    /* fixed responsive height */
    aspect-ratio: 16/10;
    /* modern card ratio */
    overflow: hidden;
    position: relative;
}

.card-image-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crops perfectly */
    object-position: center;
    transition: transform 0.4s ease;
}

.card-image:hover .card-image-media img {
    transform: scale(1.05);
}

.card-image-body {
    flex: 1;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
}

.card-image-body span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--hc-accent);
    margin-bottom: 0.5rem;
}

.card-image-body h4 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    color: var(--hc-primary);
}

.card-image-body p {
    color: var(--hc-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

/* Mobile: single column, taller images */
@media (max-width: 768px) {
    .grid-3 {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .card-image-media {
        height: 220px;
    }
}

/* Tablet: 2 columns */
@media (min-width: 769px) and (max-width: 1024px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Academics section */
/* Section wrapper for consistent spacing */
.academic-section {
    padding: 4rem 50px 3rem;
    /* top/bottom + 50px sides */
    background: var(--hc-bg);
}

/* Section header aligns perfectly */
.academic-section .section-header {
    max-width: var(--hc-max-width);
    margin: 0 auto 2.5rem;
    padding: 0 50px;
    /* same 50px as grid */
}

/* Responsive: scales padding down on mobile */
@media (max-width: 1024px) {

    .grid-3,
    .academic-section .section-header,
    .academic-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 640px) {

    .grid-3,
    .academic-section .section-header,
    .academic-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* PREMIUM EVENTS SECTION */
.premium-events {
    padding: 5rem 50px;
    background: var(--hc-white);
    position: relative;
    overflow: hidden;
}

.premium-events::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hc-accent), transparent);
}

.events-masonry {
    max-width: var(--hc-max-width);
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 1.5rem;
    grid-auto-flow: dense;
}

.event-featured {
    grid-row: span 2;
    grid-column: span 3;
}

.event-wide {
    grid-row: span 1;
    grid-column: span 2;
}

.event-compact {
    grid-row: span 1;
    grid-column: span 1;
}

.event-image {
    position: relative;
    height: 400px;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.event-image:hover img {
    transform: scale(1.08);
}

.event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.85) 40%);
    color: var(--hc-white);
    padding: 2rem 1.8rem 1.8rem;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.event-image:hover .event-overlay {
    transform: translateY(0);
}

.event-overlay h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.event-overlay p {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
    opacity: 0.95;
    line-height: 1.5;
}

.event-date,
.event-overlay span {
    font-size: 0.85rem;
    opacity: 0.8;
    font-weight: 500;
}

.event-badge {
    position: absolute;
    top: 0.5rem;
    left: 1.8rem;
    background: var(--hc-accent);
    color: var(--hc-white);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 4px 15px rgba(158, 54, 58, 0.4);
}

.event-badge.gold {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.events-cta {
    text-align: center;
    margin-top: 2rem;
}

/* Responsive masonry */
@media (max-width: 1024px) {
    .events-masonry {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-featured {
        grid-column: span 2;
    }

    .event-wide {
        grid-column: span 1;
    }
}

@media (max-width: 640px) {
    .premium-events {
        padding: 3rem 20px;
    }

    .events-masonry {
        grid-template-columns: 1fr;
        grid-gap: 1.2rem;
    }

    .event-image {
        height: 240px;
    }
}

/* PREMIUM ADMISSIONS */
.premium-admissions {
    background: linear-gradient(135deg, #0f2862 0%, #1e3a8a 100%);
    color: var(--hc-white);
    /* overflow: hidden; */
    position: relative;
}

.admissions-hero {
    padding: 6rem 50px 4rem;
    position: relative;
}

.admissions-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/hero-campus.webp') center/cover;
    opacity: 0.15;
    z-index: 0;
}

.admissions-content {
    position: relative;
    z-index: 1;
    max-width: var(--hc-max-width);
    margin: 0 auto;
    text-align: center;
}

.admissions-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, var(--hc-white), #f1f5f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.3rem;
    max-width: 32rem;
    margin: 0 auto 3rem;
    opacity: 0.95;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.achievement {
    text-align: center;
}

.achievement-number {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: var(--hc-bg);
    display: block;
    line-height: 1;
}

.achievement span {
    font-size: 0.9rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admissions-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn.large {
    padding: 1.1rem 2.5rem;
    font-size: 1.1rem;
}

.admissions-details {
    background: var(--hc-white);
    padding: 4rem 50px 5rem;
}

.container {
    max-width: var(--hc-max-width);
    margin: 0 auto;
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 4rem;
    align-items: start;
}

.process-column h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: var(--hc-primary);
    margin-bottom: 2.5rem;
}

.step {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
    padding: 1.8rem;
    background: #f8fafc;
    border-radius: 1.2rem;
    border-left: 4px solid var(--hc-accent);
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--hc-accent);
    color: var(--hc-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.step h4 {
    color: var(--hc-primary);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.step p {
    color: var(--hc-muted);
    line-height: 1.65;
}

.fee-breakdown {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    padding: 2rem;
    border-radius: 1.2rem;
    margin-top: 2rem;
}

.fee-breakdown h4 {
    color: var(--hc-primary);
    margin-bottom: 1.5rem;
}

.fee-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

fee-row span {
    color: var(--hc-primary) !important;
}

.fee-row:last-child {
    border-bottom: none;
    font-weight: 600;
}

.fee-row.highlighted {
    background: rgba(158, 54, 58, 0.1);
    border-radius: 0.8rem;
    padding: 1rem;
    margin: 0.5rem 0;
}

.contact-column {
    position: sticky;
    top: 100px;
}

.contact-card {
    background: var(--hc-white);
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--hc-primary);
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-icon {
    font-size: 1.6rem;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-white);
    flex-shrink: 0;
}

.quick-stats {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-item {
    background: linear-gradient(135deg, rgba(15, 40, 98, 0.05), rgba(158, 54, 58, 0.05));
    padding: 1rem 1.2rem;
    border-radius: 0.8rem;
    border-left: 4px solid var(--hc-accent);
}

.stat-item strong {
    display: block;
    color: var(--hc-primary);
    font-weight: 700;
}

.stat-item span {
    font-size: 0.85rem;
    opacity: 0.8;
    color: var(--hc-primary);
}

/* Responsive */
@media (max-width: 900px) {
    .split-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-column {
        position: static;
    }
}

@media (max-width: 640px) {

    .premium-admissions,
    .admissions-details {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* PREMIUM FOOTER */
.premium-footer {
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
    color: #94a3b8;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.premium-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #334155, transparent);
}

.footer-container {
    max-width: var(--hc-max-width);
    margin: 0 auto;
    padding: 4rem 50px 2rem;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    color: var(--hc-white);
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.footer-tagline p {
    opacity: 0.8;
    line-height: 1.6;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
    color: var(--hc-white);
    margin-bottom: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    display: block;
    padding: 0.6rem 0;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--hc-accent);
}

.contact-highlight {
    background: rgba(158, 54, 58, 0.15);
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.contact-highlight .btn {
    margin-bottom: 0.8rem;
}

.contact-highlight div {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--hc-accent);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-white);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--hc-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(158, 54, 58, 0.4);
}

.social-link svg {
    width: 22px;
    height: 22px;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom p {
    margin: 0;
    opacity: 0.7;
    font-size: 0.9rem;
}

.footer-disclaimer {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.6;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}


/* Responsive */
@media (max-width: 880px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-card {
        order: -1;
    }

    nav ul {
        display: none;
        /* you can later add a mobile menu */
    }
}

@media (max-width: 640px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* header {
        position: static;
    } */
}

/* MODAL STYLES - Add to your CSS */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 40, 98, 0.7);
    backdrop-filter: blur(20px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    max-width: 950px;
    max-height: 90vh;
    width: 90%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transform: scale(0.8) translateY(30px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
}

.modal-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
    height: 100%;
}

.modal-left h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    color: var(--hc-white);
    margin-bottom: 2rem;
}

.admission-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.info-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.2rem;
    border-radius: var(--hc-radius);
    backdrop-filter: blur(10px);
}

.info-item strong {
    display: block;
    font-size: 1.1rem;
    color: var(--hc-light);
}

.info-item span {
    color: var(--hc-bg);
    font-weight: 600;
    font-size: 1.4rem;
}

.documents-list {
    list-style: none;
    color: var(--hc-light);
    font-size: 0.95rem;
}

.documents-list li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.documents-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--hc-white);
    font-weight: bold;
}

.modal-note {
    margin-top: 1.5rem;
    color: var(--hc-muted);
    font-style: italic;
}

.modal-right h4 {
    color: var(--hc-white);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--hc-radius);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--hc-white);
    font-size: 0.95rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--hc-accent);
    box-shadow: 0 0 0 3px rgba(158, 54, 58, 0.2);
}

.btn.full-width {
    width: 100%;
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: var(--hc-white);
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.modal-close:hover {
    background: var(--hc-accent);
    transform: rotate(90deg);
}

/* Mobile: stacked layout */
@media (max-width: 768px) {
    .modal-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.5rem;
    }

    .admission-info {
        grid-template-columns: 1fr;
    }
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #eee;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ABOUT PAGE */
.about-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(15, 40, 98, 0.8), rgba(2, 6, 23, 0.9)),
        url('../images/hero-faculty.jpg') center/cover;
}

.about-content {
    text-align: center;
    color: var(--hc-white);
    max-width: var(--hc-max-width);
    margin: 0 auto;
    padding: 0 15%;
}

.about-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.about-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    max-width: 36rem;
    margin: 0 auto 3rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 2.5rem;
    margin: 3rem auto;
    max-width: 50rem;
}

.about-story {
    padding: 6rem 50px;
    background: #f8fafc;
}

.story-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: var(--hc-max-width);
    margin: 0 auto;
}

.story-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    color: var(--hc-primary);
    margin-bottom: 2rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value {
    background: var(--hc-white);
    padding: 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border-left: 4px solid var(--hc-accent);
}

.value h4 {
    color: var(--hc-primary);
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.leadership-section {
    padding: 6rem 50px;
    background: var(--hc-white);
}

.leadership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.leader {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.leader img {
    width: 100px;
    height: 100px;
    border-radius: 1.2rem;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.journey-timeline {
    padding: 6rem 50px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.timeline {
    max-width: var(--hc-max-width);
    margin: 3rem auto 0;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(var(--hc-primary), var(--hc-accent));
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, var(--hc-accent), #832a30);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--hc-white);
    box-shadow: 0 20px 40px rgba(158, 54, 58, 0.3);
    z-index: 2;
}

.timeline-content {
    flex: 1;
    background: var(--hc-white);
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
}

.timeline-content h4 {
    color: var(--hc-primary);
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
}

/* EVENTS PAGE */
.premium-events {
    padding: 5rem 50px;
    background: var(--hc-white);
}

.gallery-filters {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.8rem 1.8rem;
    background: #f1f5f9;
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    color: var(--hc-muted);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--hc-accent);
    color: var(--hc-white);
    border-color: var(--hc-accent);
    box-shadow: 0 8px 25px rgba(158, 54, 58, 0.3);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    max-width: var(--hc-max-width);
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    height: 300px;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: var(--hc-white);
    padding: 2rem 1.5rem 1.5rem;
}

.gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
    height: 650px;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* COMMON RESPONSIVE */
@media (max-width: 768px) {
    .story-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        flex-direction: column !important;
        text-align: center;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-year {
        margin: 0 auto 2rem;
    }
}

@media (max-width: 640px) {

    .about-story,
    .premium-events,
    .journey-timeline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* CONTACT US PAGE */
.contact-page {
    padding: 80px 0;
}

h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    font-size: 16px;
    color: #f2f2f2;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    margin-top: 20px
}

.contact-info h3,
.contact-form h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 16px;
}

/* Form */
.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.contact-form button {
    margin-top: 10px;
    padding: 14px;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #1e40af;
}

.whatsapp-note {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
}

/* Map */
.map-section iframe {
    width: 100%;
    height: 380px;
    border: none;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Mobile */
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* toast message */
.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #111827;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10000;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.success {
    background: #16a34a;
    /* green */
}

.toast.error {
    background: #dc2626;
    /* red */
}

/* Mobile */
@media (max-width: 768px) {
    .toast {
        left: 50%;
        right: auto;
        transform: translate(-50%, 20px);
    }

    .toast.show {
        transform: translate(-50%, 0);
    }
}

/* Select box (closed state) */
.contact-form select {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    /* selected value text */
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Dropdown options (open list) */
.contact-form select option {
    background-color: #ffffff;
    /* dropdown background */
    color: #111827;
    /* dropdown text */
}

/* Input Text Color */
.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #222;
    background: #fff;
}

/* Placeholder Styling */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #888;
    opacity: 1;
    /* Important for some browsers */
}

/* For Edge/Chrome autofill weird behavior */
.contact-form input:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
}

.contact-form button {
    background: #c0392b;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.contact-form button:hover {
    background: #a93226;
}

.contact-hero {
    background: linear-gradient(rgba(16, 42, 89, 0.85), rgba(16, 42, 89, 0.85)),
        url('../images/contact-us.webp') center/cover no-repeat;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.contact-hero p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    opacity: 0.9;
}

.contact-page {
    padding-top: 0 !important;
}

.premium-form {
    background: #ffffff;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #0d5c3a;
    max-width: 700px;
    margin: auto;
}

.form-title {
    font-size: 26px;
    font-weight: 700;
    color: #0d5c3a;
    text-align: center;
    margin-bottom: 8px;
}

.form-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 14px;
    transition: 0.3s ease;
}

.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus {
    border-color: #0d5c3a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(13, 92, 58, 0.08);
    outline: none;
}

.form-grid {
    display: flex;
    gap: 18px;
}

.form-grid input {
    flex: 1;
}

.hidden-field {
    display: none;
}

.premium-btn {
    width: 100%;
    padding: 16px;
    background: #0d5c3a;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.premium-btn:hover {
    background: #09452c;
    transform: translateY(-1px);
}

.whatsapp-note {
    font-size: 13px;
    text-align: center;
    color: #888;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .form-grid {
        flex-direction: column;
    }
}