body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



/* header start */

.navbar-custom {
      

    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img{
    width: 100px;
}

.nav-link, .navbar-brand, .dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav{
    display: flex;
    justify-content: end;
    
}
.navbar-nav a{
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

    /* transition: color 0.3s ease;
    position: relative; */
   
    /* text-align: center !important; */
}


.navbar-nav a:hover{
   /* color: #10002b !important; */
   color: #24459d !important;
}

.navbar-nav a:hover::after {
  width: 100%;
}



.navbar-nav .active a{
    /* color: #10002b !important; */
    color: #24459d !important;
}




.navbar-toggler span{
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
    
}




.header-btn{
    display: flex;
    justify-content: end;
}
.header-btn a{
    
    border:  1px solid #24459d;
    padding: 7px 17px 7px 17px;
    color: #24459d;
    border-radius: 50px;
    text-align: end !important;
    font-size: 16px;
    font-weight: 400;
    
    
}


.header-btn a:hover{
    background-color: #24459d;
    color: #ffffff;
}







@media(max-width:992px){
    .offcanvas-body{
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn{
        display: none;
    }

   

    .navbar-nav .active{
        background-color: transparent !important;
        
    }

    .navbar-nav a{
        color: #000000 !important;
    }

    .navbar-nav .active a{
        color: #000000 !important;
    }

   
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */

/* header top */

.top-header{
    background: #24459d;
    padding: 10px 0;
    font-size: 14px;
}

.top-header-contact{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top-header-contact a{
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.top-header-contact a:hover{
    color: #f1cf76;
}

.top-header-contact i{
    margin-right: 6px;
}

.top-header-social{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.top-header-social a{
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.top-header-social a:hover{
    background: #ffffff;
    color: #24459d;
    transform: translateY(-3px);
}

@media (max-width: 767px){

    .top-header-contact{
        justify-content: center;
        margin-bottom: 10px;
    }

    .top-header-social{
        justify-content: center;
    }

    .top-header{
        display: none;
    }

}

/* header top  */




/* footer start */


.footer-section{
    position: relative;
    background: url("../image/about-bg.png") center center/cover no-repeat;
    padding: 40px 0 20px;
    overflow: hidden;
}

.footer-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36,69,157,0.90);
}

.footer-bg{
    position: relative;
    z-index: 2;
}

.footer-row{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-logo img{
    width: 100px;
}

.footer-about p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    line-height: 1.9;
    margin: 25px 0;
}

/* Social Icons */

.social-icon{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-icon a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

.social-icon a:hover{
    background: #f1cf76;
    color: #000;
    transform: translateY(-5px);
}

/* Footer Headings */

.footer-menu h2{
    color: #f1cf76;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    /* font-family: "Philosopher", sans-serif; */
}

.footer-menu ul{
    padding: 0;
    margin: 0;
}

.footer-menu li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-menu li a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.footer-menu li a:hover{
    color: #f1cf76;
    padding-left: 6px;
}

/* Contact List */

.contact-list li a{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-list li a i{
    min-width: 42px;
    height: 42px;
    background: rgba(241,207,118,0.15);
    color: #f1cf76;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Copyright */

.copy-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.copy-right p{
    margin: 0;
    color: rgba(255,255,255,0.85);
    font-size: 15px;
}

.copy-right a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}

/* Responsive */

@media(max-width:991px){

    .footer-content,
    .footer-menu{
        margin-bottom: 40px;
    }

    .copy-right{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media(max-width:767px){

    .footer-section{
        padding: 60px 0 20px;
    }

    .footer-logo img{
        width: 100px;
    }

    .footer-menu h2{
        font-size: 20px;
    }

    .social-icon{
        justify-content: flex-start;
    }
}

/* footer end */



/* home banner */


.hero-banner{
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.banner-height{
    min-height: 600px;
}

.banner-content{
    max-width: 700px;
}

/* .banner-subtitle{
    display: inline-block;
    background: rgba(36,69,157,0.10);
    border: 1px solid rgba(36,69,157,0.20);
    color: #24459d;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
} */

.banner-subtitle{
    display: inline-block;
    /* background: rgba(241, 207, 118, 0.15); */
    border: 1px solid rgba(241, 207, 118, 0.35);
    color: #f1cf76;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-content h1{
    color: #24459d;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 25px;
    /* font-family: "Racing Sans One", sans-serif; */
    /* font-family: "DynaPuff", system-ui; */
    font-family: "Bree Serif", serif;
}

.banner-content h1 span{
    color: #f1cf76;
    /* display: block; */
}

.banner-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.banner-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-buttons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.4s;
}

.btn-primary-banner{
    background: #24459d;
    color: #fff;
    padding: 15px 35px;
    border-radius: 100px;
    font-weight: 500;
}

.btn-secondary-banner{
    background: #f1cf76;
    color: #000;
    padding: 15px 35px;
    border-radius: 100px;
    font-weight: 500;
}

.btn-outline-banner{
    border: 1px solid #24459d;
    color: #24459d;
    padding: 13px 35px;
    border-radius: 100px;
    font-weight: 500;
}

.btn-primary-banner:hover,
.btn-secondary-banner:hover,
.btn-outline-banner:hover{
    transform: translateY(-5px);
}

.banner-image{
    text-align: center;
    position: relative;
}

.banner-image img{
    width: 100%;
    max-width: 600px;
    animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
    }
}

/* Responsive */

@media(max-width:991px){

    .hero-banner{
        padding: 30px 0;
    }

    .banner-height{
        min-height: auto;
    }

    .banner-content{
        text-align: center;
        margin-bottom: 50px;
    }

    .banner-content h1{
        font-size: 42px;
    }

    .banner-buttons{
        justify-content: center;
    }

    .banner-image img{
        max-width: 450px;
    }
}

@media(max-width:767px){

    .banner-content h1{
        font-size: 32px;
    }

    .banner-content p{
        font-size: 15px;
        line-height: 1.6;
    }

    .banner-buttons{
        flex-direction: column;
    }

    .banner-buttons a{
        width: 100%;
    }

    .banner-subtitle{
        font-size: 12px;
        padding: 10px 20px;
    }

    .banner-image img{
        max-width: 100%;
    }
}



@media(max-width:550px){

   .banner-subtitle{
    display: none;
   }
    
}


@media(max-width:432px){

    .banner-content h1{
        font-size: 30px;
        line-height: 1.3;
    }
    
}


/* banner end */






/* floating btn */

.floating-buttons{
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.floating-buttons a:hover{
    transform: translateY(-5px);
}


.call-btn{
    background-color: #24459d;
}


.whatsapp-btn{
    background-color: #25D366;
}

/* end */


/* about section */
.about-section{
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.about-image-wrapper{
    position: relative;
    padding-right: 50px;
}

.about-main-image{
    width: 100%;
    /* border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.10); */
}

.experience-box{
    position: absolute;
    right: 0;
    bottom: 40px;
    background: #24459d;
    color: #fff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    min-width: 180px;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(36,69,157,0.25);
}

.experience-box h3{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #f1cf76;
}

.experience-box span{
    font-size: 15px;
}

.section-subtitle{
    display: inline-block;
    background: rgba(241,207,118,0.15);
    color: #24459d;
    border-left: 4px solid #f1cf76;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-content h2{
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: "Bree Serif", serif;
}

.about-content h2 span{
    color: #24459d;
}

.about-content p{
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
    font-size: 15px;
}

.about-features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.feature-card{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #eef1f8;
    border-radius: 18px;
    padding: 18px;
    transition: .4s;
}

.feature-card:hover{
    transform: translateY(-8px);
    border-color: #24459d;
    box-shadow: 0 15px 40px rgba(36,69,157,0.10);
}

.feature-icon{
    width: 60px;
    height: 60px;
    background: #24459d;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i{
    color: #f1cf76;
    font-size: 24px;
}

.feature-card h5{
    margin: 0;
    font-size: 17px;
    color: #111;
    font-weight: 600;
}

.feature-card p{
    margin: 5px 0 0;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

.about-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #24459d;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 100px;
    font-weight: 500;
    transition: .4s;
}

.about-btn:hover{
    background: #1a3272;
    color: #fff;
}

@media(max-width:991px){

    .about-section{
        padding: 40px 0;
    }

    .about-image-wrapper{
        padding-right: 0;
        margin-bottom: 40px;
    }

    .experience-box{
        right: 20px;
    }

    .about-content{
        text-align: center;
    }

    .about-content h2{
        font-size: 38px;
    }
}

@media(max-width:767px){

    .about-content h2{
        font-size: 30px;
    }

    .about-features{
        grid-template-columns: 1fr;
    }

    .experience-box{
        position: relative;
        margin-top: 20px;
        right: auto;
        bottom: auto;
    }
}

/* about end */



/* course list start */
.courses-section{
    padding:50px 0;
    background:#ffffff;
}

/* Section Title */

.course-section-title{
    max-width:700px;
    margin:0 auto 60px;
}

.course-section-title span{
    display:inline-block;
    padding:10px 25px;
    background:#f1cf76;
    color:#000;
    border-radius:50px;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.course-section-title h2{
    font-size:40px;
    font-weight:500;
    color:#24459d;
    margin-bottom:15px;
    font-family:"Bree Serif", serif;
}

.course-section-title p{
    color:#666;
    line-height:1.8;
}

/* Course Card */

.course-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    border:1px solid #edf1fa;
    /* box-shadow:0 10px 30px rgba(0,0,0,.05); */
}

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

.course-img{
    overflow:hidden;
    position:relative;
}

.course-img img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.course-card:hover .course-img img{
    transform:scale(1.1);
}

.course-content{
    padding:30px;
}

.course-content h4{
    font-size:18px;
    color:#000;
    margin-bottom:15px;
    font-weight:500;
    line-height:1.5;
}

/* Duration Badge */

.course-duration{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(36,69,157,0.08);
    color:#24459d;
    padding:8px 15px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.course-duration i{
    color:#f1cf76;
}

.course-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

/* Read More */

.course-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#24459d;
    font-weight:500;
    transition:.3s;
}

.course-btn i{
    transition:.3s;
}

.course-btn:hover i{
    transform:translateX(5px);
}

/* Bottom Button */

.view-course-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    background:#24459d;
    color:#fff;
    padding:16px 40px;
    border-radius:100px;
    font-weight:500;
    transition:.4s;
}

.view-course-btn:hover{
    background:#f1cf76;
    color:#000;
}

/* Responsive */

@media(max-width:991px){

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

}

@media(max-width:767px){

    .courses-section{
        padding:50px 0;
    }

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

    .course-content{
        padding:25px;
    }

    .course-content h4{
        font-size:18px;
    }

    .course-img img{
        height:220px;
    }

}

/* course end */





/* testimonial start */

.testimonial-section{
    padding:50px 0;
    background:#ffffff;
    overflow:hidden;
}

.testimonial-title{
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}

.testimonial-title span{
    display:inline-block;
    background:#f1cf76;
    color:#000;
    padding:10px 25px;
    border-radius:100px;
    font-size:14px;
    font-weight:500;
    margin-bottom:15px;
}

.testimonial-title h2{
    font-size:40px;
    color:#24459d;
    font-weight:500;
    margin-bottom:15px;
    font-family:"Bree Serif", serif;
}

.testimonial-title p{
    color:#666;
    line-height:1.8;
}

/* Card */

.testimonial-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    margin:10px;
    border:1px solid #edf1fa;
    /* box-shadow:0 15px 40px rgba(0,0,0,.06); */
    transition:all .4s ease;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    /* box-shadow:0 20px 60px rgba(36,69,157,.15); */
}

/* Top */

.testimonial-top{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.student-image{
    width:75px;
    height:75px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #f1cf76;
    flex-shrink:0;
}

.student-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.student-details{
    margin-left:15px;
}

.student-details h4{
    margin:0;
    color:#000;
    font-size:18px;
    font-weight:600;
}

.student-details span{
    color:#24459d;
    font-size:14px;
    display:block;
    margin-top:5px;
}

.quote-icon{
    margin-left:auto;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#24459d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

/* Content */

.testimonial-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
    font-size:15px;
}

/* Rating */

.rating{
    color:#f1cf76;
    font-size:16px;
}

.rating i{
    margin-right:3px;
}

/* Owl Carousel */

.testimonial-slider .owl-stage{
    display:flex;
}

.testimonial-slider .owl-item{
    display:flex;
}

.testimonial-slider .owl-dots{
    margin-top:40px;
    text-align:center;
}

.testimonial-slider .owl-dot span{
    width:12px !important;
    height:12px !important;
    background:#d7dff5 !important;
}

.testimonial-slider .owl-dot.active span{
    width:35px !important;
    border-radius:30px !important;
    background:#24459d !important;
}

/* Responsive */

@media(max-width:991px){

    .testimonial-title h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .testimonial-section{
        padding:40px 0;
    }

    .testimonial-title h2{
        font-size:28px;
    }

    .testimonial-card{
        padding:25px;
    }

    .student-image{
        width:65px;
        height:65px;
    }

    .quote-icon{
        width:45px;
        height:45px;
        font-size:16px;
    }

}

/* testimonial end */


/* cta start */


.cta-section{
    padding:50px 0;
    background:#ffffff;
}

.cta-box{
    position:relative;
    overflow:hidden;
    border-radius:30px;

    background:url("../image/banner-bg.png");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    padding:50px 60px;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(36,69,157,0.88);
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;
    text-align:center;
}

.cta-subtitle{
    display:inline-block;
    background:#f1cf76;
    color:#000;
    padding:12px 25px;
    border-radius:100px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.cta-content h2{
    color:#ffffff;
    font-size:52px;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:500;
    font-family:"Bree Serif", serif;
}

.cta-content h2 span{
    color:#f1cf76;
}

.cta-content p{
    color:rgba(255,255,255,0.90);
    line-height:1.9;
    font-size:17px;
    max-width:750px;
    margin:0 auto 35px;
}

/* Buttons */

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.cta-buttons a{
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 35px;
    border-radius:100px;
    font-weight:600;
    transition:.4s;
}

/* Apply */

.cta-btn-primary{
    background:#f1cf76;
    color:#000;
}

.cta-btn-primary:hover{
    color:#000;
    transform:translateY(-5px);
}

/* Call */

.cta-btn-outline{
    border:2px solid #ffffff;
    color:#ffffff;
}

.cta-btn-outline:hover{
    background:#ffffff;
    color:#24459d;
}

/* App */

.cta-btn-secondary{
    background:#ffffff;
    color:#24459d;
}

.cta-btn-secondary:hover{
    background:#f1cf76;
    color:#000;
    transform:translateY(-5px);
}

/* Decorative */

.cta-box::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(241,207,118,0.12);
    top:-120px;
    left:-120px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    bottom:-100px;
    right:-100px;
}

/* Responsive */

@media(max-width:991px){

    .cta-box{
        padding:70px 30px;
    }

    .cta-content h2{
        font-size:40px;
    }

}

@media(max-width:767px){

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

    .cta-box{
        padding:50px 20px;
        border-radius:20px;
        background-attachment:scroll;
    }

    .cta-content h2{
        font-size:30px;
    }

    .cta-content p{
        font-size:15px;
    }

    .cta-buttons{
        flex-direction:column;
    }

    .cta-buttons a{
        width:100%;
        justify-content:center;
    }

}

/* cta end */





/* why choose start */
.why-choose-section{
    padding:40px 0;
    background:
    linear-gradient(
    135deg,
    #24459d 0%,
    #1a3278 100%
    );
    position:relative;
    overflow:hidden;
}

.why-section-title{
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.why-section-title span{
    display:inline-block;
    padding:10px 25px;
    border-radius:100px;
    background:#f1cf76;
    color:#000;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.why-section-title h2{
    color:#fff;
    font-size:42px;
    margin-bottom:15px;
    font-family:"Bree Serif", serif;
}

.why-section-title p{
    color:rgba(255,255,255,.85);
}

.why-glass-card{
    position:relative;
    padding:35px;
    border-radius:25px;

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,0.15);

    overflow:hidden;
    height:100%;

    transition:.4s;
}

.why-glass-card:hover{
    transform:translateY(-10px);
    border-color:#f1cf76;
}

.card-number{
    position:absolute;
    top:10px;
    right:20px;

    font-size:90px;
    font-weight:700;

    color:#ffffff;
    opacity:.05;
    line-height:1;
}

.why-icon{
    width:75px;
    height:75px;
    border-radius:20px;

    background:#f1cf76;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:25px;

    font-size:30px;
    color:#24459d;

    transition:.4s;
}

.why-glass-card:hover .why-icon{
    transform:rotate(10deg) scale(1.1);
}

.why-glass-card h4{
    color:#fff;
    font-size:22px;
    margin-bottom:15px;
}

.why-glass-card p{
    color:rgba(255,255,255,.80);
    line-height:1.8;
    margin:0;
}

/* Floating Glow */

.why-glass-card::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(241,207,118,.15);
    border-radius:50%;
    top:-40px;
    right:-40px;
}

@media(max-width:767px){

    .why-choose-section{
        padding:40px 0;
    }

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

    .why-glass-card{
        padding:25px;
    }

    .card-number{
        font-size:70px;
    }

}

/* why choose end */





/* admission page start */


.premium-admission{
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.bg-number{
    position: absolute;
    right: -50px;
    top: 20px;
    font-size: 300px;
    font-weight: 900;
    color: #f4f6fb;
    line-height: 1;
    z-index: 1;
    user-select: none;
}

.admission-content{
    position: relative;
    z-index: 2;
}

.admission-tag{
    display: inline-block;
    background: #eef3ff;
    color: #24459d;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.admission-content h2{
    font-family: "Bree Serif", serif;
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 25px;
}


.admission-content h2 span{
    color: #f1cf76;
}

.admission-content p{
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    max-width: 650px;
}

.admission-features{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.feature-box{
    min-width: 170px;
    background: #ffffff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #edf0f7;
    /* box-shadow: 0 10px 35px rgba(0,0,0,.05); */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border: 1px solid #edf0f7;
    transition: .4s;
}

.feature-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(36,69,157,.12);
}

.feature-box h3{
    font-family: "Bree Serif", serif;
    font-size: 32px;
    color: #24459d;
    margin-bottom: 5px;
}

.feature-box span{
    color: #666;
    font-size: 15px;
}

.apply-btn{
    display: inline-block;
    background: #24459d;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 500;
    transition: .4s;
}

.apply-btn:hover{
    background: #1c387e;
    color: #fff;
    transform: translateY(-4px);
}

.admission-card{
    background: #ffffff;
    border-radius: 30px;
    padding: 45px;
    /* border-top: 5px solid #24459d; */
    /* box-shadow: 0 20px 60px rgba(0,0,0,.08); */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border: 2px solid #edf0f7;
    /* border-bottom: 1px solid #24459d; */
    position: relative;
    z-index: 2;
}

.card-icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24459d;
    font-size: 35px;
    margin-bottom: 25px;
}

.admission-card h4{
    font-family: "Bree Serif", serif;
    margin-bottom: 20px;
}

.admission-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.admission-card ul li{
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
}




/* batch-section */

.batch-section{
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

.batch-section .section-heading{
    text-align: center;
    margin-bottom: 60px;
}

.batch-sub-title{
    display: inline-block;
    background: #eef3ff;
    color: #24459d;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.batch-section .section-heading h2{
    font-family: "Bree Serif", serif;
    font-size: 50px;
    color: #000000;
    margin-bottom: 0;
}

.batch-section .section-heading h2 span{
    color: #f1cf76;
}

.batch-card{
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    border: 1px solid #edf0f7;
    /* box-shadow: 0 15px 40px rgba(0,0,0,.05); */
    transition: .4s;
}

.batch-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#24459d,#4b6ed2);
}

.batch-card:hover{
    transform: translateY(-12px);
    border-color: rgba(36,69,157,.2);
    box-shadow: 0 25px 60px rgba(36,69,157,.15);
}

.batch-icon{
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 25px;
    background: linear-gradient(135deg,#eef3ff,#dde6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24459d;
    font-size: 32px;
    margin-bottom: 25px;
    transition: .5s;
}

.batch-card:hover .batch-icon{
    transform: rotateY(180deg);
}

.batch-number{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 70px;
    font-family: "Bree Serif", serif;
    color: rgba(36,69,157,.08);
    line-height: 1;
}

.batch-card h4{
    font-family: "Bree Serif", serif;
    font-size: 24px;
    color: #111111;
    margin-bottom: 15px;
}

.batch-card p{
    color: #666666;
    line-height: 1.8;
    margin: 0;
}


@media (max-width:432px){

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

}


/* batch-section end */


/* admission-form-section */

.admission-form-section{
    padding: 80px 0;
    background: #ffffff;
}

.home-admission{
    padding: 0px 0 !important;
}


.admission-form-section-heading{
    text-align: center;
    margin-bottom: 60px;
}


.admission-form-section-heading h2{
    font-family: "Bree Serif", serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 0;
}

.admission-form-section-heading h2 span{
    color: #f1cf76;
}

.admission-benefits{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item{
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #edf0f7;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.05); */
    transition: .4s;
}

.benefit-item:hover{
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(36,69,157,.12);
}

.benefit-icon{
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 20px;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24459d;
    font-size: 28px;
}

.benefit-item h4{
    font-family: "Bree Serif", serif;
    color: #111;
    margin-bottom: 6px;
}

.benefit-item p{
    margin: 0;
    color: #666;
}

.admission-form-card{
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    border-top: 5px solid #24459d;
    border: 1px solid #edf0f7;
    /* box-shadow: 0 20px 60px rgba(0,0,0,.08); */
}

.admission-form-card .form-control,
.admission-form-card .form-select{
    height: 58px;
    border-radius: 15px;
    border: 1px solid #dbe2f0;
    padding: 10px 20px;
    box-shadow: none;
}

.admission-form-card .form-control:focus,
.admission-form-card .form-select:focus{
    border-color: #24459d;
    box-shadow: 0 0 0 0.2rem rgba(36,69,157,.15);
}

textarea.form-control{
    min-height: 150px;
    resize: none;
}

.upload-label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.submit-btn{
    background: #24459d;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.submit-btn:hover{
    background: #1c387e;
    transform: translateY(-4px);
}



@media (max-width:991px){

    .premium-admission{
        padding: 80px 0;
    }

    .admission-content h2{
        font-size: 42px;
    }

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

    .bg-number{
        font-size: 180px;
        right: -20px;
    }

    .admission-card{
        margin-top: 40px;
    }

    .admission-form-card{
        margin-top: 0px;
        padding: 30px;
    }
}

@media (max-width:767px){

    .admission-content h2{
        font-size: 30px;
    }

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

    

    .bg-number{
        display: none;
    }

    .feature-box{
        width: 100%;
    }

    .batch-icon{
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .batch-number{
        font-size: 55px;
    }

    .admission-form-card{
        padding: 25px;
    }

    .admission-card{
        padding: 22px;
    }
}


/* admission page  end */



/* course-detail page start */


.course-details-section{
    padding:100px 0;
    background:#fff;
}

.course-banner img{
    width:100%;
    border-radius:30px;
    height:500px;
    object-fit:cover;
}

.course-detail-content{
    margin-top:40px;
}

.course-tag{
    display:inline-block;
    background:#eef3ff;
    color:#24459d;
    padding:10px 25px;
    border-radius:50px;
    margin-bottom:20px;
}

.course-detail-content h2{
    font-family:"Bree Serif",serif;
    font-size:30px;
    margin-bottom:20px;
}

.course-detail-content p{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

.course-info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin:40px 0;
}

.info-box{
    background:#fff;
    padding:25px;
    border-radius:25px;
    text-align:center;
    /* box-shadow:0 10px 30px rgba(0,0,0,.05); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.info-box i{
    color:#24459d;
    font-size:30px;
    margin-bottom:15px;
}

.info-box h5{
    font-family:"Bree Serif",serif;
}

.course-description,
.course-features,
.course-career{
    margin-top:50px;
}

.course-description h3,
.course-features h3,
.course-career h3{
    font-family:"Bree Serif",serif;
    margin-bottom:25px;
}

.course-features ul{
    padding-left:20px;
}

.course-features li{
    margin-bottom:15px;
    color:#555;
}

.career-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.career-card{
    padding:25px;
    background:#f8faff;
    border-radius:20px;
    text-align:center;
    color:#24459d;
    font-weight:600;
}

.enquiry-form-card{
    background:#fff;
    padding:35px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
    border-top:5px solid #24459d;
}

.enquiry-form-card h4{
    font-family:"Bree Serif",serif;
    margin-bottom:25px;
}

.form-control{
    height:55px;
    border-radius:15px;
}

textarea.form-control{
    height:auto;
}

.enquiry-btn{
    width:100%;
    border:none;
    background:#24459d;
    color:#fff;
    padding:15px;
    border-radius:50px;
    font-weight:600;
}

@media(max-width:991px){

    .course-detail-content h2{
        font-size:36px;
    }

    .course-info-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .enquiry-form-card{
        margin-top:40px;
        position:relative;
        top:0;
    }

}

@media(max-width:576px){

    .course-info-grid,
    .career-grid{
        grid-template-columns:1fr;
    }

    .course-banner img{
        height:250px;
    }

    .course-detail-content h2{
        font-size:30px;
    }

    .career-card{
        text-align: left;
    }

}


/* deail page end */



/* contact page start */

.contact-page-section{
    padding:50px 0;
    background:#ffffff;
}

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

.contact-subtitle{
    display:inline-block;
    background:#eef3ff;
    color:#24459d;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.contact-section-heading h2{
    font-family:"Bree Serif", serif;
    font-size:40px;
    color:#24459d;
    margin-bottom:15px;
}


.contact-section-heading h2 span{
    color:#f1cf76;
}

.contact-section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* Contact Info Card */

.contact-info-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    height:100%;
    /* box-shadow:0 15px 50px rgba(0,0,0,.06); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* border-top:5px solid #24459d; */
}

.contact-info-card h3{
    font-family:"Bree Serif", serif;
    margin-bottom:30px;
}

.contact-item{
    display:flex;
    gap:18px;
    margin-bottom:30px;
}

.contact-page-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:18px;
    background:#eef3ff;
    color:#24459d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.contact-item h5{
    font-family:"Bree Serif", serif;
    margin-bottom:8px;
}

.contact-item a{
    text-decoration:none;
    color:#666;
}

.contact-item p{
    margin:0;
    color:#666;
}

/* Social Icons */

.social-area{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid #ececec;
}

.social-area h5{
    font-family:"Bree Serif", serif;
    margin-bottom:20px;
}

.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:50px;
    height:50px;
    border-radius:15px;
    background:#eef3ff;
    color:#24459d;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.4s;
}

.social-icons a:hover{
    background:#24459d;
    color:#fff;
    transform:translateY(-5px);
}

/* Form Card */

.contact-form-card{
    background:#fff;
    padding:45px;
    border-radius:30px;
    /* box-shadow:0 15px 50px rgba(0,0,0,.06);
    border-top:5px solid #24459d; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.form-title{
    margin-bottom:30px;
}

.form-title h3{
    font-family:"Bree Serif", serif;
    margin-bottom:10px;
}

.form-title p{
    color:#666;
}

.contact-form-card .form-control{
    height:60px;
    border-radius:15px;
    border:1px solid #dce3f2;
    padding:10px 20px;
    box-shadow:none;
}

.contact-form-card .form-control:focus{
    border-color:#24459d;
    box-shadow:none;
}

.contact-form-card textarea.form-control{
    height:auto;
}

.contact-submit-btn{
    border:none;
    background:#24459d;
    color:#fff;
    padding:16px 45px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.contact-submit-btn:hover{
    background:#19367c;
    transform:translateY(-3px);
}

/* Map */

.contact-map-section{
    margin-top:50px;
}

.contact-map-section iframe{
    width:100%;
    height:500px;
    border:0;
}

/* Responsive */

@media(max-width:991px){

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

    .contact-form-card{
        margin-top:20px;
    }

}

@media(max-width:576px){

    .contact-page-section{
        padding:50px 0;
    }

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

    .contact-info-card,
    .contact-form-card{
        padding:25px;
    }

    .contact-page-icon{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:20px;
    }

}
/* contact page end */




/* placement page start */

.internship-placement-section{
    padding:50px 0;
    background:#ffffff;
}

.internship-content{
    position:relative;
}

.section-badge{
    display:inline-block;
    background:#eef3ff;
    color:#24459d;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.internship-content h2{
    font-family:"Bree Serif", serif;
    font-size:40px;
    line-height:1.2;
    color:#000;
    margin-bottom:25px;
}

.internship-content h2 span{
    color:#f1cf76;
}

.internship-content p{
    color:#666;
    line-height:1.9;
    font-size:15px;
    margin-bottom:20px;
}

.objective-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.objective-item{
    background:#fff;
    padding:18px 20px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    font-weight:600;
}

.objective-item i{
    color:#f1cf76;
    margin-right:10px;
}

/* Placement Card */

.placement-card{
    background:#24459d;
    padding:50px;
    border-radius:35px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.placement-card::before{
    content:'CAREER';
    position:absolute;
    top:10px;
    right:-20px;
    font-size:140px;
    font-weight:900;
    color:rgba(255,255,255,.05);
    line-height:1;
}

.placement-top span{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 20px;
    border-radius:50px;
    margin-bottom:20px;
}

.placement-top h3{
    font-family:"Bree Serif", serif;
    font-size:42px;
    margin-bottom:20px;
}

.placement-card p{
    line-height:1.9;
    color:rgba(255,255,255,.85);
}

.career-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.career-box{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:18px;
    border-radius:18px;
    text-align:center;
    font-weight:600;
    transition:.4s;
}

.career-box:hover{
    background:#f1cf76;
    color:#000;
    transform:translateY(-5px);
}

/* Responsive */

@media(max-width:991px){

    .internship-content h2{
        font-size:40px;
    }

    .placement-card{
        padding:35px;
    }

    .placement-top h3{
        font-size:32px;
    }
}

@media(max-width:576px){

    .objective-grid,
    .career-list{
        grid-template-columns:1fr;
    }

    .internship-content h2{
        font-size:30px;
    }

    .placement-card{
        padding:25px;
    }

    .career-box{
        text-align: left;
    }

}

/* placement career section end */


/* height card placement */


.internship-highlights-section{
    padding:40px 0;
    background:#ffffff;
}

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

.internship-section-heading span{
    color:#24459d;
    font-weight:500;
    letter-spacing:2px;
    /* text-transform:uppercase; */
}

.internship-section-heading h2{
    font-family:"Bree Serif", serif;
    font-size:40px;
    margin-top:15px;
    color:#000000;
}

.internship-section-heading h2 span{
    color:#f1cf76;
}

/* Card */

.highlight-pro-card{
    position:relative;
    background:#24459d;
    border-radius:30px;
    padding:45px 35px;
    text-align:center;
    height:100%;
    overflow:hidden;
    transition:.5s;
}

.highlight-pro-card:hover{
    transform:translateY(-12px);
}

.highlight-pro-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#f1cf76;
}

.highlight-pro-card::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-70px;
    right:-70px;
}

/* Icon */

.highlight-pro-icon{
    width:95px;
    height:95px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f1cf76;
    font-size:36px;
    transition:.5s;
}

.highlight-pro-card:hover .highlight-pro-icon{
    transform:rotateY(180deg);
    background:#f1cf76;
    color:#24459d;
}

.highlight-pro-card h4{
    /* font-family:"Bree Serif", serif; */
    font-size:20px;
    font-weight:400 !important;
    line-height:1.6;
    color:#fff;
    margin:0;
    position:relative;
    z-index:2;
}

/* Responsive */

@media(max-width:991px){

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

    .highlight-pro-card{
        padding:35px 25px;
    }

}

@media(max-width:576px){

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

    .highlight-pro-icon{
        width:80px;
        height:80px;
        font-size:30px;
    }

    .highlight-pro-card h4{
        font-size:17px;
    }

}

/* highlight card end */



/* place student */


.placed-students-section{
    padding:50px 0;
    background:#ffffff;
}

.placed-section-title{
    margin-bottom:70px;
}

.placed-section-title span{
    color:#24459d;
    /* font-weight:600; */
    letter-spacing:2px;
}

.placed-section-title h2{
    font-family:"Bree Serif",serif;
    font-size:40px;
    color:#000000;
    margin-top:15px;
}

.placed-section-title h2 span{
    color:#f1cf76;
}

/* Card */

.student-card{
    position:relative;
    height:350px;
    overflow:hidden;
    border-radius:30px;
    cursor:pointer;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.student-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

/* Full Overlay */

.student-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(36,69,157,.55),
        rgba(36,69,157,.85)
    );
    display:flex;
    align-items:flex-end;
    padding:30px;
    transition:.6s;
}

/* Content */

.student-content{
    width:100%;
    transition:.6s;
}

.placed-tag{
    display:inline-block;
    background:#f1cf76;
    color:#000;
    padding:8px 18px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:15px;
}

.student-content h4{
    
    color:#fff;
    font-size:18px;
    margin-bottom:10px;
}

.course-name{
    color:#fff;
    margin-bottom:15px;
    font-size:14px;
}

.company-name{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    padding:10px 18px;
    border-radius:50px;
    color:#fff;
    font-size:14px;
}

.company-name i{
    color:#f1cf76;
}

/* Hover Effect */

.student-card:hover img{
    transform:scale(1.12);
}

.student-card:hover .student-overlay{
    opacity:0;
    visibility:hidden;
}

.student-card:hover .student-content{
    transform:translateY(40px);
}

/* Responsive */

@media(max-width:991px){

    .placed-section-title h2{
        font-size:40px;
    }

    .student-card{
        height:400px;
    }

}

@media(max-width:576px){

    .placed-students-section{
        padding:40px 0;
    }

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

    .student-card{
        height:350px;
    }

    .student-content h4{
        font-size:18px;
    }

}


/* place student end */



/* student portel page start */

.student-pdf-section{
    background:#ffffff;
}

/* .pdf-section-title .sub-title{
    background:#24459d15;
    color:#24459d;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-bottom:15px;
} */

.pdf-section-title h2{
    font-size:40px;
    font-weight:500;
    margin-bottom:15px;
    font-family: "Bree Serif", serif;
    color: #24459d;
}

.pdf-section-title h2 span{
    color:#f1cf76;
}

.pdf-section-title p{
    color:#666;
    max-width:600px;
    margin:auto;
}

.pdf-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:20px;
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.pdf-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:#24459d;
}

.pdf-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(13,110,253,.15);
}

.pdf-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:18px;
    background:#ffebee;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pdf-icon i{
    font-size:34px;
    color:#e53935;
}

.pdf-content{
    flex:1;
}

.pdf-content h4{
    font-size:17px;
    font-weight:500;
    margin-bottom:6px;
}

.pdf-content span{
    color:#777;
    font-size:14px;
}

.download-btn{
    background:#24459d;
    color:#fff;
    text-decoration:none;
    padding:12px 18px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
    white-space:nowrap;
}

.download-btn:hover{
    background:#084298;
    color:#fff;
}

@media(max-width:767px){

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

    .pdf-card{
        flex-direction:column;
        text-align:center;
    }

    .download-btn{
        width:100%;
    }
}

/* pdf end */


/* announcements section start*/

.announcements-section{
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

/* Section Heading */
.announcements-section-title{
    max-width:700px;
    margin:auto;
}

.announcements-subtitle{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    background:#24459d15;
    color:#24459d;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.announcements-section-title h2{
    font-size:40px;
    font-weight:500;
    color:#24459d;
    margin-bottom:15px;
    font-family: "Bree Serif", serif;
}

.announcements-section-title p{
    color:#6c757d;
    font-size:16px;
    line-height:1.8;
}

/* Cards */
.announcement-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    display:flex;
    gap:20px;
    height:100%;
    border:1px solid #edf2ff;
    /* box-shadow:0 10px 30px rgba(0,0,0,.05); */
    transition:all .4s ease;
}

.announcement-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(13,110,253,.12);
}

.announcement-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:20px;
    background:linear-gradient(135deg,#24459d,#3d8bfd);
    display:flex;
    align-items:center;
    justify-content:center;
}

.announcement-icon i{
    color:#fff;
    font-size:28px;
}

.exam-icon{
    background:linear-gradient(135deg,#ff9800,#ffb74d);
}

.internship-icon{
    background:linear-gradient(135deg,#10b981,#34d399);
}

.admission-icon{
    background:linear-gradient(135deg,#8b5cf6,#a78bfa);
}

.announcement-content{
    flex:1;
}

.announcement-date{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#f5f7ff;
    color:#24459d;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.announcement-content h4{
    font-size:20px;
    font-weight:500;
    color:#111;
    margin-bottom:12px;
}

.announcement-content p{
    color:#6c757d;
    line-height:1.8;
    margin-bottom:20px;
}

.announcement-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#24459d;
    font-weight:500;
    transition:.3s;
}

.announcement-btn:hover{
    gap:12px;
    color:#084298;
}

/* Mobile */
@media (max-width: 991px){

    .announcement-card{
        flex-direction:column;
        text-align:center;
    }

    .announcement-icon{
        margin:auto;
    }

    .announcements-section-title h2{
        font-size:34px;
    }
}

@media (max-width: 576px){

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

    .announcement-card{
        padding:25px;
    }

    .announcement-content h4{
        font-size:20px;
    }
}


/* announcements end */


/* vacancies section start */

.placement-vacancies-section{
    background:#ffffff;
}



.placement-subtitle{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    background:#24459d15;
    color:#24459d;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.placement-vacancies-title h2{
    font-size:40px;
    font-weight:500;
    color:#111;
    margin-bottom:15px;
    font-family:"Bree Serif", serif;
}

.placement-vacancies-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* Vacancy Card */

.vacancy-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    border:1px solid #edf2ff;
    /* box-shadow:0 10px 30px rgba(0,0,0,.05); */
    transition:.4s;
    height:100%;
}

.vacancy-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(13,110,253,.12);
}

.vacancy-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.company-logo{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:18px;
    background:linear-gradient(135deg,#24459d,#4f8cff);
    display:flex;
    align-items:center;
    justify-content:center;
}

.company-logo i{
    color:#fff;
    font-size:28px;
}

.company-info h4{
    font-size:20px;
    font-weight:500;
    margin-bottom:5px;
    color:#111;
}

.company-info span{
    color:#6c757d;
    font-size:15px;
}

.vacancy-details{
    margin-bottom:25px;
}

.vacancy-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    color:#555;
    font-weight:500;
}

.vacancy-item i{
    color:#24459d;
    width:18px;
}

.apply-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#24459d;
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    font-weight:500;
    transition:.3s;
}

.apply-btn:hover{
    background:#084298;
    color:#fff;
    gap:15px;
}

/* Responsive */

@media(max-width:768px){

    .placement-vacancies-title h2{
        font-size:32px;
    }

    .vacancy-card{
        padding:25px;
    }

    .company-info h4{
        font-size:20px;
    }
}

@media(max-width:576px){

    .placement-vacancies-title h2{
        font-size:28px;
    }

    .vacancy-top{
        flex-direction:column;
        text-align:center;
    }

    .vacancy-item{
        justify-content:center;
    }

    .apply-btn{
        width:100%;
        justify-content:center;
    }
}

/* vacancies section end */


/* mission and vision section end */


.mission-vision-section{
    background:#ffffff;
    padding:50px 0;
}

.mission-vision-heading{
    max-width:750px;
    margin:auto;
}

.mission-vision-heading span{
    color:#24459d;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.mission-vision-heading h2{
    font-size:40px;
    font-weight:500;
    color:#111;
    margin:15px 0;
    font-family:"Bree Serif", serif;
}

.mission-vision-heading p{
    color:#666;
    line-height:1.9;
    
}

/* Cards */

.mv-card{
    height:100%;
    padding:50px;
    border-radius:30px;
    position:relative;
    overflow:hidden;
    transition:.4s;
}

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

/* Vision Card */

.vision-card{
    background:linear-gradient(135deg,#24459d,#315ed4);
    color:#fff;
}

/* Mission Card */

.mission-card{
    background:#111;
    color:#fff;
}

/* Decorative Circles */

.mv-card::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border:2px solid rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.mv-card::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border:2px solid rgba(255,255,255,.06);
    border-radius:50%;
    bottom:-90px;
    left:-80px;
}

/* Icon */

.mv-icon{
    width:90px;
    height:90px;
    border-radius:25px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.mv-icon i{
    color:#fff;
    font-size:36px;
}

/* Text */

.mv-card small{
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    opacity:.9;
}

.mv-card h3{
    font-size:22px;
    font-weight:600;
    line-height:1.3;
    margin:15px 0 20px;
}

.mv-card p{
    font-size:15px;
    line-height:2;
    opacity:.9;
    margin-bottom:0;
}

/* Hover Effect */

.vision-card:hover{
    box-shadow:0 25px 60px rgba(36,69,157,.25);
}

.mission-card:hover{
    box-shadow:0 25px 60px rgba(0,0,0,.20);
}

/* Responsive */

@media(max-width:991px){

    .mission-vision-heading h2{
        font-size:40px;
    }

    .mv-card{
        padding:40px;
    }

    .mv-card h3{
        font-size:28px;
    }
}

@media(max-width:576px){

    .mission-vision-section{
        padding:10px 0;
    }

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

    .mv-card{
        padding:30px;
    }

    .mv-card h3{
        font-size:24px;
    }

    .mv-icon{
        width:75px;
        height:75px;
    }

    .mv-icon i{
        font-size:30px;
    }
}

/* mission end */


/* who we are section */

.who-we-are-section{
    background:#fff;
    padding:100px 0;
}


.who-image-wrapper{
    position:relative;
}

.who-main-image{
    width:100%;
    border-radius:30px;
    object-fit:cover;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:40px;
    background:#24459d;
    color:#fff;
    padding:25px 30px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(36,69,157,.25);
}

.experience-box h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:5px;
}

.experience-box span{
    font-size:15px;
    opacity:.9;
}

/* Content */

.who-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#eef3ff;
    color:#24459d;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.who-content h2{
    font-size:40px;
    font-weight:500;
    color:#111;
    line-height:1.3;
    margin-bottom:25px;
    font-family:"Bree Serif", serif;
}

.who-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
    font-size:15px;
}

/* Highlights */

.who-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.highlight-item{
    background:#fff;
    border:1px solid #e9eefc;
    border-radius:15px;
    padding:15px 20px;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.highlight-item:hover{
    background:#24459d;
    border-color:#24459d;
}

.highlight-item:hover span,
.highlight-item:hover i{
    color:#fff;
}

.highlight-item i{
    color:#24459d;
    font-size:18px;
}

.highlight-item span{
    color:#111;
    font-weight:600;
}

/* Responsive */

@media(max-width:991px){

    .who-content h2{
        font-size:38px;
    }

    .experience-box{
        right:15px;
        bottom:15px;
    }
}

@media(max-width:576px){

    .who-we-are-section{
        padding:30px 0;
    }

    .who-content h2{
        font-size:30px;
    }

    .who-highlights{
        grid-template-columns:1fr;
    }

    .experience-box{
        padding:18px 22px;
    }

    .experience-box h3{
        font-size:24px;
    }
}


/* who we are end */


/* learning-model-section start */

/* 
.learning-model-section{
    background:#fff;
    padding:100px 0;
}

.learning-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#eef3ff;
    color:#24459d;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.learning-section-title h2{
    font-size:48px;
    font-weight:500;
    color:#111;
    margin-bottom:15px;
    font-family:"Bree Serif", serif;
}

.learning-section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.9;
}

.learning-card{
    background:#fff;
    border-radius:30px;
    padding:40px;
    height:100%;
    border:1px solid #edf1fb;
    box-shadow:0 15px 50px rgba(0,0,0,.05);
    transition:.4s;
}

.learning-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(36,69,157,.12);
}

.learning-icon{
    width:90px;
    height:90px;
    border-radius:25px;
    background:linear-gradient(135deg,#24459d,#3766dc);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.learning-icon i{
    color:#fff;
    font-size:38px;
}

.card-tag{
    color:#24459d;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
}

.learning-card h3{
    font-size:30px;
    color:#111;
    margin:15px 0 20px;
    font-family:"Bree Serif", serif;
}

.learning-card p{
    color:#666;
    line-height:1.9;
}

.learning-points{
    margin:30px 0;
}

.point-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 0;
    border-bottom:1px solid #edf1fb;
    font-weight:500;
    color:#222;
}

.point-item span{
    width:38px;
    height:38px;
    background:#24459d;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.bottom-text{
    margin-top:25px;
    padding-top:25px;
    border-top:2px solid #edf1fb;
    font-weight:500;
}

@media(max-width:991px){

    .learning-section-title h2{
        font-size:38px;
    }

    .learning-card{
        padding:30px;
    }
}

@media(max-width:576px){

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

    .learning-card h3{
        font-size:24px;
    }

    .learning-icon{
        width:75px;
        height:75px;
    }
} */


.ecosystem-section{
    background:#fff;
    padding:50px 0;
}

.ecosystem-heading{
    max-width:750px;
    margin:auto;
    margin-bottom:70px;
}

.ecosystem-heading span{
    color:#24459d;
    letter-spacing:3px;
    font-size:14px;
    font-weight:700;
}

.ecosystem-heading h2{
    font-size:40px;
    color:#111;
    margin:15px 0;
    font-family:"Bree Serif", serif;
    font-weight:500;
}

.ecosystem-heading p{
    color:#666;
    line-height:1.9;
}

/* Left Side */

.ecosystem-brand{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

.brand-circle{
    width:320px;
    height:320px;
    border-radius:50%;
    background:linear-gradient(135deg,#24459d,#3b66e2);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    box-shadow:0 25px 60px rgba(36,69,157,.25);
    position:relative;
}

.brand-circle::before{
    content:'';
    position:absolute;
    inset:-15px;
    border:2px dashed rgba(36,69,157,.25);
    border-radius:50%;
}

.brand-circle i{
    font-size:60px;
    margin-bottom:15px;
}

.brand-circle h3{
    font-size:42px;
    color:#fff;
    margin-bottom:5px;
    font-family:"Bree Serif", serif;
}

.brand-circle p{
    margin:0;
    color:#fff;
    opacity:.9;
}

/* Cards */

.eco-card{
    background:#fff;
    padding:30px;
    border-radius:25px;
    border:1px solid #edf1fb;
    height:100%;
    transition:.4s;
    /* box-shadow:0 15px 40px rgba(0,0,0,.05); */
}

.eco-card:hover{
    transform:translateY(-10px);
    border-color:#24459d;
    box-shadow:0 20px 50px rgba(36,69,157,.15);
}

.eco-icon{
    width:70px;
    height:70px;
    background:#24459d;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.eco-icon i{
    color:#fff;
    font-size:28px;
}

.eco-card h4{
    font-size:20px;
    color:#111;
    margin-bottom:12px;
    font-weight:500;
}

.eco-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

    .brand-circle{
        width:260px;
        height:260px;
        margin-bottom:30px;
    }

    .ecosystem-heading h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .ecosystem-section{
        padding:70px 0;
    }

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

    .brand-circle{
        width:220px;
        height:220px;
    }

    .brand-circle h3{
        font-size:30px;
    }

    .brand-circle i{
        font-size:40px;
    }

    .eco-card{
        padding:25px;
    }
}

/* ecosystem end */



/* app download section */

/* Section */

.app-download-section{
    background:#ffffff;
    padding:50px 0;
}

/* Blue Container Card */

.app-download-wrapper{
    background:linear-gradient(135deg,#24459d,#4a63c7);
    border-radius:35px;
    padding:30px;
    overflow:hidden;
    position:relative;
}

/* Decorative Shape */

.app-download-wrapper::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.app-download-wrapper::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-100px;
    left:-100px;
}

/* Mobile Image */

.app-mobile-image{
    text-align:center;
}

.app-mobile-image img{
    /* max-width:260px;
    width:100%;
    filter:drop-shadow(0 20px 40px rgba(0,0,0,.25)); */
    animation:floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }
}

/* Content */

.app-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    color:#fff;
    margin-bottom:20px;
    font-size:14px;
}

.app-content h2{
    color:#fff;
    font-size:30px;
    font-weight:500;
    line-height:1.2;
    margin-bottom:20px;
    font-family:"Bree Serif", serif;
}

.app-content p{
    color:rgba(255,255,255,.85);
    line-height:1.9;
    font-size:15px;
    max-width:650px;
}

/* Download Button */

.apk-btn{
    /* margin-top:30px; */
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#fff;
    color:#111;
    text-decoration:none;
    padding:15px 25px;
    border-radius:18px;
    transition:.3s;
    font-weight:600;
}

.apk-btn:hover{
    transform:translateY(-5px);
    color:#111;
}

.apk-btn i{
    font-size:42px;
    color:#3DDC84;
}

.apk-btn small{
    display:block;
    color:#777;
    font-size:12px;
}

.apk-btn span{
    display:block;
    font-size:18px;
    font-weight:600;
}

/* Responsive */

@media(max-width:991px){

    .app-download-wrapper{
        padding:50px 30px;
        text-align:center;
    }

    .app-mobile-image{
        margin-bottom:30px;
    }

    .app-content h2{
        font-size:38px;
    }

    .app-content p{
        margin:auto;
    }
}

@media(max-width:576px){

    .app-download-section{
        padding:40px 0;
    }

    .app-download-wrapper{
        padding:40px 20px;
        border-radius:25px;
    }

    .app-mobile-image img{
        max-width:240px;
    }

    .app-content h2{
        font-size:28px;
    }

    .apk-btn{
        margin-top:20px;
        width:100%;
        justify-content:center;
    }
}