/* ===========================
VIDEO TESTIMONIALS
=========================== */

.student-video-testimonials{
    padding:100px 0;
    background:#f7fbff;
}

.video-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
    text-align:center;
    height:100%;
}

.video-card:hover{
    transform:translateY(-10px);
}

.video-card video{
    width:100%;
    aspect-ratio:9/16;
    object-fit:cover;
    display:block;
    background:#000;
}

.video-content{
    padding:20px;
}

.video-content h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin:0;
}

@media (max-width:576px){

    .video-card video{
        aspect-ratio:9/16;
        height:auto;
    }

    .video-content h5{
        font-size:14px;
    }

}



/* End */

/* ===========================
HEADINGS
=========================== */

.section-heading{
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;
    background:#e8f3ff;
    color:#0066ff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#1d2939;
    margin-bottom:15px;
}

.section-heading p{
    max-width:750px;
    margin:auto;
    color:#667085;
    line-height:1.8;
    font-size:17px;
}

/* ===========================
MOBILE
=========================== */

@media(max-width:991px){

    .section-heading h2{
        font-size:36px;
    }

    .testimonial-card img{
        height:380px;
    }

}

@media(max-width:767px){

    .student-video-testimonials,
    .student-image-testimonials{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .section-heading p{
        font-size:15px;
    }

    .testimonial-card img{
        height:auto;
    }

    .video-card{
        max-width:350px;
        margin:auto;
    }

}



/* Team Section */
.team-section{
    background:#f8fbff;
}

.team-badge{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.team-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.team-subtitle{
    max-width:700px;
    margin:auto;
    color:#64748b;
    font-size:17px;
}

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.team-img{
    height:340px;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
}

.team-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.5s;
}

.team-card:hover img{
    transform:scale(1.05);
}

.team-content{
    padding:20px;
    text-align:center;
}

.team-content h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#0f172a;
}

@media(max-width:991px){
    .team-title{
        font-size:34px;
    }

    .team-img{
        height:300px;
    }
}

@media(max-width:767px){
    .team-title{
        font-size:28px;
    }

    .team-img{
        height:260px;
    }
}

@media (max-width: 576px){

    .team-section .row{
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .team-section .col-lg-3,
    .team-section .col-md-6{
        width:50%;
        flex:0 0 50%;
    }

    .team-img{
        height:180px;
        padding:10px;
    }

    .team-content{
        padding:12px;
    }

    .team-content h5{
        font-size:14px;
        line-height:1.4;
        margin:0;
    }

}

/* End */


/* placement section */
.placement-section{
    background:#f8fbff;
}

.placement-badge{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.placement-title{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

.placement-subtitle{
    max-width:700px;
    margin:auto;
    color:#64748b;
}

.placement-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.placement-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.placement-card img{
    width:100%;
    display:block;
    transition:.5s;
}

.placement-card:hover img{
    transform:scale(1.08);
}

.placement-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
    padding:60px 20px 20px;
    color:#fff;
}

.placement-overlay h5{
    margin:0;
    font-size:18px;
    font-weight:600;
    text-align:center;
}

@media(max-width:768px){

    .placement-title{
        font-size:30px;
    }

}

/* End */


/* Gallary Section  */
.gallery-section{
    padding:100px 0;
    background:#f8fbff;
}

.gallery-title{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
}

.gallery-subtitle{
    color:#64748b;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
    gap:25px;
}

.gallery-item{
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

/* POPUP */

.image-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
    padding:30px;
}

.image-popup.active{
    display:flex;
}

.image-popup img{
    max-width:90%;
    max-height:90vh;
    border-radius:10px;
}

.close-popup{
    position:absolute;
    top:20px;
    right:30px;
    font-size:45px;
    color:#fff;
    cursor:pointer;
    line-height:1;
}

@media(max-width:768px){

.gallery-title{
    font-size:30px;
}

.gallery-item img{
    height:220px;
}

.close-popup{
    font-size:35px;
    right:20px;
}

}

@media (max-width: 576px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .gallery-item img{
        height:140px;
        object-fit:cover;
    }

}

/* End */

/* CERTIFICATE */

.certificate-section{
    background:#f8fbff;
}

.certificate-badge{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.certificate-title{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.certificate-text{
    color:#64748b;
    line-height:1.8;
    margin-bottom:25px;
}

.certificate-list{
    list-style:none;
    padding:0;
    margin:0;
}

.certificate-list li{
    margin-bottom:12px;
    font-size:16px;
    color:#0f172a;
}

.certificate-list i{
    color:#198754;
    margin-right:10px;
}

.certificate-image-box{
    background:#fff;
    padding:20px;
    border-radius:25px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
}

.certificate-image-box:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.certificate-image{
    width:100%;
    border-radius:15px;
}

@media(max-width:991px){

    .certificate-title{
        font-size:32px;
    }

}

@media(max-width:576px){

    .certificate-title{
        font-size:26px;
    }

    .certificate-image-box{
        padding:10px;
    }

}

/* ==========================
CERTIFICATE SECTION
========================== */

.certificate-section{
    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;
}

.certificate-badge{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.certificate-title{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.2;
}

.certificate-text{
    color:#64748b;
    line-height:1.8;
    margin-bottom:25px;
}

.certificate-list{
    list-style:none;
    padding:0;
    margin:0;
}

.certificate-list li{
    margin-bottom:12px;
    font-size:16px;
    color:#0f172a;
}

.certificate-list i{
    color:#198754;
    margin-right:10px;
}

.certificate-image-box{
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
}

.certificate-image-box:hover{
    transform:translateY(-5px);
}

.certificate-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
}

/* ==========================
TABLET
========================== */

@media (max-width:991px){

    .certificate-section{
        padding:80px 0;
    }

    .certificate-title{
        font-size:34px;
    }

    .certificate-image-box{
        margin-top:30px;
    }
}

/* ==========================
MOBILE
========================== */

@media (max-width:767px){

    .certificate-section{
        padding:60px 0;
    }

    .certificate-section .row{
        flex-direction:column-reverse;
    }

    .certificate-image-box{
        margin-bottom:30px;
        padding:12px;
    }

    .certificate-title{
        font-size:28px;
        text-align:center;
    }

    .certificate-badge{
        display:table;
        margin:0 auto 15px;
    }

    .certificate-text{
        text-align:center;
        font-size:15px;
    }

    .certificate-list li{
        font-size:14px;
    }

}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width:480px){

    .certificate-title{
        font-size:24px;
    }

    .certificate-image-box{
        padding:8px;
        border-radius:15px;
    }

    .certificate-list li{
        font-size:13px;
    }

}

.promo-banner{
    max-width:900px;
    margin:auto;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.promo-banner img{
    width:100%;
    height:auto;
    display:block;
}

html,
body{
    overflow-x:hidden;
    width:100%;
}

.testimonialSwiper{
    width:100%;
    overflow:hidden;
}

.swiper-wrapper{
    box-sizing:border-box;
}

.swiper-slide{
    width:100%;
    box-sizing:border-box;
}
/* End */


/* ===========================
IMAGE TESTIMONIALS
=========================== */

.student-image-testimonials{
    padding:100px 0;
    background:#fff;
}

.section-heading{
    margin-bottom:60px;
}

.section-tag{
    display:inline-block;
    background:#e8f3ff;
    color:#0066ff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#1d2939;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#667085;
}

.testimonialSwiper{
    padding-bottom:60px;
}

.testimonialSwiper .swiper-slide{
    padding:10px;
    box-sizing:border-box;
}

.testimonial-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s ease;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card img{
    width:100%;
    height:auto;
    display:block;
}

/* Pagination */

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#d1d5db;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:#00b67a;
}

/* Mobile */

@media(max-width:767px){

    .student-image-testimonials{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:30px;
    }

}

/* End */


