﻿:root {
    --rgb-bg:linear-gradient(to right, #441B76, #A46574, #E85129);
    --header: #441B76 ;
  }

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* @media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
} */

.res-br {
    display: none;
}

@media (max-width:500px) {
    .res-br {
        display: block;
    }

    .res-font{
        font-size: 1rem !important;
    }
}




/* ===== navbar ====== */



.logo .header-logo img{
    height: 60px ;
    width: 60px;
    object-fit: contain;
}

.header-logo, .offcanvas-header-logo{
    display: flex   ;
    align-items: center;
    gap: 10px;
}
.logo span{
font-size: 1.2rem;
font-weight: bold;
}

.affiliation-no{
    font-size: 1rem !important    ;
    margin-top: -20px !important;
    color: #E85129;
}

@media (max-width:350px) {
    .affiliation-no{
        font-size: 0.9rem !important    ;
    }
}

.ssv-campus{
    font-size: 1.45rem !important;
    color: #E85129;
    margin-top: -10px !important;
}

.offcanvas-ssv-campus{
    color: #E85129;
    font-size: 1.45rem;
}

.offcanvas-logo-city{
    font-size: 0.7rem;
}

.offcanvas-affiliation-no{
    font-size: 1rem;
    color: #E85129;
}

.offcanvas-logo-name{
    width: 9rem;
}

.mega-menu-wrapper{
    padding: 0 10px;
}

@media (max-width:1300px) {
    .mega-menu-wrapper{
        padding: 0px;
    }
}

.logo-city{
    font-size: 0.7rem !important    ;
    margin-top: -10px !important;

}

.logo-city-index{
    font-size: 1.2rem !important    ;
    margin-top: -10px !important;

}

.school-name{
    font-size: 1rem !important;
}




.logo-name{
    /* margin-bottom: -6px; */
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: left;
}

.offcanvas-header-logo img{
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.offcanvas-header-logo {
   line-height: 1rem !important;
}



.header-top-wrapper .main-menu ul li a{
    padding: 0 !important;
    color: #fff;
}

.header-top-wrapper .main-menu .submenu li a{
    padding: 10px 15px !important;
}

.header-top-wrapper .main-menu .submenu{
    margin-top: 0.6rem;
}

.header-top-wrapper .main-menu .header-top-elements{
    display: flex;
   gap: 2rem;
}

@media (max-width:1199px) {
    .header-top-wrapper .main-menu .header-top-elements{
        display: flex;
       gap: 0.8rem;
    }
}

.theme-btn-2{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background: var(--rgb-bg);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    text-transform: capitalize;
    gap: 5px;
}

.theme-btn-2 i{
    font-size: 25px;
}

.theme-btn-2:hover{
    color: #fff !important;
}

.header-button-admission a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
}

.responsive-element{
    display: none !important;
}

@media (max-width:990px) {
    .responsive-element{
        display: block !important; 
    }
}


@media (max-width:1199px) {
 .header-button-admission{
    display: none;
 }   


}


@media (max-width:767px) {
    .logo .header-logo img{
        height: 70px ;
        width: 70px;
    }

    .logo span{
        font-size: 1.3rem;
        font-weight: bold;
        }
        .logo-name{
            width: 11rem;
        }

        
}

@media (max-width:350px) {
    .logo .header-logo img{
        height: 50px ;
        width: 50px;
    }

    .header-3 .header-main .header-left{
        gap: 10px;
    }
    .offcanvas__info {
        width: 280px;
    }
}



/* ======= footer ========= */

.widget-head img{
    height: 70px;
    width: 70px;
}

.footer-logo{
    display: flex;
    gap: 10px;
}

.footer-logo-name span{
    font-size: 1.3rem;
    font-weight: bold;
    
}

.footer-logo-city  {
    font-size: 1rem !important;
}
.footer-affiliation-no {
    font-size: 1rem !important;
    color: #E85129;
}

.footer-logo-name{
    margin-top: 5px;
    line-height: 1.2rem;
}

.footer-logo-name{
    width: 11rem;
}

.footer-blog-img img{
    height: 80px;
    width: 80px;
}

.footer-blog{
    display: flex;
    gap: 20px;
}

.footer-blogs{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.footer-btns{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


.footer-button-fee a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
    width: 8.5rem;
}

@media (max-width:767px) {
    .footer-button-fee a{

        padding: 12px !important;
    }
}




/* =========== home ============= */

.post-items .thumb img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.service-right .content p{
    color: #E85129;
}

.clases-content p{
    height: 5rem;
}

@media (max-width:500px) {
    .clases-content p{
        height: 6rem;
    }
}


.fee-modal .modal-body{
    
    display: flex;
    flex-direction: column;
}

.fee-modal .modal-body img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* ========popup ======== */

.popup-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-image img{
    height: 30rem;
    width: 30rem;
    object-fit: cover;
    border: 10px solid transparent;
    border-image: linear-gradient(45deg, #441B76, #A46574, #E85129) 1;
    padding: 5px;
}

.modal-body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    padding: 5px;
    border: 3px dotted transparent; 
    border-image: linear-gradient(45deg, #441B76, #A46574, #E85129) 1;
} 

.popup-head{
    background: var(--rgb-bg);
}

.popup-head h3{
    color: #fff !important;
}

.btn-close{
    position: absolute;
    top: 2.5%;
    right: 2%;
    z-index: 9999;
    cursor: pointer;
    
}

.popup-form-items .form-clt input{
    width: 100%;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 495px !important;
    }
}

@media (max-width:991px) {
    .modal-body {
        flex-direction: column;
    } 

    .popup-form-items .form-clt input{
        width: 85%;
    }
}

@media (max-width:575px) {
    .popup-image img{
        height: 100%;
        width: 100%;
    }
}

/* -----event----- */

.see-more-button{
  display: block;
  margin: auto;
  width: 10rem;
}

marquee{
    background: var(--rgb-bg);
    color: #fff;
    font-weight: bold;
}

.hero-section{
    margin-top: -10px;
}


/* .footer-section{
    position: relative;
} */

.call-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    position: fixed;
    bottom: 6rem;
    right: 0%;
    z-index: 999;
    background: var(--rgb-bg);
    color: #fff;
    padding: 1rem 1rem 0.7rem;
    border-radius: 10px 0 0 10px;
}



.call-icon-content{
    display: none;
}



.admission-btn{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    position: fixed;
    bottom: 10rem;
    right: 0%;
    z-index: 999;
    /* background-color: #F39F5F; */
    background: var(--rgb-bg);
    color: #fff;
    padding: 1rem 1.2rem 0.7rem;
    border-radius: 10px 0 0 10px;
}

.admission-icon-content{
    display: none;
}   

@media (min-width:768px) {
    .admission-btn:hover .admission-icon-content{
        display: block;
    }

    .call-contact:hover .call-icon-content{
        display: block;
    }
}




@media (max-width:767px) {
    /* .admission-btn{
        bottom: ;
    }

    .call-contact {
        bottom: 12%;
    } */
}

/* =========== About ============== */

.icon-custom{
    font-size: 35px;
    color: #fff;
    /* background-color: #F39F5F; */
    background: var(--rgb-bg);
    padding: 1.2rem;
    border-radius: 30px;
}

/* .about-principal{
    margin: auto;
} */

.about-principal img{
   max-height: 50% ;
   max-width: 100%;
    object-fit: contain;
    border-radius: 30px;
}



.about-content p{
    color: var(--header) ;
}
.about-content span{
    color: #E85129 ;
}

.client-info i{
    font-size: 1.7rem;
    border: 2px solid #441B76;
    border-radius: 50%;
    padding: 10px;
    color: #E85129;
}



@media (max-width:991px) {
    .about-principal img{
       padding: 0rem 6rem;
    }
}
@media (max-width:767px) {
    .about-principal img{
       padding: 0rem 3rem;
       border-radius: 0px;
    }
}




/* =========== courses ============== */

.clases-content h4{
    color: #F39F5F;
}




/* =========== facilities ============== */

.facilities-content-h6{
    color: #F39F5F;
    height: 10rem;
    overflow: hidden;
    padding-bottom: 4rem;
    border-bottom: 4px dotted #385469;
}



/* =========== Course details ============== */

.program-details-items{
   display: grid;
   grid-template-columns: 1fr 2fr;
   gap: 3rem;
}

@media (max-width:991px) {
    .program-details-items{
        grid-template-columns: 1fr ;
        gap: 0rem;
     }

}


/* =========== facilities details details ============== */

.facilities-details-items{
   display: grid;
   grid-template-columns: 2fr 1fr;
   gap: 3rem;
}

.facilities-details-items img{
    height: 25rem;
    width: 25rem;
    object-fit: cover;
}

@media (max-width:991px) {
    .facilities-details-items{
        grid-template-columns: 1fr ;
        gap: 0rem;
     }

}

@media (max-width:767px) {
    .facilities-details-items img{
        max-height: 18rem;
        max-width: 20rem;
        object-fit: cover;
    }
}



/* =========== Event details ============== */

.event-details-items{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
}

@media (max-width:991px) {
    .event-details-items{
        grid-template-columns: 1fr ;
        gap: 5rem;
     }

}



/* =========== Blog details ============== */

.recent-thumb img{
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.blog-single-comment img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}



/* =========== Privacy ============== */

.privacy h4{
    margin-top: 2rem;
}

.privacy p{
    margin-top: 1rem;
}



/* =========== T&C ============== */

.term h4{
    margin-top: 2rem;
}

.term p, .term ul li{
    margin-top: 1rem;
}

.term ul{
    padding-left: 1rem;
}



/* =========== career ============== */

.detail-skill li{
    margin-bottom: 10px;
}

.nice-select .current {
    font-weight: 400 !important;
    color: #61727E !important;
    padding-top: 1rem;
    padding-left: 1.3rem;
    font-size: 17px;
}

.nice-select .list li{
    border-color: #61727E;
    /* border-radius: 5px; */
}

.nice-select{
    border: 1px solid #E5E5E5;
}

/* =========== admission ============== */

.admission-content{
    text-align: center;
}

.form-clt{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    /* height: 5rem; */
}

.form-clt label{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.form-clt label input[type=radio]{
   height: 1rem;
}

.admission-form input[type=file]{
  padding: 5px 20px !important;
}

.admission-form input, .admission-form textarea {
    border: 0.5px solid #385469 !important;
}


@media (max-width:767px) {
    
    .form-clt{
        gap: 10px;
    }
}





/* =========== career ============== */

.error-image img{
   height: 50% !important;
   width: 50% !important;
}

@media (max-width:767px) {
    .error-image img{
       height: 80% !important;
       width: 90% !important;
    }
    
}








/* =========== list of holidays ============== */

.holidays-list{
    padding: 5rem;
}

table thead tr th{ 
    color: #E85129 !important;
    font-weight: bold;
    font-size: 1.2rem;
}


table tbody tr th, table tbody tr td{
    color: #441B76 !important;
}

.holidays-list{
    position: relative;
    z-index: 999;
}

.holidays-list .parasuit-shape{
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 0;
}
.holidays-list .doll-shape{
    position: absolute;
    top: 30%;
    right: 0%;
}
.holidays-list .bus-shape{
    position: absolute;
    top: 45%;
    left: 35%;
}
.holidays-list .bee-shape{
    position: absolute;
    bottom: 0%;
    right: 15%;
}
.holidays-list .star-shape{
    position: absolute;
    top: 30%;
    left: 50%;
}
.holidays-list .star2-shape{
    position: absolute;
    bottom: 5%;
    left: 10%;
}

@media (max-width:767px) {
    .holidays-list{
        padding: 1rem;
    }
    .holidays-list .star-shape{
        position: absolute;
        top: 20%;
        left: 50%;
    }
}





/* =========== media gallery ============== */

.media-image img{
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    padding: 1rem;
}


.media-gallery-items{
    margin: auto !important;
    display: block;
}

@media (max-width:991px) {
    .media-image img{
        padding: 0rem;
    }
}

@media (max-width:767px) {
    .media-image img{
        height: 20rem;
    }
}

@media (max-width:500px) {
    .media-image img{
        height: 15rem;
    }
}




/* =========== syllabus ============== */

.syllabus-image{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.syllabus-image img{
    /* padding-left: 17%; */
    padding: 2rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid #441B76;
    border-radius: 50%;
}


.news-content iframe{
    width: 100%;
    height: 12rem;
}








/* =========== online feedback ============== */

.feedback-wrapper{
    display: flex;
}

@media (max-width:991px) {
    .feedback-wrapper{
    flex-direction: column-reverse;
    }
}






/* =========== list of holidays ============== */

.syllabus-list{
    padding: 5rem;
}

.syllabus-list table thead tr th{ 
    color: #E85129 !important;
    font-weight: bold;
    font-size: 1.2rem;
}


.syllabus-list table tbody tr th, table tbody tr td{
    color: #441B76 ;
    font-weight: bold;
}

.syllabus-list table tbody tr th:hover, table tbody tr td:hover a{
    color: #E85129 !important;
}

.syllabus-list{
    position: relative;
    z-index: 888;
}

.syllabus-list .parasuit-shape{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 0;
}
.syllabus-list .doll-shape{
    position: absolute;
    top: 30%;
    right: 0%;
}

.syllabus-list .bus-shape {
    position: absolute;
    top: 45%;
    left: 35%;
}
.syllabus-list .bee-shape{
    position: absolute;
    bottom: 0%;
    right: 15%;
}
.syllabus-list .star-shape{
    position: absolute;
    top: 30%;
    left: 50%;
}
.syllabus-list .star2-shape{
    position: absolute;
    bottom: 5%;
    left: 10%;
}

@media (max-width:767px) {
    .syllabus-list{
        padding: 1rem;
    }
    .syllabus-list .star-shape{
        position: absolute;
        top: 20%;
        left: 50%;
    }

    .syllabus-list .parasuit-shape {
        position: absolute;
        top: 1%;
        left: 0%;
        z-index: 0;
    }
    .syllabus-list .star2-shape {
        position: absolute;
        bottom: 0%;
        left: 10%;
    }
    .syllabus-list .doll-shape {
        position: absolute;
        top: 23%;
        right: 0%;
    }
    .syllabus-list .bus-shape {
        position: absolute;
        top: 37%;
        left: 62%;
    }
}




/* ================  video gallery ============== */


.news-card-items .news-image iframe{
    width: 100%;
    height: 15rem;
}



@media (max-width:575px) {
    .news-card-items .news-image iframe{
        width: 100%;
        height: 12rem;
    }
}



.guidelince h5{
    margin-top: 2rem;
    margin-bottom: 1rem;
}



/* ================  staff info ============== */

.schoolinfo-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.schoolinfo-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.schoolinfo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.schoolinfo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #4A90E2, #50C9C3);
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    opacity: 0.05;
}

.schoolinfo-card .icon {
    font-size: 2.5em;
    color: #441B76;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.schoolinfo-card-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #555;
    z-index: 1;
    position: relative;
}

.schoolinfo-card-data {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    z-index: 1;
    position: relative;
}
