body{
font-family:Poppins,sans-serif;
}

.navbar{
background:#0a2540;
}

.hero img{
height:100vh;
object-fit:cover;
filter:brightness(45%);
}

.carousel-caption{
bottom:25%;
}

.carousel-caption h1{
font-size:65px;
font-weight:700;
}

.course-card{
border:none;
padding:30px;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.course-card:hover{
transform:translateY(-10px);
}

.gallery-img{
width:100%;
height:300px;
object-fit:cover;
border-radius:15px;
transition:.4s;
}

.gallery-img:hover{
transform:scale(1.05);
}

.contact-section{
padding:80px 0;
background:#f5f7fa;
}

.footer{
background:#0a2540;
color:white;
padding:30px;
}



/* =========================
   PREMIUM GLASS NAVBAR
========================= */

.custom-navbar{
    background: rgba(10,37,64,.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: .4s;
    padding: 12px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.logo-img{
    width:55px;
    height:55px;
    object-fit:contain;
}

.brand-title{
    color:#fff;
    font-size:22px;
    font-weight:700;
    letter-spacing:.5px;
}

.brand-tagline{
    color:#d8e3ff;
    font-size:11px;
}

.navbar-nav .nav-link{
    color:#fff !important;
    font-weight:600;
    margin:0 8px;
    position:relative;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    width:0;
    height:2px;
    left:0;
    bottom:0;
    background:#00e5ff;
    transition:.3s;
}

.navbar-nav .nav-link:hover::after{
    width:100%;
}

.btn-call{
    background:#00c853;
    color:#fff;
    border-radius:50px;
    padding:10px 18px;
    font-weight:600;
}

.btn-call:hover{
    color:#fff;
    transform:translateY(-2px);
}

.btn-whatsapp{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.btn-whatsapp:hover{
    color:#fff;
}

@media(max-width:991px){

    .navbar-collapse{
        background:#0a2540;
        padding:20px;
        border-radius:15px;
        margin-top:15px;
    }

    .navbar-nav{
        margin-bottom:15px;
    }

}



.hero-slider{
    position:relative;
}

.slider-image{
    height:100vh;
    object-fit:cover;
}

.slider-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.65),
        rgba(0,0,0,.55)
    );
}

.custom-caption{
    bottom:50%;
    transform:translateY(50%);
    z-index:5;
}

.custom-caption h1{
    font-size:70px;
    font-weight:800;
    color:#fff;
}

.custom-caption h1 span{
    color:#00e5ff;
}

.custom-caption p{
    font-size:22px;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    background:#00e5ff;
    color:#000;
    padding:10px 20px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-btns{
    margin-top:25px;
}

.hero-btns .btn{
    border-radius:50px;
    padding:14px 30px;
    margin:5px;
}

.carousel-indicators{
    bottom:30px;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
}

.slider-stats{
    margin-top:-80px;
    position:relative;
    z-index:20;
}

.stat-card{
    background:white;
    border-radius:20px;
    text-align:center;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.stat-card h2{
    color:#0d6efd;
    font-size:42px;
    font-weight:800;
}

.stat-card p{
    margin:0;
    font-weight:600;
}

@media(max-width:768px){

    .slider-image{
        height:85vh;
    }

    .custom-caption h1{
        font-size:38px;
    }

    .custom-caption p{
        font-size:16px;
    }

    .slider-stats{
        margin-top:20px;
    }

}




.hero-section{

    position:relative;
    min-height:100vh;

    background:
    linear-gradient(
    135deg,
    #0a2540,
    #0f4c81,
    #001f3f
    );

    overflow:hidden;

}

.hero-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at top right,
    rgba(0,229,255,.15),
    transparent 40%
    );

}

.hero-badge{

    display:inline-block;

    background:#00e5ff;
    color:#000;

    padding:10px 20px;

    border-radius:50px;

    font-weight:700;
    margin-bottom:20px;

}

.hero-title{

    color:#fff;

    font-size:70px;
    font-weight:800;

    line-height:1.1;

}

.hero-title span{

    color:#00e5ff;

}

.hero-subtitle{

    color:#d9e6ff;

    font-size:20px;

    margin-top:20px;
    margin-bottom:30px;

}

.hero-buttons .btn{

    border-radius:50px;
    padding:14px 30px;

}

.hero-stats{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.stat-box{

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border-radius:15px;

    padding:20px;

    min-width:150px;

    text-align:center;

}

.stat-box h3{

    color:#00e5ff;
    font-weight:800;

}

.stat-box span{

    color:#fff;

}

.hero-image{

    max-height:650px;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.35);

}

.hero-image-box{

    animation:
    floatImage 4s ease-in-out infinite;

}

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:768px){

    .hero-title{

        font-size:42px;

    }

    .hero-subtitle{

        font-size:16px;

    }

    .hero-stats{

        justify-content:center;

    }

}



.about-section{
    background:#f8fbff;
    position:relative;
}

.about-image-wrapper{
    position:relative;
}

.about-director-image{
    border-radius:25px;
    box-shadow:0 25px 50px rgba(0,0,0,.15);
    width:100%;
}

.experience-badge{
    position:absolute;
    bottom:20px;
    right:-20px;

    background:#0d6efd;
    color:#fff;

    padding:20px;

    border-radius:20px;

    text-align:center;

    min-width:130px;
}

.experience-badge h3{
    margin:0;
    font-size:32px;
    font-weight:800;
}

.section-tag{

    color:#0d6efd;

    font-weight:700;

    letter-spacing:2px;

    display:block;

    margin-bottom:15px;
}

.section-title{

    font-size:46px;

    font-weight:800;

    margin-bottom:20px;

    color:#0a2540;
}

.section-title span{
    color:#00bcd4;
}

.about-text{

    color:#555;

    font-size:18px;

    line-height:1.8;
}

.feature-box{

    background:#fff;

    border-radius:12px;

    padding:15px;

    margin-bottom:15px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    display:flex;

    align-items:center;

    gap:12px;
}

.feature-box i{

    color:#28a745;

    font-size:20px;
}

.director-message{

    background:#fff;

    border-left:5px solid #0d6efd;

    padding:25px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.director-message h5{

    font-weight:700;

    color:#0a2540;
}

.director-message p{

    font-style:italic;

    margin-top:10px;
}

.director-message h6{

    margin-top:15px;

    font-weight:700;

    color:#0d6efd;
}

@media(max-width:768px){

    .section-title{
        font-size:32px;
    }

    .experience-badge{
        right:10px;
    }

}







.courses-section{
    background:#f8fbff;
}

.section-subtitle{
    color:#666;
    font-size:18px;
}

.premium-course-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.4s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    border:1px solid #edf2f7;
}

.premium-course-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.15);
}

.course-icon{

    width:80px;
    height:80px;

    border-radius:20px;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:35px;

    margin-bottom:20px;
}

.course-desc{

    color:#666;

    margin-bottom:20px;
}

.course-list{

    list-style:none;

    padding:0;
}

.course-list li{

    padding:8px 0;

    color:#444;
}

.course-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:25px;
}

.duration{

    font-size:15px;

    color:#666;
}

@media(max-width:768px){

    .course-footer{

        flex-direction:column;

        gap:15px;

        align-items:flex-start;
    }

}









.gallery-section{
    background:#ffffff;
}

.gallery-card{

    height:220px;

    overflow:hidden;

    border-radius:18px;

    background:#fff;

    box-shadow:
    0 10px 30px rgba(0,0,0,.10);

}
.gallery-image-wrapper{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:250px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.gallery-image{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:
    transform 8s linear;

}

/* Slow Motion Zoom */

.gallery-card:hover .gallery-image{

    transform:scale(1.10);

}

@media(max-width:768px){

    .gallery-card{
        height:180px;
    }

    .gallery-image{
        height:180px;
    }

}





.contact-section{
    background:#f8fbff;
}

.contact-info-card,
.contact-form-card{

    background:#fff;

    padding:35px;

    border-radius:25px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    height:100%;
}

.director-box{

    display:flex;

    align-items:center;

    gap:15px;
}

.director-photo{

    width:40px;
    height:40px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #0d6efd;
}

.contact-item{

    display:flex;

    gap:15px;

    margin-bottom:25px;

    align-items:flex-start;
}

.contact-item i{

    width:50px;
    height:50px;

    background:#0d6efd;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;
}

.contact-item h6{

    margin-bottom:5px;

    font-weight:700;
}

.contact-item a{

    text-decoration:none;
}

.custom-input{

    height:55px;

    border-radius:12px;

    border:1px solid #dce4ef;
}

textarea.custom-input{

    height:auto;
}

.contact-form-card button{

    border-radius:50px;

    padding:15px;
}

.contact-form-card{

    position:relative;
    overflow:hidden;
}

.contact-form-card::before{

    content:'';

    position:absolute;

    top:-100px;
    right:-100px;

    width:250px;
    height:250px;

    border-radius:50%;

    background:
    rgba(13,110,253,.05);
}

@media(max-width:768px){

    .contact-info-card,
    .contact-form-card{

        padding:20px;
    }

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    rgba(0,0,0,.05),
    rgba(0,0,0,.75)
    );

    opacity:0;

    transition:.4s;

    display:flex;

    justify-content:center;

    align-items:center;

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-content{

    text-align:center;

    color:#fff;

    transform:translateY(20px);

    transition:.4s;

}

.gallery-card:hover .gallery-content{

    transform:translateY(0);

}

.gallery-content i{

    font-size:42px;

    margin-bottom:10px;

}

.gallery-content h5{

    font-weight:700;

}

.gallery-image-wrapper:hover{

    box-shadow:
    0 25px 60px rgba(0,0,0,.18);

}

/* Fancybox */

.fancybox__container{
    z-index:999999;
}

/* Mobile */

@media(max-width:768px){

    .gallery-image-wrapper{

        height:250px;

    }

}





.footer-section{

    background:#0a2540;

    color:#fff;

    padding:80px 0 20px;

}

.footer-about h3{

    font-weight:800;

    margin-bottom:20px;

    color:#fff;
}

.footer-about p{

    color:#c9d7ee;

    line-height:1.8;
}

.footer-title{

    color:#fff;

    font-weight:700;

    margin-bottom:20px;
}

.footer-links{

    list-style:none;

    padding:0;
}

.footer-links li{

    margin-bottom:12px;
}

.footer-links a{

    color:#c9d7ee;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#00e5ff;

    padding-left:5px;
}

.footer-contact p{

    color:#c9d7ee;

    margin-bottom:15px;
}

.footer-contact a{

    color:#c9d7ee;

    text-decoration:none;
}

.footer-contact i{

    color:#00e5ff;

    width:22px;
}

.social-links{

    display:flex;

    gap:10px;

    margin-top:20px;
}

.social-links a{

    width:42px;
    height:42px;

    border-radius:50%;

    background:
    rgba(255,255,255,.1);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;
}

.social-links a:hover{

    background:#00e5ff;

    color:#000;
}

.footer-divider{

    border-color:
    rgba(255,255,255,.15);

    margin:40px 0 20px;
}

.copyright,
.developer{

    color:#c9d7ee;

    margin:0;
}

/* Floating WhatsApp */

.floating-whatsapp{

    position:fixed;

    right:25px;
    bottom:25px;

    width:60px;
    height:60px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    z-index:9999;

    text-decoration:none;

    box-shadow:
    0 10px 25px rgba(0,0,0,.25);

    animation:pulse 2s infinite;
}

/* Floating Call */

.floating-call{

    position:fixed;

    right:25px;
    bottom:95px;

    width:60px;
    height:60px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    z-index:9999;

    text-decoration:none;

    box-shadow:
    0 10px 25px rgba(0,0,0,.25);
}

@keyframes pulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }

    100%{
        transform:scale(1);
    }

}

@media(max-width:768px){

    .footer-section{

        text-align:center;
    }

}


