*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

body{
    background:#f4f4f4;
}

/* NAVBAR */
.navbar{
    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    width:85%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:white;
    padding:15px 30px;
    border-radius:50px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    z-index:1000;
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo img{
    width:45px;
}

.nav-links a{
    margin:0 10px;
    text-decoration:none;
    color:#333;
    padding:8px 15px;
    border-radius:20px;
    transition:0.3s;
}

.nav-links a:hover{
    background:#8B0000;
    color:white;
}

/* SOCIAL BAR */
.social-bar{
    position:fixed;
    top:50%;
    left:15px;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:999;
}

.social-bar a{
    background:#8B0000;
    color:white;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    font-weight:bold;
}

/* =========================================================
   NATU PREMIUM INTERNATIONAL HERO
   ========================================================= */

.hero {
    position: relative;
    width: 100%;
    min-height: 760px;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);

    align-items: center;
    gap: 60px;
    

    overflow: hidden;
}


/* =========================================================
   HERO LEFT
   ========================================================= */

.hero-left {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 620px;

    text-align: left;
}


/* ADMISSIONS BADGE */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 15px;

    background: #fff;
    border: 1px solid rgba(139, 0, 0, 0.12);

    border-radius: 50px;

    color: #8b0000;

    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 8px 25px rgba(0,0,0,0.05);

    margin-bottom: 25px;
}


.badge-dot {
    width: 8px;
    height: 8px;

    background: #8b0000;

    border-radius: 50%;

    box-shadow: 0 0 0 5px rgba(139,0,0,0.08);
}


/* MAIN TITLE */

.hero-left h1 {
    margin: 0 0 25px;

    font-size: clamp(44px, 5vw, 72px);

    line-height: 1.04;

    letter-spacing: -2.5px;

    font-weight: 700;

    color: #171717;
}


.hero-left h1 strong {
    color: #8b0000;
}


.hero-left h1 span {
    position: relative;
    color: #171717;
}


/* SMALL RED UNDERLINE */

.hero-left h1 span::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 70px;
    height: 5px;

    background: #8b0000;

    border-radius: 10px;
}


/* DESCRIPTION */

.hero-description {
    max-width: 560px;

    margin: 0 0 32px;

    color: #626262;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 42px;
}


/* APPLY BUTTON */

.hero .apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 15px 27px;

    border: none;

    border-radius: 50px;

    background: #8b0000;
    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 12px 28px rgba(139,0,0,0.22);

    transition: all .3s ease;
}


.hero .apply-btn:hover {
    background: #a40000;

    transform: translateY(-3px);

    box-shadow: 0 16px 35px rgba(139,0,0,0.28);
}


.hero .apply-btn i {
    transition: transform .3s ease;
}


.hero .apply-btn:hover i {
    transform: translateX(5px);
}


/* EXPLORE */

.hero-explore {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #222;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: .3s ease;
}


.hero-explore:hover {
    color: #8b0000;
}


.explore-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;

    border-radius: 50%;

    background: #fff;

    transition: .3s ease;
}


.explore-icon i {
    font-size: 10px;
}


.hero-explore:hover .explore-icon {
    background: #8b0000;
    border-color: #8b0000;
    color: #fff;

    transform: scale(1.08);
}


/* =========================================================
   TRUST INFORMATION
   ========================================================= */

.hero-trust {
    display: flex;
    align-items: center;

    gap: 22px;
}


.trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}


.trust-item > i {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0f0;

    color: #8b0000;

    border-radius: 10px;

    font-size: 15px;
}


.trust-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.trust-item strong {
    color: #222;

    font-size: 12px;
    font-weight: 700;
}


.trust-item span {
    color: #777;

    font-size: 10px;
}


.trust-line {
    width: 1px;
    height: 35px;

    background: #ddd;
}


/* =========================================================
   HERO RIGHT VISUAL
   ========================================================= */

.hero-right {
    position: relative;

    width: 100%;
    max-width: 620px;

    height: 550px;

    margin-left: auto;
}


/* SOFT BACKGROUND GLOW */

.hero-glow {
    position: absolute;

    width: 470px;
    height: 470px;

    right: 20px;
    top: 35px;

    border-radius: 50%;

    background: rgba(139,0,0,0.045);

    filter: blur(2px);

    z-index: 0;
}


/* DECORATIVE CIRCLE */

.hero-glow::before {
    content: "";

    position: absolute;

    inset: 25px;

    border: 1px solid rgba(139,0,0,0.10);

    border-radius: 50%;
}


/* =========================================================
   IMAGE CARDS
   ========================================================= */

.hero-card {
    position: absolute;

    overflow: hidden;

    border-radius: 24px;

    background-size: cover;
    background-position: center;

    border: 5px solid rgba(255,255,255,0.92);

    box-shadow:
        0 25px 55px rgba(0,0,0,0.16),
        0 8px 20px rgba(139,0,0,0.06);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}


/* MAIN CARD */

.hero-card.card1 {
    width: 315px;
    height: 440px;

    right: 20px;
    top: 30px;

    background-image: url('../images/grid1.png');

    z-index: 3;
}


/* LEFT CARD */

.hero-card.card2 {
    width: 235px;
    height: 320px;

    left: 10px;
    top: 135px;

    background-image: url('../images/grid2.png');

    z-index: 2;
}


/* BOTTOM CARD */

.hero-card.card3 {
    width: 215px;
    height: 235px;

    right: 125px;
    bottom: 0;

    background-image: url('../images/grid3.png');

    z-index: 4;
}


/* IMAGE OVERLAY */

.card-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.02) 40%,
            rgba(0,0,0,0.22)
        );

    pointer-events: none;
}


/* HOVER */

.hero-card:hover {
    transform: translateY(-10px) scale(1.025);

    box-shadow:
        0 30px 65px rgba(0,0,0,0.21),
        0 12px 25px rgba(139,0,0,0.10);
}


/* =========================================================
   CARD LABEL
   ========================================================= */

.card-label {
    position: absolute;

    left: 18px;
    bottom: 18px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 8px 12px;

    background: rgba(255,255,255,0.94);

    border-radius: 30px;

    color: #222;

    font-size: 11px;
    font-weight: 700;

    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


.card-label i {
    color: #8b0000;
}


/* =========================================================
   BOTTOM CARD INFO
   ========================================================= */

.card-mini-info {
    position: absolute;

    left: 15px;
    bottom: 15px;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 9px 12px;

    background: rgba(255,255,255,0.94);

    border-radius: 13px;

    color: #222;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.35;
}


.card-mini-info i {
    color: #8b0000;

    font-size: 13px;
}


/* =========================================================
   2026 FLOATING LABEL
   ========================================================= */

.visual-number {
    position: absolute;

    right: -5px;
    top: 0;

    display: flex;
    flex-direction: column;

    align-items: center;

    padding: 14px 17px;

    background: #fff;

    border-radius: 15px;

    box-shadow: 0 12px 30px rgba(0,0,0,0.10);

    z-index: 8;
}


.visual-number strong {
    color: #8b0000;

    font-size: 19px;

    line-height: 1;
}


.visual-number span {
    margin-top: 4px;

    color: #777;

    font-size: 8px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================================
   SCROLL INDICATOR
   ========================================================= */

.hero + .scroll-indicator {
    position: relative;

    bottom: auto;
    left: auto;

    transform: none;

    margin: -20px auto 20px;

    color: #777;

    z-index: 20;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .hero {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);

        gap: 30px;

        padding-left: 5%;
        padding-right: 5%;
    }

    .hero-left h1 {
        font-size: 52px;
    }

    .hero-right {
        height: 500px;
    }

    .hero-card.card1 {
        width: 285px;
        height: 405px;

        right: 10px;
    }

    .hero-card.card2 {
        width: 210px;
        height: 290px;

        left: 0;
        top: 125px;
    }

    .hero-card.card3 {
        width: 190px;
        height: 210px;

        right: 105px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .hero {
        min-height: auto;

        grid-template-columns: 1fr;

        gap: 45px;

        padding: 130px 6% 70px;

        text-align: center;
    }

    .hero-left {
        max-width: 700px;

        margin: 0 auto;
    }

    .hero-badge {
        margin-bottom: 20px;
    }

    .hero-left h1 {
        font-size: clamp(40px, 8vw, 56px);

        letter-spacing: -1.5px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-right {
        width: min(100%, 560px);

        height: 470px;

        margin: 0 auto;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .hero {
        padding: 115px 20px 60px;

        gap: 30px;
    }

    .hero-left h1 {
        font-size: 39px;

        line-height: 1.08;
    }

    .hero-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .hero-actions {
        flex-direction: column;

        gap: 14px;
    }

    .hero-trust {
        gap: 13px;
    }

    .trust-item span {
        display: none;
    }

    .trust-line {
        height: 30px;
    }

    .hero-right {
        height: 400px;

        width: 100%;
    }

    .hero-card.card1 {
        width: 220px;
        height: 310px;

        right: 5px;
        top: 15px;
    }

    .hero-card.card2 {
        width: 165px;
        height: 235px;

        left: 0;
        top: 85px;
    }

    .hero-card.card3 {
        width: 155px;
        height: 170px;

        right: 55px;
        bottom: 0;
    }

    .visual-number {
        right: 0;

        padding: 10px 12px;
    }

    .visual-number strong {
        font-size: 15px;
    }

    .card-label {
        padding: 6px 9px;

        font-size: 9px;
    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 400px) {

    .hero-left h1 {
        font-size: 34px;
    }

    .hero-right {
        height: 350px;
    }

    .hero-card.card1 {
        width: 190px;
        height: 275px;
    }

    .hero-card.card2 {
        width: 145px;
        height: 205px;

        top: 75px;
    }

    .hero-card.card3 {
        width: 135px;
        height: 150px;

        right: 35px;
    }

    .hero-glow {
        width: 330px;
        height: 330px;

        right: -10px;
    }

}

/* ========================================
   SOCIAL MEDIA SIDEBAR
======================================== */

.social-bar {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 12px;

    z-index: 9999;
}


/* SOCIAL BUTTON */

.social-bar a {
    position: relative;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #8B0000;
    color: #ffffff;

    border-radius: 50%;

    text-decoration: none;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* ICON */

.social-bar a i {
    font-size: 19px;
}


/* HOVER */

.social-bar a:hover {
    transform: translateX(8px) scale(1.08);

    background: #a00000;

    box-shadow: 0 12px 25px rgba(139, 0, 0, 0.35);
}


/* TOOLTIP */

.social-bar a span {
    position: absolute;

    left: 62px;

    top: 50%;
    transform: translateY(-50%) translateX(-10px);

    background: #222222;
    color: #ffffff;

    padding: 7px 12px;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


/* TOOLTIP ARROW */

.social-bar a span::before {
    content: "";

    position: absolute;

    left: -6px;
    top: 50%;

    transform: translateY(-50%);

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #222222;
}


/* SHOW TOOLTIP */

.social-bar a:hover span {
    opacity: 1;
    visibility: visible;

    transform: translateY(-50%) translateX(0);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 900px) {

    .social-bar {
        left: 10px;
        gap: 8px;
    }

    .social-bar a {
        width: 42px;
        height: 42px;
    }

    .social-bar a i {
        font-size: 16px;
    }

    .social-bar a span {
        display: none;
    }

}

/* ========================================
   NAVBAR IMPROVEMENTS
======================================== */

.navbar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links a {
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-links a::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #8B0000;
    border-radius: 10px;

    transform: translateX(-50%);

    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 55%;
}

.nav-links a:hover {
    background: transparent;
    color: #8B0000;
}


/* ACTIVE HOME */

.nav-links a:first-child {
    color: #8B0000;
    font-weight: 600;
}

.nav-links a:first-child::after {
    width: 55%;
}


/* ========================================
   HERO BACKGROUND
======================================== */

body {
    background:
        radial-gradient(
            circle at 85% 45%,
            rgba(139, 0, 0, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 15% 85%,
            rgba(139, 0, 0, 0.04),
            transparent 25%
        ),
        #f7f7f7;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(139, 0, 0, 0.08);

    border-radius: 50%;

    right: -180px;
    top: 180px;

    pointer-events: none;
}

.hero::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    background: rgba(139, 0, 0, 0.035);

    border-radius: 50%;

    left: -80px;
    bottom: -70px;

    pointer-events: none;
}

.hero-left,
.hero-right {
    position: relative;
    z-index: 2;
}


/* ========================================
   APPLY BUTTON
======================================== */

.apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 30px;

    border: none;

    background: #8B0000;
    color: #ffffff;

    border-radius: 35px;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 10px 25px rgba(139, 0, 0, 0.22);

    transition: all 0.3s ease;
}

.apply-btn i {
    font-size: 14px;

    transition: transform 0.3s ease;
}

.apply-btn:hover {
    background: #a00000;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(139, 0, 0, 0.30);
}

.apply-btn:hover i {
    transform: translateX(5px);
}


/* ========================================
   HERO IMAGE CARDS
======================================== */

.card {
    border: 4px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.18),
        0 5px 15px rgba(139, 0, 0, 0.08);

    overflow: hidden;
}

.card::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.12),
            transparent 45%
        );

    pointer-events: none;
}

.card:hover {
    transform: translateY(-12px) scale(1.04);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.24),
        0 8px 20px rgba(139, 0, 0, 0.12);

    z-index: 10;
}


/* ========================================
   SOCIAL PLATFORM HOVERS
======================================== */

.social-bar a:nth-child(1):hover {
    background: #1877F2;
}

.social-bar a:nth-child(2):hover {
    background: linear-gradient(
        135deg,
        #833AB4,
        #E1306C,
        #F77737
    );
}

.social-bar a:nth-child(3):hover {
    background: #25D366;
}

.social-bar a:nth-child(4):hover {
    background: #FF0000;
}

.social-bar a:nth-child(5):hover {
    background: #000000;
}


/* ========================================
   SCROLL INDICATOR
======================================== */

.scroll-indicator {
    position: absolute;

    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 5px;

    color: #777;

    font-size: 11px;
    font-weight: 500;

    z-index: 20;
}

.scroll-indicator i {
    color: #8B0000;

    font-size: 13px;

    animation: scrollBounce 1.6s infinite;
}

@keyframes scrollBounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }

}


/* JOURNEY SECTION */
.journey{
    padding:80px 8%;
    text-align:center;
    background:white;
}

.journey h2{
    font-size:32px;
    margin-bottom:10px;
}

.journey .subtitle{
    color:#666;
    margin-bottom:40px;
}

/* CARDS */
.journey-cards{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.j-card{
    background:#f9f9f9;
    padding:30px;
    border-radius:20px;
    width:260px;
    box-shadow:0 10px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.j-card i{
    font-size:30px;
    color:#8B0000;
    margin-bottom:15px;
}

.j-card h3{
    margin-bottom:10px;
}

.j-card p{
    color:#555;
    font-size:14px;
}

/* HOVER */
.j-card:hover{
    transform:translateY(-8px);
}

/* SCROLL INDICATOR */
.scroll-indicator{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    cursor:pointer;
    color:#8B0000;
}

/* BOUNCE ANIMATION */
.scroll-indicator i{
    display:block;
    margin-top:5px;
    animation: bounce 1.5s infinite;
}

/* KEYFRAMES */
@keyframes bounce{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(10px);}
}
html {
    scroll-behavior: smooth;
}

/* ADMISSIONS */
.admissions{
    padding:80px 8%;
    background:#f5f5f5;
    text-align:center;
}

.admissions h2{
    font-size:32px;
}

.admissions .subtitle{
    margin-bottom:40px;
    color:#666;
}

/* GRID */
.admissions-container{
    display:flex;
    gap:40px;
    justify-content:center;
    flex-wrap:wrap;
}

/* LEFT */
.ad-left{
    background:white;
    padding:30px;
    border-radius:20px;
    width:350px;
    text-align:left;
}

.ad-left ul{
    margin:20px 0;
}

.ad-left li{
    margin-bottom:10px;
}

/* RIGHT */
.ad-right{
    background:white;
    padding:30px;
    border-radius:20px;
    width:350px;
}

.fee{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.fee strong{
    color:#8B0000;
}

/* ADMISSIONS */
.admissions{
    padding:100px 8%;
    background:linear-gradient(to right, #f8f8f8, #ffffff);
    text-align:center;
}

.admissions h2{
    font-size:36px;
    font-weight:700;
}

.subtitle{
    color:#666;
    margin-bottom:50px;
}

/* GRID */
.admissions-container{
    display:flex;
    gap:50px;
    justify-content:center;
    flex-wrap:wrap;
    align-items:flex-start;
}

/* LEFT */
.ad-left{
    background:white;
    padding:35px;
    border-radius:20px;
    width:340px;
    text-align:left;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.ad-left h3{
    margin-bottom:15px;
}

.ad-left ul{
    margin:20px 0;
}

.ad-left li{
    margin-bottom:12px;
    color:#444;
}

/* RIGHT */
.ad-right{
    width:380px;
}

/* IMAGE */
.ad-image{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.ad-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:0.4s;
}

.ad-image img:hover{
    
}

/* FEES BOX */
.fees-box{
    background:white;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.fees-box h3{
    margin-bottom:15px;
}

.fee{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.fee strong{
    color:#8B0000;
}

/* HAMBURGER */
.menu-toggle{
    display:none;
    font-size:24px;
    cursor:pointer;
}

/* MOBILE NAV */
@media(max-width:900px){

    .menu-toggle{
        display:block;
    }

    .nav-links{
        position:absolute;
        top:80px;
        right:0;
        width:100%;
        background:white;
        flex-direction:column;
        text-align:center;
        padding:20px 0;

        opacity:0;
        transform:translateY(-20px);
        pointer-events:none;
        transition:0.3s;
    }

    .nav-links.active{
        opacity:1;
        transform:translateY(0);
        pointer-events:all;
    }

    .nav-links a{
        display:block;
        padding:15px;
    }

    /* HERO MOBILE */
    .hero{
        flex-direction:column;
        text-align:center;
        padding:120px 5%;
    }

    .hero-left, .hero-right{
        width:100%;
    }

    .hero-left h1{
        font-size:32px;
    }

    .hero-right{
        height:300px;
    }

    /* HIDE SOCIAL BAR */
    .social-bar{
        display:none;
    }
}

.card{
    width:100%;
    height:160px;
}

.hero-right{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.card1{
    grid-column:span 2;
}

/* HERO RIGHT - PROFESSIONAL GRID */
.hero-right{
    width:45%;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:200px 200px;
    gap:15px;
}

/* BIG IMAGE */
.card1{
    grid-column:span 2;
    height:220px;
}

/* SMALL CARDS */
.card2, .card3{
    height:180px;
}

/* ALL CARDS */
.card{
    border-radius:20px;
    background-size:cover;
    background-position:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    transition:0.4s;
}

.card:hover{
    
}

/* MOBILE HERO (PROFESSIONAL) */
@media(max-width:900px){

    .hero{
        flex-direction:column;
        align-items:center;
        text-align:center;
        padding:120px 6%;
    }

    .hero-left{
        width:100%;
        margin-bottom:30px;
    }

    .hero-right{
        width:100%;
        grid-template-columns:1fr;
        grid-template-rows:auto;
    }

    .card1,
    .card2,
    .card3{
        height:180px;
    }

}

/* IMAGE QUALITY */
.card{
    background-position:center;
    background-size:cover;
    object-fit:cover;
}

/* HERO CONTAINER */
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:140px 8%;
    min-height:100vh;
}

/* RIGHT SIDE FIXED DESIGN */
.hero-right{
    position:relative;
    width:500px;
    height:400px;
}

/* BIG MAIN CARD */
.card1{
    position:absolute;
    left:0;
    top:0;
    width:320px;
    height:220px;
    border-radius:20px;
    background:url('../images/student1.jpg') center/cover no-repeat;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    z-index:1;
}

/* TOP SMALL CARD */
.card2{
    position:absolute;
    right:20px;
    top:-40px;
    width:160px;
    height:220px;
    border-radius:20px;
    background:url('../images/student2.jpg') center/cover no-repeat;
    box-shadow:0 15px 30px rgba(0,0,0,0.12);
}

/* BOTTOM SMALL CARD */
.card3{
    position:absolute;
    right:0;
    bottom:0;
    width:200px;
    height:180px;
    border-radius:20px;
    background:url('../images/student3.jpg') center/cover no-repeat;
    box-shadow:0 15px 30px rgba(0,0,0,0.12);
}

/* HOVER EFFECT */
.card1, .card2, .card3{
    transition:0.4s ease;
}

.card1:hover,
.card2:hover,
.card3:hover{
    transform:translateY(-8px) scale(1.02);
}

/* SCALE DESIGN INSTEAD OF BREAKING */
@media(max-width:1100px){

    .hero{
        
        
    }

}

@media(max-width:900px){

    .hero{
        
    }

}

@media(max-width:700px){

    .hero{
        
    }

}

@media(max-width:500px){

    .hero{
        
    }

}
.hero{
    margin-top:80px;
}

/* USE YOUR REAL IMAGES */
.card1{
    background:url('../images/grid1.png') center/cover no-repeat;
}

.card2{
    background:url('../images/grid2.png') center/cover no-repeat;
}

.card3{
    background:url('../images/grid3.png') center/cover no-repeat;
}


/* PREMIUM LOOK */
.card{
    filter:contrast(1.05) saturate(1.1);
}

.card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:20px;
    background:linear-gradient(to top, rgba(0,0,0,0.25), transparent);
}


/* CTA SECTION */
.cta{
    margin:100px auto;
    width:90%;
    border-radius:25px;
    padding:60px 40px;
    text-align:center;

    background:linear-gradient(135deg, #8B0000, #b30000);
    color:white;

    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* TEXT */
.cta h2{
    font-size:36px;
    margin-bottom:15px;
}

.cta p{
    font-size:16px;
    opacity:0.9;
    max-width:600px;
    margin:0 auto 30px;
}

/* BUTTONS */
.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-btn{
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

/* PRIMARY BUTTON */
.cta-btn.primary{
    background:white;
    color:#8B0000;
}

.cta-btn.primary:hover{
    background:#f1f1f1;
}

/* SECONDARY BUTTON */
.cta-btn.secondary{
    border:2px solid white;
    color:white;
}

.cta-btn.secondary:hover{
    background:white;
    color:#8B0000;
}


@media(max-width:768px){

    .cta{
        padding:40px 20px;
    }

    .cta h2{
        font-size:26px;
    }

}

/* MAIN CONTAINER */
.main-container{
    max-width:1300px;
    margin:0 auto;
    padding:20px;
}

/* PREVENT HORIZONTAL BREAK */
body{
    overflow-x:hidden;
}

/* HERO LAYOUT */
.hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:40px;
    margin-top:50px;
}

/* TEXT */
.hero-left h1{
    font-size:48px;
    line-height:1.2;
}

.hero-left strong{
    color:#b30000;
}

.hero-left p{
    margin:20px 0;
    color:#555;
}

/* IMAGE STACK */
.hero-right{
    position:relative;
    height:420px;
}

/* ALL CARDS */
.card{
    position:absolute;
    border-radius:20px;
    background-size:cover;
    background-position:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* BIG CARD */
.card1{
    width:280px;
    height:380px;
    right:0;
    top:0;
    background-image:url('../images/grid1.png');
    z-index:3;
}

/* LEFT CARD */
.card2{
    width:220px;
    height:300px;
    left:40px;
    top:60px;
    background-image:url('../images/grid2.png');
    z-index:2;
}

/* BOTTOM CARD */
.card3{
    width:240px;
    height:260px;
    right:20px;
    bottom:0;
    background-image:url('../images/grid3.png');
    z-index:1;
}

/* CTA */
.cta{
    margin-top:80px;
    padding:60px 20px;
    text-align:center;
    background:#fff;
    border-radius:20px;
}

.cta h2{
    font-size:32px;
}

.cta p{
    color:#666;
    margin:10px 0 20px;
}

/* SCALE INSTEAD OF BREAK */
@media(max-width:1100px){
    .main-container{
        
        
    }
}

@media(max-width:900px){
    .main-container{
        
    }
}

@media(max-width:700px){
    .main-container{
        
    }
}

/* RESET */
body{
    margin:0;
    font-family:'Poppins', sans-serif;
    background:#f5f5f5;
    overflow-x:hidden;
}

/* MAIN WRAPPER */
.main-container{
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}

/* NAVBAR */
.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    padding:15px 30px;
    border-radius:50px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo img{
    width:40px;
}

.nav-links a{
    margin:0 12px;
    text-decoration:none;
    color:#333;
}

/* HERO */
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    margin-top:60px;
}

/* TEXT */
.hero-left{
    max-width:520px;
}

.hero-left h1{
    font-size:50px;
    line-height:1.1;
}

.hero-left strong{
    color:#b30000;
}

.hero-left p{
    margin:20px 0;
    color:#555;
}

/* BUTTON */
.apply-btn{
    padding:14px 28px;
    background:#b30000;
    color:#fff;
    border:none;
    border-radius:30px;
}

/* IMAGE STACK */
.hero-right{
    position:relative;
    width:480px;
    height:420px;
}

/* ALL CARDS */
.card{
    position:absolute;
    border-radius:20px;
    background-size:cover;
    background-position:center;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

/* MAIN IMAGE */
.card1{
    width:280px;
    height:360px;
    right:0;
    top:0;
    background-image:url('../images/grid1.png');
    z-index:3;
}

/* LEFT IMAGE */
.card2{
    width:220px;
    height:280px;
    left:20px;
    top:80px;
    background-image:url('../images/grid2.png');
    z-index:2;
}

/* BOTTOM IMAGE */
.card3{
    width:240px;
    height:240px;
    right:40px;
    bottom:0;
    background-image:url('../images/grid3.png');
    z-index:1;
}

/* CTA */
.cta{
    margin-top:80px;
    padding:60px;
    text-align:center;
    background:#fff;
    border-radius:20px;
}

.cta h2{
    font-size:32px;
}

.cta p{
    color:#666;
    margin:15px 0 25px;
}

/* BUTTONS */
.cta-actions{
    display:flex;
    justify-content:center;
    gap:15px;
}

.outline-btn{
    padding:12px 26px;
    border:2px solid #b30000;
    background:transparent;
    color:#b30000;
    border-radius:30px;
}

/* CTA */
.cta{
    margin-top:80px;
    padding:60px;
    text-align:center;
    background:#fff;
    border-radius:20px;
}

.cta h2{
    font-size:32px;
}

.cta p{
    color:#666;
    margin:15px 0 25px;
}

/* BUTTONS */
.cta-actions{
    display:flex;
    justify-content:center;
    gap:15px;
}

.outline-btn{
    padding:12px 26px;
    border:2px solid #b30000;
    background:transparent;
    color:#b30000;
    border-radius:30px;
}

/* SCALE WHOLE PAGE */
@media(max-width:1100px){
    .main-container{
        
        
    }
}

@media(max-width:900px){
    .main-container{
        
    }
}

@media(max-width:700px){
    .main-container{
        
    }
}

/* SCALE WHOLE PAGE */
@media(max-width:1100px){
    .main-container{
        
        
    }
}

@media(max-width:900px){
    .main-container{
        
    }
}

@media(max-width:700px){
    .main-container{
        
    }
}

/* RESET OLD CARD SYSTEM */
.hero-right{
    display:block !important;
}
.card{
    all:unset;
}

/* HERO RIGHT CONTAINER */
.hero-right{
    position:relative;
    width:520px;
    height:460px;
}

/* BASE CARD STYLE */
.card{
    position:absolute;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* BIG MAIN IMAGE (RIGHT SIDE) */
.card1{
    width:300px;
    height:420px;
    right:0;
    top:0;
    background:url('../images/grid1.png') center/cover no-repeat;
    z-index:3;
}

/* LEFT OVERLAP IMAGE */
.card2{
    width:240px;
    height:320px;
    left:0;
    top:80px;
    background:url('../images/grid2.png') center/cover no-repeat;
    z-index:2;
}

/* SMALL BOTTOM IMAGE */
.card3{
    width:200px;
    height:220px;
    right:80px;
    bottom:0;
    background:url('../images/grid3.png') center/cover no-repeat;
    z-index:1;
}

/* SMOOTH HOVER */
.card1:hover,
.card2:hover,
.card3:hover{
    transform:translateY(-8px);
    transition:0.3s ease;
}

/* HERO FIX */
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    margin-top:80px;
}

/* LEFT TEXT */
.hero-left{
    max-width:520px;
}

/* SCALE HERO ONLY */
@media(max-width:1100px){
    .hero-right{
        
        
    }
}

@media(max-width:900px){
    .hero-right{
        
    }
}

@media(max-width:700px){
    .hero-right{
        
    }
}

.card::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}

/* USE YOUR REAL IMAGES */
.card1{
    background:url('../images/grid1.png') center/cover no-repeat;
}

.card2{
    background:url('../images/grid2.png') center/cover no-repeat;
}

.card3{
    background:url('../images/grid3.png') center/cover no-repeat;
}


/* HERO CONTAINER */
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:140px 8%;
    min-height:100vh;
}

/* RIGHT SIDE FIXED DESIGN */
.hero-right{
    position:relative;
    width:500px;
    height:400px;
}

/* BIG MAIN CARD */
.card1{
    position:absolute;
    left:0;
    top:0;
    width:320px;
    height:220px;
    border-radius:20px;
    background:url('../images/student1.jpg') center/cover no-repeat;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    z-index:1;
}

/* TOP SMALL CARD */
.card2{
    position:absolute;
    right:20px;
    top:-40px;
    width:160px;
    height:220px;
    border-radius:20px;
    background:url('../images/student2.jpg') center/cover no-repeat;
    box-shadow:0 15px 30px rgba(0,0,0,0.12);
}

/* BOTTOM SMALL CARD */
.card3{
    position:absolute;
    right:0;
    bottom:0;
    width:200px;
    height:180px;
    border-radius:20px;
    background:url('../images/student3.jpg') center/cover no-repeat;
    box-shadow:0 15px 30px rgba(0,0,0,0.12);
}

/* HOVER EFFECT */
.card1, .card2, .card3{
    transition:0.4s ease;
}

.card1:hover,
.card2:hover,
.card3:hover{
    transform:translateY(-8px) scale(1.02);
}

/* SCALE DESIGN INSTEAD OF BREAKING */
@media(max-width:1100px){

    .hero{
        
        
    }

}

@media(max-width:900px){

    .hero{
        
    }

}

@media(max-width:700px){

    .hero{
        
    }

}

@media(max-width:500px){

    .hero{
        
    }

}
.hero{
    margin-top:80px;
}

/* USE YOUR REAL IMAGES */
.card1{
    background:url('../images/grid1.png') center/cover no-repeat;
}

.card2{
    background:url('../images/grid2.png') center/cover no-repeat;
}

.card3{
    background:url('../images/grid3.png') center/cover no-repeat;
}


/* HERO CLEAN FIX */
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:120px 8%;
    gap:60px;
}

/* LEFT TEXT */
.hero-left{
    flex:1;
    max-width:520px;
}

/* RIGHT */
.hero-right{
    flex:1;
    position:relative;
    height:460px;
}

/* CARD BASE */
.card{
    position:absolute;
    border-radius:20px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    transition:0.3s;
}

/* MAIN IMAGE (RIGHT BIG) */
.card1{
    width:300px;
    height:420px;
    right:0;
    top:0;
    background-image:url('../images/grid1.png');
    z-index:3;
}

/* LEFT IMAGE */
.card2{
    width:240px;
    height:320px;
    left:40px;
    top:90px;
    background-image:url('../images/grid2.png');
    z-index:2;
}

/* BOTTOM IMAGE */
.card3{
    width:220px;
    height:240px;
    right:60px;
    bottom:0;
    background-image:url('../images/grid3.png');
    z-index:1;
}

/* HOVER */
.card:hover{
    transform:translateY(-6px);
}

@media(max-width:1000px){

    .hero{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .hero-right{
        margin-top:40px;
    }

}

.social-bar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    overflow: hidden;
}

.social-bar a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    text-decoration: none;
    transition: .25s ease;
}

.social-bar a i {
    font-size: 18px;
}

.social-bar a:hover {
    background: #f2f2f2;
    color: #a40000;
}

@media (max-width: 650px) {
    .social-bar a {
        width: 44px;
        height: 44px;
    }

    .social-bar a i {
        font-size: 16px;
    }
}

/* =========================================================
   NATU SOCIAL SIDEBAR - CLEAN WHITE / BLACK
   ========================================================= */

.social-bar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 52px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border-radius: 0 16px 16px 0;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);

    overflow: visible;

    z-index: 99999;
}

.social-bar a {
    position: relative;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111111;
    background: #ffffff;

    text-decoration: none;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.social-bar a:first-child {
    border-radius: 0 16px 0 0;
}

.social-bar a:last-child {
    border-radius: 0 0 16px 0;
}

.social-bar a i {
    font-size: 18px;
    transition: transform 0.25s ease;
}

/* Hover */

.social-bar a:hover {
    background: #f5f5f5;
    color: #8B0000;
}

.social-bar a:hover i {
    transform: scale(1.18);
}

/* Platform hover colours */

.social-bar a:nth-child(1):hover {
    color: #1877F2;
}

.social-bar a:nth-child(2):hover {
    color: #E1306C;
}

.social-bar a:nth-child(3):hover {
    color: #25D366;
}

.social-bar a:nth-child(4):hover {
    color: #FF0000;
}

.social-bar a:nth-child(5):hover {
    color: #000000;
}

/* Tooltip */

.social-bar a span {
    position: absolute;

    left: 66px;
    top: 50%;

    transform: translateY(-50%) translateX(-8px);

    padding: 8px 13px;

    background: #111111;
    color: #ffffff;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.social-bar a span::before {
    content: "";

    position: absolute;

    left: -6px;
    top: 50%;

    transform: translateY(-50%);

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #111111;
}

.social-bar a:hover span {
    opacity: 1;
    visibility: visible;

    transform: translateY(-50%) translateX(0);
}

/* Mobile */

@media (max-width: 650px) {

    .social-bar {
        width: 44px;
        border-radius: 0 12px 12px 0;
    }

    .social-bar a {
        width: 44px;
        height: 44px;
    }

    .social-bar a i {
        font-size: 16px;
    }

    .social-bar a:first-child {
        border-radius: 0 12px 0 0;
    }

    .social-bar a:last-child {
        border-radius: 0 0 12px 0;
    }

    .social-bar a span {
        display: none;
    }
}


/* =========================================================
   HERO GRID ? MEDIUM SIZE + RIGHT POSITION
   ========================================================= */

.hero-right {
    width: 100%;
    max-width: 560px;
    height: 500px;
    margin-left: auto;
    margin-right: -25px;
}

/* MAIN IMAGE */
.hero-card.card1 {
    width: 285px;
    height: 395px;
    right: 0;
    top: 35px;
}

/* LEFT IMAGE */
.hero-card.card2 {
    width: 205px;
    height: 285px;
    left: 45px;
    top: 125px;
}

/* BOTTOM IMAGE */
.hero-card.card3 {
    width: 190px;
    height: 205px;
    right: 95px;
    bottom: 5px;
}

/* 2026 LABEL */
.visual-number {
    right: -5px;
    top: 5px;
}

/* TABLET */
@media (max-width: 1100px) {

    .hero-right {
        max-width: 520px;
        margin-right: -10px;
    }

    .hero-card.card1 {
        width: 270px;
        height: 375px;
    }

    .hero-card.card2 {
        width: 195px;
        height: 270px;
        left: 35px;
    }

    .hero-card.card3 {
        width: 180px;
        height: 195px;
        right: 80px;
    }
}

/* MOBILE ? KEEP CENTERED */
@media (max-width: 900px) {

    .hero-right {
        width: min(100%, 560px);
        margin-left: auto;
        margin-right: auto;
    }

}


/* =========================================================
   FINAL HERO SPACING ? MOVE VISUAL RIGHT
   ========================================================= */

@media (min-width: 901px) {

    .hero {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 90px;
    }

    .hero-left {
        max-width: 570px;
    }

    .hero-right {
        max-width: 560px;
        margin-left: 35px;
        margin-right: -70px;
    }
}


/* =========================================================
   SCROLL BUTTON
   ========================================================= */

.hero + .scroll-indicator {
    cursor: pointer;
    user-select: none;
}

.hero + .scroll-indicator:hover {
    color: #8b0000;
    transform: translateY(3px);
}


/* =========================================================
   FINAL HERO POSITION + RESPONSIVE FIX
   ONLY HERO ? DO NOT TOUCH OTHER SECTIONS
   ========================================================= */

/* ---------- LARGE DESKTOP ---------- */

@media (min-width: 1201px) {

    .hero {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        column-gap: 110px;
        padding-left: 6%;
        padding-right: 2%;
    }

    .hero-left {
        max-width: 590px;
    }

    .hero-right {
        width: 560px;
        max-width: 560px;
        margin-left: 70px;
        margin-right: -100px;
    }
}


/* ---------- LAPTOP ---------- */

@media (min-width: 901px) and (max-width: 1200px) {

    .hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        column-gap: 55px;
        padding-left: 5%;
        padding-right: 2%;
    }

    .hero-right {
        width: 520px;
        max-width: 520px;
        margin-left: 25px;
        margin-right: -45px;
    }

    .hero-card.card1 {
        width: 275px;
        height: 385px;
    }

    .hero-card.card2 {
        width: 195px;
        height: 270px;
        left: 25px;
    }

    .hero-card.card3 {
        width: 180px;
        height: 195px;
        right: 85px;
    }
}


/* ---------- TABLET ---------- */

@media (min-width: 601px) and (max-width: 900px) {

    .hero {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;

        width: 100%;
        min-height: auto;

        padding: 125px 5% 70px;

        overflow: hidden;
    }

    .hero-left {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;

        text-align: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-right {
        width: min(100%, 540px);
        height: 450px;

        margin: 10px auto 0;

        flex: none;
    }

    .hero-card.card1 {
        width: 270px;
        height: 375px;

        right: 15px;
        top: 20px;
    }

    .hero-card.card2 {
        width: 200px;
        height: 275px;

        left: 20px;
        top: 110px;
    }

    .hero-card.card3 {
        width: 185px;
        height: 200px;

        right: 100px;
        bottom: 0;
    }

    .visual-number {
        right: 0;
        top: 0;
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 600px) {

    .hero {
        display: flex;
        flex-direction: column;

        width: 100%;
        min-height: auto;

        padding: 115px 18px 55px;

        gap: 35px;

        overflow: hidden;
    }

    .hero-left {
        width: 100%;
        max-width: 100%;

        text-align: center;
    }

    .hero-badge {
        margin-bottom: 18px;

        font-size: 11px;
        padding: 7px 13px;
    }

    .hero-left h1 {
        font-size: clamp(34px, 10vw, 43px);

        line-height: 1.08;

        letter-spacing: -1.2px;

        margin-bottom: 20px;
    }

    .hero-left h1 span::after {
        height: 3px;
        width: 50px;

        bottom: -5px;
    }

    .hero-description {
        width: 100%;

        font-size: 14px;

        line-height: 1.7;

        margin-bottom: 25px;
    }

    .hero-actions {
        flex-direction: column;

        justify-content: center;

        gap: 13px;

        margin-bottom: 28px;
    }

    .hero .apply-btn {
        width: auto;

        padding: 13px 25px;

        font-size: 14px;
    }

    .hero-explore {
        font-size: 13px;
    }

    .hero-trust {
        width: 100%;

        justify-content: center;

        gap: 12px;
    }

    .trust-item > i {
        width: 34px;
        height: 34px;

        font-size: 13px;
    }

    .trust-item strong {
        font-size: 10px;
    }

    .trust-item span {
        display: none;
    }

    .trust-line {
        height: 27px;
    }


    /* MOBILE IMAGE AREA */

    .hero-right {
        position: relative;

        width: 100%;
        max-width: 500px;

        height: 380px;

        margin: 0 auto;

        flex: none;
    }

    .hero-glow {
        width: 330px;
        height: 330px;

        right: 50%;
        top: 20px;

        transform: translateX(50%);
    }


    /* MAIN IMAGE */

    .hero-card.card1 {
        width: 205px;
        height: 285px;

        right: 5px;
        top: 15px;
    }


    /* LEFT IMAGE */

    .hero-card.card2 {
        width: 150px;
        height: 210px;

        left: 5px;
        top: 80px;
    }


    /* BOTTOM IMAGE */

    .hero-card.card3 {
        width: 145px;
        height: 160px;

        right: 58px;
        bottom: 0;
    }


    .visual-number {
        right: 0;
        top: 0;

        padding: 9px 11px;

        border-radius: 12px;
    }

    .visual-number strong {
        font-size: 14px;
    }

    .visual-number span {
        font-size: 7px;
    }

    .card-label {
        left: 10px;
        bottom: 10px;

        padding: 6px 9px;

        font-size: 8px;
    }

    .card-mini-info {
        left: 8px;
        bottom: 8px;

        padding: 7px 8px;

        font-size: 7px;
    }

    .card-mini-info i {
        font-size: 10px;
    }


    /* SCROLL */

    .hero + .scroll-indicator {
        margin-top: 0;
        margin-bottom: 25px;
    }

}


/* ---------- VERY SMALL PHONES ---------- */

@media (max-width: 400px) {

    .hero {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-left h1 {
        font-size: 32px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-right {
        height: 330px;
    }

    .hero-card.card1 {
        width: 180px;
        height: 250px;

        right: 2px;
    }

    .hero-card.card2 {
        width: 135px;
        height: 190px;

        left: 0;
        top: 70px;
    }

    .hero-card.card3 {
        width: 130px;
        height: 145px;

        right: 45px;
    }

    .hero-glow {
        width: 290px;
        height: 290px;
    }

    .visual-number {
        transform: scale(.9);
        transform-origin: top right;
    }

}


/* ---------- PREVENT HERO OVERFLOW ---------- */

.hero,
.hero-left,
.hero-right {
    max-width: 100%;
}

.hero-right {
    overflow: visible;
}

body {
    overflow-x: hidden;
}

 
/* ========================================
   FINAL NAVBAR + HERO HEIGHT ADJUSTMENT
   ======================================== */

.navbar {
    top: 12px;
    padding: 11px 28px;
}

.logo img {
    width: 40px;
    height: 40px;
}

.hero {
    min-height: 88vh;
    padding-top: 95px;
    padding-bottom: 55px;
}

/* Keep hero cards visually balanced */
.hero-right {
    height: 430px;
}

/* Scroll indicator closer to hero */
.scroll-indicator {
    bottom: 18px;
}

/* Smaller screens */
@media (max-width: 900px) {
    .navbar {
        top: 10px;
        padding: 10px 20px;
    }

    .hero {
        min-height: auto;
        padding-top: 105px;
        padding-bottom: 45px;
    }

    .hero-right {
        height: 390px;
    }
}

@media (max-width: 650px) {
    .navbar {
        top: 8px;
        padding: 9px 16px;
    }

    .logo img {
        width: 36px;
        height: 36px;
    }

    .hero {
        padding-top: 90px;
        padding-bottom: 35px;
    }

    .hero-right {
        height: 350px;
    }
}


/* FINAL COMPACT NAV + HERO */
.navbar {
    top: 8px;
    padding: 8px 24px;
}

.logo img {
    width: 36px;
    height: 36px;
}

.hero {
    min-height: 78vh;
    padding-top: 78px;
    padding-bottom: 35px;
}

.hero-right {
    height: 390px;
}

.scroll-indicator {
    bottom: 12px;
}

@media (max-width: 900px) {
    .navbar {
        top: 7px;
        padding: 8px 18px;
    }

    .hero {
        min-height: auto;
        padding-top: 85px;
        padding-bottom: 30px;
    }

    .hero-right {
        height: 350px;
    }
}

@media (max-width: 650px) {
    .navbar {
        top: 6px;
        padding: 7px 15px;
    }

    .logo img {
        width: 34px;
        height: 34px;
    }

    .hero {
        padding-top: 75px;
        padding-bottom: 25px;
    }

    .hero-right {
        height: 320px;
    }
}


/* TIGHTEN NAVBAR TO HERO GAP ONLY */
.hero {
    margin-top: 20px !important;
    padding-top: 35px !important;
}

@media (max-width: 900px) {
    .hero {
        margin-top: 15px !important;
        padding-top: 30px !important;
    }
}

@media (max-width: 650px) {
    .hero {
        margin-top: 10px !important;
        padding-top: 25px !important;
    }
}


/* ========================================
   NATU PREMIUM CTA
======================================== */

.natu-cta {
    width: 100%;
    padding: 75px 8%;
    margin-top: 30px;
    background: linear-gradient(135deg, #7d0000, #a40000);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.natu-cta::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    right: -120px;
    top: -170px;
}

.natu-cta::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    left: -100px;
    bottom: -130px;
}

.natu-cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.cta-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 16px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.natu-cta h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 700;
}

.natu-cta p {
    max-width: 680px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
}

.natu-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.natu-cta-primary,
.natu-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.natu-cta-primary {
    background: #fff;
    color: #8B0000;
}

.natu-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,.2);
}

.natu-cta-secondary {
    border: 1px solid rgba(255,255,255,.65);
    color: #fff;
    background: rgba(255,255,255,.08);
}

.natu-cta-secondary:hover {
    background: #fff;
    color: #8B0000;
    transform: translateY(-3px);
}

/* MOBILE */
@media (max-width: 650px) {

    .natu-cta {
        padding: 55px 20px;
        margin-top: 20px;
    }

    .natu-cta h2 {
        font-size: 29px;
    }

    .natu-cta p {
        font-size: 14px;
        line-height: 1.7;
    }

    .natu-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .natu-cta-primary,
    .natu-cta-secondary {
        width: 100%;
        max-width: 280px;
    }
}


/* ========================================
   FINAL CTA - AFTER ADMISSIONS
======================================== */

.natu-final-cta {
    width: 100%;
    padding: 70px 8%;
    background: #8B0000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.natu-final-cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    right: -180px;
    top: -210px;
}

.natu-final-cta::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    left: -130px;
    bottom: -160px;
}

.final-cta-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.final-cta-text {
    max-width: 700px;
}

.final-cta-label {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.final-cta-text h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 45px);
    line-height: 1.15;
}

.final-cta-text h2 strong {
    color: #fff;
}

.final-cta-text p {
    max-width: 650px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.88);
}

.final-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.final-cta-primary,
.final-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.final-cta-primary {
    background: #fff;
    color: #8B0000;
}

.final-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,.2);
}

.final-cta-phone {
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
}

.final-cta-phone:hover {
    background: #fff;
    color: #8B0000;
    transform: translateY(-3px);
}

/* TABLET */
@media (max-width: 900px) {

    .final-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .final-cta-text p {
        margin: auto;
    }

    .final-cta-actions {
        justify-content: center;
    }
}

/* PHONE */
@media (max-width: 600px) {

    .natu-final-cta {
        padding: 55px 20px;
    }

    .final-cta-text h2 {
        font-size: 29px;
    }

    .final-cta-text p {
        font-size: 14px;
    }

    .final-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .final-cta-primary,
    .final-cta-phone {
        width: 100%;
        max-width: 280px;
    }
}


/* ========================================
   NATU INTERNATIONAL FOOTER
======================================== */

.natu-footer {
    background: #111;
    color: #fff;
    margin-top: 0;
    padding-top: 70px;
}

.footer-main {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 55px;
    padding-bottom: 55px;
}

/* BRAND */

.footer-brand img {
    width: 105px;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px;
}

.footer-brand h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.footer-tagline {
    color: #ddd;
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-bottom: 12px;
}

.footer-motto {
    color: #a40000;
    font-size: 13px;
    font-weight: 600;
}

/* COLUMNS */

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #a40000;
}

.footer-column a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 12px;
    transition: .25s ease;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* CONTACT */

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact a i {
    color: #a40000;
    width: 18px;
}

.footer-location {
    display: flex;
    gap: 10px;
    color: #bbb;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
}

.footer-location i {
    color: #a40000;
    margin-top: 4px;
}

/* SOCIAL */

.footer-social {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    transition: .3s ease;
}

.footer-social a:hover {
    background: #a40000;
    border-color: #a40000;
    color: #fff;
    transform: translateY(-3px);
}

/* BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

.developed-by strong {
    color: #fff;
    font-weight: 600;
}

/* TABLET */

@media (max-width: 950px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

}

/* MOBILE */

@media (max-width: 600px) {

    .natu-footer {
        padding-top: 50px;
    }

    .footer-main {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-brand img {
        width: 90px;
    }

    .footer-social {
        width: 88%;
    }

    .footer-bottom {
        width: 88%;
        flex-direction: column;
        text-align: center;
        padding: 18px 0;
    }

}


/* ========================================
   CTA FINAL SPACING + ROUNDING
======================================== */

.cta {
    width: 90%;
    max-width: 1150px;
    margin: 90px auto 120px;
    padding: 60px 40px;
    border-radius: 35px;
    overflow: hidden;
}

.cta h2 {
    margin-bottom: 16px;
}

.cta p {
    margin-bottom: 30px;
}

/* EXTRA SPACE BEFORE FOOTER */
footer {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .cta {
        width: calc(100% - 30px);
        margin: 60px auto 90px;
        padding: 45px 22px;
        border-radius: 28px;
    }

    footer {
        margin-top: 60px;
    }
}

/* FINAL CTA OVERRIDE */
section.cta {
    width: 90% !important;
    max-width: 1150px !important;
    margin: 100px auto 140px !important;
    padding: 60px 40px !important;
    border-radius: 40px !important;
    overflow: hidden !important;
}

/* SPACE BETWEEN CTA AND FOOTER */
section.cta + footer {
    margin-top: 100px !important;
}

/* IF FOOTER IS NOT DIRECTLY AFTER CTA */
footer {
    margin-top: 100px !important;
}

@media (max-width: 768px) {
    section.cta {
        width: calc(100% - 30px) !important;
        margin: 70px auto 100px !important;
        padding: 45px 22px !important;
        border-radius: 30px !important;
    }

    footer {
        margin-top: 70px !important;
    }
}

/* ========================================
   PREMIUM SOCIAL MEDIA SIDEBAR
======================================== */

.social-bar {
    position: fixed !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;

    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;

    z-index: 99999 !important;
}

/* SOCIAL BUTTON */
.social-bar a {
    position: relative !important;

    width: 48px !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    color: #111111 !important;

    border-radius: 50% !important;
    border: 1px solid rgba(0,0,0,.06) !important;

    text-decoration: none !important;

    box-shadow:
        0 6px 18px rgba(0,0,0,.10),
        0 2px 5px rgba(0,0,0,.05) !important;

    transition:
        transform .3s cubic-bezier(.2,.8,.2,1),
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease !important;
}

/* ICON */
.social-bar a i {
    font-size: 18px !important;
    color: #111111 !important;
    transition: transform .3s ease, color .3s ease !important;
}

/* GENERAL HOVER */
.social-bar a:hover {
    transform: translateX(7px) scale(1.08) !important;

    box-shadow:
        0 12px 28px rgba(0,0,0,.18),
        0 4px 10px rgba(0,0,0,.08) !important;
}

.social-bar a:hover i {
    transform: scale(1.12) !important;
}

/* FACEBOOK */
.social-bar a:nth-child(1):hover {
    background: #1877F2 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(1):hover i {
    color: #ffffff !important;
}

/* INSTAGRAM */
.social-bar a:nth-child(2):hover {
    background: linear-gradient(135deg,#833AB4,#E1306C,#F77737) !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(2):hover i {
    color: #ffffff !important;
}

/* WHATSAPP */
.social-bar a:nth-child(3):hover {
    background: #25D366 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(3):hover i {
    color: #ffffff !important;
}

/* YOUTUBE */
.social-bar a:nth-child(4):hover {
    background: #FF0000 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(4):hover i {
    color: #ffffff !important;
}

/* TIKTOK */
.social-bar a:nth-child(5):hover {
    background: #111111 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(5):hover i {
    color: #ffffff !important;
}

/* TOOLTIP */
.social-bar a span {
    position: absolute !important;

    left: 60px !important;
    top: 50% !important;

    transform: translateY(-50%) translateX(-8px) !important;

    background: #111111 !important;
    color: #ffffff !important;

    padding: 7px 12px !important;

    border-radius: 8px !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    white-space: nowrap !important;

    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;

    box-shadow: 0 8px 20px rgba(0,0,0,.15) !important;

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease !important;
}

/* TOOLTIP ARROW */
.social-bar a span::before {
    content: "" !important;

    position: absolute !important;
    left: -5px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #111111 !important;
}

/* SHOW TOOLTIP */
.social-bar a:hover span {
    opacity: 1 !important;
    visibility: visible !important;

    transform: translateY(-50%) translateX(0) !important;
}

/* MOBILE */
@media (max-width: 900px) {

    .social-bar {
        left: 8px !important;
        gap: 7px !important;
    }

    .social-bar a {
        width: 42px !important;
        height: 42px !important;
    }

    .social-bar a i {
        font-size: 16px !important;
    }

    .social-bar a span {
        display: none !important;
    }

}

@media (max-width: 500px) {

    .social-bar {
        left: 6px !important;
        gap: 6px !important;
    }

    .social-bar a {
        width: 38px !important;
        height: 38px !important;
    }

    .social-bar a i {
        font-size: 15px !important;
    }

}


/* ========================================
   PREMIUM SOCIAL MEDIA SIDEBAR
======================================== */

.social-bar {
    position: fixed !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;

    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;

    z-index: 99999 !important;
}

/* SOCIAL BUTTON */
.social-bar a {
    position: relative !important;

    width: 48px !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    color: #111111 !important;

    border-radius: 50% !important;
    border: 1px solid rgba(0,0,0,.06) !important;

    text-decoration: none !important;

    box-shadow:
        0 6px 18px rgba(0,0,0,.10),
        0 2px 5px rgba(0,0,0,.05) !important;

    transition:
        transform .3s cubic-bezier(.2,.8,.2,1),
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease !important;
}

/* ICON */
.social-bar a i {
    font-size: 18px !important;
    color: #111111 !important;
    transition: transform .3s ease, color .3s ease !important;
}

/* GENERAL HOVER */
.social-bar a:hover {
    transform: translateX(7px) scale(1.08) !important;

    box-shadow:
        0 12px 28px rgba(0,0,0,.18),
        0 4px 10px rgba(0,0,0,.08) !important;
}

.social-bar a:hover i {
    transform: scale(1.12) !important;
}

/* FACEBOOK */
.social-bar a:nth-child(1):hover {
    background: #1877F2 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(1):hover i {
    color: #ffffff !important;
}

/* INSTAGRAM */
.social-bar a:nth-child(2):hover {
    background: linear-gradient(135deg,#833AB4,#E1306C,#F77737) !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(2):hover i {
    color: #ffffff !important;
}

/* WHATSAPP */
.social-bar a:nth-child(3):hover {
    background: #25D366 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(3):hover i {
    color: #ffffff !important;
}

/* YOUTUBE */
.social-bar a:nth-child(4):hover {
    background: #FF0000 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(4):hover i {
    color: #ffffff !important;
}

/* TIKTOK */
.social-bar a:nth-child(5):hover {
    background: #111111 !important;
    color: #ffffff !important;
}

.social-bar a:nth-child(5):hover i {
    color: #ffffff !important;
}

/* TOOLTIP */
.social-bar a span {
    position: absolute !important;

    left: 60px !important;
    top: 50% !important;

    transform: translateY(-50%) translateX(-8px) !important;

    background: #111111 !important;
    color: #ffffff !important;

    padding: 7px 12px !important;

    border-radius: 8px !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    white-space: nowrap !important;

    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;

    box-shadow: 0 8px 20px rgba(0,0,0,.15) !important;

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease !important;
}

/* TOOLTIP ARROW */
.social-bar a span::before {
    content: "" !important;

    position: absolute !important;
    left: -5px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #111111 !important;
}

/* SHOW TOOLTIP */
.social-bar a:hover span {
    opacity: 1 !important;
    visibility: visible !important;

    transform: translateY(-50%) translateX(0) !important;
}

/* MOBILE */
@media (max-width: 900px) {

    .social-bar {
        left: 8px !important;
        gap: 7px !important;
    }

    .social-bar a {
        width: 42px !important;
        height: 42px !important;
    }

    .social-bar a i {
        font-size: 16px !important;
    }

    .social-bar a span {
        display: none !important;
    }

}

@media (max-width: 500px) {

    .social-bar {
        left: 6px !important;
        gap: 6px !important;
    }

    .social-bar a {
        width: 38px !important;
        height: 38px !important;
    }

    .social-bar a i {
        font-size: 15px !important;
    }

}


/* ===== CUSTOM CURSOR ===== */
.cursor-dot,






/* Hover effect */





















/* Hover grow */



body {
  background: #ffffff !important;
}




/* hover effect */







a, button, .btn {
  transition: transform 0.2s ease;
}


 /* ===== PREMIUM CURSOR ===== */
.cursor-dot,






/* hover expand */








 /* ===== BLACK THEME CURSOR ===== */
.cursor-dot,


/* small solid dot */


/* smooth outer ring */


/* hover effect */







body { cursor: auto !important; }

 /* ===== PREMIUM CURSOR (BLACK THEME) ===== */
.cursor-dot,






/* hover expand */



/* ===== PREMIUM BLACK CURSOR ===== */

#premium-cursor,






#premium-cursor-ring.cursor-active {
    width: 52px !important;
    height: 52px !important;
    background: rgba(0, 0, 0, 0.08) !important;
}

/* Do NOT hide the normal cursor yet */
body {
    cursor: auto !important;
}

/* ===== PAGE HERO ===== */
.page-hero {
    padding: 140px 8% 80px;
    text-align: center;
    background: linear-gradient(135deg, #f8f8f8, #ffffff);
}

.page-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #171717;
}

.page-hero-content h1 span {
    color: #8B0000;
}

.page-hero-content p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

/* ===== ABOUT PAGE ===== */
.about-section {
    padding: 80px 8%;
    background: #fff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #171717;
}

.about-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.stat {
    text-align: center;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
}

.stat h3 {
    font-size: 28px;
    color: #8B0000;
}

.stat p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ===== MISSION & VISION ===== */
.mission-vision {
    padding: 80px 8%;
    background: #f8f8f8;
}

.mv-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.mission, .vision {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.mission i, .vision i {
    font-size: 40px;
    color: #8B0000;
    margin-bottom: 15px;
}

.mission h3, .vision h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.mission p, .vision p {
    color: #555;
    line-height: 1.7;
}

/* ===== VALUES ===== */
.values {
    padding: 80px 8%;
    text-align: center;
}

.values h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
}

.value-card i {
    font-size: 36px;
    color: #8B0000;
    margin-bottom: 15px;
}

.value-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.value-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== ACADEMICS ===== */
.curriculum {
    padding: 80px 8%;
    background: #fff;
}

.curriculum h2 {
    text-align: center;
    font-size: 36px;
}

.curriculum .subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.curriculum-item {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease;
}

.curriculum-item:hover {
    transform: translateY(-5px);
}

.curriculum-item i {
    font-size: 32px;
    color: #8B0000;
    margin-bottom: 15px;
}

.curriculum-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.curriculum-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== ACADEMIC LEVELS ===== */
.academic-levels {
    padding: 80px 8%;
    background: #f8f8f8;
}

.academic-levels h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.levels-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.level-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.level-number {
    background: #8B0000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.level-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.level-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.level-card ul {
    list-style: none;
    padding: 0;
}

.level-card ul li {
    padding: 6px 0;
    color: #555;
    font-size: 13px;
}

.level-card ul li::before {
    content: "? ";
    color: #8B0000;
    font-weight: bold;
}

/* ===== FACILITIES ===== */
.facilities {
    padding: 80px 8%;
}

.facilities h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.facility {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.facility i {
    font-size: 32px;
    color: #8B0000;
    margin-bottom: 15px;
}

.facility h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.facility p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== ADMISSIONS ===== */
.admissions-info {
    padding: 80px 8%;
    background: #fff;
}

.admissions-info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
}

.info-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.info-text h3 {
    font-size: 22px;
    margin: 30px 0 15px;
}

.info-text ul {
    list-style: none;
    padding: 0;
}

.info-text ul li {
    padding: 8px 0;
    color: #555;
}

.info-text ul li i {
    color: #8B0000;
    margin-right: 10px;
}

.info-text ol {
    padding-left: 20px;
}

.info-text ol li {
    padding: 8px 0;
    color: #555;
}

.fee-card {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 20px;
}

.fee-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.fee-item:last-child {
    border-bottom: none;
}

.fee-item span {
    color: #555;
}

.fee-item strong {
    color: #8B0000;
}

.fee-note {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #8B0000;
}

.fee-note i {
    color: #8B0000;
    margin-right: 10px;
}

.apply-now-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #8B0000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.apply-now-btn:hover {
    background: #a40000;
    transform: translateY(-3px);
}

.why-natu {
    padding: 80px 8%;
    background: #f8f8f8;
}

.why-natu h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-item {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.why-item:hover {
    transform: translateY(-5px);
}

.why-item i {
    font-size: 32px;
    color: #8B0000;
    margin-bottom: 15px;
}

.why-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.why-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== CONTACT ===== */
.contact-section {
    padding: 80px 8%;
    background: #fff;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contact-item i {
    width: 45px;
    height: 45px;
    background: #f8f8f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B0000;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-item p {
    color: #555;
    margin: 0;
}

.contact-item a {
    color: #555;
    text-decoration: none;
}

.contact-item a:hover {
    color: #8B0000;
}

.contact-form {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 20px;
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B0000;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #8B0000;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #a40000;
}

.submit-btn i {
    margin-left: 10px;
}

.map-section {
    padding: 80px 8%;
    background: #f8f8f8;
}

.map-container h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.map-placeholder {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 80px 20px;
    border-radius: 20px;
    text-align: center;
}

.map-placeholder i {
    font-size: 48px;
    color: #8B0000;
    margin-bottom: 15px;
}

.map-placeholder p {
    color: #555;
    font-size: 18px;
}

.map-placeholder span {
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .about-container,
    .admissions-info-container,
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mv-container {
        grid-template-columns: 1fr;
    }
    
    .values-grid,
    .why-grid,
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .curriculum-grid,
    .levels-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .values-grid,
    .why-grid,
    .facilities-grid,
    .curriculum-grid,
    .levels-container {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 25px;
    }
}

/* ===== GOOGLE MAPS ===== */
.map-section {
    padding: 80px 8%;
    background: #f8f8f8;
}

.map-container h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.map-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.map-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.map-wrapper iframe {
    display: block;
}

.map-address {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.map-address i {
    font-size: 36px;
    color: #8B0000;
}

.map-address h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.map-address p {
    color: #666;
    margin: 3px 0;
}

/* ===== GALLERY ===== */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 30px 8% 0;
    flex-wrap: wrap;
    background: #fff;
}

.filter-btn {
    padding: 10px 25px;
    border: 2px solid #ddd;
    border-radius: 30px;
    background: transparent;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #8B0000;
    color: #8B0000;
}

.filter-btn.active {
    background: #8B0000;
    border-color: #8B0000;
    color: #fff;
}

.gallery-section {
    padding: 40px 8% 80px;
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
}

.gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item:nth-child(2) {
    grid-column: span 1;
}

.gallery-item:nth-child(3) {
    grid-column: span 1;
}

.gallery-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.gallery-overlay p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.gallery-overlay i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay i {
    opacity: 1;
}

/* ===== LIGHTBOX ===== */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.close-lightbox {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.close-lightbox:hover {
    transform: rotate(90deg);
}

/* ===== RESPONSIVE GALLERY ===== */
@media (max-width: 1100px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3) {
        grid-column: span 1;
    }
}

@media (max-width: 700px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item:nth-child(1),
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .lightbox-content {
        max-width: 95%;
        max-height: 70%;
    }
    
    .close-lightbox {
        top: 20px;
        right: 20px;
        font-size: 30px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ===== APPLICATION FORM ===== */
.application-form-section {
    padding: 80px 8%;
    background: #f8f8f8;
}

.application-form-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.application-form-container h2 {
    text-align: center;
    font-size: 36px;
    color: #171717;
    margin-bottom: 10px;
}

.form-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
    font-size: 16px;
}

#applicationForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fafafa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B0000;
    box-shadow: 0 0 0 4px rgba(139, 0, 0, 0.1);
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.full-width {
    grid-column: 1 / -1;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #8B0000;
}

.form-check label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.submit-application-btn {
    padding: 18px 40px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.submit-application-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.submit-application-btn i {
    font-size: 22px;
}

.form-note {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-top: 15px;
}

.form-note i {
    color: #8B0000;
    margin-right: 8px;
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float .tooltip {
    position: absolute;
    right: 75px;
    background: #333;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-float .tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .application-form-container {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .application-form-container h2 {
        font-size: 28px;
    }
    
    .submit-application-btn {
        font-size: 16px;
        padding: 16px 30px;
    }
    
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 28px;
        bottom: 20px;
        right: 20px;
    }
}

/* ===== APPLICATION FORM ===== */
.application-form-section {
    padding: 80px 8%;
    background: #f8f8f8;
}

.application-form-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.application-form-container h2 {
    text-align: center;
    font-size: 36px;
    color: #171717;
    margin-bottom: 10px;
}

.form-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
    font-size: 16px;
}

#applicationForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fafafa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B0000;
    box-shadow: 0 0 0 4px rgba(139, 0, 0, 0.1);
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.full-width {
    grid-column: 1 / -1;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #8B0000;
}

.form-check label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.submit-application-btn {
    padding: 18px 40px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.submit-application-btn:hover:not(:disabled) {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.submit-application-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-application-btn i {
    font-size: 22px;
}

.form-note {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-top: 15px;
}

.form-note i {
    color: #8B0000;
    margin-right: 8px;
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float .tooltip {
    position: absolute;
    right: 75px;
    background: #333;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-float .tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* ===== SUCCESS MESSAGE ===== */
.success-message {
    text-align: center;
    padding: 30px 20px;
}

.success-message i {
    font-size: 60px;
    color: #25D366;
    margin-bottom: 20px;
}

.success-message h3 {
    font-size: 28px;
    color: #171717;
    margin-bottom: 15px;
}

.success-message p {
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.application-preview {
    margin: 20px 0;
}

.application-preview h4 {
    text-align: left;
    margin-bottom: 10px;
    color: #333;
}

.application-preview pre {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #e0e0e0;
    font-family: 'Courier New', monospace;
    line-height: 1.6;
}

.success-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.whatsapp-chat-btn, .home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.whatsapp-chat-btn {
    background: #25D366;
    color: #fff;
}

.whatsapp-chat-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
}

.home-btn {
    background: #f0f0f0;
    color: #333;
}

.home-btn:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
}

.redirect-note {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .application-form-container {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .application-form-container h2 {
        font-size: 28px;
    }
    
    .submit-application-btn {
        font-size: 16px;
        padding: 16px 30px;
    }
    
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 28px;
        bottom: 20px;
        right: 20px;
    }
    
    .success-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .whatsapp-chat-btn, .home-btn {
        width: 100%;
        justify-content: center;
    }
}


.cursor-dot,








/* ===== ABOUT PAGE HERO ===== */
.about-hero-section {
    position: relative;
    padding: 160px 8% 100px;
    background: linear-gradient(135deg, #7d0000 0%, #a40000 50%, #cc0000 100%);
    color: #fff;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="80" r="2" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="90" r="1.5" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 100px 100px;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    right: -100px;
    bottom: -200px;
}

.about-hero-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    left: -100px;
    top: -100px;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

.about-hero-content h1 {
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.about-hero-content h1 span {
    color: #ffd700;
    position: relative;
}

.about-hero-content h1 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffd700;
    border-radius: 4px;
}

.about-hero-desc {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #ffd700;
}

.stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-top: 5px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}

/* ===== ABOUT STORY SECTION ===== */
.about-story-section {
    padding: 100px 8%;
    background: #ffffff;
}

.about-story-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #8B0000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #8B0000;
    border-radius: 50%;
}

.about-story-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
    margin-bottom: 20px;
    line-height: 1.1;
}

.about-story-text h2 span {
    color: #8B0000;
}

.story-lead {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-story-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.story-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.mission-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.mission-item:hover {
    transform: translateY(-5px);
}

.mission-item i {
    font-size: 24px;
    color: #8B0000;
    flex-shrink: 0;
    margin-top: 3px;
}

.mission-item h4 {
    font-size: 16px;
    color: #171717;
    margin-bottom: 5px;
}

.mission-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.about-story-image {
    position: relative;
}

.story-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.story-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.story-image-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.story-image-badge i {
    font-size: 24px;
    color: #8B0000;
}

.story-image-badge span {
    font-weight: 600;
    color: #171717;
}

.story-image-floating {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    background: #8B0000;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(139,0,0,0.3);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.story-image-floating i {
    font-size: 24px;
}

.story-image-floating span {
    font-weight: 600;
}

/* ===== VALUES SECTION ===== */
.values-section {
    padding: 100px 8%;
    background: #f8f8f8;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-header {
    text-align: center;
    margin-bottom: 50px;
}

.values-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.values-header h2 span {
    color: #8B0000;
}

.values-header p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #8B0000;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(139,0,0,0.12);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8B0000, #cc0000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    transition: transform 0.4s ease;
}

.value-card:hover .value-icon {
    transform: rotateY(360deg) scale(1.1);
}

.value-card h4 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 10px;
}

.value-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

/* ===== LEADERSHIP SECTION ===== */
.leadership-section {
    padding: 100px 8%;
    background: #ffffff;
}

.leadership-container {
    max-width: 1200px;
    margin: 0 auto;
}

.leadership-header {
    text-align: center;
    margin-bottom: 50px;
}

.leadership-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.leadership-header h2 span {
    color: #8B0000;
}

.leadership-header p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.leader-card {
    background: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.leader-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.leader-card:hover .leader-image img {
    transform: scale(1.05);
}

.leader-info {
    padding: 25px;
}

.leader-info h4 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 5px;
}

.leader-title {
    display: block;
    font-size: 14px;
    color: #8B0000;
    font-weight: 600;
    margin-bottom: 10px;
}

.leader-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.leader-social {
    display: flex;
    gap: 10px;
}

.leader-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: all 0.3s ease;
}

.leader-social a:hover {
    background: #8B0000;
    color: #fff;
    transform: translateY(-3px);
}

/* ===== WHY CHOOSE SECTION ===== */
.why-choose-section {
    padding: 100px 8%;
    background: #f8f8f8;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.why-choose-header h2 span {
    color: #8B0000;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(139,0,0,0.12);
}

.why-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(139,0,0,0.2);
    letter-spacing: 1px;
}

.why-card i {
    font-size: 36px;
    color: #8B0000;
    margin-bottom: 15px;
}

.why-card h4 {
    font-size: 18px;
    color: #171717;
    margin-bottom: 10px;
}

.why-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 100px 8%;
    background: #ffffff;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.testimonials-header h2 span {
    color: #8B0000;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #f8f8f8;
    padding: 35px 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.testimonial-quote {
    color: #8B0000;
    font-size: 28px;
    margin-bottom: 15px;
    opacity: 0.3;
}

.testimonial-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8B0000;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 16px;
    color: #171717;
    margin-bottom: 2px;
}

.author-info span {
    font-size: 13px;
    color: #888;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .values-grid,
    .why-choose-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .story-image-wrapper img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .about-hero-stats {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .hero-stat-divider {
        width: 60px;
        height: 1px;
    }
    
    .values-grid,
    .why-choose-grid,
    .testimonials-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    
    .story-mission {
        grid-template-columns: 1fr;
    }
    
    .story-image-floating {
        display: none;
    }
    
    .about-hero-section {
        padding: 130px 5% 60px;
        min-height: auto;
    }
    
    .about-hero-content h1 {
        font-size: 36px;
    }
    
    .about-story-text h2,
    .values-header h2,
    .leadership-header h2,
    .why-choose-header h2,
    .testimonials-header h2 {
        font-size: 32px;
    }
}


.cursor-dot,








/* ===== ABOUT PAGE HERO - WHITE BACKGROUND ===== */
.about-hero-section {
    position: relative;
    padding: 140px 8% 80px;
    background: #ffffff;
    color: #171717;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.02);
    right: -200px;
    bottom: -200px;
    pointer-events: none;
}

.about-hero-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.02);
    left: -150px;
    top: -150px;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: #f8f8f8;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

.about-hero-content h1 {
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
    letter-spacing: -2px;
    color: #171717;
}

.about-hero-content h1 span {
    color: #000000;
    position: relative;
}

.about-hero-content h1 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000000;
    border-radius: 4px;
}

.about-hero-desc {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #555;
    line-height: 1.8;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: #e0e0e0;
}

/* ===== ABOUT STORY SECTION ===== */
.about-story-section {
    padding: 100px 8%;
    background: #ffffff;
}

.about-story-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
}

.about-story-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
    margin-bottom: 20px;
    line-height: 1.1;
}

.about-story-text h2 span {
    color: #000000;
}

.story-lead {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-story-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.story-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.mission-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.mission-item:hover {
    transform: translateY(-5px);
}

.mission-item i {
    font-size: 24px;
    color: #000000;
    flex-shrink: 0;
    margin-top: 3px;
}

.mission-item h4 {
    font-size: 16px;
    color: #171717;
    margin-bottom: 5px;
}

.mission-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.about-story-image {
    position: relative;
}

.story-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.story-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.story-image-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.story-image-badge i {
    font-size: 24px;
    color: #000000;
}

.story-image-badge span {
    font-weight: 600;
    color: #171717;
}

.story-image-floating {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    background: #000000;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.story-image-floating i {
    font-size: 24px;
}

.story-image-floating span {
    font-weight: 600;
}

/* ===== VALUES SECTION ===== */
.values-section {
    padding: 100px 8%;
    background: #f8f8f8;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-header {
    text-align: center;
    margin-bottom: 50px;
}

.values-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.values-header h2 span {
    color: #000000;
}

.values-header p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #000000;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    transition: transform 0.4s ease;
}

.value-card:hover .value-icon {
    transform: rotateY(360deg) scale(1.1);
}

.value-card h4 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 10px;
}

.value-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

/* ===== LEADERSHIP SECTION ===== */
.leadership-section {
    padding: 100px 8%;
    background: #ffffff;
}

.leadership-container {
    max-width: 1200px;
    margin: 0 auto;
}

.leadership-header {
    text-align: center;
    margin-bottom: 50px;
}

.leadership-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.leadership-header h2 span {
    color: #000000;
}

.leadership-header p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.leader-card {
    background: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.leader-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.leader-card:hover .leader-image img {
    transform: scale(1.05);
}

.leader-info {
    padding: 25px;
}

.leader-info h4 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 5px;
}

.leader-title {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.leader-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.leader-social {
    display: flex;
    gap: 10px;
}

.leader-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: all 0.3s ease;
}

.leader-social a:hover {
    background: #000000;
    color: #fff;
    transform: translateY(-3px);
}

/* ===== WHY CHOOSE SECTION ===== */
.why-choose-section {
    padding: 100px 8%;
    background: #f8f8f8;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.why-choose-header h2 span {
    color: #000000;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.why-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0,0,0,0.1);
    letter-spacing: 1px;
}

.why-card i {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
}

.why-card h4 {
    font-size: 18px;
    color: #171717;
    margin-bottom: 10px;
}

.why-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 100px 8%;
    background: #ffffff;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #171717;
}

.testimonials-header h2 span {
    color: #000000;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #f8f8f8;
    padding: 35px 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.testimonial-quote {
    color: #000000;
    font-size: 28px;
    margin-bottom: 15px;
    opacity: 0.2;
}

.testimonial-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000000;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 16px;
    color: #171717;
    margin-bottom: 2px;
}

.author-info span {
    font-size: 13px;
    color: #888;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .values-grid,
    .why-choose-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .story-image-wrapper img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .about-hero-stats {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .hero-stat-divider {
        width: 60px;
        height: 1px;
    }
    
    .values-grid,
    .why-choose-grid,
    .testimonials-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    
    .story-mission {
        grid-template-columns: 1fr;
    }
    
    .story-image-floating {
        display: none;
    }
    
    .about-hero-section {
        padding: 130px 5% 60px;
        min-height: auto;
    }
    
    .about-hero-content h1 {
        font-size: 36px;
    }
    
    .about-story-text h2,
    .values-header h2,
    .leadership-header h2,
    .why-choose-header h2,
    .testimonials-header h2 {
        font-size: 32px;
    }
}


.cursor-dot,





/* ===== ABOUT PAGE ===== */
.about-hero {
    padding: 140px 8% 80px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.about-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.about-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    margin-bottom: 30px;
}
.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
}
.about-hero h1 span {
    color: #000;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}
.about-hero p {
    font-size: 18px;
    color: #555;
    max-width: 550px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.about-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background: #f8f8f8;
    border-radius: 16px;
}
.stat {
    text-align: center;
}
.stat strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.stat span {
    font-size: 13px;
    color: #777;
}
.stat-divider {
    width: 1px;
    height: 40px;
    background: #ddd;
}

/* ===== MISSION ===== */
.about-mission {
    padding: 80px 8%;
    background: #f8f8f8;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.mission-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease;
}
.mission-card:hover {
    transform: translateY(-5px);
}
.mission-card i {
    font-size: 32px;
    color: #000;
    margin-bottom: 15px;
}
.mission-card h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.mission-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* ===== VALUES ===== */
.about-values {
    padding: 80px 8%;
    background: #fff;
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.values-header,
.leadership-header,
.why-header {
    text-align: center;
    margin-bottom: 50px;
}
.values-header h2,
.leadership-header h2,
.why-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.value-item {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 16px;
    transition: all 0.3s ease;
}
.value-item:hover {
    border-color: #000;
    transform: translateY(-5px);
}
.value-item i {
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
}
.value-item h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.value-item p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* ===== LEADERSHIP ===== */
.about-leadership {
    padding: 80px 8%;
    background: #f8f8f8;
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.leader {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}
.leader:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.leader-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 2px solid #000;
}
.leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
}
.leader span {
    display: block;
    font-size: 13px;
    color: #777;
    font-weight: 500;
}
.leader p {
    font-size: 13px;
    color: #999;
    margin-top: 8px;
}

/* ===== WHY CHOOSE ===== */
.about-why {
    padding: 80px 8%;
    background: #fff;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.why-item {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 16px;
    transition: all 0.3s ease;
}
.why-item:hover {
    border-color: #000;
    transform: translateY(-5px);
}
.why-item i {
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
}
.why-item h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.why-item p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* ===== TESTIMONIAL ===== */
.about-testimonial {
    padding: 80px 8%;
    background: #f8f8f8;
}
.testimonial-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-inner i {
    font-size: 36px;
    color: #000;
    opacity: 0.2;
    margin-bottom: 15px;
}
.testimonial-inner blockquote {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    line-height: 1.7;
    margin: 0 0 15px;
    font-style: italic;
}
.testimonial-inner cite {
    font-size: 14px;
    color: #888;
    font-style: normal;
}

/* ===== CTA ===== */
.about-cta {
    padding: 80px 8%;
    background: #000;
    color: #fff;
    text-align: center;
}
.cta-inner {
    max-width: 600px;
    margin: 0 auto;
}
.cta-inner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cta-inner h2 strong {
    color: #fff;
}
.cta-inner p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
    line-height: 1.7;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.btn-primary,
.btn-outline {
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}
.btn-primary {
    background: #fff;
    color: #000;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.2);
}
.btn-outline {
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
}
.btn-outline:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(37,211,102,0.5);
}
.whatsapp-float .tooltip {
    position: absolute;
    right: 70px;
    background: #333;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.whatsapp-float .tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .values-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-hero h1 {
        font-size: 36px;
    }
}
@media (max-width: 600px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }
    .values-grid,
    .why-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    .about-stats {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .stat-divider {
        width: 60px;
        height: 1px;
    }
    .about-hero h1 {
        font-size: 30px;
    }
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary,
    .btn-outline {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

/* ===== COLOR ACCENTS ===== */
:root {
    --primary: #8B0000;
    --primary-light: #a40000;
    --primary-dark: #6d0000;
    --primary-rgb: 139, 0, 0;
    --black: #000000;
    --white: #ffffff;
    --gray-100: #f8f8f8;
    --gray-200: #e8e8e8;
    --gray-300: #d0d0d0;
    --gray-400: #999;
    --gray-500: #666;
    --gray-600: #444;
}


.cursor-dot,





/* ===== ABOUT PAGE ===== */
.about-hero {
    padding: 140px 8% 80px;
    background: var(--white);
    text-align: center;
    border-bottom: 1px solid var(--gray-200);
}
.about-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.about-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--primary);
    text-transform: uppercase;
    padding: 6px 18px;
    border: 1px solid var(--primary);
    border-radius: 20px;
    margin-bottom: 30px;
    background: rgba(var(--primary-rgb), 0.05);
}
.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black);
    margin-bottom: 20px;
}
.about-hero h1 span {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    padding-bottom: 5px;
}
.about-hero p {
    font-size: 18px;
    color: var(--gray-500);
    max-width: 550px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.about-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background: var(--gray-100);
    border-radius: 10px;
}
.stat {
    text-align: center;
}
.stat strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
}
.stat span {
    font-size: 13px;
    color: var(--gray-400);
}
.stat-divider {
    width: 1px;
    height: 40px;
    background: var(--gray-300);
}

/* ===== MISSION ===== */
.about-mission {
    padding: 80px 8%;
    background: var(--gray-100);
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.mission-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.mission-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.08);
}
.mission-card i {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 15px;
}
.mission-card h3 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 10px;
}
.mission-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ===== VALUES ===== */
.about-values {
    padding: 80px 8%;
    background: var(--white);
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.values-header,
.leadership-header,
.why-header {
    text-align: center;
    margin-bottom: 50px;
}
.values-header h2,
.leadership-header h2,
.why-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}
.values-header h2::after,
.leadership-header h2::after,
.why-header h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary);
    margin: 12px auto 0;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.value-item {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.value-item:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.06);
}
.value-item i {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 12px;
}
.value-item h4 {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 5px;
}
.value-item p {
    font-size: 13px;
    color: var(--gray-400);
    margin: 0;
}

/* ===== LEADERSHIP ===== */
.about-leadership {
    padding: 80px 8%;
    background: var(--gray-100);
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.leader {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.leader:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.08);
}
.leader-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid var(--primary);
}
.leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader h4 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 3px;
}
.leader span {
    display: block;
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
}
.leader p {
    font-size: 13px;
    color: var(--gray-400);
    margin-top: 8px;
}

/* ===== WHY CHOOSE ===== */
.about-why {
    padding: 80px 8%;
    background: var(--white);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.why-item {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.why-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.why-item:hover::before {
    transform: scaleX(1);
}
.why-item:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.06);
}
.why-item i {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 12px;
}
.why-item h4 {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 5px;
}
.why-item p {
    font-size: 13px;
    color: var(--gray-400);
    margin: 0;
}

/* ===== TESTIMONIAL ===== */
.about-testimonial {
    padding: 80px 8%;
    background: var(--gray-100);
}
.testimonial-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-inner i {
    font-size: 36px;
    color: var(--primary);
    opacity: 0.3;
    margin-bottom: 15px;
}
.testimonial-inner blockquote {
    font-size: 22px;
    font-weight: 300;
    color: var(--gray-600);
    line-height: 1.7;
    margin: 0 0 15px;
    font-style: italic;
}
.testimonial-inner cite {
    font-size: 14px;
    color: var(--primary);
    font-style: normal;
    font-weight: 600;
}

/* ===== CTA ===== */
.about-cta {
    padding: 80px 8%;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-cta::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    right: -100px;
    bottom: -200px;
}
.about-cta::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    left: -100px;
    top: -100px;
}
.cta-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.cta-inner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cta-inner h2 strong {
    color: var(--white);
    border-bottom: 3px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
}
.cta-inner p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    line-height: 1.7;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.btn-primary,
.btn-outline {
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}
.btn-primary {
    background: var(--white);
    color: var(--primary);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.btn-outline {
    border: 2px solid rgba(255,255,255,0.4);
    color: var(--white);
    background: rgba(255,255,255,0.1);
}
.btn-outline:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-3px);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(37,211,102,0.5);
}
.whatsapp-float .tooltip {
    position: absolute;
    right: 70px;
    background: #333;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.whatsapp-float .tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .values-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-hero h1 {
        font-size: 36px;
    }
}
@media (max-width: 600px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }
    .values-grid,
    .why-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    .about-stats {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .stat-divider {
        width: 60px;
        height: 1px;
    }
    .about-hero h1 {
        font-size: 30px;
    }
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary,
    .btn-outline {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

/* ===== NAVIGATION FIXES ===== */
.navbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 11px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: all 0.3s ease;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    width: 40px;
    height: 40px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links a {
    position: relative;
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Red bottom line indicator */
.nav-links a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 3px;
    background: #8B0000;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* Active page - red bottom line */
.nav-links a.active {
    color: #8B0000;
    font-weight: 600;
}

.nav-links a.active::after {
    width: 55%;
}

/* Hover effect */
.nav-links a:hover {
    color: #8B0000;
    background: transparent;
}

.nav-links a:hover::after {
    width: 55%;
}

/* Mobile menu */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
}

.menu-toggle:hover {
    color: #8B0000;
}

/* ===== MOBILE NAV ===== */
@media (max-width: 900px) {
    .navbar {
        width: 92%;
        padding: 10px 20px;
        top: 10px;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: all 0.3s ease;
        gap: 5px;
    }
    
    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    
    .nav-links a {
        display: block;
        padding: 12px 20px;
        margin: 0;
        width: 100%;
    }
    
    .nav-links a::after {
        display: none;
    }
    
    .nav-links a.active {
        background: rgba(139, 0, 0, 0.08);
        border-radius: 10px;
    }
    
    .nav-links a:hover {
        background: rgba(139, 0, 0, 0.05);
        border-radius: 10px;
    }
}

/* ===== MAP SECTION ===== */
.map-section {
    padding: 80px 8%;
    background: var(--white);
}
.map-container {
    max-width: 1200px;
    margin: 0 auto;
}
.map-header {
    text-align: center;
    margin-bottom: 40px;
}
.map-header .section-tag {
    color: var(--primary);
}
.map-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}
.map-header h2 span {
    color: var(--primary);
}
.map-header p {
    color: var(--gray-500);
    margin-top: 5px;
}
.map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid var(--gray-200);
}
.map-wrapper iframe {
    display: block;
    width: 100%;
    height: 450px;
}
.map-address {
    margin-top: 30px;
    padding: 30px;
    background: var(--gray-100);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid var(--gray-200);
}
.map-address i {
    font-size: 32px;
    color: var(--primary);
    margin-top: 5px;
}
.map-address h4 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 5px;
}
.map-address p {
    color: var(--gray-500);
    margin: 3px 0;
    font-size: 14px;
}
.directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 20px;
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.directions-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.3);
}
.directions-btn i {
    color: var(--white);
    font-size: 16px;
}

/* ===== CONTACT WHATSAPP BUTTON ===== */
.contact-whatsapp {
    margin-top: 25px;
}
.whatsapp-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #25D366;
    color: var(--white);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}
.whatsapp-contact-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37,211,102,0.4);
}
.whatsapp-contact-btn i {
    font-size: 22px;
}

/* ===== RESPONSIVE MAP ===== */
@media (max-width: 768px) {
    .map-wrapper iframe {
        height: 300px;
    }
    .map-address {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .map-address i {
        margin-top: 0;
    }
    .map-header h2 {
        font-size: 28px;
    }
}

/* ===== CONTACT FORM SUCCESS ===== */
#successMessage {
    animation: fadeInUp 0.5s ease;
}

#successMessage i {
    animation: bounceIn 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.whatsapp-chat-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: #25D366;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.whatsapp-chat-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37,211,102,0.3);
    color: #fff;
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-btn .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== APPLICATION FORM SUCCESS ===== */
#successMessage {
    animation: fadeInUp 0.5s ease;
}

#successMessage i {
    animation: bounceIn 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.submit-application-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-application-btn .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== GALLERY PAGE ===== */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 30px 8% 0;
    flex-wrap: wrap;
    background: #fff;
}

.filter-btn {
    padding: 10px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    background: transparent;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #8B0000;
    color: #8B0000;
}

.filter-btn.active {
    background: #8B0000;
    border-color: #8B0000;
    color: #fff;
}

.gallery-section {
    padding: 40px 8% 80px;
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: #f5f5f5;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item:nth-child(2) {
    grid-column: span 1;
}

.gallery-item:nth-child(3) {
    grid-column: span 1;
}

.gallery-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.gallery-overlay p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.gallery-overlay i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay i {
    opacity: 1;
}

/* ===== LIGHTBOX ===== */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.close-lightbox {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.close-lightbox:hover {
    transform: rotate(90deg);
}

/* ===== RESPONSIVE GALLERY ===== */
@media (max-width: 1100px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item:nth-child(1),
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .gallery-item {
        min-height: 250px;
    }
    
    .lightbox-content {
        max-width: 95%;
        max-height: 70%;
    }
    
    .close-lightbox {
        top: 20px;
        right: 20px;
        font-size: 30px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .gallery-filters {
        gap: 10px;
    }
}

/* ===== UNIQUE TOUCHES FOR INDEX PAGE ===== */

/* 1. Animated hero badge pulse */
.hero-badge {
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(139,0,0,0.05) 0%, transparent 70%);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}

/* 2. Floating animation for hero cards */
.hero-card {
    animation: floatCard 6s ease-in-out infinite;
}

.hero-card.card1 { animation-delay: 0s; }
.hero-card.card2 { animation-delay: 1.5s; }
.hero-card.card3 { animation-delay: 3s; }

@keyframes floatCard {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}

.hero-card:hover {
    animation-play-state: paused;
}

/* 3. Glow effect on hero right */
.hero-glow {
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.6;
    }
    50% { 
        transform: scale(1.1);
        opacity: 1;
    }
}

/* 4. Gradient text for hero title */
.hero-left h1 strong {
    background: linear-gradient(135deg, #8B0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-left h1 span {
    background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-left h1 span::after {
    background: linear-gradient(90deg, #8B0000, #cc0000);
    height: 4px;
    border-radius: 4px;
}

/* 5. Journey cards with gradient borders */
.j-card {
    position: relative;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.j-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #8B0000, #cc0000, #8B0000);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderRotate 4s linear infinite;
    pointer-events: none;
}

@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.j-card:hover::before {
    animation-duration: 2s;
}

.j-card i {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.j-card:hover i {
    transform: scale(1.2) rotate(-5deg);
}

/* 6. Scroll indicator with bounce */
.scroll-indicator {
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.scroll-indicator i {
    animation: arrowBounce 1.8s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* 7. Trust items with hover effect */
.trust-item {
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 12px;
}

.trust-item:hover {
    background: rgba(139,0,0,0.05);
    transform: translateX(5px);
}

.trust-item > i {
    transition: all 0.3s ease;
}

.trust-item:hover > i {
    transform: scale(1.1) rotate(-5deg);
    color: #8B0000;
}

/* 8. Visual number with pulse */
.visual-number {
    animation: numberFloat 3s ease-in-out infinite;
}

@keyframes numberFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.visual-number strong {
    background: linear-gradient(135deg, #8B0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 9. Admissions section with gradient cards */
.ad-left {
    position: relative;
    overflow: hidden;
}

.ad-left::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(139,0,0,0.03) 0%, transparent 70%);
    pointer-events: none;
}

.ad-left ul li {
    transition: all 0.3s ease;
    padding: 6px 0;
    cursor: default;
}

.ad-left ul li:hover {
    transform: translateX(8px);
    color: #8B0000;
}

.ad-left ul li::before {
    content: '? ';
    color: #8B0000;
    font-weight: bold;
}

/* 10. Fee items with hover */
.fee {
    transition: all 0.3s ease;
    padding: 12px 8px;
    border-radius: 8px;
}

.fee:hover {
    background: rgba(139,0,0,0.04);
    transform: scale(1.02);
}

.fee strong {
    transition: all 0.3s ease;
}

.fee:hover strong {
    color: #cc0000;
    transform: scale(1.05);
}

/* 11. Final CTA with gradient overlay */
.natu-final-cta {
    position: relative;
    background: linear-gradient(135deg, #6d0000, #8B0000, #a40000);
}

.natu-final-cta::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    right: -200px;
    bottom: -300px;
    animation: ctaBgFloat 8s ease-in-out infinite;
}

@keyframes ctaBgFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, -20px); }
}

.natu-final-cta::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.02);
    left: -150px;
    top: -200px;
    animation: ctaBgFloat2 10s ease-in-out infinite;
}

@keyframes ctaBgFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 15px); }
}

.final-cta-primary {
    position: relative;
    overflow: hidden;
}

.final-cta-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
}

.final-cta-primary:hover::after {
    transform: scale(1);
}

.final-cta-primary i {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.final-cta-primary:hover i {
    transform: translateX(8px) scale(1.1);
}

/* 12. Apply button with shine effect */
.apply-btn {
    position: relative;
    overflow: hidden;
}

.apply-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.6s ease;
}

.apply-btn:hover::before {
    left: 100%;
}

/* 13. Menu toggle animation */
.menu-toggle i {
    transition: all 0.4s ease;
}

.menu-toggle:hover i {
    transform: rotate(90deg);
    color: #8B0000;
}

/* 14. Social bar hover effects */
.social-bar a {
    position: relative;
    overflow: hidden;
}

.social-bar a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-bar a:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

.social-bar a i {
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-bar a:hover i {
    transform: scale(1.2) rotate(-5deg);
}

/* 15. Journey section heading with underline */
.journey h2 {
    position: relative;
    display: inline-block;
}

.journey h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B0000, #cc0000);
    border-radius: 4px;
}

/* 16. Admissions heading with decoration */
.admissions h2 {
    position: relative;
    display: inline-block;
}

.admissions h2::before {
    content: '?? ';
    font-size: 28px;
}

.admissions h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #8B0000, #cc0000, #8B0000);
    border-radius: 4px;
}

/* 17. Responsive image hover */
.ad-image {
    position: relative;
    overflow: hidden;
}

.ad-image::after {
    content: '?? View Campus';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.4s ease;
    opacity: 0;
}

.ad-image:hover::after {
    bottom: 20px;
    opacity: 1;
}

.ad-image img {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ad-image:hover img {
    transform: scale(1.05) rotate(-1deg);
}

/* 18. Footer brand pulse */
.footer-brand h3 {
    position: relative;
    display: inline-block;
}

.footer-brand h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #8B0000;
    transition: width 0.4s ease;
}

.footer-brand:hover h3::after {
    width: 80px;
}

/* 19. Premium cursor ring animation */


#premium-cursor-ring.cursor-active {
    width: 60px !important;
    height: 60px !important;
    border-color: #8B0000 !important;
    background: rgba(139,0,0,0.08) !important;
}

/* 20. Responsive enhancements */
@media (max-width: 768px) {
    .hero-left h1 strong,
    .hero-left h1 span {
        -webkit-text-fill-color: initial;
        background: none;
    }
    
    .hero-left h1 span::after {
        width: 40px;
    }
    
    .j-card::before {
        animation-duration: 6s;
    }
    
    .ad-image::after {
        display: none;
    }
}

/* ===== UNIQUE TOUCHES FOR INDEX PAGE ===== */

/* 1. Animated hero badge pulse */
.hero-badge {
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(139,0,0,0.05) 0%, transparent 70%);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}

/* 2. Floating animation for hero cards */
.hero-card {
    animation: floatCard 6s ease-in-out infinite;
}

.hero-card.card1 { animation-delay: 0s; }
.hero-card.card2 { animation-delay: 1.5s; }
.hero-card.card3 { animation-delay: 3s; }

@keyframes floatCard {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}

.hero-card:hover {
    animation-play-state: paused;
}

/* 3. Glow effect on hero right */
.hero-glow {
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.6;
    }
    50% { 
        transform: scale(1.1);
        opacity: 1;
    }
}

/* 4. Gradient text for hero title */
.hero-left h1 strong {
    background: linear-gradient(135deg, #8B0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-left h1 span {
    background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-left h1 span::after {
    background: linear-gradient(90deg, #8B0000, #cc0000);
    height: 4px;
    border-radius: 4px;
}

/* 5. Journey cards with gradient borders */
.j-card {
    position: relative;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.j-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #8B0000, #cc0000, #8B0000);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderRotate 4s linear infinite;
    pointer-events: none;
}

@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.j-card:hover::before {
    animation-duration: 2s;
}

.j-card i {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.j-card:hover i {
    transform: scale(1.2) rotate(-5deg);
}

/* 6. Scroll indicator with bounce */
.scroll-indicator {
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.scroll-indicator i {
    animation: arrowBounce 1.8s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* 7. Trust items with hover effect */
.trust-item {
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 12px;
}

.trust-item:hover {
    background: rgba(139,0,0,0.05);
    transform: translateX(5px);
}

.trust-item > i {
    transition: all 0.3s ease;
}

.trust-item:hover > i {
    transform: scale(1.1) rotate(-5deg);
    color: #8B0000;
}

/* 8. Visual number with pulse */
.visual-number {
    animation: numberFloat 3s ease-in-out infinite;
}

@keyframes numberFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.visual-number strong {
    background: linear-gradient(135deg, #8B0000, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 9. Admissions section with gradient cards */
.ad-left {
    position: relative;
    overflow: hidden;
}

.ad-left::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(139,0,0,0.03) 0%, transparent 70%);
    pointer-events: none;
}

.ad-left ul li {
    transition: all 0.3s ease;
    padding: 6px 0;
    cursor: default;
}

.ad-left ul li:hover {
    transform: translateX(8px);
    color: #8B0000;
}

.ad-left ul li::before {
    content: '? ';
    color: #8B0000;
    font-weight: bold;
}

/* 10. Fee items with hover */
.fee {
    transition: all 0.3s ease;
    padding: 12px 8px;
    border-radius: 8px;
}

.fee:hover {
    background: rgba(139,0,0,0.04);
    transform: scale(1.02);
}

.fee strong {
    transition: all 0.3s ease;
}

.fee:hover strong {
    color: #cc0000;
    transform: scale(1.05);
}

/* 11. Final CTA with gradient overlay */
.natu-final-cta {
    position: relative;
    background: linear-gradient(135deg, #6d0000, #8B0000, #a40000);
}

.natu-final-cta::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    right: -200px;
    bottom: -300px;
    animation: ctaBgFloat 8s ease-in-out infinite;
}

@keyframes ctaBgFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, -20px); }
}

.natu-final-cta::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.02);
    left: -150px;
    top: -200px;
    animation: ctaBgFloat2 10s ease-in-out infinite;
}

@keyframes ctaBgFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 15px); }
}

.final-cta-primary {
    position: relative;
    overflow: hidden;
}

.final-cta-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
}

.final-cta-primary:hover::after {
    transform: scale(1);
}

.final-cta-primary i {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.final-cta-primary:hover i {
    transform: translateX(8px) scale(1.1);
}

/* 12. Apply button with shine effect */
.apply-btn {
    position: relative;
    overflow: hidden;
}

.apply-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.6s ease;
}

.apply-btn:hover::before {
    left: 100%;
}

/* 13. Menu toggle animation */
.menu-toggle i {
    transition: all 0.4s ease;
}

.menu-toggle:hover i {
    transform: rotate(90deg);
    color: #8B0000;
}

/* 14. Social bar hover effects */
.social-bar a {
    position: relative;
    overflow: hidden;
}

.social-bar a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-bar a:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

.social-bar a i {
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-bar a:hover i {
    transform: scale(1.2) rotate(-5deg);
}

/* 15. Journey section heading with underline */
.journey h2 {
    position: relative;
    display: inline-block;
}

.journey h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B0000, #cc0000);
    border-radius: 4px;
}

/* 16. Admissions heading with decoration */
.admissions h2 {
    position: relative;
    display: inline-block;
}

.admissions h2::before {
    content: '?? ';
    font-size: 28px;
}

.admissions h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #8B0000, #cc0000, #8B0000);
    border-radius: 4px;
}

/* 17. Responsive image hover */
.ad-image {
    position: relative;
    overflow: hidden;
}

.ad-image::after {
    content: '?? View Campus';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.4s ease;
    opacity: 0;
}

.ad-image:hover::after {
    bottom: 20px;
    opacity: 1;
}

.ad-image img {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ad-image:hover img {
    transform: scale(1.05) rotate(-1deg);
}

/* 18. Footer brand pulse */
.footer-brand h3 {
    position: relative;
    display: inline-block;
}

.footer-brand h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #8B0000;
    transition: width 0.4s ease;
}

.footer-brand:hover h3::after {
    width: 80px;
}

/* 19. Premium cursor ring animation */


#premium-cursor-ring.cursor-active {
    width: 60px !important;
    height: 60px !important;
    border-color: #8B0000 !important;
    background: rgba(139,0,0,0.08) !important;
}

/* 20. Responsive enhancements */
@media (max-width: 768px) {
    .hero-left h1 strong,
    .hero-left h1 span {
        -webkit-text-fill-color: initial;
        background: none;
    }
    
    .hero-left h1 span::after {
        width: 40px;
    }
    
    .j-card::before {
        animation-duration: 6s;
    }
    
    .ad-image::after {
        display: none;
    }
}

/* ============================================
   ENHANCED CSS FOR JAVASCRIPT FEATURES
   ============================================ */

/* Scroll progress bar */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #8B0000, #cc0000, #ff0000);
    z-index: 99999;
    transition: width 0.1s ease;
    box-shadow: 0 0 10px rgba(139, 0, 0, 0.3);
}

/* Card glow effect */
.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at 50% 50%, rgba(139, 0, 0, 0.06) 0%, transparent 70%);
}

/* Ripple animation for buttons */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(20);
        opacity: 0;
    }
}

/* Enhanced scroll indicator */
.scroll-indicator {
    cursor: pointer;
    user-select: none;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.scroll-indicator:hover {
    color: #8B0000;
    transform: translateX(-50%) translateY(5px);
}

.scroll-indicator span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
}

.scroll-indicator i {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    animation: arrowBounce 1.8s ease-in-out infinite;
}

/* Parallax hero cards */
.hero-card {
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

.hero-card:hover {
    z-index: 10;
}

/* Social bar scroll effect */
.social-bar {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Custom cursor glow */
.custom-cursor-glow {
    position: fixed;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 0, 0, 0.03) 0%, transparent 70%);
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: all 0.15s ease;
}

/* Enhanced button hover */
.apply-btn, .final-cta-primary, .btn-primary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.apply-btn:active, .final-cta-primary:active, .btn-primary:active {
    transform: scale(0.95);
}

/* Card hover animations */
.j-card, .value-card, .why-item, .leader-card, .testimonial-card {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.j-card:hover, .value-card:hover, .why-item:hover, .leader-card:hover, .testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Reveal animations */
.reveal-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reveal-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reveal-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments for new features */
@media (max-width: 768px) {
    .scroll-progress-bar {
        height: 2px;
    }
    
    .custom-cursor-glow {
        display: none;
    }
    
    .hero-card {
        will-change: auto;
    }
    
    .hero-section-parallax {
        transform: none !important;
    }
}

/* Print styles */
@media print {
    .scroll-progress-bar,
    .custom-cursor-glow,
    .card-glow {
        display: none !important;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .scroll-progress-bar {
        display: none;
    }
}

/* ===== FOOTER FULL WIDTH ===== */
.natu-footer {
    background: #111;
    color: #fff;
    margin-top: 0;
    padding-top: 70px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.footer-main {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 55px;
    padding-bottom: 55px;
}

/* BRAND */
.footer-brand img {
    width: 105px;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px;
}

.footer-brand h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.footer-tagline {
    color: #ddd;
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-bottom: 12px;
}

.footer-motto {
    color: #a40000;
    font-size: 13px;
    font-weight: 600;
}

/* COLUMNS */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}

.footer-column h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #a40000;
}

.footer-column a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 12px;
    transition: .25s ease;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* CONTACT */
.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact a i {
    color: #a40000;
    width: 18px;
}

.footer-location {
    display: flex;
    gap: 10px;
    color: #bbb;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
}

.footer-location i {
    color: #a40000;
    margin-top: 4px;
}

/* SOCIAL */
.footer-social {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    transition: .3s ease;
}

.footer-social a:hover {
    background: #a40000;
    border-color: #a40000;
    color: #fff;
    transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

.developed-by strong {
    color: #fff;
    font-weight: 600;
}

/* TABLET */
@media (max-width: 950px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .natu-footer {
        padding-top: 50px;
    }
    
    .footer-main {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }
    
    .footer-brand img {
        width: 90px;
    }
    
    .footer-social {
        width: 88%;
    }
    
    .footer-bottom {
        width: 88%;
        flex-direction: column;
        text-align: center;
        padding: 18px 0;
    }
}

/* ===== FOOTER FULL WIDTH ===== */
.natu-footer {
    background: #111;
    color: #fff;
    margin-top: 0;
    padding-top: 70px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.footer-main {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 55px;
    padding-bottom: 55px;
}

.footer-brand img {
    width: 105px;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px;
}

.footer-brand h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-tagline {
    color: #ddd;
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-bottom: 12px;
}

.footer-motto {
    color: #a40000;
    font-size: 13px;
    font-weight: 600;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}

.footer-column h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #a40000;
}

.footer-column a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 12px;
    transition: .25s ease;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact a i {
    color: #a40000;
    width: 18px;
}

.footer-location {
    display: flex;
    gap: 10px;
    color: #bbb;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
}

.footer-location i {
    color: #a40000;
    margin-top: 4px;
}

.footer-social {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    transition: .3s ease;
}

.footer-social a:hover {
    background: #a40000;
    border-color: #a40000;
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

.developed-by strong {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 950px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .natu-footer {
        padding-top: 50px;
    }
    .footer-main {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }
    .footer-brand img {
        width: 90px;
    }
    .footer-social {
        width: 88%;
    }
    .footer-bottom {
        width: 88%;
        flex-direction: column;
        text-align: center;
        padding: 18px 0;
    }
}


.cursor-dot,








/* ===== REMOVE BODY PADDING ===== */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: none;
}

/* ===== REMOVE EXTRA PADDING ON MAIN CONTAINERS ===== */
.main-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* ===== FIX NAVBAR POSITION ===== */
.navbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    padding: 11px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: all 0.3s ease;
}

/* ===== FIX HERO SECTION PADDING ===== */
.hero {
    padding: 120px 5% 90px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

/* ===== REMOVE EXTRA PADDING FROM SECTIONS ===== */
section {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== FIX SOCIAL BAR POSITION ===== */
.social-bar {
    position: fixed;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ===== FIX FOOTER FULL WIDTH ===== */
.natu-footer {
    width: 100%;
    margin: 0;
    padding: 70px 0 0 0;
    box-sizing: border-box;
}

.footer-main {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 55px;
    padding-bottom: 55px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    section {
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .hero {
        padding: 100px 4% 60px;
    }
    
    .navbar {
        width: 92%;
        padding: 10px 16px;
    }
    
    .social-bar {
        left: 8px;
        gap: 6px;
    }
    
    .social-bar a {
        width: 38px;
        height: 38px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 88%;
    }
}

/* ===== HERO SECTION FIX ===== */
.hero {
    padding: 120px 5% 90px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    box-sizing: border-box;
}

.hero-left {
    padding-right: 20px;
}

.hero-right {
    position: relative;
    height: 430px;
    overflow: visible;
}

/* ===== FIX JOURNEY SECTION ===== */
.journey {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== FIX ADMISSIONS SECTION ===== */
.admissions {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.admissions-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== FIX CTA SECTION ===== */
.natu-final-cta {
    padding: 70px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 100px 4% 60px;
        gap: 40px;
    }
    
    .admissions-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-left {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 80px 4% 40px;
    }
    
    .journey {
        padding: 60px 4%;
    }
    
    .admissions {
        padding: 60px 4%;
    }
    
    .natu-final-cta {
        padding: 50px 4%;
    }
}

/* ===== HERO SECTION PADDING FIX ===== */
.hero {
    padding: 140px 5% 90px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    box-sizing: border-box;
    min-height: 90vh;
}

/* Navbar height compensation */
.navbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    padding: 11px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Page hero sections (about, academics, etc) */
.page-hero {
    padding: 160px 5% 80px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Journey section */
.journey {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Admissions section */
.admissions {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* About hero section */
.about-hero-section {
    padding: 160px 5% 80px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

/* ===== RESPONSIVE FIXES ===== */
@media (max-width: 1100px) {
    .hero {
        padding: 130px 4% 70px;
        gap: 40px;
    }
    
    .page-hero {
        padding: 150px 4% 70px;
    }
    
    .about-hero-section {
        padding: 150px 4% 70px;
    }
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 120px 4% 60px;
        gap: 40px;
        min-height: auto;
    }
    
    .page-hero {
        padding: 140px 4% 60px;
        min-height: auto;
    }
    
    .about-hero-section {
        padding: 140px 4% 60px;
        min-height: auto;
    }
    
    .navbar {
        padding: 10px 20px;
        width: 92%;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 100px 4% 40px;
        gap: 30px;
    }
    
    .page-hero {
        padding: 120px 4% 50px;
    }
    
    .about-hero-section {
        padding: 120px 4% 50px;
    }
    
    .navbar {
        padding: 8px 16px;
        top: 8px;
    }
    
    .logo img {
        width: 32px;
        height: 32px;
    }
}

/* ===== ABOUT PAGE SPECIFIC FIXES ===== */
.about-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background: #f8f8f8;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}

/* ===== ACADEMICS PAGE SPECIFIC FIXES ===== */
.curriculum {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.academic-levels {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.facilities {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== ADMISSIONS PAGE SPECIFIC FIXES ===== */
.admissions-info {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.application-form-section {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.why-natu {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== CONTACT PAGE SPECIFIC FIXES ===== */
.contact-section {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.map-section {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== GALLERY PAGE SPECIFIC FIXES ===== */
.gallery-filters {
    padding: 30px 5% 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.gallery-section {
    padding: 40px 5% 80px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== FINAL CTA ===== */
.natu-final-cta {
    padding: 70px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ===== ABOUT CTA ===== */
.about-cta {
    padding: 80px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}


.cursor-dot,








/* Hide default cursor on interactive elements */
a, button, .btn, .apply-btn, .final-cta-primary, .final-cta-phone,
.j-card, .value-card, .why-item, .hero-card, .menu-toggle {
    cursor: none;
}

/* Show cursor on input fields */
input, textarea, select {
    cursor: auto !important;
}

/* ===== NAVBAR FIXES ===== */
.navbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    padding: 11px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    transition: color 0.3s ease;
    background: none;
    border: none;
    padding: 5px 10px;
}

.menu-toggle:hover {
    color: #8B0000;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links a {
    position: relative;
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Mobile */
@media (max-width: 900px) {
    .navbar {
        width: 92%;
        padding: 10px 20px;
        top: 10px;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: all 0.3s ease;
        gap: 5px;
        z-index: 999;
    }
    
    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    
    .nav-links a {
        display: block;
        padding: 12px 20px;
        margin: 0;
        width: 100%;
    }
}


.navbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    padding: 11px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Ensure cursor appears on navbar */
.navbar, .navbar *, .logo, .logo *, .nav-links, .nav-links a {
    cursor: none !important;
}

/* But cursor should show on interactive elements */
.nav-links a:hover, .logo:hover, .menu-toggle:hover {
    cursor: none !important;
}

/* Force cursor visibility on the page */


/* Fix for any element that might hide cursor */
.cursor-dot, 

/* Ensure navbar doesn't block cursor */
.navbar {
    pointer-events: auto;
}

.navbar * {
    pointer-events: auto;
}

/* Fix for menu toggle */
.menu-toggle {
    cursor: none !important;
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    padding: 5px 10px;
    color: #333;
    z-index: 1001;
    transition: color 0.3s ease;
}

.menu-toggle:hover {
    color: #8B0000;
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }
}

/* Ensure cursor doesn't get hidden behind navbar */
.cursor-dot, 








/* ===== DEFAULT CURSOR ===== */
body, html {
    cursor: auto !important;
}

a, button, .btn, .apply-btn, .final-cta-primary, .final-cta-phone,
.j-card, .value-card, .why-item, .hero-card, .menu-toggle,
.nav-links a, .logo, .footer-column a, .social-bar a {
    cursor: pointer !important;
}

input, textarea, select {
    cursor: auto !important;
}

/* ===== NAVBAR CURSOR VISIBILITY ===== */
/* Make cursor visible on all navbar elements */
.navbar,
.navbar *,
.logo,
.logo *,
.nav-links,
.nav-links a,
.menu-toggle,
.menu-toggle * {
    cursor: pointer !important;
}

/* Ensure default cursor on navbar container */
.navbar {
    cursor: default !important;
}

/* Pointer cursor on clickable elements */
.nav-links a {
    cursor: pointer !important;
}

.logo {
    cursor: pointer !important;
}

.menu-toggle {
    cursor: pointer !important;
}

/* Make sure cursor shows on hover */
.nav-links a:hover {
    cursor: pointer !important;
}

.menu-toggle:hover {
    cursor: pointer !important;
}

.logo:hover {
    cursor: pointer !important;
}

/* ===== DEFAULT BODY CURSOR ===== */
body, html {
    cursor: default !important;
}

/* Interactive elements should show pointer */
a, button, .btn, .apply-btn, .final-cta-primary, .final-cta-phone,
.j-card, .value-card, .why-item, .hero-card, .menu-toggle,
.nav-links a, .logo, .footer-column a, .social-bar a {
    cursor: pointer !important;
}

/* Input fields should show text cursor */
input, textarea, select {
    cursor: text !important;
}


/* ===== SLIDESHOW SECTION ===== */
.slideshow-section {
    padding: 40px 5% 60px;
    background: #f8f8f8;
}

.slideshow-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.slideshow-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    height: 400px;
    background: #1a1a2e;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(1.05);
}

.slide-img.active {
    opacity: 1;
    transform: scale(1);
}

.slideshow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ffd700;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255,255,255,0.6);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .slideshow-wrapper {
        grid-template-columns: repeat(2, 1fr);
        height: 300px;
    }
}

@media (max-width: 600px) {
    .slideshow-wrapper {
        grid-template-columns: 1fr;
        height: 250px;
    }
    
    .slideshow-dots {
        padding: 8px 15px;
        gap: 8px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

/* ===== MOBILE FIXES ===== */
/* Fix toggle button visibility */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    transition: color 0.3s ease;
    background: none;
    border: none;
    padding: 8px 12px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.menu-toggle:hover {
    color: #8B0000;
}

.menu-toggle i {
    pointer-events: none;
}

/* Fix nav links for mobile */
@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: all 0.3s ease;
        gap: 5px;
        z-index: 999;
    }
    
    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    
    .nav-links a {
        display: block;
        padding: 14px 20px;
        margin: 0 15px;
        width: auto;
        font-size: 16px;
        border-radius: 12px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .nav-links a:active {
        background: rgba(139, 0, 0, 0.1);
        transform: scale(0.98);
    }
    
    .nav-links a.active {
        background: rgba(139, 0, 0, 0.08);
        border-radius: 12px;
    }
    
    /* Fix navbar for mobile */
    .navbar {
        padding: 10px 16px;
        width: 92%;
        top: 10px;
        border-radius: 30px;
    }
    
    .logo img {
        width: 32px;
        height: 32px;
    }
    
    .logo h2 {
        font-size: 16px;
    }
}

/* Fix for touch devices */
@media (hover: none) {
    .nav-links a:hover {
        background: transparent !important;
        color: #333 !important;
    }
    
    .nav-links a:active {
        background: rgba(139, 0, 0, 0.08) !important;
        color: #8B0000 !important;
    }
}

/* ===== WHATSAPP FLOAT MOBILE FIX ===== */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.whatsapp-float:active {
    transform: scale(0.9);
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 26px;
        bottom: 15px;
        right: 15px;
    }
}

.navbar {
    position: relative;
    z-index: 9999;
}

a, button {
    touch-action: manipulation;
}


.navbar {
    position: relative;
    z-index: 9999;
}


@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
    }
}

/* ===== MOBILE TOUCH FIXES ===== */

/* Remove custom cursor on mobile */
@media (max-width: 768px) {
    .cursor-dot, .cursor-outline {
        display: none !important;
    }
    
    body {
        cursor: auto !important;
    }
    
    a, button, .btn, .apply-btn, .final-cta-primary, .final-cta-phone,
    .j-card, .value-card, .why-item, .hero-card, .menu-toggle,
    .nav-links a, .logo, .footer-column a, .social-bar a {
        cursor: pointer !important;
    }
}

/* Fix overlay issues */
* {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
}

/* Prevent unwanted touch behaviors */
img, a, button, input, select, textarea {
    -webkit-user-select: none !important;
    user-select: none !important;
}

input, textarea, select {
    -webkit-user-select: text !important;
    user-select: text !important;
}

/* Fix pointer events on mobile */
.hero-card, .j-card, .value-card, .why-item {
    pointer-events: auto !important;
    touch-action: manipulation !important;
}

/* Fix button touch */
button, .apply-btn, .submit-btn, .submit-application-btn {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Fix navbar touch */
.navbar, .nav-links, .nav-links a, .menu-toggle {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Fix social bar touch */
.social-bar a {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Fix form touch */
.form-group input, .form-group select, .form-group textarea {
    touch-action: manipulation !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Fix WhatsApp float touch */
.whatsapp-float {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Prevent unwanted zoom on input focus */
@media (max-width: 768px) {
    input, select, textarea {
        font-size: 16px !important;
    }
}

/* Fix scroll on mobile */
body {
    -webkit-overflow-scrolling: touch !important;
    overflow-x: hidden !important;
}

/* Fix modal/overlay issues */
.slideshow-container, .lightbox, .slideshow-section {
    touch-action: pan-y pinch-zoom !important;
}

/* Fix gallery touch */
.gallery-item, .gallery-image {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Fix filter buttons touch */
.filter-btn {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    min-height: 44px !important;
}

/* Ensure all interactive elements have proper touch targets */
a, button, .btn, .apply-btn, .filter-btn, .menu-toggle {
    min-height: 44px !important;
    min-width: 44px !important;
}

/* ===== MOBILE TOGGLE FIX ===== */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    background: none;
    border: none;
    padding: 8px 12px;
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block !important;
    }
    
    .nav-links {
        position: fixed !important;
        top: 70px !important;
        right: 0 !important;
        width: 100% !important;
        background: rgba(255,255,255,0.98) !important;
        flex-direction: column !important;
        padding: 20px 0 !important;
        opacity: 0 !important;
        transform: translateY(-20px) !important;
        pointer-events: none !important;
        transition: all 0.3s ease !important;
        z-index: 999 !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
        border-radius: 0 0 20px 20px !important;
    }
    
    .nav-links.active {
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: all !important;
    }
    
    .nav-links a {
        display: block !important;
        padding: 14px 20px !important;
        margin: 0 15px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
        color: #333 !important;
        text-decoration: none !important;
    }
    
    .nav-links a:active {
        background: rgba(139, 0, 0, 0.08) !important;
    }
}

/* =========================================
   NATU NAVIGATION TOGGLE - FIXED
   ========================================= */

.navbar {
    position: relative !important;
    z-index: 99999 !important;
}

.menu-toggle {
    display: none;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 8px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100001;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media screen and (max-width: 768px) {

    .navbar {
        min-height: 70px;
        padding: 10px 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .menu-toggle {
        display: flex !important;
        flex-shrink: 0;
    }

    .nav-links {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;
        height: auto !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;

        box-shadow: 0 8px 20px rgba(0,0,0,.18);

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translateY(-15px);

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility .25s ease;

        z-index: 100000 !important;
    }

    .nav-links.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .nav-links a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;

        padding: 15px 20px !important;

        color: #222 !important;
        background: #fff !important;

        text-decoration: none !important;

        border-bottom: 1px solid #eee;

        font-size: 15px;
    }

    .nav-links a:hover,
    .nav-links a.active {
        background: #006d6f !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 480px) {

    .navbar {
        padding: 8px 12px !important;
    }

    .logo img {
        width: 40px !important;
        height: 40px !important;
    }

    .logo h2 {
        font-size: 16px !important;
    }

    .menu-toggle {
        display: flex !important;
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
}


/* ===== MOBILE TOGGLE FIXES ===== */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    touch-action: manipulation;
}

.menu-toggle:hover { color: #8B0000; }

@media (max-width: 900px) {
    .menu-toggle { display: block; }
    
    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    
    .nav-links a {
        display: block;
        padding: 14px 20px;
        margin: 0 15px;
        border-radius: 12px;
        color: #333;
        text-decoration: none;
    }
    
    .nav-links a.active {
        background: rgba(139,0,0,0.08);
        color: #8B0000;
    }
}

@media (max-width: 600px) {
    .menu-toggle { font-size: 24px; padding: 6px 10px; }
    .nav-links { top: 60px; }
    .nav-links a { padding: 12px 16px; font-size: 15px; }
}