/* ===================================================== */
/* SUJANPUR H.H.H. (OPC) Pvt. Ltd. - FINAL STABLE CSS   */
/* Premium Natural Corporate Design                      */
/* ===================================================== */


/* ============================= */
/* RESET                         */
/* ============================= */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #021e16;
    color: #ffffff;
    overflow-x: hidden;
    padding-top: 110px; /* Announcement + Navbar */
}


/* ============================= */
/* LANGUAGE TOGGLE               */
/* ============================= */
body.hindi .lang-en { display: none; }
body:not(.hindi) .lang-hi { display: none; }


/* ============================= */
/* ANNOUNCEMENT BAR              */
/* ============================= */
.announcement-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg,#00ffcc,#38ef7d);
    color: #003d2b;
    padding: 8px 10px;
    text-align: center;
    z-index: 2000;
    font-weight: 600;
    font-size: 14px;
}

#countdown {
    margin-top: 4px;
    font-weight: 700;
}


/* ============================= */
/* NAVBAR                        */
/* ============================= */
.main-header {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 1500;
    transition: all 0.4s ease;
    background: transparent;
}

.main-header.scrolled {
    background: rgba(0,40,30,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.navbar {
    max-width: 1300px;
    margin: auto;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO FIX */
.logo-container {
    display: flex;
    align-items: center;
    height: 70px;
    overflow: hidden;
}

.site-logo {
    max-height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

/* MENU */
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 25px;
}

.nav-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-bottom: 6px;
    transition: 0.3s;
}

.nav-menu li a:hover {
    color: #00ffcc;
}

/* Animated Underline */
.nav-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg,#00ffcc,#a8ff78);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.nav-menu li:hover a::after,
.nav-menu li.active a::after {
    width: 100%;
    box-shadow: 0 0 8px #00ffcc;
}

/* Small Button */
.btn-small {
    padding: 6px 15px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(135deg,#00ffcc,#38ef7d);
    font-weight: 600;
    cursor: pointer;
}

/* Mobile */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}

@media (max-width: 992px) {

    .nav-menu {
        position: absolute;
        top: 70px;
        right: 0;
        background: rgba(0,40,30,0.95);
        flex-direction: column;
        width: 240px;
        padding: 25px;
        display: none;
        border-radius: 12px 0 0 12px;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-toggle {
        display: flex;
    }
}


/* ============================= */
/* VIDEO HERO                    */
/* ============================= */
.video-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,40,30,0.65);
    z-index: -1;
}

/* Glass */
.glass {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(14px);
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    padding:30px 20px;
}

.glass  h2{
    text-align: center;
    margin: 13px 5px;
}
.glass h3{
    margin:10px 1px;
}

/* HERO CONTENT */
.hero-content {
    padding: 60px 50px;
    text-align: center;
    max-width: 750px;
}

.hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.3;
    background: linear-gradient(to right,#00ffcc,#a8ff78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(135deg,#00ffcc,#38ef7d);
    color: #003d2b;
    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(0,255,200,0.6);
}

.btn.whatsapp {
    background: linear-gradient(135deg,#25D366,#128C7E);
    color: #fff;
}


/* ============================= */
/* SECTIONS                      */
/* ============================= */
.section {
    max-width: 1100px;
    margin: 100px auto;
    padding: 50px;
}

.section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    background: linear-gradient(to right,#00ffcc,#a8ff78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section p {
    font-size: 16px;
    line-height: 1.7;
}


/* ============================= */
/* PROGRAM GRID                  */
/* ============================= */
.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 25px;
}

.program-card {
    padding: 30px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    transition: 0.3s;
    text-align: center;
}

.program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,255,200,0.35);
}


/* ============================= */
/* FOOTER                        */
/* ============================= */
.luxury-footer {
    margin-top: 80px;
    padding: 60px 20px 0;
    background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    color: #fff;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 40px;
}

.footer-col h3 {
    margin-bottom: 15px;
    color: #00ffcc;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.footer-col a:hover {
    color: #00ffcc;
}

.footer-map {
    margin-top: 40px;
}

.footer-map iframe {
    width: 100%;
    height: 280px;
    border-radius: 15px;
    border: none;
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    background: rgba(0,0,0,0.3);
    font-size: 13px;
}


/* ============================= */
/* RESPONSIVE                    */
/* ============================= */
@media (max-width: 768px) {

    body {
        padding-top: 120px;
    }

    .hero-content {
        padding: 40px 20px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .section {
        padding: 30px 20px;
    }
}