body{
background:#f8f9fb;
font-family:'Poppins',sans-serif;
}

.ki-top-header{
background:#fff;
padding:5px 0;
border-top:3px solid #ff7300;
border-bottom:1px solid #e9e9e9;
}
.ki-top-header i{
    font-size: 14px;
}

.contact-item{
font-size:16px;
font-weight:600;
color:#1b2f6d;
}

.contact-item svg{
margin-right:8px;
color:#ff7300;
width:20px;
}

.social-icon{
width:34px;
height:34px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#1b2f6d;
color:#fff;
border-radius:50%;
margin-left:10px;
text-decoration:none;
}

.ki-logo-header{
background:#fff;
padding:12px 0;
}

.logo-wrapper{
display:flex;
align-items:center;
gap:15px;
height: 70px;
}

.main-logo{
width:16%;
height:auto;
object-fit:contain;
}

.logo-wrapper h2{
font-weight:800;
margin:0;
color:#1b2f6d;
font-size: 20px;
}

.logo-wrapper span{
color:#fb7f2b;
}
.logo-wrapper small{
    font-size: 14px;
    font-weight: 600;
}
.logo-wrapper div{
    line-height: 30px;
}
.navbar-expand-lg .navbar-collapse{
    height: 34px;
}

.btn-franchise,
.btn-student,
.btn-teacher{
padding:10px 15px;
border-radius:10px;
text-decoration:none;
font-weight:600;
color:#fff;
display:inline-block;
margin-left:10px;
}

.btn-franchise{
background:#1b2f6d;
}

.btn-student{
    background: linear-gradient(135deg, #ffb700, #ff6a00);
    color: #fff;
    font-size: 14px;
}

.btn-teacher{
background:#ff8c00;
}

.ki-navbar{
background:#fff;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

.nav-link{
padding:18px 20px !important;
font-weight:600;
color:#1b2f6d !important;
text-align:center;
}

.nav-link{
display:flex;
align-items:center;
gap:10px;
padding:10px 20px !important;
font-weight:600;
color:#1b2f6d !important;
}

.nav-link i{
font-size:18px;
color:#1b2f6d;
margin:0;
}

.nav-link:hover{
color:#ff7300 !important;
}

.active{
/*border-bottom:3px solid #ff7300;*/
color: #fb7f2b !important;
}

.banner img{
    width:100%;
}


/*about*/

.ki-about-section{
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.ki-about-image{
    position:relative;
    text-align:center;
}

.ki-about-image img{
    width:100%;
    max-width:500px;
    animation:floatImage 4s ease-in-out infinite;
}

.shape-circle{
    position:absolute;
    width:380px;
    height:380px;
    background:linear-gradient(
    135deg,
    #ff7300,
    #ffb347
    );
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:.12;
}

.about-tag{
    display:inline-block;
    background:#fff4eb;
    color:#ff7300;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.ki-about-content h2{
    font-size:30px;
    font-weight:800;
    color:#1b2f6d;
    line-height:1.3;
    margin-bottom:20px;
}

.ki-about-content h2 span{
    color:#ff7300;
}

.ki-about-content p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.about-box{
    background:#fff;
    border-radius:15px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.about-box:hover{
    transform:translateY(-10px);
}

.about-box h3{
    color:#ff7300;
    font-size:32px;
    font-weight:800;
    margin-bottom:5px;
}

.about-box span{
    color:#1b2f6d;
    font-weight:600;
}

.about-btn{
    display:inline-block;
    margin-top:30px;
    background:linear-gradient(
    135deg,
    #ff7300,
    #ff9a00
    );
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.about-btn:hover{
    transform:translateY(-4px);
    color:#fff;
}

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

/*syllabus*/

.syllabus-section{
background:#f8fbff;
padding:100px 0;
}

.class-card{
display:block;
background:#fff;
padding:35px;
border-radius:24px;
text-align:center;
text-decoration:none;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
position:relative;
overflow:hidden;
}

.class-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(
90deg,
#ff7300,
#ffb347
);
}

.class-card:hover{
transform:translateY(-12px);
}

.class-icon{
width:80px;
height:80px;
margin:auto;
background:#fff4eb;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:35px;
margin-bottom:20px;
}

.class-card h3{
color:#1b2f6d;
font-weight:800;
}

.class-card span{
color:#ff7300;
font-weight:700;
}


/*newbanner*/

.ki-hero-section{
    padding:40px 0;
    background:#f8fbff;
    overflow:hidden;
}

.ki-hero-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fff4eb;
    color:#ff7300;
    font-weight:600;
    margin-bottom:20px;
}

.ki-hero-section h1{
    font-size:50px;
    font-weight:800;
    line-height:1.1;
    color:#1b2f6d;
    margin-bottom:25px;
}

.ki-hero-section h1 span{
    color:#ff7300;
    display:block;
    font-size: 45px;
}

.ki-hero-stats{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.ki-stat-card{
    background:#fff;
    border-radius:15px;
    padding:15px 20px;
    min-width:140px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border-top:4px solid #ff7300;
}

.ki-stat-card h4{
    margin:0;
    color:#ff7300;
    font-size:28px;
    font-weight:800;
}

.ki-stat-card span{
    color:#1b2f6d;
    font-weight:600;
}

.ki-hero-section p{
    font-size:20px;
    line-height:1.8;
    color:#555;
    margin-bottom:30px;
}

.ki-hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-start{
    background:#ff7300;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.btn-start:hover{
    transform:translateY(-3px);
    color:#fff;
}

.btn-browse{
    border:2px solid #1b2f6d;
    color:#1b2f6d;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.btn-browse:hover{
    background:#1b2f6d;
    color:#fff;
}

.hero-image-wrapper{
    position:relative;
    text-align:center;
}

.hero-image{
    width:100%;
    max-width:620px;
    animation:floatHero 4s ease-in-out infinite;
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:12px 18px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    font-weight:600;
    color:#1b2f6d;
}

.card-1{
    top:15%;
    left:-20px;
}

.card-2{
    bottom:20%;
    left:0;
}

.card-3{
    top:35%;
    right:-20px;
}

@keyframes floatHero{
    0%{transform:translateY(0);}
    50%{transform:translateY(-15px);}
    100%{transform:translateY(0);}
}

@media(max-width:991px){

.ki-hero-section h1{
    font-size:32px;
}

.hero-image{
    margin-top:40px;
}

.floating-card{
    display:none;
}

}

/*class*/

.ki-courses-section{
    padding:50px 0;
    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f5f8ff 100%
    );
}

.ki-section-title{
    text-align:center;
    margin-bottom:60px;
}

.ki-section-title span{
    display:inline-block;
    background:#fff3e8;
    color:#ff6b00;
    padding:10px 22px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.ki-section-title h2{
    font-size:25px;
    font-weight:800;
    color:#162d7a;
    margin-bottom:10px;
}

.ki-section-title p{
    color:#666;
    font-size:18px;
}

.ki-course-grid{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:30px;
}

.ki-course-card{
     background:#fff;
    border-radius:25px;
    padding:15px;
    text-align:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:250px;
}

.ki-course-card::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:linear-gradient(
    135deg,
    rgba(255,106,0,.15),
    rgba(25,62,168,.15));
    border-radius:50%;
    top:-120px;
    right:-120px;
    transition:.5s;
}

.ki-course-card:hover{
     transform:translateY(-12px) scale(1.03);
    box-shadow:0 25px 50px rgba(27,47,109,.15);
}

.ki-course-card:hover::before{
    transform:scale(1.3);
}

.ki-course-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7a00,#ff9d00);
    color:#fff;
    font-size:24px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    animation:float 3s ease-in-out infinite;
}

.ki-course-card h3{
    font-size:22px;
    color:#162d7a;
    font-weight:700;
    margin-bottom:10px;
}

.ki-course-card p{
        color: #3a3535;
    min-height: 20px;
    font-weight: bold;
    font-size: 15px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
    color: #666;
    
    line-height: 21px;
}

.ki-course-card a{
    font-size: 14px;
    display:inline-block;
    margin-top:20px;
    padding:12px 28px;
    background:#162d7a;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.ki-course-card a:hover{
    background:#ff7a00;
}

.ki-highlight{
    background:linear-gradient(
    135deg,
    #162d7a,
    #2849b7);
}

.ki-highlight h3,
.ki-highlight p{
    color:#fff;
}

.ki-highlight a{
    background:#ff7a00;
}

.ki-highlight .ki-course-icon{
    background:#fff;
    color:#ff7a00;
}

@keyframes float{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .ki-section-title h2{
        font-size:20px;
    }

    .ki-course-card{
        padding:25px;
    }

}

/*mocktest-banner*/

.ki-mocktest-section{
    padding:100px 0;
    background:linear-gradient(
        135deg,
        #162d7a,
        #2948b5
    );
    position:relative;
    overflow:hidden;
}

.ki-mocktest-section::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-150px;
    right:-100px;
}

.ki-mock-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.ki-mock-content h2{
    font-size:37px;
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
}

.ki-mock-content h2 span{
    color:#ffb300;
}

.ki-mock-content p{
    color:#d9dff7;
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.ki-mock-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.ki-feature{
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:14px 18px;
    border-radius:12px;
    font-weight:600;
}

.ki-mock-btn{
    display:inline-block;
    background:#ff8a00;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.ki-mock-btn:hover{
    background:#fff;
    color:#162d7a;
    transform:translateY(-4px);
}

.ki-mock-image{
    position:relative;
    text-align:center;
}

.ki-mock-image img{
    width:500px;
    max-width:none;
    animation:mockFloat 4s ease-in-out infinite;
}

.ki-score-card,
.ki-rank-card{
    position:absolute;
    background:#fff;
    padding:12px 20px;
    border-radius:12px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.ki-score-card{
    top:15%;
    left:0;
}

.ki-rank-card{
    bottom:15%;
    right:0;
}

@keyframes mockFloat{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

@media(max-width:991px){

    .ki-mock-content{
        text-align:center;
        margin-bottom:40px;
    }

    .ki-mock-content h2{
        font-size:22px;
    }

    .ki-mock-features{
        grid-template-columns:1fr;
    }

    .ki-score-card,
    .ki-rank-card{
        display:none;
    }
    

}

/*affirrs*/

.ki-current-section{
    padding:100px 0;
    background:#f8fbff;
}

.ki-current-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.ki-current-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.ki-current-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#fff4eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:20px;
}

.ki-current-card h4{
    color:#1b2f6d;
    font-weight:700;
    margin-bottom:15px;
    font-size: 18px;
}

.ki-current-card p{
    color:#666;
    margin-bottom:20px;
}

.ki-current-card a{
    color:#ff7300;
    font-weight:700;
    text-decoration:none;
}

/*news*/

.ki-news-section{
    padding:50px 0;
    background:#f8fbff;
}

.ki-news-title{
    text-align:center;
    margin-bottom:60px;
}

.ki-news-title span{
    display:inline-block;
    padding:12px 25px;
    background:#fff2e8;
    color:#ff7300;
    border-radius:50px;
    font-weight:600;
}

.ki-news-title h2{
    font-size:24px;
    font-weight:800;
    color:#132d80;
    margin:20px 0;
}

.ki-news-title p{
    color:#666;
    font-size:16px;
}

/* FEATURED NEWS */

.ki-feature-news{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    height:450px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.ki-feature-image{
    height:100%;
}

.ki-feature-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.ki-feature-news:hover img{
    transform:scale(1.1);
}

.ki-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
}

.ki-feature-content{
    position:absolute;
    left:40px;
    bottom:40px;
    z-index:2;
    color:#fff;
    max-width:80%;
}

.ki-date{
    display:inline-block;
    background:#ff7300;
    padding:10px 20px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
    font-size: 14px;
}

.ki-feature-content h3{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 16px;
}

.ki-feature-content p{
        font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ki-read-btn{
    display:inline-block;
    padding:15px 30px;
    background:#ff7300;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
    font-size: 14px;
}

.ki-read-btn:hover{
    background:#fff;
    color:#132d80;
}

/* SIDE NEWS */

.ki-side-news{
    display:flex;
    gap:20px;
    background:#fff;
    border-radius:25px;
    padding:15px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-left:5px solid #ff7300;
}

.ki-side-news:hover{
    transform:translateX(10px);
}

.ki-side-news img{
    width: 30%;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
}

.ki-side-content span{
    color:#888;
    font-size:14px;
}

.ki-side-content h4{
    font-size:16px;
    color:#132d80;
    font-weight:700;
    margin:10px 0;
}

.ki-side-content a{
    color:#ff7300;
    text-decoration:none;
    font-weight:700;
    font-size: 14px;
}

/* MOBILE */

@media(max-width:991px){

    .ki-news-title h2{
        font-size:22px;
    }

    .ki-feature-news{
        height:500px;
    }

    .ki-feature-content h3{
        font-size:21px;
    }

    .ki-side-news{
        flex-direction:column;
    }

    .ki-side-news img{
        width:100%;
        height:220px;
    }

    .ki-side-content h4{
        font-size:22px;
    }
}

/*success*/

/* =========================
   SUCCESS STORIES SECTION
========================= */

.ki-success-section{
    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;
}

.ki-success-title{
    text-align:center;
    margin-bottom:60px;
}

.ki-success-title span{
    display:inline-block;
    padding:12px 25px;
    background:#fff2e8;
    color:#ff7300;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.ki-success-title h2{
    font-size:52px;
    font-weight:800;
    color:#132d80;
    margin-bottom:15px;
}

.ki-success-title p{
    color:#666;
    font-size:18px;
}

/* CARD */

.ki-testimonial-card{
    background:#fff;
    padding:35px 30px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
    height:100%;
}

.ki-testimonial-card::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(255,115,0,.08);
    border-radius:50%;
    top:-40px;
    right:-40px;
}

.ki-testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

/* IMAGE */

.ki-testimonial-card img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #fff4eb;
    margin-bottom:20px;
}

/* NAME */

.ki-testimonial-card h4{
    font-size:18px;
    font-weight:700;
    color:#132d80;
    margin-bottom:10px;
}

/* RANK */

.ki-rank{
    display:inline-block;
    background:#fff4eb;
    color:#ff7300;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

/* TEXT */

.ki-testimonial-card p{
    color:#666;
    line-height:1.8;
    font-size:16px;
    margin-bottom:20px;
}

/* STAR */

.ki-stars{
    color:#ffc107;
    font-size:20px;
    letter-spacing:2px;
}

/* SWIPER */

.successSwiper{
    padding-bottom:60px;
}

.successSwiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#d0d7f7;
    opacity:1;
}

.successSwiper .swiper-pagination-bullet-active{
    background:#ff7300;
}

/* MOBILE */

@media(max-width:991px){

    .ki-success-title h2{
        font-size:34px;
    }

    .ki-testimonial-card{
        padding:25px;
    }

}

.ki-testimonial-section{
    padding: 50px 0;
}

/*faq*/

/* FAQ SECTION */

.ki-faq-section{
    padding:50px 0;
    background:#f8fbff;
}

.ki-faq-header{
    text-align:center;
    margin-bottom:60px;
}

.ki-faq-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:#fff2e8;
    color:#ff7300;
    font-weight:600;
    margin-bottom:20px;
}

.ki-faq-header h2{
    font-size:25px;
    font-weight:800;
    color:#132d80;
    margin-bottom:15px;
}

.ki-faq-header p{
    color:#666;
    font-size:18px;
    max-width:700px;
    margin:auto;
}

.ki-faq-wrap{
    max-width:900px;
    margin:auto;
}

.ki-faq-item{
    background:#fff;
    border-radius:20px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    transition:.4s;
}

.ki-faq-item:hover{
    transform:translateY(-3px);
}

.ki-faq-btn{
    width:100%;
    background:none;
    border:none;
    padding:28px 30px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    color:#132d80;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.ki-faq-btn i{
    color:#ff7300;
    transition:.4s;
}

.ki-faq-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .5s ease;
}

.ki-faq-content p{
    padding:0 30px 25px;
    color:#666;
    line-height:1.8;
}

.ki-faq-item.active .ki-faq-content{
    max-height:200px;
}

.ki-faq-item.active .ki-faq-btn i{
    transform:rotate(45deg);
}

@media(max-width:768px){

    .ki-faq-header h2{
        font-size:22px;
    }

    .ki-faq-btn{
        font-size:17px;
        padding:22px;
    }

}

/* ==========================
   PREMIUM CURVED FOOTER
========================== */

.ki-footer{
    background:#081d63;
    color:#fff;
    position:relative;
    /*margin-top:50px;*/
    padding-top:50px;
}

/* CURVE */

.ki-footer-wave{
    position:absolute;
    top:-80px;
    left:0;
    width:100%;
    height:160px;
    /*background:#081d63;*/
    border-radius:100% 100% 0 0;
}

.ki-footer-logo{
    max-width:180px;
    margin-bottom:20px;
}

.ki-footer-about p{
    color:rgba(255,255,255,.8);
    line-height:1.9;
}

.ki-footer h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.ki-footer h4::after{
    content:'';
    width:50px;
    height:3px;
    background:#ff7300;
    position:absolute;
    left:0;
    bottom:-10px;
}

.ki-footer ul{
    list-style:none;
    padding:0;
}

.ki-footer ul li{
    margin-bottom:15px;
}

.ki-footer ul li a{
    color:rgba(255,255,255,.8);
    text-decoration:none;
    transition:.3s;
}

.ki-footer ul li a:hover{
    color:#ff7300;
    padding-left:5px;
}

.ki-contact-list li{
    color:rgba(255,255,255,.85);
}

.ki-contact-list i{
    color:#ff7300;
    margin-right:10px;
}

.ki-footer-social{
    margin-top:25px;
}

.ki-footer-social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    margin-right:10px;
    transition:.4s;
}

.ki-footer-social a:hover{
    background:#ff7300;
    transform:translateY(-5px);
}

/* STATS */

.ki-footer-stats{
    margin-top:70px;
    padding-top:40px;
    border-top:1px solid rgba(255,255,255,.1);

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.ki-stat-box{
    text-align:center;
}

.ki-stat-box h3{
    color:#ff7300;
    font-size:38px;
    font-weight:800;
}

.ki-stat-box span{
    color:rgba(255,255,255,.8);
}

/* BOTTOM */

.ki-footer-bottom{
    margin-top:50px;
    padding:25px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.7);
}

/* MOBILE */

@media(max-width:991px){

    .ki-footer{
        text-align:left;
    }

    .ki-footer h4::after{
        left: 28px;
        transform: translateX(-50%);
    }

    .ki-footer-stats{
        grid-template-columns:repeat(2,1fr);
    }

}

/*class-9*/

.ki-subjects-section{
    padding:100px 0;
    background:#f8fbff;
}

.ki-subjects-heading{
    text-align:center;
    margin-bottom:60px;
}

.ki-badge{
    display:inline-block;
    background:#fff2e8;
    color:#ff7300;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.ki-subjects-heading h2{
    font-size:35px;
    font-weight:800;
    color:#132d80;
    margin-bottom:15px;
}

.ki-subjects-heading p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.ki-subject-card{
    display:block;
    background:#fff;
    padding:35px 25px;
    border-radius:25px;
    text-decoration:none;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.ki-subject-card::before{
    content:'';
    width:130px;
    height:130px;
    border-radius:50%;
    background:rgba(255,115,0,.08);
    position:absolute;
    top:-40px;
    right:-40px;
}

.ki-subject-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.ki-subject-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
    margin-bottom:20px;
}

.bengali{
    background:linear-gradient(135deg,#ff7300,#ff9900);
}

.english{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
}

.math{
    background:linear-gradient(135deg,#7c3aed,#9333ea);
}

.science{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}

.ki-subject-card h4{
    color:#132d80;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.ki-subject-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ki-subject-card ul li{
    margin-bottom:12px;
    color:#555;
    font-size:15px;
}

.ki-subject-card ul li i{
    color:#16a34a;
    margin-right:8px;
}

.ki-card-footer{
    margin-top:25px;
    padding-top:15px;
    border-top:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ki-card-footer span{
    color:#132d80;
    font-weight:600;
}

.ki-card-footer i{
    color:#ff7300;
    transition:.3s;
}

.ki-subject-card:hover .ki-card-footer i{
    transform:translateX(6px);
}

@media(max-width:768px){

    .ki-subjects-heading h2{
        font-size:34px;
    }

}

.life{
    background:linear-gradient(135deg,#0f766e,#14b8a6);
}

.history{
    background:linear-gradient(135deg,#dc2626,#ef4444);
}

.geo{
    background:linear-gradient(135deg,#0891b2,#06b6d4);
}

/*subject*/

.ki-learning-hub{
    padding:50px 0;
    background:#f8fbff;
}

.ki-hub-header{
    text-align:center;
    margin-bottom:60px;
}

.ki-badge{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:#fff2e8;
    color:#ff7300;
    font-weight:600;
    margin-bottom:20px;
}

.ki-hub-header h2{
    font-size:35px;
    font-weight:800;
    color:#132d80;
    margin-bottom:15px;
}

.ki-hub-header p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.ki-hub-card{
    display:block;
    background:#fff;
    padding:35px;
    border-radius:25px;
    text-decoration:none;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
    height:100%;
}

.ki-hub-card:hover{
    transform:translateY(-10px);
}

.ki-hub-card::before{
    content:'';
    width:130px;
    height:130px;
    border-radius:50%;
    background:rgba(255,115,0,.08);
    position:absolute;
    right:-40px;
    top:-40px;
}

.ki-hub-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:35px;
    margin-bottom:25px;
}

.flash{
    background:linear-gradient(135deg,#ff7300,#ff9900);
}

.mcq{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
}

.rachana{
    background:linear-gradient(135deg,#7c3aed,#9333ea);
}

.notes{
    background:linear-gradient(135deg,#0891b2,#06b6d4);
}

.mock{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}

.ki-hub-card h4{
    color:#132d80;
    font-size:19px;
    font-weight:700;
    margin-bottom:15px;
}

.ki-hub-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.ki-hub-card span{
    color:#ff7300;
    font-weight:700;
}

.ki-hub-card:hover span{
    letter-spacing:1px;
}

/*flash card*/

.ki-flash-page{
    padding:100px 0;
    background:#f8fbff;
}

.ki-flash-header{
    text-align:center;
    margin-bottom:40px;
}

.ki-flash-badge{
    background:#fff2e8;
    color:#ff7300;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.ki-flash-header h1{
    font-size:32px;
    font-weight:800;
    color:#132d80;
}

.ki-flash-header p{
    color:#666;
}

.ki-search-box{
    max-width:500px;
    margin:0 auto auto;
    position:relative;
}

.ki-search-box input{
    width:100%;
    height:65px;
    border:none;
    border-radius:60px;
    padding:0 60px 0 25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ki-search-box i{
    position:absolute;
    right:25px;
    top:24px;
    color:#132d80;
}

.ki-chapter-card{
    background:#fff;
    padding:30px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.ki-chapter-card:hover{
    transform:translateY(-8px);
}

.ki-chapter-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.ki-chapter-top h4{
    color:#132d80;
    font-weight:700;
    margin-bottom:5px;
}

.ki-chapter-top span{
    color:#777;
}

.ki-chapter-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7300,#ff9800);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.ki-progress{
    height:10px;
    background:#eee;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:10px;
}

.ki-progress-fill{
    height:100%;
    background:linear-gradient(90deg,#132d80,#2b56ff);
    border-radius:20px;
}

.ki-start-btn{
    display:block;
    text-align:center;
    margin-top:20px;
    padding:14px;
    border-radius:50px;
    background:#132d80;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.ki-start-btn:hover{
    background:#ff7300;
    color:#fff;
}


/*flash-card-viewer*/

.ki-flash-viewer{
    padding:80px 0;
    background:#f7faff;
    min-height:100vh;
}

.ki-flash-header{
    text-align:center;
    margin-bottom:40px;
}

.ki-badge{
    background:#fff1e7;
    color:#ff7b00;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    font-weight:600;
    margin-bottom:20px;
}

.ki-flash-header h1{
    font-size:32px;
    font-weight:800;
    color:#132d80;
    margin-bottom:10px;
}

.ki-flash-header p{
    color:#666;
}

.ki-progress-area{
    max-width:900px;
    margin:auto;
    margin-bottom:30px;
}

.ki-progress-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    font-weight:600;
    color:#132d80;
}

.ki-progress-bar{
    height:12px;
    background:#e5e5e5;
    border-radius:30px;
    overflow:hidden;
}

.ki-progress-fill{
    width:4%;
    height:100%;
    border-radius:30px;
    background:linear-gradient(90deg,#ff7b00,#ffb400);
}

.ki-flash-card{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:35px;
    padding:70px;
    text-align:center;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.ki-question-label{
    color:#ff7b00;
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;
}

.ki-flash-card h2{
    font-size:42px;
    color:#132d80;
    line-height:1.6;
    margin-bottom:40px;
}

.ki-show-answer{
    border:none;
    background:#132d80;
    color:#fff;
    padding:16px 45px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.ki-show-answer:hover{
    background:#ff7b00;
}

.ki-answer-section{
    display:none;
    margin-top:40px;
    padding-top:35px;
    border-top:1px solid #eee;
}

.ki-answer-label{
    color:#28a745;
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.ki-answer-section h3{
    color:#132d80;
    font-size:34px;
    font-weight:800;
}

.ki-know-section{
    margin-top:35px;
}

.ki-know-section p{
    font-weight:600;
    margin-bottom:20px;
}

.ki-know-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.ki-know-buttons button{
    border:none;
    padding:14px 22px;
    border-radius:50px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.ki-hard{
    background:#ffe5e5;
    color:#dc3545;
}

.ki-medium{
    background:#fff5d8;
    color:#ff9800;
}

.ki-easy{
    background:#e5fff0;
    color:#28a745;
}

.ki-know-buttons button:hover{
    transform:translateY(-3px);
}

.ki-navigation{
    max-width:900px;
    margin:30px auto 0;
    display:flex;
    justify-content:space-between;
}

.ki-prev-btn,
.ki-next-btn{
    background:#132d80;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.ki-prev-btn:hover,
.ki-next-btn:hover{
    background:#ff7b00;
    color:#fff;
}

@media(max-width:768px){

    .ki-flash-card{
        padding:35px 25px;
    }

    .ki-flash-header h1{
        font-size:34px;
    }

    .ki-flash-card h2{
        font-size:26px;
    }

}


/*bengali-mcq*/


body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f6f9ff;
}

.ki-test-page{
    padding:30px;
}

.ki-wrapper{
    display:grid;
    grid-template-columns:1fr 320px;
    gap:25px;
}

.ki-test-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.ki-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.ki-question-no{
    color:#ff7300;
    font-weight:700;
}

.ki-timer{
    background:#132d80;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    font-weight:700;
}

#question{
    color: #132d80;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.option{
    border:2px solid #eee;
    border-radius:15px;
    padding:18px;
    margin-bottom:15px;
    cursor:pointer;
    transition:.3s;
}

.option:hover{
    border-color:#132d80;
}

.option input{
    margin-right:10px;
}

.ki-nav{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

.ki-btn{
    border:none;
    padding:14px 30px;
    border-radius:50px;
    cursor:pointer;
    color:#fff;
    font-weight:700;
}

.prev-btn{
    background:#132d80;
}

.next-btn{
    background:#ff7300;
}

.ki-sidebar{
    background:#f0fdf4;
    padding:10px;
    border-radius:25px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    height:fit-content;
    width:100%;
}

.ki-status{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.ki-status-box{
    flex:1;
    text-align:center;
    padding:12px;
    border-radius:12px;
}

.answered{
    background:#e8fff0;
    color:#1e9e53;
}

.remaining{
    background:#fff4e8;
    color:#ff7300;
}

.ki-palette{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}

.ki-palette button{
    height:45px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.ki-palette .current{
    background:#ff7300;
    color:#fff;
}

.ki-palette .done{
    background:#28a745;
    color:#fff;
}

.submit-btn{
    width:100%;
    margin-top:20px;
    border:none;
    background:#28a745;
    color:#fff;
    padding:15px;
    border-radius:50px;
    font-weight:700;
    cursor:pointer;
}

@media(max-width:991px){

.ki-wrapper{
    grid-template-columns:1fr;
}

#question{
    font-size:24px;
}

}

/*mcq-result*/

.ki-result-page{
    padding:80px 0;
    background:#f8fbff;
    min-height:100vh;
}

.ki-result-card{
    background:#fff;
    border-radius:30px;
    padding:50px;
    text-align:center;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.ki-result-icon{
    font-size:70px;
    margin-bottom:20px;
}

.ki-result-card h1{
    color:#132d80;
    font-size:32px;
    font-weight:800;
}

.ki-result-card p{
    color:#666;
}

.ki-main-score{
    margin-top:20px;
}

.ki-main-score span{
    font-size:90px;
    font-weight:800;
    color:#ff7300;
}

.ki-main-score small{
    font-size:40px;
    color:#132d80;
}

.ki-accuracy{
    margin-top:10px;
    font-size:22px;
    color:#132d80;
}

.ki-stat-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ki-stat-card h3{
    font-size:42px;
    font-weight:800;
}

.correct h3{
    color:#28a745;
}

.wrong h3{
    color:#dc3545;
}

.skip h3{
    color:#ff9800;
}

.time h3{
    color:#132d80;
}

.ki-performance-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-top:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ki-progress{
    height:25px;
    background:#eee;
    border-radius:30px;
    overflow:hidden;
    margin-top:20px;
}

.ki-progress-fill{
    width:90%;
    height:100%;
    background:linear-gradient(90deg,#ff7300,#ffb300);
    color:#fff;
    text-align:center;
    line-height:25px;
    font-weight:700;
}

.ki-result-actions{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
}

.ki-review-btn,
.ki-retake-btn{
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
}

.ki-review-btn{
    background:#132d80;
}

.ki-retake-btn{
    background:#ff7300;
}

.ki-next-learning{
    margin-top:60px;
}

.ki-next-learning h3{
    text-align:center;
    color:#132d80;
    font-weight:800;
    margin-bottom:30px;
}

.ki-next-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    display:block;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.ki-next-card:hover{
    transform:translateY(-8px);
}

.ki-next-card i{
    font-size:40px;
    color:#ff7300;
    margin-bottom:15px;
}

.ki-next-card h5{
    color:#132d80;
}
















/*reviwe-answer*/

.ki-review-page{
    padding:80px 0;
    background:#f8fbff;
}

.ki-review-header{
    text-align:center;
    margin-bottom:50px;
}

.ki-badge{
    display:inline-block;
    padding:12px 25px;
    background:#fff2e8;
    color:#ff7300;
    border-radius:50px;
    margin-bottom:20px;
}

.ki-review-header h1{
    font-size:36px;
    font-weight:800;
    color:#132d80;
}

.ki-review-header p{
    color:#666;
}

.ki-summary-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ki-summary-card h3{
    font-size:40px;
    font-weight:800;
}

.correct h3{
    color:#28a745;
}

.wrong h3{
    color:#dc3545;
}

.skip h3{
    color:#ff9800;
}

.score h3{
    color:#132d80;
}

.ki-review-palette{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    margin-bottom:40px;
}

.ki-review-palette button{
    width:45px;
    height:45px;
    border:none;
    border-radius:10px;
    color:#fff;
    font-weight:700;
}

.correct-btn{
    background:#28a745;
}

.wrong-btn{
    background:#dc3545;
}

.skip-btn{
    background:#ff9800;
}

.ki-review-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.ki-question-no{
    color:#ff7300;
    font-weight:700;
    margin-bottom:15px;
}

.ki-review-card h3{
    color:#132d80;
    margin-bottom:30px;
}

.ki-answer-box{
    padding:20px;
    border-radius:15px;
    margin-bottom:20px;
}

.wrong-answer{
    background:#fff0f0;
    border-left:5px solid #dc3545;
}

.correct-answer{
    background:#eefcf2;
    border-left:5px solid #28a745;
}

.ki-explanation{
    background:#f8fbff;
    border-radius:15px;
    padding:20px;
}

.ki-explanation h5{
    color:#132d80;
    margin-bottom:10px;
}

.ki-next-learning{
    margin-top:60px;
}

.ki-next-learning h3{
    text-align:center;
    color:#132d80;
    margin-bottom:30px;
}

.ki-next-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    text-decoration:none;
    display:block;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.ki-next-card:hover{
    transform:translateY(-8px);
}

.ki-next-card i{
    font-size:40px;
    color:#ff7300;
    margin-bottom:15px;
}

.ki-next-card h5{
    color:#132d80;
}

/*bengali-notes*/

.ki-notes-library{
    padding:50px 0;
    background:#f7f9ff;
}

.ki-library-header{
    text-align:center;
    margin-bottom:40px;
}

.ki-library-badge{
    display:inline-block;
    padding:12px 24px;
    background:#fff3e8;
    color:#ff7a00;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.ki-library-header h1{
    font-size:32px;
    font-weight:800;
    color:#132d80;
    margin-bottom:15px;
}

.ki-library-header p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.ki-search-box{
    max-width:650px;
    margin:0 auto auto;
    position:relative;
}

.ki-search-box input{
    width:100%;
    height:65px;
    border:none;
    border-radius:60px;
    padding:0 60px 0 25px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ki-search-box i{
    position:absolute;
    right:25px;
    top:24px;
    color:#132d80;
}

.ki-library-wrapper{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.ki-library-head{
    display:grid;
    grid-template-columns:3fr 1fr 1fr 1.3fr;
    padding:20px 30px;
    background:#132d80;
    color:#fff;
    font-weight:700;
}

.ki-library-item{
    display:grid;
    grid-template-columns:3fr 1fr 1fr 1.3fr;
    align-items:center;
    padding:25px 30px;
    border-bottom:1px solid #eee;
    transition:.3s;
}

.ki-library-item:hover{
    background:#f8fbff;
}

.ki-chapter-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.ki-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff3e8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.ki-chapter-info h4{
    margin:0;
    color:#132d80;
    font-weight:700;
}

.ki-chapter-info span{
    color:#777;
    font-size:14px;
}

.ki-actions{
    display:flex;
    gap:10px;
}

.read-btn{
    background:#132d80;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
}

.pdf-btn{
    background:#ff7a00;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
}

@media(max-width:991px){

    .ki-library-head{
        display:none;
    }

    .ki-library-item{
        grid-template-columns:1fr;
        gap:15px;
        text-align:center;
    }

    .ki-chapter-info{
        justify-content:center;
    }

    .ki-actions{
        justify-content:center;
    }

    .ki-library-header h1{
        font-size:36px;
    }
}
/*fill-in-lanks*/

.fill-container{
    max-width:900px;
    margin:60px auto;
}

.progress{
    height:10px;
    background:#ddd;
    border-radius:30px;
    overflow:hidden;
    margin:20px 0;
}

#progressBar{
    height:100%;
    width:25%;
    background:#ff7300;
    transition:.4s;
}

.card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.card h3{
    color:#132d80;
}

#answerInput{
    width:100%;
    height:55px;
    border:2px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    margin-top:20px;
}

.btn-group{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.btn-group button,
.nav-btns button{
    border:none;
    padding:12px 20px;
    border-radius:30px;
    cursor:pointer;
    color:#fff;
    font-weight:600;
}

.btn-group button{
    background:#132d80;
}

.nav-btns{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.nav-btns button:nth-child(1){
    background:#132d80;
}

.nav-btns button:nth-child(2){
    background:#ff7300;
}

.nav-btns button:nth-child(3){
    background:#28a745;
}

.score-box{
    text-align:center;
    margin-top:20px;
    font-size:20px;
    font-weight:700;
}

#resultBox{
    margin-top:15px;
    font-weight:700;
}

/*notes-dails*/

.ki-note-reader{
    padding:60px 0;
}

.ki-back-btn{
    display:inline-block;
    margin-bottom:25px;
    color:#132d80;
    text-decoration:none;
    font-weight:700;
}

.ki-chapter-header{
    text-align:center;
    margin-bottom:50px;
}

.ki-subject-badge{
    display:inline-block;
    background:#fff3e8;
    color:#ff7a00;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.ki-chapter-header h1{
    font-size:48px;
    color:#132d80;
    font-weight:800;
    margin-bottom:15px;
}

.ki-chapter-meta{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    color:#666;
}

.ki-content-layout{
    display:flex;
    gap:30px;
}

.ki-main-content{
    flex:1;
}

.ki-sidebar{
    width:100%;
}

.ki-content-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.ki-content-card h2{
    color:#132d80;
    margin-bottom:15px;
    font-size:24px;
}

.ki-content-card p,
.ki-content-card li{
    line-height:1.9;
    color:#555;
    font-size:17px;
}

.ki-sidebar-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    position:sticky;
    top:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.ki-sidebar-card h4{
    color:#132d80;
    margin-bottom:15px;
}

.ki-sidebar-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ki-sidebar-card li{
    padding:10px 0;
    border-bottom:1px solid #eee;
}

.ki-practice-box{
    background:#132d80;
    color:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    margin-top:30px;
}

.ki-practice-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:20px;
}

.ki-practice-btn{
    background:#fff;
    color:#132d80;
    padding:12px 22px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.ki-bottom-nav{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

.ki-nav-btn{
    background:#132d80;
    color:#fff;
    padding:14px 25px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:991px){

    .ki-content-layout{
        flex-direction:column;
    }

    .ki-sidebar{
        width:100%;
    }

    .ki-chapter-header h1{
        font-size:34px;
    }

    .ki-bottom-nav{
        flex-direction:column;
        gap:15px;
    }
}

.ki-next-learning{
    background: linear-gradient(135deg,#132d80,#1f46b8);
    padding: 50px 40px;
    border-radius: 25px;
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.ki-next-learning::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-60px;
    right:-60px;
}

.ki-next-learning::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    bottom:-40px;
    left:-40px;
}

.ki-next-learning h3{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.ki-next-learning p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.ki-mock-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff7a00;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:.3s;
    position:relative;
    z-index:2;
}

.ki-mock-btn:hover{
    background:#ff8f1f;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(255,122,0,.35);
    color:#fff;
}

@media(max-width:768px){

    .ki-next-learning{
        padding:35px 20px;
    }

    .ki-next-learning h3{
        font-size:24px;
    }

    .ki-next-learning p{
        font-size:16px;
    }

    .ki-mock-btn{
        width:100%;
        justify-content:center;
    }

}

/*mocktest*/

.ki-mock-wrapper{
padding:70px 0;
}

.ki-mock-hero{
background:#132d80;
padding:60px;
border-radius:30px;
text-align:center;
color:#fff;
}

.ki-badge{
display:inline-block;
background:rgba(255,255,255,.15);
padding:10px 20px;
border-radius:30px;
margin-bottom:15px;
}

.ki-mock-hero h1{
font-size:52px;
font-weight:800;
margin-bottom:10px;
}

.ki-mock-hero p{
font-size:18px;
opacity:.9;
}

.ki-stats{
display:flex;
justify-content:center;
gap:20px;
margin:35px 0;
flex-wrap:wrap;
}

.ki-stat{
background:#fff;
color:#132d80;
width:140px;
padding:25px;
border-radius:20px;
}

.ki-stat h2{
font-size:38px;
font-weight:800;
color:#ff7a00;
margin-bottom:5px;
}

.ki-start-btn{
display:inline-block;
background:#ff7a00;
color:#fff;
padding:16px 40px;
border-radius:50px;
font-weight:700;
text-decoration:none;
font-size:18px;
}

.ki-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.05);
height:100%;
}

.ki-card h3{
margin-bottom:20px;
color:#132d80;
}

.ki-card ul{
margin:0;
padding-left:20px;
}

.ki-card li{
margin-bottom:12px;
}

.ki-attempt{
display:flex;
justify-content:space-between;
padding:14px 0;
border-bottom:1px solid #eee;
}

.ki-attempt strong{
color:#16a34a;
}

@media(max-width:768px){

.ki-mock-hero{
padding:35px 20px;
}

.ki-mock-hero h1{
font-size:34px;
}

.ki-stat{
width:100px;
padding:15px;
}

}

/*mocktest-exam*/

.ki-exam-page{
padding:30px;
}

.ki-exam-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.ki-exam-title{
font-size:32px;
font-weight:800;
color:#132d80;
}

.ki-timer-box{
background:#132d80;
color:#fff;
padding:15px 25px;
border-radius:12px;
font-weight:700;
font-size:20px;
}

.ki-exam-wrapper{
display:grid;
grid-template-columns:1fr 320px;
gap:25px;
}

.ki-question-area{
background:#fff;
padding:35px;
border-radius:25px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.ki-progress{
height:10px;
background:#eee;
border-radius:20px;
margin-top:15px;
overflow:hidden;
}

.ki-progress-bar{
height:100%;
background:#ff7a00;
width:2%;
}

#questionText{
margin:40px 0;
font-size:34px;
color:#132d80;
}

.option-card{
padding:18px 20px;
border:2px solid #e5e7eb;
border-radius:15px;
margin-bottom:15px;
cursor:pointer;
font-size:18px;
transition:.3s;
}

.option-card:hover{
border-color:#ff7a00;
}

.option-card.selected{
background:#fff7ef;
border-color:#ff7a00;
}

.option-letter{
width:45px;
height:45px;
background:#132d80;
color:#fff;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:15px;
font-weight:700;
}

.ki-nav-btns{
display:flex;
justify-content:space-between;
margin-top:30px;
}

.ki-prev,
.ki-next{
padding:14px 30px;
border:none;
border-radius:50px;
font-weight:700;
cursor:pointer;
}

.ki-prev{
background:#132d80;
color:#fff;
}

.ki-next{
background:#ff7a00;
color:#fff;
}

.ki-sidebar{
background:#fff;
padding:10px;
border-radius:25px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
height:fit-content;
position:sticky;
top:20px;
}

.ki-status-card{
display:flex;
justify-content:space-between;
margin-bottom:25px;
}

.ki-status-card h3{
color:#132d80;
font-size:28px;
}

.ki-palette{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:10px;
}

.palette-btn{
height:45px;
border:none;
border-radius:10px;
background:#f1f5f9;
cursor:pointer;
}

.palette-btn.current{
background:#ff7a00;
color:#fff;
}

.palette-btn.done{
background:#16a34a;
color:#fff;
}

.ki-submit-btn{
width:100%;
margin-top:20px;
background:#22c55e;
color:#fff;
border:none;
padding:15px;
border-radius:12px;
font-weight:700;
}

@media(max-width:991px){

.ki-exam-wrapper{
grid-template-columns:1fr;
}

#questionText{
font-size:26px;
}

}


/*login*/

.ki-login-page{
    padding:80px 0;
    position:relative;
    overflow:hidden;
}

.ki-login-page::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:#132d80;
    opacity:.05;
    top:-180px;
    left:-180px;
}

.ki-login-page::after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:#ff7a00;
    opacity:.08;
    bottom:-180px;
    right:-180px;
}

.ki-login-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.ki-logo{
    width:90px;
    height:90px;
    margin:auto;
    margin-top:40px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.ki-login-card h2{
    text-align:center;
    margin-top:20px;
    font-size:32px;
    font-weight:800;
    color:#132d80;
}

.ki-login-card p{
    text-align:center;
    color:#666;
    margin-bottom:35px;
}

.ki-login-card form{
    padding:0 40px;
}

.ki-form-group{
    margin-bottom:20px;
}

.ki-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}

.ki-form-group input{
    width:100%;
    height:58px;
    border:2px solid #edf1f7;
    border-radius:14px;
    background:#f8fafc;
    padding:0 18px;
    transition:.3s;
}

.ki-form-group input:focus{
    outline:none;
    border-color:#132d80;
    background:#fff;
}

.ki-options{
    display:flex;
    justify-content:space-between;
    margin-bottom:25px;
    font-size:14px;
}

.ki-options a{
    text-decoration:none;
    color:#132d80;
    font-weight:600;
}

.ki-login-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:14px;
    background:linear-gradient(
    135deg,
    #132d80,
    #1e40af
    );
    color:#fff;
    font-size:18px;
    font-weight:700;
}

.ki-divider{
    text-align:center;
    margin:25px 40px;
    color:#999;
    position:relative;
}

.ki-divider::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:42%;
    height:1px;
    background:#ddd;
}

.ki-divider::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    width:42%;
    height:1px;
    background:#ddd;
}

.ki-google-btn{
    width:calc(100% - 80px);
    margin:0 40px;
    height:55px;
    border:2px solid #e5e7eb;
    background:#fff;
    border-radius:14px;
    font-weight:600;
}

.ki-register{
    text-align:center;
    padding:30px 20px 40px;
    color:#666;
}

.ki-register a{
    color:#ff7a00;
    text-decoration:none;
    font-weight:700;
}

@media(max-width:768px){

    .ki-login-card h2{
        font-size:28px;
    }

    .ki-login-card form{
        padding:0 25px;
    }

    .ki-google-btn{
        width:calc(100% - 50px);
        margin:0 25px;
    }

}


/*student-dashboard*/

.ki-dashboard{
    padding: 50px 0;
}

.ki-sidebar{
    background:#fff;
    border-radius:20px;
    padding:10px;
    min-height:calc(100vh - 40px);
    position:sticky;
    top:20px;
}

.ki-user{
    text-align:center;
    margin-bottom:30px;
}

.ki-user img{
    width:90px;
    height:90px;
    border-radius:50%;
    border:4px solid #fff;
}

.ki-user h4{
    color:#fff;
    margin-top:15px;
}

.ki-user span{
    color:#dbe4ff;
    font-size:14px;
}

.ki-sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ki-sidebar li{
    margin-bottom:8px;
}

.ki-sidebar li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 18px;
    color:#000;
    border-radius:12px;
    text-decoration:none;
    transition:.3s;
    font-size: 14px;
}

.ki-sidebar li a:hover,
.ki-sidebar li.active a{
    background:#ff8610;
}

.ki-sidebar i{
    width:20px;
    text-align:center;
}

/*=========================================
            MY COURSES PAGE
=========================================*/



.ki-page-title{
    font-size:24px;
    font-weight:700;
    color:#132d80;
    margin-bottom:5px;
}

.ki-page-subtitle{
    color:#777;
    margin:0;
}

/*==========================
        Toolbar
==========================*/

.ki-course-toolbar{

    background:#fff;

    padding:20px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

/*==========================
      Search Box
==========================*/

.ki-search-box{

    position:relative;

}

.ki-search-box i{

    position:absolute;

    left:18px;

    top:18px;

    color:#999;

}

.ki-search-box input{

    width:100%;

    height:55px;

    border:none;

    outline:none;

    background:#f5f7fb;

    border-radius:50px;

    padding-left:50px;

    transition:.3s;

}

.ki-search-box input:focus{

    background:#edf3ff;

}

/*==========================
        Filter Button
==========================*/

.ki-tab-btn{

    border: none;
    background: #eef2f7;
    padding: 8px 22px;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: 600;
    transition: .3s;


}

.ki-tab-btn.active{

        background: #ff8610;
    color: #fff !important;

}

.ki-tab-btn:hover{

    background:#ff8610;

    color:#fff;

}

/*==========================
        Course Card
==========================*/

.ki-course-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.ki-course-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.ki-course-image{

    height:auto;

    overflow:hidden;

}

.ki-course-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.ki-course-card:hover img{

    transform:scale(1.08);

}

.ki-course-body{

    padding:25px;

}

.ki-course-badge{

    display:inline-block;

    background:#dcfce7;

    color:#16a34a;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:15px;

}

.ki-course-badge.completed{

    background:#dbeafe;

    color:#2563eb;

}

.ki-course-body h3{

    font-size:22px;

    font-weight:700;

    color:#132d80;

    margin-bottom:8px;

}

.ki-course-body p{

    color:#777;

    margin-bottom:18px;

}

.progress{

    height:10px;

    background:#edf2f7;

    border-radius:20px;

    overflow:hidden;

    margin-bottom:10px;

}

.progress-bar{

    border-radius:20px;

}

.ki-course-body small{

    color:#64748b;

    display:block;

    margin-bottom:25px;

}

/*==========================
        Button
==========================*/

.ki-course-btn{

    display:block;

    text-align:center;

    background:#132d80;

    color:#fff;

    text-decoration:none;

    padding:14px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.ki-course-btn:hover{

    background:#ff8610;

    color:#fff;

}

/*==========================
        Responsive
==========================*/

@media(max-width:991px){

    .ki-course-toolbar{

        text-align:center;

    }

    .ki-tab-btn{

        margin-top:15px;

    }

}

@media(max-width:768px){

    .ki-page-title{

        font-size:28px;

    }

    .ki-course-image{

        height:190px;

    }

    .ki-course-body{

        padding:20px;

    }

}

/*profile*/

/*==============================
        PROFILE PAGE
==============================*/

.profile-title{
    font-size:24px;
    font-weight:700;
    color:#132d80;
}

.profile-card,
.profile-form{

    /*background:#fff;*/

    /*border-radius:20px;*/

    padding:20px;

    box-shadow: 0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.profile-card:hover,
.profile-form:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

/*==============================
        PROFILE IMAGE
==============================*/

.profile-image{

    width:100px;

    height:100px;

    margin:auto;

    position:relative;

}

.profile-image img{

    width:70%;

    height:70%;

    border-radius:50%;

    object-fit:cover;

    border:6px solid #eef3ff;
    display: block;
    margin: 0 auto;

}

.change-photo{

    position:absolute;

    right:10px;

    bottom:10px;

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:#ff8610;

    color:#fff;

    font-size:18px;

    transition:.3s;

}

.change-photo:hover{

    transform:scale(1.1);

}

.profile-card h3{

    text-align:center;

    /*margin-top:20px;*/

    font-weight:700;

    color:#132d80;
    margin: 0;
    font-size: 18px;

}

.profile-card .badge{

    display:block;

    width:max-content;

    margin:15px auto;

    padding:8px 18px;

    border-radius:30px;

}

.student-id{

    text-align:center;

    color:#777;

    margin:5px 0;

}

.student-id strong{

    display:block;

    color:#132d80;

    font-size:17px;

}

/*==============================
        PROGRESS
==============================*/

.progress-title{

    display:flex;

    justify-content:space-between;

    margin-bottom:12px;

    font-weight:600;

}

.progress{

    height:10px;

    border-radius:20px;

    background:#edf2f7;

}

.progress-bar{

    border-radius:20px;

}

/*==============================
        FORM
==============================*/

.profile-form h4{

    margin-bottom:30px;

    color:#132d80;

    font-weight:700;
    font-size: 18px;

}

.profile-form label{

    font-weight:600;

    margin-bottom:8px;

    color:#444;

}

.form-control,
.form-select{

    height:52px;

    border-radius:12px;

    border:1px solid #e5e7eb;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.form-control:focus,
.form-select:focus{

    border-color:#132d80;

    box-shadow:0 0 0 0.2rem rgba(19,45,128,.08);

}

/*==============================
        BUTTON
==============================*/

.btn-warning{

    background:#ff8610;

    border:none;

    color:#fff;

    font-weight:600;

    border-radius:12px;

    padding:13px 28px;

}

.btn-warning:hover{

    background:#132d80;

    color:#fff;

}

.btn-primary{

    border-radius:12px;

    padding:13px 28px;

}

.btn-outline-primary{

    border-radius:12px;

}

/*==============================
      ACCOUNT INFO
==============================*/

.list-group-item{

    border:none;

    padding:16px 0;

    border-bottom:1px solid #eef2f7;

}

.list-group-item:last-child{

    border-bottom:none;

}

.list-group-item strong{

    color:#132d80;

}

/*==============================
        MOBILE
==============================*/

@media(max-width:991px){

.profile-card{

margin-bottom:25px;

}

.profile-image{

width:140px;

height:140px;

}

.profile-title{

font-size:28px;

}

}


/*profile*/

.student-sidebar{

    background:#fff;

    border-radius:20px;

    padding:25px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    position:sticky;

    top:20px;

}

.student-user{

    text-align:center;

    border-bottom:1px solid #edf2f7;

    padding-bottom:20px;

    margin-bottom:20px;

}

.student-avatar{

    width:90px;

    height:90px;

    border-radius:50%;

    border:4px solid #eef3ff;

    object-fit:cover;

}

.student-user h4{

    margin-top:15px;

    color:#132d80;

    font-weight:700;

    margin-bottom:5px;

}

.student-user span{

    background:#eef7ff;

    color:#132d80;

    padding:6px 16px;

    border-radius:30px;

    font-size:13px;

    display:inline-block;

}

.student-menu{

    display:flex;

    flex-direction:column;

    gap:10px;

}

.student-menu a{

    display:flex;

    align-items:center;

    gap:15px;

    text-decoration:none;

    color:#444;

    padding:10px 18px;

    border-radius:14px;

    transition:.3s;

    font-weight:600;

}

.student-menu a i{

    width:22px;

    text-align:center;

}

.student-menu a:hover{

    background:#f4f7fc;

    color:#132d80;

}

.student-menu a.active{

    background:#f0fdf4;

    color:#fff;

}

.student-plan{

    margin-top:30px;

    background:linear-gradient(135deg,#132d80,#1d3b9f);

    border-radius:18px;

    padding:20px;

    color:#fff;

    text-align:center;

}

.student-plan i{

    font-size:30px;

    color:#ffc107;

    margin-bottom:12px;

}

.student-plan h6{

    margin-bottom:10px;

    font-size:18px;

}

.student-plan .progress{

    height:8px;

    background:rgba(255,255,255,.2);

    border-radius:20px;

}

/*new-profile*/

/*==================================================
        STUDENT PROFILE (spf)
==================================================*/

.spf-page-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.spf-page-header h2{
    font-size:24px;
    font-weight:700;
    color:#132d80;
    margin:0;
}

.spf-page-header p{
    color:#6c757d;
    margin-top:6px;
    margin-bottom:0;
}

.spf-edit-btn{
    background:#ff8610;
    color:#fff;
    border:none;
    padding:12px 22px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.spf-edit-btn:hover{
    background:#132d80;
}

/*=========================
        MAIN CARD
=========================*/

.spf-profile-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    margin-bottom:30px;

}

/*=========================
        AVATAR
=========================*/

.spf-avatar{

    width:150px;

    height:150px;

    margin:auto;

    position:relative;

}

.spf-avatar img{

    width:100%;

    height:100%;

    border-radius:50%;

    object-fit:cover;

    border:6px solid #eef3ff;

}

.spf-avatar button{

    position:absolute;

    right:5px;

    bottom:5px;

    width:42px;

    height:42px;

    border:none;

    border-radius:50%;

    background:#ff8610;

    color:#fff;

    transition:.3s;

}

.spf-avatar button:hover{

    transform:scale(1.1);

}

.spf-profile-card h4{

    margin-top:20px;

    font-weight:700;

    color:#132d80;

    text-align:center;

}

.spf-profile-card span{

    display:inline-block;

    background:#eef4ff;

    color:#132d80;

    padding:7px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-top:8px;

}

/*=========================
        LABEL
=========================*/

.spf-profile-card label{

    font-weight:600;

    color:#555;

    margin-bottom:8px;

}

/*=========================
        INPUT
=========================*/

.spf-profile-card .form-control,
.spf-profile-card .form-select{

    height:54px;

    border-radius:14px;

    border:1px solid #e6ebf2;

    background:#f8f9fc;

    box-shadow:none;

}

.spf-profile-card textarea{

    border-radius:14px!important;

    background:#f8f9fc!important;

}

.spf-profile-card .form-control:focus,
.spf-profile-card .form-select:focus{

    border-color:#132d80;

    box-shadow:0 0 0 .15rem rgba(19,45,128,.08);

}

/*==================================
        SAVE BUTTON
==================================*/

.spf-save-btn{

    background:linear-gradient(135deg,#ff8610,#ff9f2f);

    color:#fff;

    border:none;

    padding:14px 35px;

    border-radius:14px;

    font-weight:600;

    font-size:16px;

    transition:.35s;

}

.spf-save-btn:hover{

    background:linear-gradient(135deg,#132d80,#2145a5);

    transform:translateY(-2px);

    box-shadow:0 15px 30px rgba(19,45,128,.25);

}

/*==================================
        COMMON CARD
==================================*/

.spf-card{

    background:#fff;

    border-radius:22px;

    padding:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.spf-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.spf-card-header{

    margin-bottom:25px;

}

.spf-card-header h4{

    font-size:24px;

    font-weight:700;

    color:#132d80;

    margin-bottom:8px;

}

.spf-card-header p{

    color:#777;

    margin:0;

}

/*==================================
      PASSWORD BUTTON
==================================*/

.spf-password-btn{

    width:100%;

    border:none;

    background:#132d80;

    color:#fff;

    padding:14px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;

}

.spf-password-btn:hover{

    background:#ff8610;

}

/*==================================
        SUMMARY
==================================*/

.spf-summary-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #eef2f7;

}

.spf-summary-item:last-child{

    border:none;

}

.spf-summary-item span{

    color:#666;

}

.spf-summary-item strong{

    color:#132d80;

    font-weight:700;

}

/*==================================
        PROGRESS
==================================*/

.progress{

    height:10px;

    background:#edf2f7;

    border-radius:20px;

    overflow:hidden;

}

.progress-bar{

    border-radius:20px;

}

/*==================================
        READONLY FIELD
==================================*/

.form-control[readonly]{

    background:#eef3f8;

    color:#666;

    cursor:not-allowed;

    font-weight:600;

}

/*==================================
        MOBILE
==================================*/

@media(max-width:991px){

.spf-page-header{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

.spf-profile-card{

padding:25px;

}

.spf-avatar{

width:120px;

height:120px;

margin-bottom:20px;

}

.spf-card{

margin-top:20px;

}

}

@media(max-width:576px){

.spf-page-header h2{

font-size:28px;

}

.spf-profile-card{

padding:20px;

}

.spf-card{

padding:20px;

}

.spf-save-btn{

width:100%;

}

}

/*=========================================
        ABOUT HERO
=========================================*/

.abt-hero-section{

    padding:90px 0;

    background:#f7faff;

    overflow:hidden;

}

.abt-subtitle{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff4ea;

    color:#ff8610;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:25px;

}

.abt-section-title{
    font-weight: bold;
    color: #132d80;
}

.abt-title{

    font-size:35px;

    font-weight:700;

    line-height:1.2;

    color:#132d80;

    margin-bottom:25px;

}

.abt-description{

    color:#666;

    font-size:17px;

    line-height:1.9;

    margin-bottom:35px;

}

.abt-btn-group{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.abt-btn-primary{

    background:#ff8610;

    color:#fff;

    text-decoration:none;

    padding:15px 32px;

    border-radius:12px;

    font-weight:600;

    transition:.35s;

}

.abt-btn-primary:hover{

    background:#132d80;

    color:#fff;

}

.abt-btn-outline{

    border:2px solid #132d80;

    color:#132d80;

    text-decoration:none;

    padding:14px 30px;

    border-radius:12px;

    font-weight:600;

    transition:.35s;

}

.abt-btn-outline:hover{

    background:#132d80;

    color:#fff;

}

.abt-image-box{

    position:relative;

}

.abt-image-box img{

    max-width:95%;

}

/*=========================================
        INFO CARDS
=========================================*/

.abt-info-section{

    margin-top:-40px;

    padding-bottom:80px;

}

.abt-info-card{

    background:#fff;

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.abt-info-card:hover{

    transform:translateY(-8px);

}

.abt-info-card i{

    width:75px;

    height:75px;

    line-height:75px;

    border-radius:50%;

    background:#fff4ea;

    color:#ff8610;

    font-size:28px;

    margin-bottom:20px;

}

.abt-info-card h3{

    color:#132d80;

    font-size:36px;

    font-weight:700;

    margin-bottom:8px;

}

.abt-info-card p{

    color:#666;

    margin:0;

    font-size:17px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.abt-hero-section{

padding:70px 0;

text-align:center;

}

.abt-title{

font-size:38px;

}

.abt-btn-group{

justify-content:center;

margin-bottom:40px;

}

.abt-info-card{

margin-bottom:25px;

}

}

@media(max-width:576px){

.abt-title{

font-size:30px;

}

.abt-description{

font-size:15px;

}

.abt-btn-primary,
.abt-btn-outline{

width:100%;

text-align:center;

}

}

/*=====================================
        WHO WE ARE
======================================*/

.abt-about-section{

    padding:90px 0;

    background:#fff;

}

.abt-about-image{

    position:relative;

}

.abt-about-image img{

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.abt-exp-box{

    position:absolute;

    bottom:30px;

    right:-20px;

    background:#132d80;

    color:#fff;

    padding:25px;

    border-radius:20px;

    text-align:center;

    width:180px;

}

.abt-exp-box h2{

    font-size:42px;

    margin:0;

    color:#fff;

}

.abt-exp-box span{

    font-size:15px;

}

.abt-small-title{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff4ea;

    color:#ff8610;

    padding:10px 22px;

    border-radius:30px;

    margin-bottom:20px;

    font-weight:600;

}

.abt-main-title{

    font-size:22px;

    color:#132d80;

    font-weight:700;

    margin-bottom:25px;

}

.abt-text{

    color:#666;

    line-height:1.9;

    margin-bottom:18px;

}

.abt-feature{

    background:#f8f9fc;

    padding:18px 22px;

    border-radius:15px;

    font-weight:600;

    color:#132d80;

    transition:.3s;

}

.abt-feature:hover{

    background:#132d80;

    color:#fff;

}

.abt-feature i{

    color:#ff8610;

    margin-right:10px;

}

/*=====================================
        MISSION & VISION
======================================*/

.abt-mission-section{

    padding:90px 0;

    background:#f7faff;

}

.abt-mission-card,
.abt-vision-card{

    background:#fff;

    border-radius:22px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

    border-top:5px solid #132d80;

}

.abt-vision-card{

    border-top:5px solid #ff8610;

}

.abt-mission-card:hover,
.abt-vision-card:hover{

    transform:translateY(-10px);

}

.abt-mission-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#eef4ff;

    color:#132d80;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

}

.abt-vision-card .abt-mission-icon{

    background:#fff4ea;

    color:#ff8610;

}

.abt-mission-card h3,
.abt-vision-card h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

    color:#132d80;

}

.abt-mission-card p,
.abt-vision-card p{

    color:#666;

    line-height:1.9;

}

.abt-mission-card ul,
.abt-vision-card ul{

    margin-top:25px;

    padding:0;

    list-style:none;

}

.abt-mission-card ul li,
.abt-vision-card ul li{

    padding:12px 0;

    color:#444;

    border-bottom:1px solid #eef2f7;

}

.abt-mission-card ul li:last-child,
.abt-vision-card ul li:last-child{

    border-bottom:none;

}


/*==========================================
        OUR COURSES PAGE
==========================================*/

.oc-hero{
    padding:90px 0;
    background:linear-gradient(135deg,#f8fbff,#eef4ff);
    overflow:hidden;
}

.oc-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff4ea;
    color:#ff8610;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

.oc-title{
    font-size:32px;
    font-weight:bold;
    color:#132d80;
    line-height:1.2;
    margin-bottom:25px;
}

.oc-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.oc-banner{
    max-width:100%;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0);
}

}

/*==========================================
            FEATURE
==========================================*/

.oc-feature{

display:flex;

align-items:center;

gap:18px;

background:#fff;

padding:18px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

height:100%;

transition:.3s;

}

.oc-feature:hover{

transform:translateY(-6px);

}

.oc-icon{

width:60px;

height:60px;

display:flex;

justify-content:center;

align-items:center;

border-radius:18px;

color:#fff;

font-size:24px;

flex-shrink:0;

}

.oc-feature h6{

font-weight:700;

margin-bottom:6px;

color:#132d80;

}

.oc-feature p{

margin:0;

font-size:14px;

color:#777;

}

/*==========================================
        SECTION TITLE
==========================================*/

.oc-course-area{

padding:90px 0 0 0;

background:#fff;

}

.oc-small-title{

display:inline-block;

background:#eef4ff;

padding:8px 18px;

border-radius:30px;

color:#132d80;

font-weight:600;

margin-bottom:18px;

}

.oc-course-area h2{

font-size:42px;

font-weight:700;

color:#132d80;

margin-bottom:15px;

}

.oc-course-area p{

color:#777;

}

/*==========================================
            FILTER
==========================================*/

.oc-filter{

display:flex;

gap:12px;

flex-wrap:wrap;

}

.oc-filter button{

border:none;

background:#eef3ff;

padding:12px 22px;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.oc-filter button:hover{

background:#132d80;

color:#fff;

}

.oc-filter button.active{

background:#ff8610;

color:#fff !important;

}

/*==========================================
            SEARCH
==========================================*/

.oc-search{

position:relative;

}

.oc-search input{

width:100%;

height:54px;

border:none;

outline:none;

background:#f5f7fb;

padding-left:20px;

padding-right:60px;

border-radius:50px;

}

.oc-search button{

position:absolute;

right:6px;

top:6px;

width:42px;

height:42px;

border:none;

border-radius:50%;

background:#132d80;

color:#fff;

}

/*==========================================
        COURSE CARD
==========================================*/

.oc-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

height:100%;

}

.oc-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.oc-card-image{

position:relative;

height:210px;

overflow:hidden;

}

.oc-card-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.oc-card:hover img{

transform:scale(1.08);

}

.oc-card-body{

padding:25px;

}

.oc-card-body h4{

font-size:18px;

font-weight:700;

color:#132d80;

margin-bottom:10px;

}

.oc-card-body p{

color:#777;

margin-bottom:18px;

}

/*==========================================
        COURSE BADGE
==========================================*/

.oc-badge-green,
.oc-badge-blue,
.oc-badge-orange,
.oc-badge-purple{

    position:absolute;

    left:15px;

    top:15px;

    color:#fff;

    padding:7px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    z-index:2;

}

.oc-badge-green{

    background:#28a745;

}

.oc-badge-blue{

    background:#0d6efd;

}

.oc-badge-orange{

    background:#ff8610;

}

.oc-badge-purple{

    background:#6f42c1;

}

/*==========================================
        COURSE META
==========================================*/

.oc-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:18px;

    padding:15px 0;

    border-top:1px solid #eef2f7;

    border-bottom:1px solid #eef2f7;

}

.oc-meta span{

    font-size:14px;

    color:#666;

}

.oc-meta i{

    color:#ff8610;

    margin-right:6px;

}

/*==========================================
        CARD FOOTER
==========================================*/

    .oc-footer h3 span{text-decoration: line-through;
    font-size: 18px;
    color: #958b8b;
    margin-left: 10px;
}

.oc-footer{

    margin-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.oc-footer h3{

    font-size:24px;

    color:#132d80;

    font-weight:700;

    margin:0;

}

.oc-footer a{

    text-decoration: none;
    background: #132d80;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;

}

.oc-footer a:hover{

    background:#ff8610;

    color:#fff;

}

/*==========================================
        CTA
==========================================*/

.oc-cta{

    margin-top:80px;

    background:linear-gradient(135deg,#132d80,#2045a4);

    border-radius:30px;

    padding:60px;

    color:#fff;

}

.oc-cta h2{

    color:#fff;

    font-size:38px;

    font-weight:700;

    margin-bottom:15px;

}

.oc-cta p{

    color:#dfe8ff;

    margin:0;

}

.oc-contact-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#ff8610;

    color:#fff;

    text-decoration:none;

    padding:15px 30px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.oc-contact-btn:hover{

    background:#fff;

    color:#132d80;

}

/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

.oc-title{

font-size:38px;

text-align:center;

}

.oc-text{

text-align:center;

}

.oc-badge{

margin:auto auto 25px;

}

.oc-banner{

margin-top:40px;

}

.oc-filter{

justify-content:center;

margin-bottom:25px;

}

.oc-search{

margin-top:20px;

}

.oc-cta{

padding:40px 30px;

text-align:center;

}

.oc-contact-btn{

margin-top:20px;

}

}

@media(max-width:576px){

.oc-title{

font-size:30px;

}

.oc-course-area h2{

font-size:30px;

}

.oc-card-body{

padding:20px;

}

.oc-footer{

flex-direction:column;

gap:15px;

align-items:flex-start;

}

.oc-footer a{

width:100%;

text-align:center;

}

.oc-cta{

padding:30px 20px;

}

.oc-cta h2{

font-size:28px;

}

}

.oc-discount{

    position:absolute;

    top:15px;

    right:15px;

    background:#ff3b30;

    color:#fff;

    padding:7px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

.oc-rating{

    margin-bottom:12px;

}

.oc-rating i{

    color:#ffc107;

    font-size:13px;

}

.oc-rating span{

    color:#666;

    font-size:13px;

    margin-left:5px;

}

.oc-price-area{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:20px;

}

.oc-price-area h3{

    font-size:30px;

    color:#132d80;

    margin:0;

    font-weight:700;

}

.oc-price-area del{

    color:#999;

    font-size:17px;

    margin-left:8px;

}

.oc-price-area small{

    display:block;

    color:#28a745;

    font-weight:600;

}

.oc-details-btn{

    display:block;

    width:100%;

    text-align:center;

    margin-top:20px;

    background:#132d80;

    color:#fff;

    padding:14px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.oc-details-btn:hover{

    background:#ff8610;

    color:#fff;

}

.oc-card-image{
    height:180px;
}

.oc-price-box{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:20px;

}

.oc-save{

    background:#e8f8ec;

    color:#28a745;

    padding:6px 12px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}



/*=========================================
        COURSE DETAILS
==========================================*/

.cd-hero{

    padding:80px 0 40px 0;

    background:linear-gradient(135deg,#f8fbff,#eef4ff);

}

.cd-category{

    display:inline-block;

    background:#fff4ea;

    color:#ff8610;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:20px;

}

.cd-hero h1{

    font-size:36px;

    font-weight:700;

    color:#132d80;

    margin-bottom:20px;

}

.cd-hero p{

    color:#666;

    line-height:1.8;

    font-size:17px;

}

.cd-meta{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

    margin-top:30px;

}

.cd-meta span{

    color:#555;

    font-size:15px;

}

.cd-meta i{

    color:#ff8610;

    margin-right:6px;

}

/*=========================
        PRICE CARD
=========================*/

.cd-price-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    position:sticky;

    top:100px;

}

.cd-price-card h3{

    font-size:30px;

    font-weight:700;

    color:#132d80;

}

.cd-price-card del{

    color:#999;

    font-size:22px;

    margin-left:8px;

}

.cd-price-card p{

    color:#28a745;

    font-weight:600;
    font-size: 14px;

}

.cd-buy-btn{

    display:block;

    width:100%;

    background:#ff8610;

    color:#fff;

    text-align:center;

    padding:15px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    margin-top:20px;

    transition:.3s;

}

.cd-buy-btn:hover{

    background:#132d80;

    color:#fff;

}

.cd-cart-btn{

    display:block;

    width:100%;

    margin-top:15px;

    text-align:center;

    padding:14px;

    border:2px solid #132d80;

    border-radius:12px;

    color:#132d80;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.cd-cart-btn:hover{

    background:#132d80;

    color:#fff;

}

/*=========================
        VIDEO
=========================*/

.cd-video{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.cd-video img{

    width:100%;

    border-radius:20px;

}

.cd-play{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:90px;

    height:90px;

    border-radius:50%;

    background:#ff8610;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    text-decoration:none;

    transition:.3s;

}

.cd-play:hover{

    background:#132d80;

    color:#fff;

    transform:translate(-50%,-50%) scale(1.1);

}

/*=========================
        ABOUT
=========================*/

.cd-about{

    margin-top:40px;

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.cd-about h3{

    color: #132d80;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;

}

.cd-about p{

    color:#666;

    line-height:1.9;

}

/*=========================================
        SECTION TITLE
==========================================*/

.cd-section-title{

    margin-bottom:35px;

}

.cd-section-title h2{

    font-size:38px;

    font-weight:700;

    color:#132d80;

    margin-bottom:10px;

}

.cd-section-title p{

    color:#666;

    margin:0;

}


/*=========================================
        CURRICULUM
==========================================*/

.cd-curriculum{

    background:#f8fbff;

}

.cd-curriculum .accordion-item{

    border:none;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    margin-bottom:20px;

}

.cd-curriculum .accordion-button{

    background:#fff;

    font-size:18px;

    font-weight:600;

    color:#132d80;

    padding:22px;

    box-shadow:none;

}

.cd-curriculum .accordion-button:not(.collapsed){

    background:#132d80;

    color:#fff;

}

.cd-curriculum .accordion-body{

    background:#fff;

    padding:25px;

}

.cd-lesson-list{

    list-style:none;

    margin:0;

    padding:0;

}

.cd-lesson-list li{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #eef2f7;

    color:#555;

}

.cd-lesson-list li:last-child{

    border-bottom:none;

}

.cd-lesson-list i{

    color:#ff8610;

    margin-right:10px;

}


/*=========================================
        SIDEBAR
==========================================*/

.cd-sidebar{

    background:#fff;

    border-radius:20px;

    padding:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.cd-sidebar h4{

    color:#132d80;

    margin-bottom:20px;

    font-weight:700;
    font-size: 18px;

}

.cd-sidebar ul{

    list-style:none;

    padding:0;

    margin:0;

}

.cd-sidebar li{

    padding:14px 0;

    border-bottom:1px solid #eef2f7;

    color:#555;

}

.cd-sidebar li:last-child{

    border-bottom:none;

}

.cd-sidebar i{

    color:#ff8610;

    width:25px;

}


/*=========================================
        INSTRUCTOR
==========================================*/

.cd-instructor{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    margin-top:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.cd-instructor img{

    width:120px;

    height:120px;

    object-fit:cover;

    border:5px solid #eef4ff;

    margin-bottom:20px;

}

.cd-instructor h3{

    color:#132d80;

    font-weight:700;

}

.cd-instructor span{

    color:#ff8610;

    font-weight:600;

}

.cd-instructor p{

    color:#666;

    margin:20px 0;

}

.cd-teacher-info{

    display:flex;

    justify-content:space-between;

    margin-top:20px;

}

.cd-teacher-info strong{

    display:block;

    color:#132d80;

    font-size:22px;

}

.cd-teacher-info small{

    color:#777;

}


/*=========================================
        REVIEW
==========================================*/

.cd-review-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.cd-review-card h5{

    color:#132d80;

    margin:0;

}

.cd-review-card p{

    color:#666;

    line-height:1.8;

}

.cd-rating-box{

    background:#132d80;

    color:#fff;

    border-radius:20px;

    text-align:center;

    padding:50px 30px;

}

.cd-rating-box h2{

    font-size:70px;

    margin-bottom:10px;

}


/*=========================================
        RELATED COURSE
==========================================*/

.cd-related-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

    transition:.35s;

}

.cd-related-card:hover{

    transform:translateY(-8px);

}

.cd-related-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.cd-related-card h5{

    padding:20px 20px 10px;

    color:#132d80;

    font-weight:700;

}

.cd-related-card span{

    display:block;

    padding:0 20px;

    color:#ff8610;

    font-size:24px;

    font-weight:700;

}

.cd-related-card a{

    display:block;

    margin:20px;

    text-align:center;

    background:#132d80;

    color:#fff;

    padding:12px;

    border-radius:12px;

    text-decoration:none;

    transition:.3s;

}

.cd-related-card a:hover{

    background:#ff8610;

}


/*=========================================
        CTA
==========================================*/

.cd-bottom-cta{

    padding:70px 0;

    background:linear-gradient(135deg,#132d80,#1d4ed8);

    color:#fff;

}

.cd-bottom-cta h2{

    font-size:40px;

    font-weight:700;

}

.cd-bottom-cta p{

    color:#dce7ff;

    margin-top:15px;

}


/*=========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

.cd-hero{

text-align:center;

}

.cd-meta{

justify-content:center;

}

.cd-price-card{

position:relative;

top:0;

margin-top:40px;

}

.cd-bottom-cta{

text-align:center;

}

.cd-buy-btn{

margin-top:20px;

}

.cd-teacher-info{

flex-direction:column;

gap:20px;

}

}

@media(max-width:576px){

.cd-hero h1{

font-size:32px;

}

.cd-section-title h2{

font-size:28px;

}

.cd-meta{

gap:12px;

}

.cd-play{

width:70px;

height:70px;

font-size:24px;

}

.cd-rating-box h2{

font-size:50px;

}

.cd-related-card img{

height:180px;

}

}

/*=========================
        COUPON
=========================*/

.cd-coupon-box{

    margin:25px 0;

}

.cd-coupon-box label{

    display:block;

    font-weight:600;

    color:#132d80;

    margin-bottom:10px;

}

.cd-coupon-wrap{

    display:flex;

    border:2px solid #eef2f7;

    border-radius:12px;

    overflow:hidden;

}

.cd-coupon-wrap input{

    flex:1;

    border:none;

    outline:none;

    padding:14px;

    font-size:15px;

}

.cd-coupon-wrap button{

    border:none;

    background:#132d80;

    color:#fff;

    padding:0 5px;

    font-weight:600;

    transition:.3s;

}

.cd-coupon-wrap button:hover{

    background:#ff8610;

}

.cd-coupon-box small{

    display:block;

    margin-top:8px;

    color:#888;

}



@media(max-width:768px){
    .ki-course-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
.ki-section-title p {
    color: #666;
    font-size: 16px;
}
.ki-about-content h2{
    font-size:22px;
}
.about-box h3{
    font-size:22px;
}
.ki-about-content p{
    font-size: 16px;
}

.ki-mock-content p{
    font-size:16px;
}
.ki-feature{
    text-align: left;
}
.ki-mocktest-section{
    padding: 40px 0;
}
.ki-faq-header p{
    font-size:16px;
}
.ki-footer-social {
    margin: 25px 0;
}

.ki-top-header{
    display: none;
}
.btn-student{
    font-size:13px;
}
.btn-student, .btn-teacher {
    padding: 7px 8px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    display: inline;
    margin-left: 10px;
}

.ki-stat-card span {
    color: #1b2f6d;
    font-weight: bold;
    font-size: 12px;
}

.ki-hero-stats{
    flex-wrap: inherit;
}

.cd-hero p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    text-align: left;
}

.cd-bottom-cta h2 {
    font-size: 24px;
    font-weight: 700;
}

.cd-hero {
    padding: 40px 0 40px 0;
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
}

.logo-wrapper h2 {
    font-weight: 800;
    margin: 0;
    color: #1b2f6d;
    font-size: 17px;
}

.logo-wrapper small{
    font-size: 13px;
}

.ki-navbar {
    background: transparent;
  border:none;
    position: absolute;
    top: 19px;
    right: 10px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 70px;
    width: 83%;
}

.text-end {
    text-align: right !important;
    padding: 10px;

}

.ki-hero-section h1 span {
    color: #ff7300;
    display: block;
    font-size: 33px;
}

.ki-stat-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    min-width: 110px;
}

.ki-stat-card h4 {
    margin: 0;
    color: #ff7300;
    font-size: 22px;
    font-weight: 800;
}

.ki-hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: inherit;
}

.btn-start {
    background: #ff7300;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}
.ki-hero-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.ki-footer h4{
    font-size: 20px;
}

.ki-login-page {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.ki-topbar{
    display: inline !important;
}

.ki-search {
    position: relative;
    width: 100% !important;
}
.ki-test-page {
    padding: 10px 2px;
}

    #question {
        font-size: 17px;
        line-height: 22px;
    }
    
    .ki-timer {
    background: #132d80;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-weight: 700;
    width: 60%;
}

}


















