@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    /* padding: 0 30px; */
}
/*** font-family: "Marcellus", serif; */
a {
    text-decoration: none;
}


header{
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}
header .logobox{
    padding: 10px 15px;
}
header .logobox img{
    width: 100%;
}
header .menubox{}
header .menubox > ul{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 13px;
    justify-content: center;
}
header .menubox > ul > li{
    width: auto;
    position: relative;
}
header .menubox > ul > li > a{
    display: block;
    padding: 40px 5px;
    color: #000;
}
header .menubox > ul > li > ul{
    border: none;
    top: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 220px;
    display: block;
    border-radius: 0;
    padding: 10px 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    list-style: none;
    background: #21275d;
    -webkit-transition: .6s;
    transition: .6s;
    box-shadow: 1px 5px 15px 0 rgb(0 0 0 / 10%);
    text-align: left;
    padding: 15px 0;
    }
header .menubox > ul > li > ul > li{}
header .menubox > ul > li > ul > li > a{
    font-size: 15px;
    color: #ffffff;
    padding: 11px 15px;
    display: block;
    }
header .menubox > ul > li > ul > li > a:hover{background: #ffffff14;}
header .menubox > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 99;
}
header .callbox{
    padding: 30px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
header .callbox .callbtn{
    display: inline-block;
    padding: 9px 14px;
    border: 2px solid #2a3890;
    border-radius: 6px;
    color: #2a3890;
}
header .callbox .enqbtn{
    display: inline-block;
    padding: 9px 14px;
    border: 2px solid #FFC107;
    border-radius: 5px;
    color: #ffffff;
    background: #FFC107;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Left dark → Right transparent */
    background: linear-gradient(to right, rgb(9 14 47 / 89%) 0%, rgb(42 56 144 / 81%) 40%, rgb(247 187 7 / 23%) 100%);
}
.widget-slide{background-image: url(../image/slidebg.jpeg);background-repeat: no-repeat;background-size: cover;padding-top: 2%;position: relative;}

.widget-slide .leftbox{position: relative;z-index: 1;padding-left: 3%;padding-bottom: 3%;padding-top: 70px;}
.widget-slide .leftbox > span{
    color: #ffc107;
    text-transform: uppercase;
}
.widget-slide .leftbox > h3{
    font-size: 46px;

    font-weight: 600;
    color: #fff;
}
.widget-slide .leftbox > p{
    color: #fff;
}
.widget-slide .leftbox > ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.widget-slide .leftbox > ul > li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.widget-slide .leftbox > ul > li > .icon{
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 48px;
}
.widget-slide .leftbox > ul > li > .icon img{
    width: 45px;
}
.widget-slide .leftbox > ul > li > .detbox{}
.widget-slide .leftbox > ul > li > .detbox .head{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.widget-slide .leftbox > ul > li > .detbox .subhead{
    color: #c2c2c2;
    display: block;
    font-size: 14px;
}
.widget-slide .leftbox a{
    display: inline-block;
    padding: 10px 14px;
    border: 2px solid #FFC107;
    border-radius: 6px;
    color: #ffffff;
    background: #ffc107;
}
.widget-slide .rightbox{
    position: relative;
    z-index: 1;
}
.widget-slide .rightbox img{
    width: 460px;
}

.widget-slide .rightbox .detbox{
    position: absolute;
    bottom: 26px;
    width: 480px;
    background: #23275aeb;
    padding: 25px;
    border-radius: 5px;
}
.widget-slide .rightbox .detbox h3{
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.widget-slide .rightbox .detbox .qualification{
    color: #ffc107;
    display: block;
}
.widget-slide .rightbox .detbox .position{
    color: #fff;
    display: block;
}
.slidefooter{
    position: relative;
    z-index: 1;
    /* border-top: 2px solid #ffffff33; */
    background: #1b2157e3;
}
.slidefooter ul{
    margin: 0;
    display: flex;
    gap: 40px;
    list-style: none;
    align-items: center;
}
.slidefooter ul li{
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 17px;
}
.slidefooter ul li span.subnum{position: relative;color: #ffc107;font-size: 32px;font-weight: 600;}
.slidefooter ul li span.subnum::before{content: "";position: absolute;width: 100px;height: 2px;background: #ffc107;top: -5px;}
.slidefooter ul li span.subhead{
    color: #fff;
}


.widget-course{
    padding: 3% 0;
}
.widget-course .coursebox{}
.widget-course .coursebox .innerbox{
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 2px 3px 4px 0 #eeeeeea3;
}
.widget-course .coursebox .innerbox h3{
    font-size: 20px;
    position: relative;
    margin-bottom: 33px;
    font-weight: 800;
    color: #1b2154;
}
.widget-course .coursebox .innerbox h3::before{content: "";position: absolute;width: 42px;background: #1b2154;height: 2px;bottom: -8px;border-radius: 2px;}
.widget-course .coursebox .innerbox ul{
    padding: 0;
    list-style: none;
}
.widget-course .coursebox .innerbox ul li{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px;
    background: #eee;
    border-radius: 19px;
}
.widget-course .coursebox .innerbox ul li .icon{
    background: #243B75;
    padding: 10px;
    border-radius: 10px;
}
.widget-course .coursebox .innerbox ul li .icon img{width: 63px;}
.widget-course .coursebox .innerbox ul li .detbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-course .coursebox .innerbox ul li .detbox span{
    font-weight: 700;
    font-size: 18px;
}
.widget-course .coursebox .innerbox ul li .detbox p{
    margin: 0;
}
.widget-course .coursebox .innerbox > .btnbox{text-align:center;}
.widget-course .coursebox .innerbox > .btnbox a{
    display: inline-block;
    padding: 9px 14px;
    border: 2px solid #1b2154;
    border-radius: 5px;
    color: #ffffff;
    background: #1b2154;
    font-size: 14px;
}
.widget-course .rightbox{}
.widget-course .rightbox .innerbox{
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 2px 3px 4px 0 #eeeeeea3;
    }
.widget-course .rightbox .innerbox h3{font-size: 20px;
    position: relative;
    margin-bottom: 33px;
    font-weight: 800;
    color: #1b2154;}
.widget-course .rightbox .innerbox h3::before{content: "";position: absolute;width: 42px;background: #1b2154;height: 2px;bottom: -8px;border-radius: 2px;}
.widget-course .rightbox .innerbox h3 span{
    font-weight: 300;
    color: #7c7c7c;
}
.widget-course .rightbox .innerbox ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
}
.widget-course .rightbox .innerbox ul li{
    width: 25%;
}
.widget-course .rightbox .innerbox ul li img{
    width: 100%;
    box-shadow: 0px 5px 14px 0 #d9d9d9;
}
.widget-course .rightbox .innerbox .btnbox{
    text-align: CENTER;
    padding-top: 65px;
}
.widget-course .rightbox .innerbox .btnbox a{
    display: inline-block;
    padding: 9px 14px;
    border: 2px solid #1b2154;
    border-radius: 5px;
    color: #ffffff;
    background: #1b2154;
    font-size: 14px;
}

.widget-course .ytbox{
    padding-top: 25px;
}
.widget-course .ytbox .innerbox{ border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 2px 3px 4px 0 #eeeeeea3;}
.widget-course .ytbox .innerbox h3{font-size: 20px;
    position: relative;
    margin-bottom: 33px;
    font-weight: 800;
    color: #1b2154;}
.widget-course .ytbox .innerbox h3::before{content: "";position: absolute;width: 42px;background: #1b2154;height: 2px;bottom: -8px;border-radius: 2px;}
.widget-course .ytbox .innerbox ul{
    padding: 0;
    display: flex;
    list-style: none;
    gap: 15px;
}
.widget-course .ytbox .innerbox ul li {
    position: relative;
}
.widget-course .ytbox .innerbox ul li button{
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    margin: 0 auto;
    background: none;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    top: 0;
    right: 0;
    margin: 0 AUTO;
    LEFT: 0;
    TOP: 70PX;
}
.widget-course .ytbox .innerbox ul li img{border-radius: 0px;width: 100%;}
.widget-course .ytbox .innerbox ul li::before{content: "";position: absolute;background: #000000a6;top: 0;bottom: 0;left: 0;right: 0;}

.videopopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.videopopup .popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    animation: popupFade 0.3s ease-in-out;
    margin: 0 auto;
    top: 10%;
    background: #fff;
    padding: 2%;
    height: auto;
}

@keyframes popupFade {
    from { transform: scale(0.8); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

#youtubeFrame {
    width: 100%;
    height: 450px;
    border-radius: 5px;
}

.close-popup {
    position: absolute;
    top: -13px;
    right: 5px;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}


.widget-testimonial{}
.widget-testimonial .innerbox{
    padding: 15px;
}
.widget-testimonial .innerbox h3{font-size: 20px;
    position: relative;
    margin-bottom: 33px;
    font-weight: 800;
    color: #1b2154;}
.widget-testimonial .innerbox h3:before{content: "";position: absolute;width: 42px;background: #1b2154;height: 2px;bottom: -8px;border-radius: 2px;}

.widget-testimonial .innerbox ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}
.widget-testimonial .innerbox ul li{
    padding: 20px;
    background: #F5F5F5;
    border-radius: 6px;
    width: 33.33%;
}
.widget-testimonial .innerbox ul li .iconbox{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.widget-testimonial .innerbox ul li .iconbox img{
    width: 72px;
    border-radius: 45px;
}
.widget-testimonial .innerbox ul li .iconbox .detbox{}
.widget-testimonial .innerbox ul li .iconbox .detbox .studentname{
    display: block;
    font-weight: 800;
}
.widget-testimonial .innerbox ul li .iconbox .detbox .rank{
    font-weight: 400;
    font-size: 14px;
}
.widget-testimonial .innerbox ul li .iconbox .detbox .ratebox{}
.widget-testimonial .innerbox ul li .iconbox .detbox .ratebox i{
    color: #FFC107;
}
.widget-testimonial .innerbox ul li p{
    margin: 0;
    font-size: 15px;
}

.widget-top{
    padding: 30px 0;
}
.widget-top .innerbox{ padding: 15px;}
.widget-top .innerbox h3{font-size: 20px;
    position: relative;
    margin-bottom: 33px;
    font-weight: 800;
    color: #1b2154;}
.widget-top .innerbox h3::before{content: "";position: absolute;width: 42px;background: #1b2154;height: 2px;bottom: -8px;border-radius: 2px;}

.widget-top .innerbox ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}
.widget-top .innerbox ul li{
    width: 14.29%;
}
.widget-top .innerbox ul li figure{
    position: relative;
}
.widget-top .innerbox ul li figure span{
    position: absolute;
    left: 12px;
    top: 12px;
    background: #eee;
    padding: 5px 7px;
    background: #1b2154;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
}
.widget-top .innerbox ul li figure img{
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
.widget-top .innerbox ul li hr{
    margin: 9px 0;
}
.widget-top .innerbox ul li span.course{
    display: block;
    text-align: CENTER;
    font-weight: 600;
    font-size: 14px;
}
.widget-top .innerbox ul li span.rank{
    display: block;
    text-align: CENTER;
    font-size: 14px;
}
.widget-top .innerbox ul li h4{
    text-align: CENTER;
    font-size: 17px;
    font-weight: 800;
    color: #1b2153;
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float img {
    width: 28px;
}

/* Tooltip */
.whatsapp-float .tooltip {
    position: absolute;
    right: 65px;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
}

/* Tooltip arrow */
.whatsapp-float .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}

/* Hover effect */
.whatsapp-float:hover .tooltip {
    opacity: 0;
    visibility: hidden;
}


footer{
    background: #1b2154;
    padding-top: 4%;
}
footer .leftbox{}
footer .leftbox img{
    width: 273px;
    margin-bottom: 20px;
}
footer .leftbox p{
    color: #fff;
}

footer .secondbox{}
footer .secondbox h3{
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
    position: relative;
}
footer .secondbox h3:before{content:"";position:absolute;width: 30px;height: 1px;background: #2a3890;bottom: -10px;}
footer .secondbox ul{
    padding: 0;
    list-style: none;
    margin: 0;
    list-style: none;
}
footer .secondbox ul li{}
footer .secondbox ul li a{
    display: block;
    color: #fff;
    padding: 3px 0;
    color: #b9b9b9;
}
footer .lastbox{}
footer .lastbox h3{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
footer .lastbox ul.contdet{
    list-style: none;
    padding: 0;
}
footer .lastbox ul.contdet li{
    margin-bottom: 13px;
}
footer .lastbox ul.contdet li a{
    display: block;
    color: #fff;
    position: relative;
    padding: 4px 0;
    padding-left: 44px;
    padding-top: 0;
}
footer .lastbox ul.contdet li a i{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    text-align: CENTER;
    padding-top: 6px;
    top: 0;
    border-radius: 9px;
}
footer .lastbox ul.socialdet{
    padding: 0;
    list-style: none;
    display: flex;
}
footer .lastbox ul.socialdet li{
    width: 50px;
}
footer .lastbox ul.socialdet li a{
    width: 40px;
    height: 40px;
    border: 2px solid #eee;
    text-align: CENTER;
    padding-top: 6px;
    top: 0;
    border-radius: 10px;
    display: block;
    color: #fff;
}
footer .lastbox ul.socialdet li a i{}
footer .copyright{
    border-top: 1px solid #232b6a;
    padding-top: 15px;
}
footer .copyright p{
    color: #fff;
}
footer .copyright p a{
    color: #fff;
    font-weight: 700;
}

.widget-about{
    padding: 35px 0;
}
.widget-about .contentbox{
    padding: 0 45px;
}
.widget-about .contentbox p{
    font-weight: 300;
}
.widget-breadcrumb{
    padding: 35px 0;
    background: #1b2154;
}
.widget-breadcrumb .innerbox{
    text-align: CENTER;
}
.widget-breadcrumb .innerbox h3{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.widget-books{
    padding: 35px 0;
}
.widget-books ul.books{
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 20px;
}
.widget-books ul.books li{
    width: 25% !important;
}
.widget-books ul.books li img{
    width: 100%;
}
.widget-gallery-grid{padding: 30px 0;}

.gallery-category{
display:block;
text-decoration:none;
color:#000;
border:1px solid #eee;
padding:10px;
}

.gallery-category img{
width:100%;
height:250px;
object-fit:cover;
}

.gallery-category h3{
text-align:center;
margin-top:10px;
font-size:22px;
}


.widget-contact{
    padding: 5% 0;
}
.widget-contact .leftbox{}
.widget-contact .leftbox span{
    text-transform: uppercase;
    color: #666666;
    font-weight: 500;
    display: block;
}
.widget-contact .leftbox h3{
    /* font-family: "Marcellus", serif; */
    text-align: left;
    font-size: 38px;
}
.widget-contact .leftbox p{
    font-size: 18px;
    color: #333632;
}

.widget-contact .leftbox span b{}
.widget-contact .leftbox iframe {
    width: 100%;
    margin-top: 15px;
    height: 300px;
}
.widget-contact .rightbox{
    padding: 0 6%;
}
.widget-contact .rightbox .innerbox{
    padding: 8%;
    border: 1px solid #000;
}
.widget-contact .rightbox span{
    display: block;
    text-align: CENTER;
    font-weight: 400;
    font-size: 16px;
    color: #7c7c7c;
}
.widget-contact .rightbox h3{
    /* font-family: "Marcellus", serif; */
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.widget-contact .rightbox form{}
.widget-contact .rightbox form label{
    display: block;
    width: 100%;
}
.widget-contact .rightbox form input{
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.widget-contact .rightbox form textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
}
.widget-contact .rightbox form button{
    display: block;
    padding: 10px 20px;
    border: 1px solid #060606;
    color: #000000;
    /* font-family: "Marcellus", serif; */
    background: none;
    width: 100%;
    margin-top: 7px;
}

.widget-books .innerbox h3{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}
.widget-books .innerbox ul{
    list-style: disc;
    padding-left: 17px;
}
.widget-books .innerbox ul li{
    width: 100%;
}
.widget-books .innerbox p{
    margin-bottom: 5px;
}.gallery-box img{
width:100%;
height:250px;
object-fit:cover;
cursor:pointer;
} .gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
}

.gallery-modal img {
    max-width: 80%;
    max-height: 80vh;
    margin-top: 40px;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover, .close:hover {
    color: #ccc;
}




/* Side Menu Styles */
.side-menu {
    width: 80%; /* or any width you want */
    position: fixed;
    top: 0;
    text-align: center;
    left: -80%; /* Initially hidden off-screen */
    padding-top: 20px;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 1000;
    transition: left 0.3s ease; /* Smooth transition for opening/closing */
    overflow-y: scroll;
    padding-top: 10px;
}

    .side-menu.open {
        left: 0; /* When "open" class is added, the menu slides in */
    }

.side-menu-inner {
    overflow-y: auto;
}

.side-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.side-menu-list li {
    position: relative;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

    .side-menu-list li a{
        color: #000000;
        text-decoration: none;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        position: relative;
        text-transform: uppercase;
    }
  .side-menu-list li a i{
    position: absolute;
    right: 15px;
    top: 12px;
}
.side-menu-list li ul{
    padding: 15px;
    list-style: none;
    background: #eee;
    display: none;
}

.side-menu-list li ul li a{
    padding: 7px 0;
}
        .menu-item a .toggle-icon {
            margin-right: 10px;
            font-size: 18px;
            top: 5px;
            display: inline-block;
        }


.side-menu img {
    /* background: #1b2d56; */
    padding: 0;
    width: 208px;
}

.mobhead{
    padding: 15px 0;
}
.mobhead .innerbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobhead .innerbox a{}
.mobhead .innerbox a img{width: 220px;}
.mobhead .innerbox button{
    border: none;
    background: none;
    padding-top: 0;
    height: 36px;
}
.mobhead .innerbox button span{width: 40px;
    height: 1px;
    display: block;
    background: #000;
    margin-bottom: 15px;}


@media only screen and (max-width: 68em) {.widget-slide .leftbox > ul{
flex-direction: column;}

.widget-slide .leftbox{padding: 5%;}
.widget-slide .rightbox img{max-width: 100%; width: 100%;}
.widget-slide .rightbox .detbox{width: auto;right: 15px;left: 15px;}
.slidefooter ul{flex-direction: column; padding: 0; gap: 10px;}
.slidefooter ul li{width: 100%; padding: 0; justify-content: space-between;}
.slidefooter{padding: 20px;}
.widget-course .coursebox .innerbox, .widget-course .rightbox .innerbox, .widget-course .ytbox .innerbox{padding: 15px;}
.widget-course .rightbox .innerbox ul, .widget-course .ytbox .innerbox ul, .widget-testimonial .innerbox ul, .widget-top .innerbox ul{flex-direction: column;}
.widget-course .rightbox .innerbox ul li,.widget-testimonial .innerbox ul li, .widget-top .innerbox ul li{width: 100%;}
.widget-books ul.books{flex-direction: column;padding: 0;}
.widget-books ul.books li{width: 100% !important;}
}