*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}
li{ 
    list-style: none;
}
.p-10{
    padding: 10px;
}
.pt-10{
    padding-top: 10px;
}
.pb-10{
    padding-bottom: 10px;
}
.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pb-15{
    padding-bottom: 15px;
}
.pl-15{
    padding-left: 15px;
}
.pr-15{
    padding-right: 15px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.ml-10{
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.ml-15{
    margin-left: 15px;
}
.mr-15{
    margin-right: 15px;
}
a,a:hover{
    text-decoration: none;
}
.sec-padding{
    padding: 30px 0!important;
}
.object-cover{
    object-fit: cover;
}
.object-contain{
    object-fit: contain;
}
.transition-3{
    transition: .3s;
}
.universal-underline{
    position: relative;
    display: inline-block;
}
.universal-underline::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--dark-color);
    position: absolute;
    bottom: -4px;
    left: 0;
}
.banner-section{
    position:relative;
}
.announce-box{
    width: 250px;
    margin-top:-80px;
    /* background-color:#000000d6; */
    color: #c08702;
    background-color:#f5e6c5;
    /* text-decoration: underline 1px solid #e6a303; */
    /* background-image: url(../assets/web/images/static-img/ann.png); */
    border-radius: 12px;
    position: absolute;
    right: 90px;
    top: 100px;
    z-index: 9;
  }
  .announce-box h3{
    color: #bc4e4e;
    border-bottom:2px solid #e6a303
  }
  .announce-box marquee ul li p a{
    color: #e6a303;
    border-bottom:  1px solid #bc4e4e;
  }
  .banner-text{
    position:absolute;
    top: 100px;
    left: 100px;
    z-index: 9;
  }
/* .universal-underline::after{
    content: '';
    width: 70%;
    height: 2px;
    background-color: var(--dark-color);
    position: absolute;
    bottom: -9px;
    left: 0;
} */
.btn:focus{
    outline: none;
}
.z-index{
    position: relative;
    z-index: 99;
}
.btn-link:hover{
    text-decoration: none;
}
/*----------------------------------------- universal css end--------------------------------------- */

:root{
    --primary-color:#3867d9cf;
    --secondary-color:#5f5bef;
    --dark-color:#160096;
}
p{
    font-size: 18px;
}
a{
    color: var(--primary-color);
}
.main-color{
    color: var(--primary-color);
}
.main-btn{
    background-color: var(--primary-color) ;
}
.header-top{
    /* background-color: #111; */
    background-color:var(--primary-color);
}
.header-nav{
    background-color: #f36800;
}
.topbar-icon li{
    /* width: 30px;
    height: 30px; */
    /* background-color: ; */
    border-radius: 50%;
    box-shadow: 2px 2px 17px #11111157;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar-icon li a{
    width: 30px;
    height: 30px;
    color:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-facebook{
    background-color:#007fff ;
}
.s-twitter{
    background-color:rgb(0, 204, 255) ;
}
.s-youtube{
    background-color:rgb(204, 9, 9) ;
}
.topbar-icon li .s-linkedin{
    background-color:rgb(47, 0, 255) ;
}
.section-color-1{
    background-color: #fef2d1;
}
.section-color-2{
    background-color:#89ecff;
}
.section-img{
    background-image:url(../images/notice-bg.jpg);
    width: 100%;
    padding: 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image:url(../images/abt-4.jpg); */
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.section-img2{
    background-image:url(../images/b2.jpg);
    width: 100%;
    padding: 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.section-img3{
    background-image:url(../images/b3.jpg);
    width: 100%;
    padding: 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.section-img3::before{
    content: '';
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-color:rgba(238, 250, 209, 0.445) ;
    position: absolute;
    top: 0;
}
.jumbotron-img{
    border-radius: 12px;
}
.nav-icon-bg{
    width: 50px;
    height: 60px;
    font-size: 30px;
    background-color: var(--secondary-color);
    color: #fff;
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 9999;
    cursor: pointer;
}
.nav-icon-bg::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--secondary-color);
    position: absolute;
    bottom: -25px;
    left: 0;
}
.logo{
    width: 500px;
}
.header-nav li{
    padding: 10px 0;
}
.header-nav li a{
    color: #fff!important; 
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px !important;
    position: relative;
}

.header-nav .navbar-nav li > .navbar-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffd26a;
    position: absolute;
    bottom: 0px;
    transition: width .3s;
}
/* .header-nav .navbar-nav li > .navbar-link:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #ff6a6a;
    position: absolute;
    top: 0px;
    right: 0;
    transition: width .3s;
} */
.header-nav .navbar-nav li > .navbar-link:hover::after {
    width: 100%;
    transition: width .3s;
}

/* .header-nav .navbar-nav li > .navbar-link:hover::before {
    width: 100%;
    transition: width .3s;
} */

.bg{
    width: 100%;
    height: 50vh;
    position: relative;
    margin-top: -172px;
    display: none;
    z-index: 11;
}
.bg-hide{
    display: none;
}
.banner-section {
    position: relative;
    height: 50vh;
}
.banner-section .owl-stage-outer{
    height: 100%;
}
.banner-img{
    height: 70vh;
}
 .banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-txt{
    position:absolute;
    top: 20%;
    left: 10%;
}
.banner-txt h1{
    font-size: 60px;
    font-family: "Bangers";
    color: #fff;
    text-shadow: 4px 2px 7px #111;
    font-weight: 400;
    letter-spacing: 4px;
  /* -webkit-text-fill-color: white; */
  /* -webkit-text-stroke: 3px var(--primary-color); */
}
.banner-section .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;     
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-section .owl-nav .owl-prev{
    float: left;   
}
.banner-section .owl-nav .owl-next{
    float: right;   
}
.banner-section .owl-theme .owl-nav span{
    margin-top: -5px;
}
.banner_carosel  .owl-prev , .owl-next{
    width: 100px;
    height: 80px;
    background-color: var(--primary-color)!important;
    color: #fff !important;
}
.banner-section .owl-theme .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
    background-color: #d6d6d6;
}
.banner-section .owl-theme .owl-nav button:focus{
    outline: none;
}
.annualday_carosel .owl-nav i{
    font-size: 30px;
}
/* feature section start*/
.feature-box{
    background-color: #f0fbfc;
    border-radius: 15px;
    min-height: 290px;
    margin-bottom: 15px;
}
.feature-box i {
    font-size: 50px;
    color: var(--primary-color);
}
/* feature section end */

/* jumbotron section start */
.universal-tittle-p{
    font-size: 30px;
    color: var(--dark-color);
    position: relative;
    display: inline;
    font-weight: 600;
}
/* .universal-tittle-p::before{
    content: '';
    width: 50%;
    height: 2px;
    background-color: var(--dark-color);
    position: absolute;
    bottom: -4px;
    right: 0;
} */
.universal-tittle-p::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--dark-color);
    position: absolute;
    bottom: -3px;
    right: 0;
}
.nav-item{
    position: relative;
}
.dropdown{
    width: 250px;
    background-color: #fef4de;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-left: 15px;
    top: 61px;
    left: 0;
    z-index: 999;
    transition: .3s all ease-in-out;
}
.dropdown li a{
    color: #002612 !important;
}
.nav-item:hover .dropdown{
    opacity: 100%;
    visibility: visible;
}
.dropdown li{
    padding: 5px;
    border-bottom: 1px dotted #ffb606;
}
.jumbotron-features-ul li i{
    color: var(--dark-color);
}
.jumbotron-features-ul li:hover{
    margin-left: 10px;
}
.jumbotron-img{
    padding: 15px;
    border-radius:15px;
    background-color: #fff;
    border: 2px dotted var(--primary-color);
}
.jumbotron-img img{
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}
.school-about-box{
    border-radius: 17px;
    box-shadow: 7px 5px 20px 0px #07049278;
}
.school-about-img img {
    object-fit: cover;
}

.school-about-text{
    background-color: var(--primary-color);
    color: #fff;
    padding:10px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.shape-bg-section{
    width: 100%;
    padding: 50px 0;
    background-image:url(../images/b3.jpg);
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.shape-bg-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #11111198;
    position: absolute;
    top: 0;
    z-index:2;
}
.shape-section-txt{
    max-width: 700px;
    padding: 0 15px;
}
 .shap-link-bg{
    padding: 15px;
    background-color: antiquewhite;
    margin: auto;
    position: relative;
    z-index: 3;
 }
 .shape-link-bg ul li a:hover{
    color: #070492 !important;
 }

 /* .shape-section{
    position: relative;
    height: 500px;
 } */
 /* .shape-section-left{
    width: 40%;
    position: absolute;
    left: 50px;
    top: 30px;
    z-index: 99;
 } */
  /* .shape-section-right{
    width: 60%;
    position: absolute;
    right: 50px;
 } */
 /* .shap-link-bg{
    padding: 15px;
    background-color: antiquewhite;
 }
 .shape-link-bg ul li a:hover{
    color: #070492 !important;
 } */
/* jumbotron section end */

/* gallery section */
/* key section */

.key-section-box{
    padding: 15px;
    border-radius: 15px;
    box-shadow:7px 5px 0px var(--primary-color);
    text-align: center;
    transition: .3s;
}
.key-section-box:hover{
    box-shadow: 7px 5px 20px 0px #07049278;
}
.key-section-box i{
    font-size: 50px;
}
/* rank section */
.rank-box img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
/* footer section */
.footer-section {
    position: relative;
    background-color: #03015b;
}
/* .footer-section::before{
    content: '';
    background:url(../images/footer-top.png);
    width: 100%;
    height: 120px;
    top: -120px;
    position: absolute;
    background-size: cover;
} */
.footer-box h2{
    position: relative;
}

.footer-box ul li a{
    line-height: 36px !important;
}
.footer-box h2::before{
    content: '';
    width: 70%;
    height: 2px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.copyright-section{
    background-color: #03015b;
    color: #fff;
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
}
.nav-icon-bg{
    display: none;
}
.social-btn-fixed{
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 9999;
    background-color: var(--dark-color);
}
.social-btn-fixed li a{
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#close{
    font-size: 45px;
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
    position: absolute;
    top: -50px;
    right: -20px;
}
.popup{
    position: absolute;
    top: 10%;
}
.popup-img{
    max-width: 500px;
    position: relative;
}
.popup-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-bg-section{
    width: 100%;
    height: 100vh;
    background-color:  rgba(8, 0, 0, 0.801);
    position: fixed;
    top: 0;
    z-index: 9999;
}

/* school transport */

.school-transport-img img{
    object-fit: contain !important;
}

/* talent recognizesection */


.talent-award-item{
    padding: 10px;
    border-radius: 15px;
    box-shadow:0 0 8px 0.2rem rgb(40 2 255 / 8%);
}
.talent-award-img{
    width: 100%;
    height: 300px;
}
.talent-award-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* exam format section */
.exam-format-section  .table th, .table td {
    vertical-align: middle;
    text-align: center;
  }
  .table thead {
    background-color: var(--primary-color);
    color: white;
  }
  .table th {
    text-transform: uppercase;
  }
/* school facilities start */

.school-facilities-box img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}
/* school facilities end */


/* picnic section start */

.picnic-memories-img img{
    max-height: 300px;
    object-fit: cover;
}
/* picnic section end */

.scroll-section{
    position: relative;
}
.scroll-btn{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    position: fixed;
    background-color: var(--primary-color);
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    transition: .3s;
}
.scroll-btn:hover{
    transform: scale(1.2)
}
.scroll-btn:focus{
    outline: none;
}


/* schhol facilities section start */

/* .school-facilities-section{
    width: 100%;
    background-image: url(../images/abt-1.jpg);
    background-size: cover;
    background-attachment:fixed;
} */
/* schhol facilities section end */

/* Salient features section start */
.sub-banner-section{
    background-image: url(../images/sub-banner-img.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position:relative;
}
.sub-banner-section::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color:rgba(16, 0, 87, 0.51);
    position:absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.Salient-icon i{
    font-size: 50px;
}
/* Salient features section end */


.toggle-box{
    height: 100%;
    padding: 50px 15px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: var(--primary-color);
    color: #fff;
}
.login-form-box{
    padding: 35px;
}


.input-box{
    position: relative;
    margin: 30px 0;
}

    .input-box input{
        width: 100%;
        padding: 13px 50px 13px 20px;
        background: #eee;
        border-radius: 8px;
        border: none;
        outline: none;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

        .input-box input::placeholder{
            color: #888;
            font-weight: 400;
        }
    
    .input-box i{
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .form-control{
        border-radius: 0;
        padding: 15px 10px;
        font-size: 18px;
    }
    .form-control:focus{
        box-shadow:0 0 0 0.2rem rgba(40, 2, 255, 0.25);
    }
    .form-group label{
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    /* principal desk start */
    .principal-img{
        max-width: 400px;
        border-radius: 12px;
        border: 1px solid #919191;
        overflow: hidden;
    }
    .principal-img img{
        object-fit: cover;
    }
    .signature-box{
        width: 300px;
        height: 100px;
    }
    .signature-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* principal desk end */

    /* .school-management-section{
        display: flex;
    flex-wrap: wrap;
    }


        .school-management-section  .school-content:nth-child(even),
        .school-management-section  .school-img:nth-child(odd) {
            order: 1;
          }
          .school-management-section  .school-img:nth-child(even),
          .school-management-section  .school-content:nth-child(odd)
           {
            order: 2;
          } */
/* Ensure the parent container is flex */
/* Flex container needed for ordering */

.school-content{
    padding: 0 15px;
}
.school-management-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  .pair {
    overflow: hidden; /* Contain floated elements */
    margin-bottom: 20px; /* Space between pairs */
    border-bottom:1px dotted #03015b36;
    padding: 10px;
  }


  /* invition */
  .opinion-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.opinion-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.form-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}
/* invition */
  
  /* Base styles for items */
  
  /* Large div styles */
  .school-management-txt {
    width: 60%;
  }
  
  /* Small div styles */
  .school-management-img {
    width: 40%;
    height: 350px;
  }
  
  /* Odd pairs: float large div left, small div right */
  .pair:nth-child(odd) .school-management-txt {
    float: left;
  }
  
  .pair:nth-child(odd) .school-management-img {
    float: right;
  }
  
  /* Even pairs: float large div right, small div left */
  .pair:nth-child(even) .school-management-txt {
    float: right;
  }
  
  .pair:nth-child(even) .school-management-img {
    float: left;
  }
  

  /*  */

  .school-timing-tab-item .active{
    background-color: var(--secondary-color) !important;
    color: #fff !important;
  }
.school-timing-table p{
    margin: 0;
    padding: 10px 0;
    font-size: 17px;
}

/* event */

.event-carousel .owl-nav{
    display: block !important;
}
.event-section .owl-prev , .owl-next{
    width: 100px;
    height: 80px;
    background-color: var(--primary-color)!important;
    color: #fff !important;
}
.event-section .event-img{
    height: 350px;
    border: 2px solid #121212;
}
.event-section .event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* school calender */
.school-calender-bg{
    width: 100%;
    height: 700px;
    overflow: scroll;
}
.school-calender-bg img{
    width: 100%;
    object-fit: cover;
}


/* notice-section */
.notice-section{
    /* background-image:url(../images/notice1.png);
    background-size: cover; */
}
.notice-bg{
    padding: 100px;
    position: relative;
}
.notice-txt{
    position: absolute;
    top: 10%;
    left: 10%;
    padding-right: 60px;
}


.history-section-img{
	width: 100%;
	height:100%;
}
.history-section-img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
/* science exhibition section */
.science-exhibition-item{
    padding: 10px;
    box-shadow: -1px 3px 10px 5px #03015b1a;
    margin-bottom: 20px;
}
.science-exhibition-img{
    height: 250px;
}
.science-exhibition-img img{
    object-fit: cover;
}

.annual-day-slider-section .owl-prev , .owl-next{
    width: 100px;
    height: 80px;
    background-color: var(--primary-color)!important;
    color: #fff !important;
}
.annual-day-txt,.annual-day-img{
    margin-bottom: 20px;
}

/* yoga section */
.yoga-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.annual-sports-img img{
    object-fit: cover;
}
.annual-sports-img{
    height: 300px;
}

/*  */

/* ksms family page css */
.member-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.member-box img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.member-box:hover img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.member-box:hover .member-overlay {
    opacity: 1;
}

.member-name {
    font-size: 1.2em;
    font-weight: bold;
}

.member-designation {
    font-size: 1em;
    color: #888;
}

/* Blue Color Theme */
.member-box:hover .member-name,
.member-box:hover .member-designation {
    color: #fff;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2em;
    color: #0056b3;
}

/* ============= */

/*.profile-card{
 position: relative;
 font-family: sans-serif;
 width: 220px;
 height: 220px;
 background: #fff;
 padding: 30px;
 border-radius: 50%;
 box-shadow: 0 0 22px #3336;
 transition: .6s;
 margin: 15px 25px;
}
.profile-card:hover{
 border-radius: 10px;
 height: 260px;
}*/
/*.profile-card .img{
 position: relative;
 width: 100%;
 height: 100%;
 transition: .6s;
 z-index: 99;
}
.profile-card:hover .img{
 transform: translateY(-90px);
}
.img img{
 width: 100%;
 border-radius: 50%;
 box-shadow: 0 0 22px #3336;
 transition: .6s;
 height: 100%;
object-fit: cover;
object-position: center;
}
.profile-card:hover img{
 border-radius: 10px;
}*/
.caption{
 text-align: center;
 transform: translateY(-80px);
 opacity: 0;
 transition: .6s;
}
.profile-card:hover .caption{
 opacity: 1;
}
.caption h3{
 font-size: 21px;
 font-family: sans-serif;
}
.caption p{
 font-size: 15px;
 color: #0c52a1;
 font-family: sans-serif;
 margin: 2px 0 9px 0;
}
.caption .social-links a{
 color: #333;
 margin-right: 15px;
 font-size: 21px;
 transition: .6s;
}
.social-links a:hover{
 color: #0c52a1;
}

 ============== 
.team-9 {
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: transform 0.6s;
transform-style: preserve-3d;
}

.team-9:hover {
transform: rotateY(180deg);
}

.team-9 .team-img {
position: relative;
font-size: 0;
text-align: center;
margin-bottom: 30px;
}

.team-9 .team-img img {
width: 100%;
height: 320px;
max-height: 320px;
border-radius: 100%;
}
.non-teaching-img img{
border-radius: 12px !important;
}
.team-9 .team-content {
text-align: center;
}

.team-9 .team-content h2 {
font-size: 25px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 5px;
}

.team-9 .team-content h3 {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
}

.team-9 .team-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #ffffff;
border-radius: 5px;
transform: rotateY(180deg);
}

.team-9 .team-social {
display: flex;
align-items: center;
justify-content: center;
font-size: 0;
}

.team-9 .team-social a {
display: inline-block;
width: 40px;
height: 40px;
margin-right: 5px;
padding: 11px 0 10px 0;
font-size: 16px;
line-height: 16px;
text-align: center;
color: #ffffff;
border-radius: 100%;
transition: all .3s;
}

.team-9 .team-social a.social-tw {
background: #00acee;
}

.team-9 .team-social a.social-fb {
background: #3b5998;
}

.team-9 .team-social a.social-li {
background: #0e76a8;
}

.team-9 .team-social a.social-in {
background: #3f729b;
}

.team-9 .team-social a.social-yt {
background: #c4302b;
}

.team-9 .team-social a:last-child {
margin-right: 0;
}

.team-9 .team-social a:hover {
background: #222222;
}

.driver-box{
padding: 10px;
border-radius: 12px ;
box-shadow:1px 1px 14px 9px #11111138;
transition: .3s;
}
.driver-box:hover{
transform: translateY(-15px) !important;
}
.driver-img img{
width: 250px;
height: 250px;
border-radius: 100%;
object-fit: cover;
}
.driver-text{
width: 100%;
padding: 5px;
margin-top: 10px;
border-top: 1px dotted #0c52a1;
}
/* ksms family page css end */
/* science exhibition section */

/* syllabus for assessment  */

.syllabusforassessment-img{
    height: 700px;
}
.syllabusforassessment-img img{
    height: 100%;
    object-fit: contain;
}
  /* ------coming soon-------- */
    
  .coming-soon {
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
/* ccctvsection */
.whycctvbox{
    border-radius: 12px;
    padding: 15px;
    box-shadow: 7px 5px 20px 0px #07049278;
}
.whycctvbox i{
    font-size: 40px;
}
  /* ------coming soon-------- */

  /* school magazine  */

  .book-section{
      height: 100vh;
      width: 100%;
      padding: 40px 0;
      text-align: center;
  }
  .book-section > .school-magazine-bg{
      height: 600px;
      width: 800px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2%;
      margin-bottom: 30px;
      perspective: 1200px;
  }
  .school-magazine-bg > .right{
      position: absolute;
      height: 100%;
      width: 50%;
      transition: 0.7s ease-in-out;
      transform-style: preserve-3d;
  }
  .book-section > .school-magazine-bg > .right{
      right:0;
      transform-origin: left;
      border-radius: 10px 0 0 10px;
  }
  .right > figure.front, .right > figure.back{
      margin: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      left:0;
      top:0;
      background-size: 200%;
      background-repeat: no-repeat;
      backface-visibility: hidden;
      background-color: white;
      overflow: hidden;
  }
  .right > figure.front{
        width: 100%;
        height: 100%;
        background-size: cover;
      background-position: right;
      border-radius: 0 10px 10px 0;
      box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
  }
  .right > figure.back{
      background-position: left;
      border-radius: 10px 0 0 10px;
      box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
      transform: rotateY(180deg);
  }
  .flip{
      transform: rotateY(-180deg);
  }
  .flip::before{
      content: "";
      position: absolute;
      top:0;
      left:0;
      z-index: 10;
      width: 100%;
      height: 100%;
      border-radius: 0 10px 10px 0;
      background-color: rgba(0,0,0,0.1);
  }
  .book-section > button{
      border: 2px solid #ffffffa9;
      background-color: transparent;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      margin: 10px;
      transition: 0.3s ease-in-out;
  }
  .book-section > button:focus, .book-section > button:active{
      outline: none;
  }
  .book-section > p{
      color: rgba(0,0,0,0.7);
      font-family: sans-serif;
      font-size: 24px;
  }
  .book-section > p > a{
      text-decoration: none;
      color: var(--dark-color);
  }
  .book-section > button:hover{
      background-color: var(--primary-color);
      color: #fff;
  }
  .front#cover, .back#back-cover{
      background-color: var(--primary-color);
      font-family: sans-serif;
      text-align: left;
      color:#fff;
      padding: 30px;
  }

  
    /* Style for the clickable divs */
    .clickable-div {
        width: 100%;
        height: max-content;
        margin: 20px;
        background-color: #4CAF50;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }
    /* Fullscreen Div Style */
    .fullscreen-div {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    /* Content inside the fullscreen div */
    .fullscreen-content {
        background-color: #00000027;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    /* Cross button to close */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }
    .book-section .magazine-btn-right{
      position: absolute;
      right: 50px;
      top: 45px;
      
    }
    .book-section .magazine-btn-left{
      position: absolute;
      right: 140px;
      top: 45px;
      
    }
    /* school magazine end */

    /* school rules section sta=rt */

    .rules-section ol li{
        list-style: decimal
    }
    /* school rules section end */
@media(max-width:768px){
    .nav-icon-bg{
        display: none;
    }
    .school-management-img{
        width: 100%;
        float: left;
    }
    .school-management-txt{
        width: 100%;
        float: left;
    }
}
@media(max-width:320px){
    .logo{
        width: 100%;
    }
    h1{
        font-size: 20px;
    }
    .header-top{
        display: none;
    }
    .school-about-img{
        margin-top: 15px;
    }
    .school-about-text{
        overflow: scroll;
    }
    .sec-padding{
        padding: 10px 0;
    }
    .banner-section .owl-theme .owl-nav [class*=owl-]{
        width: 35px;
        height: 35px;
        font-size: 15px !important;
    }
   .topbar-icon-display-none{
        display: none !important;
    }
    .footer-logo-box{
        flex-wrap: wrap;
    }
    .popup-img{
        width: 250px;
    }
    .popup-content h4{
        font-size: 13px;
    }
    #close{
        font-size: 23px;
        top: -16px;
        border-radius: 10px;
    }
    .social-btn-fixed{
        top:40%;
    }
    .admission-btn{
        display: none;
    }
    #close{
        top: -20px;
    }
    .login-ul{
        margin-bottom:0;
    }
    .banner-txt h1{
        font-size: 22px;
        -webkit-text-stroke: 1px var(--primary-color);
    }
    .banner-txt{
        left: 5%;
    }
    .header-middle ul li .main-btn{
        display: none ;
    }
    .toggle-box{
        padding: 10px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .toggle-box h1{
        font-size: 15px;
        margin-bottom: 1px;
    }
    .toggle-box p{
        font-size: 13px;
        margin-bottom: 1px;
    }
    .toggle-box img{
        width: 70px!important;
    }
    .login-form-box{
        padding: 10px 0;
    }
    .login-form-box h1{
        font-size: 21px;
    }
    .footer-box h2{
        font-size: 17px;
    }
    .footer-box p{
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
    }
    .copyright-section p{
        font-size: 13px;
        text-align:center;
        margin-bottom: 1px;
    }
    .sub-banner-section .col-md-6{
        z-index: 999;
    }
    .sub-banner-section{
        padding:10px 0;
    }
    .sub-banner-section h3{
        font-size: 23px;
    }
    .sub-banner-section h6{
        font-size: 13px;
    }
    .owl-prev{
        font-size: 13px !important;
    }
    .jumbotron-text{
        margin-top: 5px;
    }
    .jumbotron-text h1{
        font-size: 23px;
        margin-top: 5px;
    }
    .universal-underline {
        font-size: 16px;
        margin-bottom: 3px !important;
    }
    .shape-bg-section{
        margin-top: 20px;
    }
    .social-btn-fixed li{
        width: 20px;
        height: 20px;
    }
    .principal-img{
        margin: 0 !important;
    }
    .principal-speach h5{
        margin-top: 10px;
    }
    .principal-speach p{
        margin-bottom: 0;
    }
    .signature-box img{
        width: 100%;
        height: 75%;
    }
    .nav-link{
        font-size: 14px !important;
        padding: 5px !important;
    }
    .dropdown{
        overflow: scroll;
    }
    .dropdown li{
        padding: 0;
    }
    .dropdown li a{
        font-size: 13px !important;
        padding: 5px !important;
    }
    .school-content {
        padding: 15px;
    }
    .school-content p{
        font-size: 13px;
        margin-top: 5px;
        line-height: 15px;
    }
    .syllabusforassessment-img{
        height: 300px;
    }
}
