/*==========================================
        GARGI PREMIUM HEADER V1
==========================================*/

:root{

    --primary:#0d6efd;
    --secondary:#ffc107;
    --dark:#0c2454;
    --light:#ffffff;
    --text:#444;
    --border:#edf2f7;
    --shadow:0 10px 35px rgba(0,0,0,.08);

}

body{

    margin:0;
    padding:0;
    overflow-x:hidden;
    font-family:'Poppins',sans-serif;
    background:#f6f9fc;
    color:var(--text);

}

/*=========================
TOP BAR
=========================*/

.top-bar{

    background:var(--dark);
    color:#fff;
    padding:10px 0;
    font-size:15px;

}

.top-bar a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.top-bar a:hover{

    color:var(--secondary);

}

.social-icons{

    display:flex;
    align-items:center;
    gap:18px;

}

.social-icons a{

    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    transition:.35s;
    color:#fff;

}

.social-icons a:hover{

    background:var(--secondary);
    color:#000;
    transform:translateY(-3px);

}

/*=========================
NAVBAR
=========================*/

.premium-navbar{

    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:var(--shadow);
    padding:14px 0;

}

.navbar-brand{

    display:flex;
    align-items:center;
    gap:14px;

}

.navbar-brand img{

    width:64px;
    height:64px;
    object-fit:contain;

}

.navbar-brand h4{

    margin:0;
    font-size:34px;
    font-weight:800;
    color:var(--primary);
    line-height:1;

}

.navbar-brand small{

    color:#666;
    font-size:18px;

}

/*=========================
MENU
=========================*/

.navbar-nav{
    gap:8px;
}

.nav-item{
    position:relative;
}

.nav-link{

    color:#444 !important;
    font-size:17px;
    font-weight:600;
    padding:14px 22px !important;
    border-radius:50px;
    transition:all .30s ease;
    background:transparent;

}

/* Hover sirf inactive menu par */
.nav-link:not(.active):hover{

    color:#0d6efd !important;
    background:#eef5ff;

}

/* Sirf active page blue hoga */
.nav-link.active{

    background:linear-gradient(135deg,#0d6efd,#0052cc);
    color:#fff !important;
    box-shadow:0 10px 20px rgba(13,110,253,.25);

}

/* Active par hover karne par bhi wahi blue rahe */
.nav-link.active:hover{

    background:linear-gradient(135deg,#0d6efd,#0052cc);
    color:#fff !important;

}

/* Dropdown open hone par active color na lage */
.navbar .dropdown-toggle.show{

    background:transparent;
    color:#0d6efd !important;
    box-shadow:none;

}

/* Dropdown menu */
.dropdown-menu{

    border:none;
    border-radius:18px;
    padding:15px;
    margin-top:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.dropdown-item{

    padding:12px 18px;
    border-radius:10px;
    font-weight:500;
    transition:.30s;

}

.dropdown-item:hover{

    background:#0d6efd;
    color:#fff;

}
/*=========================
APPLY BUTTON
=========================*/

.apply-btn{

    background:linear-gradient(135deg,#ffc107,#ffb300);
    color:#000;
    text-decoration:none;
    padding:15px 36px;
    border-radius:50px;
    font-weight:700;
    font-size:17px;
    transition:.35s;

}

.apply-btn:hover{

    background:linear-gradient(135deg,#0d6efd,#004fd0);
    color:#fff;
    transform:translateY(-3px);

}

/*=========================
MOBILE
=========================*/

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

@media(max-width:991px){

.top-bar{

    text-align:center;

}

.social-icons{

    justify-content:center;
    margin-top:10px;

}

.navbar-brand h4{

    font-size:28px;

}

.navbar-brand small{

    font-size:15px;

}

.navbar-collapse{

    margin-top:20px;
    padding:15px;
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);

}

.navbar-nav{

    gap:5px;

}

.nav-link{

    border-radius:12px;

}

.apply-btn{

    display:block;
    margin-top:20px;
    text-align:center;

}

}
/*==========================================
        GARGI PREMIUM HERO V2
==========================================*/

.hero-section{

    position:relative;
    overflow:hidden;
    padding:80px 0;
    background:linear-gradient(135deg,#082a73,#0d6efd);
    color:#fff;
    min-height:650px;
    display:flex;
    align-items:center;

}

.hero-section::before{

    content:"";
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    top:-250px;
    right:-220px;

}

.hero-section::after{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    left:-180px;
    bottom:-180px;

}

.hero-section .container{

    position:relative;
    z-index:5;

}

/*======================
HERO CONTENT
======================*/

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#ffc107;
    color:#000;

    padding:12px 22px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:30px;

}

.hero-title{

    font-size:72px;

    line-height:1.08;

    font-weight:900;

    margin-bottom:25px;

    color:#fff;

}

.hero-title span{

    color:#ffc107;

}

.hero-text{

    font-size:22px;

    line-height:1.9;

    color:#eef3ff;

    max-width:700px;

}

/*======================
BUTTONS
======================*/

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:40px;

}

.hero-btn-primary{

    display:inline-block;

    background:#ffc107;

    color:#000;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.hero-btn-primary:hover{

    transform:translateY(-4px);

    color:#fff;

    background:#001d6e;

}

.hero-btn-outline{

    display:inline-block;

    border:2px solid #fff;

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.hero-btn-outline:hover{

    background:#fff;

    color:#0d6efd;

}

/*======================
SLIDER
======================*/

#heroSlider{

    overflow:hidden;

    border-radius:28px;

    box-shadow:0 25px 70px rgba(0,0,0,.30);

}

#heroSlider img{

   width:100%;
    height:650px;
    object-fit:cover;
    border-radius:25px;

}

/*======================
FLOATING CARDS
======================*/

.hero-floating{

    position:absolute;

    background:#fff;

    color:#222;

    border-radius:20px;

    padding:18px 22px;

    display:flex;

    align-items:center;

    gap:16px;

    box-shadow:0 20px 40px rgba(0,0,0,.20);

    animation:floatCard 4s ease-in-out infinite;

}

.hero-floating i{

    width:60px;

    height:60px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    font-size:24px;

}

.hero-floating strong{

    display:block;

    font-size:17px;

}

.hero-floating small{

    color:#777;

}

.card-one{

    left:-25px;

    top:40px;

}

.card-two{

    right:-25px;

    top:220px;

}

.card-three{

    left:40px;

    bottom:30px;

}

@keyframes floatCard{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

/*======================
HERO STATS
======================*/

.hero-stats{

    margin-top:55px;

}

.hero-stat{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    text-align:center;

    padding:28px;

    transition:.35s;

}

.hero-stat:hover{

    background:rgba(255,255,255,.18);

    transform:translateY(-8px);

}

.hero-stat h2{

    font-size:42px;

    color:#ffc107;

    font-weight:800;

    margin-bottom:8px;

}

.hero-stat p{

    margin:0;

    color:#fff;

    font-size:17px;

}

/*======================
RESPONSIVE
======================*/

@media(max-width:991px){

.hero-section{

    padding:70px 0;

    text-align:center;

}

.hero-title{

    font-size:42px;

}

.hero-text{

    font-size:17px;

}

.hero-buttons{

    justify-content:center;

    flex-wrap:wrap;

}

#heroSlider{

    margin-top:45px;

}

#heroSlider img{

    height:300px;

}

.hero-floating{

    display:none;

}

.hero-stats{

    margin-top:40px;

}

}
/*==========================================
        GARGI PREMIUM COURSE SECTION
==========================================*/

.section-padding{

    padding:100px 0;

}

.section-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#0d6efd;

    color:#fff;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:18px;

    text-transform:uppercase;

}

.section-title{

    font-size:58px;

    font-weight:900;

    color:#1d1d1d;

    margin-bottom:18px;

}

.section-title span{

    color:#0d6efd;

}

.section-subtitle{

    max-width:760px;

    margin:auto;

    font-size:20px;

    color:#666;

    line-height:1.8;

}

/*==========================================
COURSE CARD
==========================================*/

.course-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.40s;

    height:100%;

}

.course-card:hover{

    transform:translateY(-14px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.course-image{

    position:relative;

    overflow:hidden;

}

.course-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.45s;

}

.course-card:hover .course-image img{

    transform:scale(1.10);

}

.course-tag{

    position:absolute;

    top:18px;

    left:18px;

    background:#ffc107;

    color:#000;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.course-content{

    padding:28px;

}

.course-content h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:16px;

    color:#222;

}

.course-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:25px;

}

.course-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.course-price{

    font-size:24px;

    font-weight:800;

    color:#0d6efd;

}

.course-btn{

    display:inline-block;

    padding:12px 28px;

    border-radius:40px;

    text-decoration:none;

    background:#0d6efd;

    color:#fff;

    font-weight:700;

    transition:.35s;

}

.course-btn:hover{

    background:#ffc107;

    color:#000;

}

/*==========================================
WHY CHOOSE US
==========================================*/

.why-section{

    background:#f7faff;

}

.why-card{

    background:#fff;

    border-radius:25px;

    padding:45px 35px;

    text-align:center;

    height:100%;

    transition:.40s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(13,110,253,.18);

}

.why-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#eef5ff;

    color:#0d6efd;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    transition:.40s;

}

.why-card:hover .why-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotate(12deg) scale(1.1);

}

.why-card h4{

    font-size:28px;

    font-weight:800;

    margin-bottom:18px;

}

.why-card p{

    color:#666;

    line-height:1.8;

}

/*==========================================
HOVER EFFECT
==========================================*/

.hover-lift{

    transition:.35s;

}

.hover-lift:hover{

    transform:translateY(-8px);

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.section-padding{

    padding:70px 0;

}

.section-title{

    font-size:38px;

}

.section-subtitle{

    font-size:17px;

}

.course-image img{

    height:220px;

}

.course-content h3{

    font-size:24px;

}

.course-footer{

    flex-direction:column;

    gap:18px;

}

.why-card{

    padding:30px;

}

}
/*==========================================
        GARGI PREMIUM ACHIEVEMENTS
==========================================*/

.achievement-section{

    background:linear-gradient(135deg,#0b2c6a,#0d6efd);
    padding:100px 0;
    position:relative;
    overflow:hidden;

}

.achievement-section::before{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-180px;
    right:-180px;

}

.achievement-section::after{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-150px;
    left:-120px;

}

.achievement-section .container{

    position:relative;
    z-index:2;

}

.achievement-card{

    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);

    border-radius:25px;

    padding:45px 25px;

    text-align:center;

    border:1px solid rgba(255,255,255,.15);

    transition:.35s;

    height:100%;

}

.achievement-card:hover{

    transform:translateY(-12px);
    background:rgba(255,255,255,.18);

}

.achievement-card i{

    font-size:55px;

    color:#ffc107;

    margin-bottom:22px;

}

.achievement-card h2{

    font-size:52px;

    color:#fff;

    font-weight:800;

    margin-bottom:10px;

}

.achievement-card p{

    margin:0;

    color:#f4f4f4;

    font-size:18px;

}

/*==========================================
AFFILIATION
==========================================*/

.affiliation-section{

    background:#f8fbff;

}

.affiliation-card{

    background:#fff;

    border-radius:22px;

    padding:40px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.affiliation-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 55px rgba(13,110,253,.18);

}

.affiliation-card img{

    width:95px;

    height:95px;

    object-fit:contain;

    margin:auto;

    margin-bottom:20px;

}

.affiliation-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:12px;

}

.affiliation-card p{

    color:#666;

    line-height:1.7;

}

/*==========================================
QUICK LINKS
==========================================*/

.quick-links-section{

    background:#fff;

}

.quick-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.quick-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(13,110,253,.16);

}

.quick-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#0d6efd,#003c8f);

    color:#fff;

    font-size:36px;

    transition:.35s;

}

.quick-card:hover .quick-icon{

    transform:rotate(12deg) scale(1.1);

    background:linear-gradient(135deg,#ffc107,#ff9800);

    color:#000;

}

.quick-card h4{

    font-size:26px;

    font-weight:700;

    margin-bottom:15px;

}

.quick-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.quick-card a{

    display:inline-block;

    text-decoration:none;

    background:#0d6efd;

    color:#fff;

    padding:12px 28px;

    border-radius:40px;

    font-weight:700;

    transition:.35s;

}

.quick-card a:hover{

    background:#ffc107;

    color:#000;

}

/*==========================================
SECTION DIVIDER
==========================================*/

.wave-divider{

    width:100%;

    overflow:hidden;

    line-height:0;

}

.wave-divider svg{

    display:block;

    width:100%;

    height:90px;

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.achievement-card{

    padding:30px 20px;

}

.achievement-card h2{

    font-size:40px;

}

.quick-card{

    padding:30px 20px;

}

.affiliation-card{

    padding:30px 20px;

}

}

/*==========================================
        TESTIMONIAL SECTION
==========================================*/

.testimonial-section{

    background:#f8fbff;
    padding:100px 0;

}

.testimonial-card{

    background:#fff;

    max-width:760px;

    margin:auto;

    border-radius:25px;

    padding:45px;

    text-align:center;

    box-shadow:0 20px 55px rgba(0,0,0,.08);

}

.testimonial-card img{

    width:110px;

    height:110px;

    border-radius:50%;

    object-fit:cover;

    border:6px solid #0d6efd;

    margin:auto;

    margin-bottom:25px;

}

.testimonial-card h4{

    font-size:28px;

    font-weight:700;

    margin-bottom:8px;

}

.testimonial-card h6{

    color:#0d6efd;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#666;

    line-height:1.9;

    font-size:18px;

}

/*==========================================
PLACEMENT PARTNERS
==========================================*/

.partner-section{

    background:#fff;

    padding:90px 0;

}

.partner-card{

    background:#fff;

    height:170px;

    border-radius:22px;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.partner-card:hover{

    transform:translateY(-10px);

}

.partner-card img{

    max-width:150px;

    max-height:80px;

    object-fit:contain;

    filter:grayscale(100%);

    transition:.35s;

}

.partner-card:hover img{

    filter:none;

    transform:scale(1.08);

}

/*==========================================
GALLERY
==========================================*/

.gallery-section{

    background:#f8fbff;

    padding:100px 0;

}

.gallery-img{

    width:100%;

    height:280px;

    object-fit:cover;

    border-radius:22px;

    transition:.40s;

    cursor:pointer;

    box-shadow:0 18px 45px rgba(0,0,0,.10);

}

.gallery-img:hover{

    transform:scale(1.05);

    box-shadow:0 25px 55px rgba(0,0,0,.18);

}

/*==========================================
CTA
==========================================*/

.cta-section{

    background:linear-gradient(135deg,#082a73,#0d6efd);

    color:#fff;

    padding:90px 0;

}

.cta-section h2{

    font-size:52px;

    font-weight:800;

}

.cta-section p{

    font-size:20px;

    color:#eef3ff;

}

.cta-section .btn{

    border-radius:50px;

    padding:16px 40px;

    font-weight:700;

}

/*==========================================
FOOTER
==========================================*/

.footer-section{

    background:#081b42;

    color:#d9d9d9;

    padding:80px 0 25px;

}

.footer-section h3,
.footer-section h5{

    color:#fff;

    margin-bottom:22px;

}

.footer-section p{

    line-height:1.9;

}

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#d9d9d9;

    text-decoration:none;

    transition:.30s;

}

.footer-links a:hover{

    color:#ffc107;

    padding-left:8px;

}

.footer-bottom{

    margin-top:40px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.12);

    text-align:center;

}

/*==========================================
SCROLL TO TOP
==========================================*/

.scroll-top{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    text-decoration:none;

    box-shadow:0 15px 35px rgba(0,0,0,.20);

    transition:.35s;

    z-index:999;

}

.scroll-top:hover{

    background:#ffc107;

    color:#000;

    transform:translateY(-6px);

}

/*==========================================
PRELOADER
==========================================*/

.preloader{

    position:fixed;

    inset:0;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

.loader{

    width:60px;

    height:60px;

    border:6px solid #e8e8e8;

    border-top:6px solid #0d6efd;

    border-radius:50%;

    animation:spin 1s linear infinite;

}

@keyframes spin{

    100%{

        transform:rotate(360deg);

    }

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.testimonial-card{

    padding:28px;

}

.testimonial-card img{

    width:90px;

    height:90px;

}

.cta-section{

    text-align:center;

}

.cta-section h2{

    font-size:36px;

}

.gallery-img{

    height:220px;

}

.partner-card{

    height:140px;

}

}

/* ===== HERO FIX ===== */

.hero-section{
    background:linear-gradient(135deg,#0b3b97,#0d6efd);
    padding:80px 0;
    overflow:hidden;
}

.hero-slider-img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:25px;
}

.hero-section h1{
    line-height:1.15;
}

@media(max-width:991px){

    .hero-section{
        padding:60px 0;
    }

    .hero-slider-img{
        height:350px;
        margin-top:30px;
    }

    .hero-section h1{
        font-size:42px;
    }

}

/*==========================================
        PREMIUM ADMISSION FORM
==========================================*/

.admission-section{

    background:linear-gradient(180deg,#f5f9ff,#ffffff);
    padding:80px 0;

}

.admission-card{

    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.admission-header{

    background:linear-gradient(135deg,#0d47a1,#1565c0);
    color:#fff;
    padding:45px;

}

.admission-header h2{

    font-size:42px;
    font-weight:800;
    margin-bottom:15px;

}

.admission-header p{

    margin:0;
    color:#edf4ff;
    font-size:18px;

}

.admission-icon{

    font-size:90px;
    color:rgba(255,255,255,.25);

}

.admission-body{

    padding:45px;

}

/*=====================
LABEL
=====================*/

.form-label{

    font-weight:700;
    color:#1d3557;
    margin-bottom:10px;

}

/*=====================
INPUT GROUP
=====================*/

.input-group{

    box-shadow:0 6px 20px rgba(0,0,0,.05);
    border-radius:14px;
    overflow:hidden;

}

.input-group-text{

    background:#0d6efd;
    color:#fff;
    border:none;
    width:58px;
    justify-content:center;

}

.form-control,
.form-select{

    height:58px;
    border:none;
    background:#fff;
    font-size:16px;
    box-shadow:none;

}

textarea.form-control{

    height:130px;
    resize:none;
    padding-top:18px;

}

.form-control:focus,
.form-select:focus{

    box-shadow:none;

}

/*=====================
FILE INPUT
=====================*/

input[type=file]{

    height:58px;
    padding:14px;
    border:2px dashed #cfd8dc;
    border-radius:14px;
    background:#f8fbff;

}

input[type=file]:hover{

    border-color:#0d6efd;

}

/*=====================
BUTTON
=====================*/

.btn-primary{

    background:linear-gradient(135deg,#0d6efd,#0048b5);
    border:none;
    padding:15px 45px;
    font-size:18px;
    font-weight:700;
    border-radius:50px;
    transition:.35s;

}

.btn-primary:hover{

    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,110,253,.30);

}

/*=====================
ALERT
=====================*/

.alert-success{

    border:none;
    border-left:5px solid #198754;
    padding:18px;

}

/*=====================
RESPONSIVE
=====================*/

@media(max-width:991px){

.admission-header{

    padding:30px;
    text-align:center;

}

.admission-header h2{

    font-size:32px;

}

.admission-icon{

    display:none;

}

.admission-body{

    padding:25px;

}

}

.progress{

    border-radius:30px;
    overflow:hidden;
    background:#edf2f7;

}

.progress-bar{

    font-weight:700;

}

.form-check{

    background:#f8f9fa;
    padding:20px;
    border-radius:15px;
    border:1px solid #dee2e6;

}

.form-check-input{

    transform:scale(1.3);
    margin-top:.35rem;

}
input[type="date"]{

    height:58px;

    border:none;

    padding:0 15px;

    font-size:16px;

}

#age{

    background:#f8f9fa;

    font-weight:600;

}

textarea.form-control{

    min-height:140px;

    padding:15px;

}

.btn-primary{

    width:260px;

    height:60px;

    font-size:18px;

    font-weight:700;

}

.row.g-4{

    row-gap:12px;

}

/*==========================
ADMISSION PORTAL START 1
==========================*/

.admission-page{

background:#eef5ff;

padding:80px 0;

}

.admission-card{

background:#fff;

border-radius:30px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.admission-header{

background:linear-gradient(135deg,#0d47a1,#1565c0);

padding:55px;

color:#fff;

}

.admission-header h1{

font-size:52px;

font-weight:800;

margin-bottom:15px;

}

.admission-header p{

font-size:19px;

opacity:.95;

max-width:700px;

}

.admission-header-icon{

font-size:120px;

opacity:.25;

}

.admission-body{

padding:50px;

}

.progress{

height:12px;

border-radius:30px;

background:#dfe7f3;

}

.progress-bar{

border-radius:30px;

}

.wizard{

display:flex;

align-items:center;

justify-content:center;

gap:10px;

flex-wrap:wrap;

}

.wizard-step{

display:flex;

flex-direction:column;

align-items:center;

font-weight:700;

color:#6c757d;

}

.wizard-step.active{

color:#0d6efd;

}

.wizard-number{

width:55px;

height:55px;

border-radius:50%;

background:#d9e8ff;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

margin-bottom:8px;

}

.wizard-step.active .wizard-number{

background:#0d6efd;

color:#fff;

}

.wizard-line{

width:70px;

height:4px;

background:#d9e8ff;

margin-top:-25px;

}

@media(max-width:768px){

.admission-header{

padding:35px;

text-align:center;

}

.admission-header h1{

font-size:34px;

}

.admission-body{

padding:25px;

}

.wizard-line{

display:none;

}

}

/*=========================
START 2
=========================*/

.section-title{

font-size:24px;

font-weight:700;

color:#0d47a1;

margin-bottom:15px;

padding-bottom:10px;

border-bottom:2px solid #e8eef9;

}

.input-custom{

border-radius:16px;

overflow:hidden;

box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.input-custom .input-group-text{

width:58px;

background:#0d6efd;

color:#fff;

border:none;

justify-content:center;

}

.input-custom .form-control,

.input-custom .form-select{

height:58px;

border:none;

box-shadow:none;

font-size:16px;

}

.input-custom .form-control:focus,

.input-custom .form-select:focus{

box-shadow:none;

}

/*=========================
START 3
=========================*/

.section-title{

display:flex;

align-items:center;

gap:10px;

margin-top:20px;

margin-bottom:18px;

font-size:24px;

font-weight:700;

color:#0d47a1;

padding-bottom:10px;

border-bottom:2px solid #edf3ff;

}

.section-title i{

font-size:22px;

color:#0d6efd;

}

optgroup{

font-weight:700;

color:#0d47a1;

}

/*==========================
START 5
==========================*/

.upload-box{

border:2px dashed #d9e7ff;

border-radius:20px;

padding:30px;

text-align:center;

background:#fafcff;

transition:.3s;

}

.upload-box:hover{

border-color:#0d6efd;

}

.upload-preview{

width:170px;

height:170px;

object-fit:cover;

border-radius:18px;

border:4px solid #edf3ff;

background:#fff;

}

.declaration-box{

padding:20px;

background:#f8fbff;

border-radius:15px;

border:1px solid #d9e7ff;

}
/*==============================
START 7
==============================*/

.form-check{

font-size:15px;

line-height:1.8;

}

.form-check-input{

width:22px;

height:22px;

margin-top:3px;

}

.card ul{

padding-left:18px;

}

.card ul li{

margin-bottom:10px;

}
.form-step{

display:none;

animation:fade .35s ease;

}

.form-step.active{

display:block;

}

@keyframes fade{

from{

opacity:0;
transform:translateX(25px);

}

to{

opacity:1;
transform:translateX(0);

}

}

.is-invalid{

border:2px solid #dc3545 !important;

box-shadow:none;

}

.wizard-step{

transition:.3s;

}

.wizard-step.active .wizard-number{

background:#0d6efd;

color:#fff;

transform:scale(1.1);

}

.wizard-step.active div:last-child{

font-weight:700;

color:#0d6efd;

}
#review_photo{

transition:.3s;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

#review_photo:hover{

transform:scale(1.05);

}

.badge{

font-size:14px;

padding:8px 14px;

}

/*==============================
Scroll To Top Button
==============================*/

#scrollTopBtn{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 52px;
    height: 52px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    transition: all .3s ease;
}

#scrollTopBtn:hover{
    background: #ffc107;
    color: #000;
    transform: translateY(-5px);
}

#scrollTopBtn.show{
    display: flex;
}

@media(max-width:768px){

    #scrollTopBtn{
        width:45px;
        height:45px;
        right:15px;
        bottom:15px;
        font-size:18px;
    }

}

/*==============================
WhatsApp Floating Button
==============================*/

#callBtn{
    position:fixed;
    right:20px;
    bottom:90px;
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0d6efd;
    color:#fff;
    font-size:26px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.3s;
}

#whatsappBtn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    font-size:30px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.3s;
}

#callBtn:hover,
#whatsappBtn:hover{
    transform:scale(1.6);
}

@media(max-width:768px){

    #callBtn{
        left:15px;
        bottom:78px;
        width:50px;
        height:50px;
        font-size:22px;
    }

    #whatsappBtn{
        left:15px;
        bottom:15px;
        width:50px;
        height:50px;
        font-size:24px;
    }

}
/* Active Menu */

.navbar .nav-link.active{
    color:#f5f9ff !important;
    font-weight:700;
    position:relative;
}

.navbar .nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:3px;
    background:#0d6efd;
    border-radius:10px;
}

/*==============================
Top Announcement Bar
==============================*/

.top-announcement{
    background:#0d6efd;
    color:#fff;
    font-size:15px;
    font-weight:600;
    padding:8px 0;
    overflow:hidden;
}

.top-announcement marquee{
    color:#fff;
}

@media(max-width:768px){

    .top-announcement{
        font-size:13px;
        padding:6px 0;
    }

}

/* Latest News */

#newsSlider .card{
    border-radius:18px;
}

#newsSlider .card-body{
    padding:30px;
}

#newsSlider .carousel-item{
    transition:transform .6s ease;
}

/*==============================
Footer Social Icons
==============================*/

.footer-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-5px);
}

/*====================================
Course Card Hover
====================================*/

.course-card-new{
    transition:all .35s ease;
    overflow:hidden;
    border-radius:18px;
}

.course-card-new img{
    transition:.5s;
}

.course-card-new:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.course-card-new:hover img{
    transform:scale(1.08);
}

.course-card-new .btn{
    transition:.3s;
}

.course-card-new:hover .btn{
    transform:translateY(-2px);
}

/*====================================
Hero Badges
====================================*/

.hero-badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;
}

.hero-badge{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
    border-radius:50px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.hero-badge i{
    color:#ffc107;
    font-size:16px;
}

.hero-badge:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.2);
}

@media(max-width:768px){

    .hero-badges{
        justify-content:center;
    }

    .hero-badge{
        font-size:13px;
        padding:8px 14px;
    }

}

/*==========================
Page Header
==========================*/

.page-header{
    background:linear-gradient(135deg,#0d6efd,#0b2c6b);
    color:#fff;
    padding:80px 0;
}

.page-header h1{
    color:#fff;
    font-weight:700;
}

.page-header p{
    color:rgba(255,255,255,.85);
    max-width:650px;
    margin:auto;
}
.contact-card{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.contact-card:hover{
    transform:translateY(-8px);
}

.contact-card i{
    font-size:40px;
    color:#0d6efd;
    margin-bottom:15px;
}

.contact-card h5{
    font-weight:700;
    margin-bottom:10px;
}

.contact-card p{
    margin:0;
    color:#666;
}

.form-control{
    min-height:55px;
    border-radius:10px;
}

textarea.form-control{
    min-height:150px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#0d6efd;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.accordion-button{
    font-weight:600;
    padding:18px;
}

.accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}
/*=========================
Vision Mission
=========================*/

.vm-card{

    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.vm-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.vm-icon{

    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;

}

.vm-card h4{

    font-weight:700;
    margin-top:20px;

}

.vm-card p{

    color:#666;
    line-height:1.8;

}
/* Recognition */

.recognition-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;

}

.recognition-card:hover{

    transform:translateY(-8px);

}

.recognition-card img{

    max-height:80px;
    object-fit:contain;

}

.recognition-card h6{

    font-weight:700;

}
/* Director */

.director-img{

    width:320px;
    max-width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    transition:.4s;

}

.director-img:hover{

    transform:scale(1.03);

}



/* Why Choose */

.choose-card{

    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.choose-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.choose-icon{

    width:75px;
    height:75px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;

}

.choose-card h5{

    font-weight:700;
    margin-bottom:15px;

}

.choose-card p{

    color:#666;
    line-height:1.8;
    margin:0;

}
/* Statistics */

.stats-section{

    background:linear-gradient(135deg,#0d6efd,#001f5c);

}

.stats-card{

    background:rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
    border-radius:20px;
    padding:40px 20px;
    color:#fff;
    transition:.35s;
    height:100%;

}

.stats-card:hover{

    transform:translateY(-10px);

}

.stats-card i{

    font-size:42px;
    margin-bottom:20px;
    color:#ffc107;

}

.stats-card h2{

    font-size:42px;
    font-weight:700;

}

.stats-card h6{

    margin-top:10px;
    font-weight:600;

}


/*==============================
 PREMIUM ABOUT PAGE UPGRADE
===============================*/

/* Section */


/* Headings */

.badge{

    border-radius:50px;
    padding:8px 18px;
    letter-spacing:1px;
    font-weight:700;

}

h2{

    font-weight:800;

}

/* Cards */

.vm-card,
.choose-card,
.recognition-card,
.stats-card{

    position:relative;
    overflow:hidden;
    border:none;
    transition:.45s ease;
    border-radius:22px;

}

.vm-card::before,
.choose-card::before,
.recognition-card::before,
.stats-card::before{

    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#0d6efd;
    transition:.4s;

}

.vm-card:hover::before,
.choose-card:hover::before,
.recognition-card:hover::before,
.stats-card:hover::before{

    height:100%;

}

.vm-card:hover,
.choose-card:hover,
.recognition-card:hover,
.stats-card:hover{

    transform:translateY(-15px);
    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

/* Icons */

.vm-icon,
.choose-icon{

    box-shadow:0 15px 35px rgba(13,110,253,.35);

}

/* Recognition */

.recognition-card img{

    width:90px;
    height:90px;
    object-fit:contain;
    background:#f7f7f7;
    border-radius:50%;
    padding:15px;
    transition:.4s;

}

.recognition-card:hover img{

    transform:rotate(10deg) scale(1.1);

}

/* Director */



/* Stats */

.stats-section{

    background:linear-gradient(135deg,#0b1f4d,#0d6efd);

}

.stats-card{

    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.15);

}

/* Buttons */

.btn-primary{

    border-radius:50px;
    padding:14px 35px;
    font-weight:700;
    transition:.35s;

}

.btn-primary:hover{

    transform:translateY(-4px);

}

/* Floating Background */


/* Mobile */

@media(max-width:768px){

h2{

font-size:30px;

}

.vm-card,
.choose-card,
.recognition-card{

padding:30px 20px;

}

}

/* Director */
/*================================
Director Premium
================================*/
/*=============================
Director Section
=============================*/

.director-section{

    padding:100px 0;

    background:
    radial-gradient(circle at top right,#dbeafe 0%,transparent 30%),
    radial-gradient(circle at bottom left,#fde68a 0%,transparent 25%),
    #ffffff;

    overflow:hidden;

    position:relative;

}

.director-image-box{

    position:relative;

}

.director-bg-shape{

    position:absolute;

    width:320px;

    height:320px;

    background:linear-gradient(135deg,#0d6efd,#003c99);

    border-radius:35px;

    transform:rotate(-8deg);

    top:35px;

    left:-30px;

    z-index:1;

}

.director-img{

    position:relative;

    z-index:2;

    width:100%;

    border-radius:25px;

    border:8px solid white;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.experience-box{

    position:absolute;

    right:-20px;

    bottom:20px;

    background:white;

    padding:18px 25px;

    border-radius:18px;

    text-align:center;

    z-index:3;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.experience-box h2{

    color:#0d6efd;

    margin:0;

    font-size:36px;

    font-weight:800;

}

.experience-box span{

    font-size:14px;

    color:#666;

}

.director-tag{

    display:inline-block;

    padding:8px 18px;

    background:#0d6efd;

    color:white;

    border-radius:30px;

    font-weight:600;

}

.director-title{

    margin-top:18px;

    font-size:52px;

    font-weight:800;

    color:#0b2347;

}

.director-line{

    width:120px;

    height:5px;

    margin:20px 0;

    border-radius:20px;

    background:linear-gradient(to right,#0d6efd,#ffc107);

}

.director-quote{

    background:white;

    border-left:6px solid #0d6efd;

    border-radius:18px;

    padding:25px;

    margin:30px 0;

    font-size:22px;

    color:#0d6efd;

    font-style:italic;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.director-quote i{

    margin-right:10px;

    font-size:30px;

}

.director-section p{

    font-size:17px;

    line-height:1.9;

    color:#555;

}

.director-footer{

    margin-top:40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.director-footer h4{

    margin:0;

    font-weight:800;

}

.director-footer span{

    color:#666;

}

.director-footer .btn{

    border-radius:40px;

    padding:14px 35px;

    font-weight:700;

}

/* Mobile */

@media(max-width:991px){

.director-bg-shape{

display:none;

}

.director-title{

font-size:38px;

}

.experience-box{

right:15px;

bottom:15px;

}

.director-footer{

flex-direction:column;

align-items:flex-start;

}

}
/*==========================
Premium Common Section
==========================*/

.premium-section{

    position:relative;
    overflow:hidden;
    padding:90px 0;

    background:
        radial-gradient(circle at top right,rgba(13,110,253,.06) 0%,transparent 28%),
        radial-gradient(circle at bottom left,rgba(255,193,7,.08) 0%,transparent 22%),
        linear-gradient(180deg,#f4ecaab6 0%,#f7fbff 100%);

}

/* Decorative Shapes */

.premium-section::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    top:-80px;

    right:-80px;

    border-radius:50%;

    background:rgba(13,110,253,.08);

}

.premium-section::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    left:-70px;

    bottom:-70px;

    border-radius:50%;

    background:rgba(255,193,7,.12);

}

/* Small Badge */

.premium-section .badge{

    background:linear-gradient(135deg,#0d6efd,#003d99)!important;

    color:#fff;

    padding:8px 20px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

/* Section Heading */

.premium-section h2{

    font-size:46px;

    font-weight:800;

    color:#0b2347;

    margin-top:18px;

    position:relative;

    display:inline-block;

}

.premium-section h2::after{

    content:"";

    position:absolute;

    width:80px;

    height:5px;

    left:0;

    bottom:-12px;

    border-radius:30px;

    background:linear-gradient(90deg,#0d6efd,#ffc107);

}

/* Paragraph */

.premium-section p{

    color:#555;

    line-height:1.9;

    font-size:17px;

}

/* Responsive */

@media(max-width:768px){

.premium-section{

padding:60px 0;

}

.premium-section h2{

font-size:34px;

}

}

/*=====================================
COURSE HERO
======================================*/

.course-hero{

padding:120px 0;

background:
linear-gradient(135deg,#0b2347,#0d6efd);

color:#fff;


}

.course-hero h1{

font-size:58px;

font-weight:800;

margin:20px 0;

}

.course-hero p{

font-size:18px;

opacity:.9;

max-width:600px;

}

.hero-badge{

display:inline-block;

padding:8px 18px;

border-radius:40px;

background:#ffffff20;

backdrop-filter:blur(10px);

}

.hero-search{

margin-top:35px;

display:flex;

background:#fff;

border-radius:60px;

overflow:hidden;

max-width:520px;

}

.hero-search input{

flex:1;

border:none;

padding:18px 25px;

outline:none;

}

.hero-search button{

width:80px;

border:none;

background:#ffc107;

font-size:20px;

}

.course-category{

background:#f8fbff;

}

.category-box{

background:#fff;

padding:40px;

text-align:center;

border-radius:20px;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

cursor:pointer;

}

.category-box:hover{

transform:translateY(-10px);

}

.category-box i{

font-size:45px;

color:#0d6efd;

margin-bottom:20px;

}

.category-box h4{

font-weight:700;

margin:0;

}
/* Featured Courses Fix */
/*=========================================
        FEATURED COURSES PREMIUM
=========================================*/

.featured-courses{
    padding:100px 0;
    background:linear-gradient(180deg,#f5f9ff,#ffffff);
}

.featured-courses .section-badge{
    display:inline-block;
    background:linear-gradient(135deg,#0d6efd,#0048c7);
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    box-shadow:0 10px 30px rgba(13,110,253,.25);
}

.featured-courses .section-title{
    font-size:52px;
    font-weight:800;
    color:#0d2c6c;
    margin-top:18px;
    margin-bottom:18px;
}

.featured-courses .section-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.course-card{

    position:relative;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    height:100%;
    transition:.45s;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border:1px solid #edf2ff;

}

.course-card:hover{

    transform:translateY(-12px);
    box-shadow:0 30px 70px rgba(13,110,253,.18);

}

.course-card::before{

    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
        rgba(13,110,253,.04),
        transparent 60%);
    opacity:0;
    transition:.4s;
    z-index:1;

}

.course-card:hover::before{

    opacity:1;

}

.course-image{

    position:relative;
    height:240px;
    overflow:hidden;

}

.course-image img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;

}

.course-card:hover .course-image img{

    transform:scale(1.08);

}

.course-overlay{

    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:18px;
    background:linear-gradient(to top,
        rgba(0,0,0,.75),
        transparent);

}

.course-overlay span{

    display:inline-block;
    background:#fff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;

}

.offer-tag{

    position:absolute;
    top:18px;
    right:18px;
    background:linear-gradient(135deg,#ff9800,#ff5722);
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    z-index:5;
    box-shadow:0 8px 20px rgba(255,87,34,.35);

}

.course-body{

    padding:28px;
    position:relative;
    z-index:2;

}

.rating-box{

    color:#ffb300;
    font-size:15px;
    margin-bottom:15px;

}

.rating-box small{

    color:#666;
    margin-left:8px;

}

.course-body h3{

    font-size:28px;
    font-weight:800;
    color:#0b2b67;
    line-height:1.35;
    margin-bottom:20px;

}

.price-area{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px;
    border-radius:18px;
    background:#f7faff;
    margin-bottom:25px;

}

.price-area small{

    color:#777;
    display:block;
    margin-bottom:5px;

}

.price-area h6{

    color:#999;
    text-decoration:line-through;
    margin:0;
    font-size:18px;

}

.price-area h2{

    color:#e53935;
    margin:0;
    font-size:34px;
    font-weight:800;

}

.fire-price{

    display:block;
    padding:15px 20px;

}

.fire-price table{

    width:100%;

}

.fire-price td{

    padding:8px 0;
    font-size:15px;

}

/*=========================================
        FEATURE LIST
=========================================*/

.feature-list{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:30px;

}

.feature-list div{

    display:flex;
    align-items:center;
    gap:10px;

    background:#f8fbff;

    padding:12px 15px;

    border-radius:12px;

    transition:.35s;

    font-size:14px;

    font-weight:600;

    color:#333;

    border:1px solid #edf2ff;

}

.feature-list div:hover{

    background:#0d6efd;

    color:#fff;

    transform:translateY(-4px);

}

.feature-list i{

    color:#0d6efd;

    width:22px;

    text-align:center;

    transition:.35s;

}

.feature-list div:hover i{

    color:#fff;

}

/*=========================================
            BUTTONS
=========================================*/

.course-buttons{

    display:flex;

    gap:15px;

    margin-top:10px;

}

.btn-course{

    flex:1;

    padding:14px 20px;

    border-radius:50px;

    background:linear-gradient(135deg,#0d6efd,#004fc5);

    color:#fff !important;

    font-weight:700;

    border:none;

    text-align:center;

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.btn-course::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:rgba(255,255,255,.35);

    transform:skewX(-25deg);

    transition:.6s;

}

.btn-course:hover::before{

    left:130%;

}

.btn-course:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(13,110,253,.35);

}

.btn-outline-course{

    flex:1;

    padding:14px 20px;

    border-radius:50px;

    border:2px solid #0d6efd;

    color:#0d6efd;

    background:#fff;

    font-weight:700;

    text-align:center;

    transition:.35s;

}

.btn-outline-course:hover{

    background:#0d6efd;

    color:#fff;

    transform:translateY(-3px);

}

/*=========================================
        IMAGE SHADOW
=========================================*/

.course-image::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    height:70px;

    background:linear-gradient(to top,
    rgba(0,0,0,.30),
    transparent);

}

/*=========================================
        BORDER EFFECT
=========================================*/

.course-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:25px;

    border:2px solid transparent;

    transition:.4s;

    pointer-events:none;

}

.course-card:hover::after{

    border-color:#0d6efd;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:992px){

/*=========================================
      PREMIUM SECTION BACKGROUND
=========================================*/

.featured-courses{

    position: relative;
    overflow: hidden;
    padding: 100px 0;

    .featured-courses{
    background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='3' cy='3' r='2' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E"),
    radial-gradient(circle at top left,#4f8cff40 0%,transparent 35%),
    linear-gradient(135deg,#06142e,#0d6efd);
}
    
/* Left Glow */

.featured-courses::before{

    content:"";
    position:absolute;
    width:550px;
    height:550px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-220px;
    left:-180px;

    filter:blur(80px);

}

/* Right Glow */

.featured-courses::after{

    content:"";
    position:absolute;
    width:450px;
    height:450px;

    background:#00c3ff20;

    border-radius:50%;

    right:-150px;
    bottom:-150px;

    filter:blur(90px);

}

/* Heading */

.featured-courses .section-title{

    color:#fff;

}

.featured-courses .section-subtitle{

    color:rgba(255,255,255,.85);

}

.featured-courses .section-badge{

    background:linear-gradient(135deg,#ffb400,#ff7a00);

    color:#fff;

    box-shadow:0 15px 35px rgba(255,166,0,.35);

}

/* Cards upar dikhne ke liye */

.featured-courses .container{

    position:relative;
    z-index:2;

}

.featured-courses .section-title{

font-size:38px;

}

.course-body{

padding:22px;

}

.course-body h3{

font-size:24px;

}

.price-area h2{

font-size:28px;

}

}
}

@media(max-width:768px){

.feature-list{

grid-template-columns:1fr;

}

.course-buttons{

flex-direction:column;

}

.featured-courses .section-title{

font-size:30px;

}

.featured-courses .section-subtitle{

font-size:15px;

}

.course-image{

height:220px;

}

.price-area{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

}

@media(max-width:576px){

.course-body{

padding:18px;

}

.offer-tag{

font-size:11px;

padding:6px 12px;

}

.course-overlay span{

font-size:12px;

padding:7px 14px;

}

.course-body h3{

font-size:22px;

}

.price-area h2{

font-size:24px;

}

.featured-courses .section-title{

font-size:26px;

}

}

/*=========================================
        FLOATING BACKGROUND
=========================================*/

.bg-circle{

    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    animation:floatMove 8s ease-in-out infinite;
    z-index:1;

}

.bg-circle-1{

    width:280px;
    height:280px;

    top:-100px;
    left:-80px;

    background:rgba(255,255,255,.10);

}

.bg-circle-2{

    width:220px;
    height:220px;

    top:120px;
    right:-70px;

    background:rgba(0,255,255,.15);

    animation-delay:2s;

}

.bg-circle-3{

    width:320px;
    height:320px;

    bottom:-140px;
    left:20%;

    background:rgba(0,123,255,.12);

    animation-delay:4s;

}

.bg-circle-4{

    width:180px;
    height:180px;

    bottom:80px;
    right:15%;

    background:rgba(255,255,255,.08);

    animation-delay:1s;

}

@keyframes floatMove{

    0%{

        transform:translateY(0) scale(1);

    }

    50%{

        transform:translateY(-25px) scale(1.08);

    }

    100%{

        transform:translateY(0) scale(1);

    }

}
/*=========================================
      PREMIUM SVG WAVES
=========================================*/

.wave-top,
.wave-bottom{

    position:absolute;
    left:0;
    width:100%;
    line-height:0;
    z-index:2;

}

.wave-top{

    top:0;

}

.wave-bottom{

    bottom:0;

}

.wave-top svg,
.wave-bottom svg{

    width:100%;
    height:70px;
    display:block;

}

/*=========================================
      GLASS OVERLAY
=========================================*/

.featured-courses .container{

    position:relative;
    z-index:10;

}

.featured-courses::before{

    backdrop-filter:blur(2px);

}

/*=========================================
        WHY GARGI SECTION
=========================================*/

.why-gargi{

    position:relative;
    padding:100px 0;
    overflow:hidden;

    background:
    radial-gradient(circle at left top,#4f8cff25,transparent 35%),
    radial-gradient(circle at right bottom,#00d4ff20,transparent 30%),
    linear-gradient(135deg,#f8fbff,#ffffff);

}

/*============================*/

.why-image{

    position:relative;
    overflow:hidden;
    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.why-image img{

    width:100%;
    border-radius:25px;
    transition:.6s;

}

.why-image:hover img{

    transform:scale(1.06);

}

/*============================*/

.experience-box{

    position:absolute;

    left:30px;
    bottom:30px;

    background:linear-gradient(135deg,#0d6efd,#003ea8);

    color:#fff;

    padding:18px 28px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 15px 35px rgba(13,110,253,.35);

}

.experience-box h2{

    font-size:38px;
    margin:0;
    font-weight:800;

}

.experience-box span{

    font-size:14px;

}

/*============================*/

.why-badge{

    display:inline-block;

    background:#e9f2ff;

    color:#0d6efd;

    padding:10px 22px;

    border-radius:40px;

    font-weight:700;

    font-size:14px;

}

/*============================*/

.why-title{

    font-size:48px;

    font-weight:800;

    color:#0d2b6b;

    line-height:1.25;

}

.why-title span{

    color:#0d6efd;

}

/*============================*/

.why-text{

    color:#666;

    font-size:17px;

    line-height:1.9;

    margin:25px 0;

}

/*============================*/

.why-list{

    display:grid;

    grid-template-columns:1fr;

    gap:15px;

    margin-top:25px;

}

.why-list div{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#333;

}

.why-list i{

    color:#16c784;

    font-size:18px;

}

/*============================*/

.why-card{

    background:#fff;

    border-radius:20px;

    padding:35px 28px;

    text-align:center;

    transition:.4s;

    height:100%;

    border:1px solid #edf2ff;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(13,110,253,.15);

}

/*============================*/

.why-icon{

    width:80px;

    height:80px;

    margin:auto auto 20px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#004dc0);

    color:#fff;

    font-size:30px;

    transition:.4s;

}

.why-card:hover .why-icon{

    transform:rotateY(180deg);

}

/*============================*/

.why-card h4{

    font-size:22px;

    font-weight:700;

    color:#0d2b6b;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=========================================
      WHY GARGI FINAL CSS
=========================================*/

/* Floating Background */

.why-gargi::before{

    content:"";

    position:absolute;

    width:380px;
    height:380px;

    top:-120px;
    left:-120px;

    background:rgba(13,110,253,.06);

    border-radius:50%;

    filter:blur(80px);

}

.why-gargi::after{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    right:-100px;
    bottom:-100px;

    background:rgba(0,212,255,.08);

    border-radius:50%;

    filter:blur(70px);

}

/* Container */

.why-gargi .container{

    position:relative;

    z-index:2;

}

/* Image Shine */

.why-image::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:rgba(255,255,255,.30);

    transform:skewX(-25deg);

    transition:.8s;

    z-index:2;

}

.why-image:hover::before{

    left:130%;

}

/* Button */

.why-gargi .btn-primary{

    background:linear-gradient(135deg,#0d6efd,#004fc5);

    border:none;

    border-radius:50px;

    padding:14px 40px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 12px 25px rgba(13,110,253,.25);

}

.why-gargi .btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(13,110,253,.35);

}

/* Feature Card Hover */

.why-card{

    position:relative;

    overflow:hidden;

}

.why-card::before{

    content:"";

    position:absolute;

    width:0;

    height:4px;

    left:0;

    top:0;

    background:#0d6efd;

    transition:.4s;

}

.why-card:hover::before{

    width:100%;

}

/* Icon Animation */

.why-icon{

    animation:iconFloat 3s ease-in-out infinite;

}

@keyframes iconFloat{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-8px);

}

}

/* Responsive */

@media(max-width:991px){

.why-gargi{

padding:70px 0;

}

.why-title{

font-size:36px;

}

.experience-box{

left:20px;

bottom:20px;

padding:15px 20px;

}

.experience-box h2{

font-size:30px;

}

}

@media(max-width:768px){

.why-title{

font-size:30px;

}

.why-text{

font-size:15px;

}

.why-card{

padding:25px;

}

.why-icon{

width:65px;

height:65px;

font-size:24px;

}

.why-card h4{

font-size:19px;

}

.why-list{

gap:12px;

}

.why-list div{

font-size:15px;

}

}

@media(max-width:576px){

.why-gargi{

padding:60px 0;

}

.why-title{

font-size:26px;

}

.why-badge{

font-size:12px;

padding:8px 16px;

}

.experience-box{

position:relative;

left:0;

bottom:0;

margin-top:15px;

display:inline-block;

}

.why-image{

margin-bottom:30px;

}

.why-gargi .btn-primary{

width:100%;

}

}

/*=========================================
        CAMPUS FACILITIES
=========================================*/

.campus-facilities{

    position:relative;
    padding:100px 0;

    background:
    radial-gradient(circle at top right,#0d6efd10,transparent 35%),
    radial-gradient(circle at bottom left,#00c3ff15,transparent 35%),
    #f8fbff;

    overflow:hidden;

}

.campus-facilities .container{

    position:relative;
    z-index:2;

}

/*============================*/

.facility-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.4s;

    position:relative;

    overflow:hidden;

    border:1px solid #edf2ff;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.facility-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(13,110,253,.15);

}

/*============================*/

.facility-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:5px;

    background:#0d6efd;

    transition:.45s;

}

.facility-card:hover::before{

    width:100%;

}

/*============================*/

.facility-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#004dc0);

    color:#fff;

    font-size:34px;

    transition:.4s;

    box-shadow:0 12px 30px rgba(13,110,253,.30);

}

.facility-card:hover .facility-icon{

    transform:rotateY(180deg);

}

/*============================*/

.facility-card h4{

    font-size:24px;

    font-weight:700;

    color:#0d2b6b;

    margin-bottom:15px;

}

.facility-card p{

    color:#666;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/*============================*/

@media(max-width:991px){

.campus-facilities{

padding:70px 0;

}

.facility-card{

padding:30px 25px;

}

}

@media(max-width:768px){

.facility-icon{

width:75px;

height:75px;

font-size:28px;

}

.facility-card h4{

font-size:20px;

}

}

@media(max-width:576px){

.campus-facilities{

padding:60px 0;

}

.facility-card{

padding:25px 20px;

}

}
/*=========================================
        GALLERY PAGE
=========================================*/

.page-banner{

    padding:100px 0;

    background:linear-gradient(135deg,#0b2b6b,#0d6efd);

    color:#fff;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.page-banner::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-180px;
    left:-120px;

    filter:blur(60px);

}

.page-banner::after{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    right:-100px;
    bottom:-120px;

    filter:blur(70px);

}

.page-banner h1{

    font-size:52px;

    font-weight:800;

    margin-bottom:15px;

}

.page-banner p{

    font-size:18px;

    opacity:.95;

    max-width:650px;

    margin:auto;

}

.breadcrumb{

    margin-top:20px;

    background:none;

}

.breadcrumb-item a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb-item.active{

    color:#ffd54f;

}

/*==============================*/

.gallery-page{

    padding:100px 0;

    background:#f8fbff;

}

.gallery-filter{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.gallery-filter button{

    border:none;

    padding:12px 28px;

    border-radius:50px;

    background:#fff;

    color:#0d2b6b;

    font-weight:600;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.gallery-filter button.active,
.gallery-filter button:hover{

    background:#0d6efd;

    color:#fff;

}

/*==============================*/

.gallery-card{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    background:#fff;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.gallery-card img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.6s;

}

.gallery-card:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    transparent);

    display:flex;

    align-items:flex-end;

    padding:25px;

    opacity:0;

    transition:.4s;

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay h5{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin:0;

}

/*==============================*/

@media(max-width:768px){

.page-banner{

padding:70px 0;

}

.page-banner h1{

font-size:34px;

}

.gallery-card img{

height:220px;

}

.gallery-filter{

gap:10px;

}

.gallery-filter button{

padding:10px 20px;

font-size:14px;

}

}

@media(max-width:576px){

.gallery-page{

padding:60px 0;

}

.page-banner h1{

font-size:28px;

}

.page-banner p{

font-size:15px;

}

}
/*=========================================
        GALLERY LIGHTBOX
=========================================*/

.gallery-lightbox{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:99999;

    animation:fadeIn .3s;

}

.gallery-lightbox img{

    max-width:90%;

    max-height:90%;

    border-radius:15px;

    box-shadow:0 20px 60px rgba(0,0,0,.4);

}

.gallery-close{

    position:absolute;

    top:20px;

    right:35px;

    color:#fff;

    font-size:45px;

    cursor:pointer;

}

@keyframes fadeIn{

from{

opacity:0;

}

to{

opacity:1;

}

}