body{
font-family: 'Poppins', sans-serif;
background:#f1f5f9;
}

/* GLASS NAVBAR */

.custom-navbar{
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.nav-link{
    color:#1e293b !important;
    font-weight:500;
    margin-left:20px;
}

.nav-link:hover{
    color:#38bdf8 !important;
}

.logo-box img{
    height:30px;
    display:block;
    margin:0 auto;
}

.logo-text{
    font-size:11px;
    font-weight:600;
    margin-top:4px;
    color:#38bdf8;
}

.hero-section{
    margin-top:-90px;
    padding-top:90px;
}

.hero-slide{
    height:100vh;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-slide::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25); /* Light overlay */
}

.hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:white;
}

.hero-content h1{
    font-size:52px;
    font-weight:700;
}

.hero-content p{
    font-size:20px;
    margin-top:15px;
}

/* Slider Dots Style */
.carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#38bdf8;
}

/* ========================
   PROFESSIONAL COMPACT FOOTER
======================== */

.footer-section{
    background:#f9fafb;
    padding:50px 0 0;   /* remove bottom padding */
    border-top:1px solid #e5e7eb;
}

.footer-logo{
    height:50px;
    margin-bottom:15px;
}

.footer-desc{
    font-size:14px;
    color:#6b7280;
    line-height:1.6;
    margin-bottom:15px;
}

.footer-contact{
    font-size:14px;
    color:#374151;
    margin-bottom:15px;
}

.footer-title{
    font-weight:600;
    margin-bottom:15px;
    font-size:15px;
    color:#111827;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    text-decoration:none;
    font-size:14px;
    color:#6b7280;
    transition:0.3s;
}

.footer-links a:hover{
    color:#38bdf8;
}

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#38bdf8;
    color:#fff;
    margin-right:8px;
    font-size:14px;
    transition:0.3s;
    text-decoration:none;   /* 👈 underline remove */
}

.social-icons a:hover{
    background:#2563eb;
    text-decoration:none;   /* safety */
}

.map-box{
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.footer-bottom{
    padding:8px 0;
    background:linear-gradient(90deg,#38bdf8,#2563eb);
    color:#fff;
    font-size:14px;
    text-align:center;
    margin:0; /* important */
}

body{
    margin:0;
    padding:0;
}

html, body{
    height:100%;
}

body{
    display:flex;
    flex-direction:column;
}

.footer-section{
    margin-top:auto;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-section{
    padding:10px 0;
    background:#f8fafc;
}

.contact-card{
    background:#ffffff;
    padding:40px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.contact-title{
    font-weight:600;
    margin-bottom:25px;
}

.form-control{
    height:48px;
    border-radius:8px;
    border:1px solid #e5e7eb;
    font-size:14px;
}

textarea.form-control{
    height:auto;
}

.form-control:focus{
    border-color:#38bdf8;
    box-shadow:none;
}

.contact-btn{
    background:linear-gradient(90deg,#38bdf8,#2563eb);
    border:none;
    padding:12px;
    border-radius:30px;
    color:#fff;
    font-weight:500;
    transition:0.3s;
}

.contact-btn:hover{
    opacity:0.9;
}

.form-note{
    font-size:12px;
    color:#6b7280;
    margin-top:12px;
}

.info-box{
    background:#ffffff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.04);
    margin-bottom:20px;
}

.info-box h6{
    font-weight:600;
    margin-bottom:8px;
}

.map-box iframe{
    border-radius:12px;
}

/* =========================
   CONTACT HEADER SPACING FIX
========================= */

.contact-header{
    padding:40px 0 0px;   /* Top 60px, Bottom 0px */
    margin:0;              /* Extra margin remove */
}

.contact-header h2{
    font-weight:700;
    font-size:34px;
    background:linear-gradient(90deg,#38bdf8,#2563eb);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:15px;
}

.contact-header p{
    font-size:16px;
    color:#6b7280;
    max-width:650px;
    margin:0 auto;
    line-height:1.6;
}

/* ===============================
   COURSES HERO SECTION
================================= */

.courses-hero{
    padding:30px 0 10px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    text-align:center;
    position:relative;
    z-index:2;
}

.courses-hero h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.courses-hero p{
    font-size:18px;
    opacity:0.9;
}

/* ===============================
   PREMIUM COURSES SECTION
================================= */

.premium-courses{
    position:relative;
    padding:120px 0;
    background:url('../images/courses-bg.jpg') center/cover no-repeat;
}

/* Dark Premium Overlay */
.premium-courses::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(15,23,42,0.55),   /* dark blue tone */
        rgba(30,41,59,0.45)
    );
    z-index:1;
}

/* Keep content above overlay */
.premium-courses .container{
    position:relative;
    z-index:2;
}


/* ===============================
   COURSE CARD DESIGN
================================= */

.premium-card{
    background:#ffffff;
    padding:40px 30px;
    border-radius:25px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.premium-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,0.15);
}


/* Icon Box */

.icon-box{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    box-shadow:0 8px 20px rgba(37,99,235,0.4);
    transition:0.4s;
}

.premium-card:hover .icon-box{
    transform:rotateY(180deg);
}


/* Text */

.premium-card h4{
    font-weight:600;
    margin-bottom:12px;
}

.premium-card p{
    font-size:14px;
    color:#6b7280;
    margin-bottom:25px;
}


/* Button */

.premium-btn{
    display:inline-block;
    padding:12px 30px;
    border-radius:40px;
    background:linear-gradient(90deg,#2563eb,#38bdf8);
    color:#fff;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}

.premium-btn:hover{
    transform:scale(1.05);
    box-shadow:0 10px 25px rgba(37,99,235,0.4);
    color:#fff;
}

/* ===============================
   WHY US SECTION
================================= */

.why-us{
    padding:50px 0;
    background:#f8fbff;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header h2{
    font-size:36px;
    font-weight:700;
    color:#1e2a38;
    margin-bottom:15px;
}

.section-header p{
    font-size:16px;
    color:#6c757d;
}

.why-grid{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:30px;
}

.why-card{
    background:#ffffff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    transition:0.3s ease;
    box-shadow:0 5px 25px rgba(0,0,0,0.05);
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.why-card .icon{
    font-size:40px;
    color:#007bff;
    margin-bottom:20px;
}

.why-card h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
    color:#1e2a38;
}

.why-card p{
    font-size:14px;
    color:#6c757d;
    line-height:1.6;
}

/* ===============================
   SLIM GLASS STATS STRIP
================================= */

.stats-section{
    padding:30px 0;
    position:relative;
    background:url('../images/courses-bg.jpg') center/cover no-repeat;
}

.stats-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.30);
    backdrop-filter:blur(5px);
}

.stats-section .container{
    position:relative;
    z-index:2;
}

.stats-grid{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

/* Slim Glass Box */
.stat-box{
    flex:1;
    min-width:180px;
    padding:25px 15px;
    border-radius:15px;
    text-align:center;
    background:rgba(255,255,255,0.07);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.15);
    transition:0.3s ease;
}

.stat-box:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,0.12);
}

.stat-box h2{
    font-size:32px;   /* Smaller font */
    margin-bottom:6px;
    font-weight:700;
    color:#00d4ff;
}

.stat-box p{
    font-size:13px;
    opacity:0.85;
    color:#fff;
}

/* ===============================
   MODERN COURSE SLIDER
================================= */

.courses-premium{
    padding:30px 0;
    background:#f8fbff;
}

.course-header{
    text-align:center;
    margin-bottom:50px;
}

.course-header h2{
    font-size:28px;
    font-weight:600;
}

.course-header p{
    font-size:14px;
    color:#6c757d;
}

.course-slider{
    overflow:hidden;
    position:relative;
}

.course-track{
    display:flex;
    gap:30px;
    animation:scrollSlider 18s linear infinite;
}

.course-slider:hover .course-track{
    animation-play-state:paused;
}

.course-card{
    min-width:300px;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.07);
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.course-img {
    width: 100%;
    height: 200px;   /* Important */
    overflow: hidden;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.course-card:hover img{
    transform:scale(1.08);
}

.course-content{
    padding:20px;
    text-align:center;
}

.course-content h3{
    font-size:16px;
    margin-bottom:8px;
    font-weight:600;
}

.course-content p{
    font-size:13px;
    color:#6c757d;
    margin-bottom:15px;
}

.course-btn{
    font-size:12px;
    padding:6px 18px;
    border-radius:25px;
    background:linear-gradient(45deg,#007bff,#00d4ff);
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.course-btn:hover{
    opacity:0.85;
}

/* Slider Animation */
@keyframes scrollSlider{
    0%{ transform:translateX(0);}
    100%{ transform:translateX(-50%);}
}


/* ===============================
   YOUTUBE COMPACT ROW STYLE
================================= */

.youtube-section{
    padding:40px 20px;
    background:#fff;
}

.youtube-row{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scroll-behavior:smooth;
}

.youtube-row::-webkit-scrollbar{
    display:none;
}

.youtube-card{
    width:250px;          /* 👈 Fixed width */
    flex-shrink:0;
}

.youtube-thumb{
    position:relative;
    width:100%;
    aspect-ratio: 16 / 9;   /* 👈 Perfect YouTube ratio */
    border-radius:12px;
    overflow:hidden;
}

.youtube-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.3s;
}

.youtube-card:hover img{
    transform:scale(1.05);
}

.youtube-play{
    position:absolute;
    bottom:6px;
    right:6px;
    background:rgba(0,0,0,0.85);
    color:#fff;
    font-size:11px;
    padding:3px 6px;
    border-radius:4px;
}

.youtube-info{
    margin-top:8px;
}

.youtube-info h4{
    font-size:14px;
    font-weight:600;
    line-height:1.3;
    margin-bottom:4px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.youtube-info p{
    font-size:12px;
    color:#606060;
    margin:0;
}

.youtube-info span{
    font-size:11px;
    color:#909090;
}


/* ===============================
   ABOUT FOUNDER SECTION
================================= */

.about-founder{
    padding:40px 0;
    background:#ffffff;
}

.about-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.founder-image{
    flex:1;
    text-align:center;
}

.founder-image img{
    width:320px;
    height:320px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
    border:8px solid #f5f5f5;
}

.founder-content{
    flex:1.2;
}

.founder-content h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.founder-content h3{
    font-size:20px;
    color:#0d6efd;
    margin-bottom:20px;
}

.founder-content p{
    font-size:15px;
    color:#555;
    line-height:1.8;
    margin-bottom:15px;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 28px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-weight:600;
    transition:0.3s;
}

.about-btn:hover{
    background:#084298;
}

/* Responsive */

@media(max-width:992px){
    .about-wrapper{
        flex-direction:column;
        text-align:center;
    }

    .founder-image img{
        width:250px;
        height:250px;
    }
}

/* ===============================
   NEWSLETTER STRIP
================================= */

.newsletter-strip{
    background:linear-gradient(135deg,#0d6efd,#084298);
    padding:40px 0;
    margin-top:80px;
    color:#fff;
}

.newsletter-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
}

.newsletter-text h2{
    font-size:26px;
    margin-bottom:10px;
}

.newsletter-text p{
    font-size:14px;
    opacity:0.9;
}

/* FORM DESIGN */

.newsletter-form{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    max-width:500px;
    width:100%;
}

/* INPUT FIX */
.newsletter-form input{
    flex:1;
    min-width:0;            /* Important fix for mobile */
    padding:14px 18px;
    border:none;
    outline:none;
    font-size:14px;
}

/* BUTTON FIX */
.newsletter-form button{
    padding:14px 22px;      /* Reduced padding */
    border:none;
    background:#ffc107;
    color:#000;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
    white-space:nowrap;     /* Text break na ho */
}

.newsletter-form button:hover{
    background:#ffca2c;
}


/* ===============================
   MOBILE RESPONSIVE FIX
================================= */

@media(max-width:700px){

    .newsletter-wrapper{
        text-align:center;
        flex-direction:column;
    }

    .newsletter-form{
        flex-direction:column;
        border-radius:15px;
        margin-top:20px;
    }

    .newsletter-form input{
        width:100%;
        border-radius:15px 15px 0 0;
    }

    .newsletter-form button{
        width:100%;
        border-radius:0 0 15px 15px;
    }

}

/* =====================================
   GLOBAL FIX (Navbar Overlap Fix)
===================================== */

body{
    padding-top: 80px;   /* navbar height ke equal */
}


/* =====================================
   DISCLAIMER SECTION
===================================== */

.disclaimer-hero{
    background: linear-gradient(135deg,#0d6efd,#0a58ca);
    padding: 30px 0;
    text-align:center;
    color:#fff;
}

.disclaimer-hero h1{
    font-size: 34px;
    font-weight:700;
    margin-bottom:8px;
}

.disclaimer-hero p{
    font-size:15px;
    opacity:0.9;
}


/* Main Content Section */

.disclaimer-section{
    padding:40px 0;
    background:#f8fafc;
}

.disclaimer-box{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.disclaimer-box h3{
    font-size:20px;
    margin-top:30px;
    font-weight:600;
    color:#0d6efd;
}

.disclaimer-box p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-top:10px;
}


/* =====================================
   RESPONSIVE FIX
===================================== */

@media(max-width:768px){

    body{
        padding-top: 70px;
    }

    .disclaimer-hero{
        padding: 40px 0;
    }

    .disclaimer-hero h1{
        font-size:26px;
    }

    .disclaimer-box{
        padding:30px;
    }

}


/* =====================================
   PROFESSIONAL ABOUT PAGE
===================================== */

.about-hero{
    background: linear-gradient(135deg,#0d6efd,#0a58ca);
    padding: 30px 0;
    text-align:center;
    color:#fff;
}

.about-hero h1{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.about-hero p{
    font-size:16px;
    opacity:0.9;
}


/* Main About Section */

.about-main{
    padding:80px 0;
    background:#f8fafc;
}

.founder-image-wrapper{
    position:relative;
    display:inline-block;
}

.founder-img{
    width:280px;
    height:280px;
    object-fit:cover;
    border-radius:50%;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    transition:0.4s;
}

.founder-img:hover{
    transform:scale(1.05);
}

.about-content h2{
    font-weight:700;
    margin-bottom:20px;
}

.about-content p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-bottom:15px;
}

.about-highlight{
    background:#0d6efd;
    color:#fff;
    padding:15px 20px;
    border-radius:8px;
    margin-top:20px;
    font-style:italic;
}


/* Mission Section */

.mission-section{
    padding:60px 0;
    background:#dddee0;
}

.mission-card{
    background:#f8fafc;
    padding:35px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.mission-card:hover{
    transform:translateY(-5px);
}

.mission-card h3{
    font-size:20px;
    margin-bottom:15px;
    color:#0d6efd;
}

.mission-card p{
    font-size:15px;
    line-height:1.7;
    color:#555;
}


/* Responsive */

@media(max-width:768px){

    .founder-img{
        width:200px;
        height:200px;
        margin-bottom:30px;
    }

    .about-hero h1{
        font-size:28px;
    }

}

/* Founder Name Styling */

.founder-name{
    margin-top:20px;
    text-align:center;
}

.founder-name h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
}

.founder-name span{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    font-size:13px;
    padding:4px 14px;
    border-radius:20px;
}


/* =====================================
   LEGAL PAGES (Privacy / Terms / Disclaimer)
===================================== */

.legal-hero{
    background: linear-gradient(135deg,#0d6efd,#0a58ca);
    padding: 20px 0;
    text-align:center;
    color:#fff;
}

.legal-hero h1{
    font-size:36px;
    font-weight:700;
    margin-bottom:8px;
}

.legal-hero p{
    font-size:15px;
    opacity:0.9;
}

.legal-section{
    padding:40px 0;
    background:#f8fafc;
}

.legal-box{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.legal-box h3{
    font-size:19px;
    margin-top:30px;
    font-weight:600;
    color:#0d6efd;
}

.legal-box p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-top:10px;
}

/* ==============================
   GALLERY SECTION
============================== */

.gallery-hero{
    background: linear-gradient(135deg,#0d6efd,#0a58ca);
    padding:20px 0;
    text-align:center;
    color:#fff;
}

.gallery-section{
    padding:30px 0;
    background:#f8fafc;
}

.gallery-filter .filter-btn{
    border:none;
    padding:10px 25px;
    margin:5px;
    background:#e9ecef;
    border-radius:30px;
    cursor:pointer;
    font-weight:500;
    transition:0.3s;
}

.gallery-filter .filter-btn.active,
.gallery-filter .filter-btn:hover{
    background:#0d6efd;
    color:#fff;
}

.gallery-card{
    overflow:hidden;
    border-radius:12px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.gallery-card img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:0.4s;
}

.gallery-card:hover img{
    transform:scale(1.1);
}

/* =============================
   LIGHTBOX
============================= */

.lightbox-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    display:none;
}

.lightbox-overlay img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,0.5);
}

.lightbox-overlay.active{
    display:flex;
}