.banner-head-white {
    /* color: linear-gradient(90deg, #FFFFFF 100%, #90E0EF 100%); */
    color: #ffff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;

}

.banner-paragraph-white {
    color: #ffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 50%;
}

.head-text-blue {
    font-size: 26px;
    color: #023E8A;
    font-weight: 600;
    margin-bottom: 10px;
    /* text-align: center; */
}

.blue-head-span {
    color: #006BE9;
}

.yellow-line {
    display: block;
    margin: 10px 0px;
    background-color: #B7A446;
    border-radius: 30px;
    width: 100px;
    height: 4px;
}

.head-text-black {
    font-size: 30px;
    line-height: 40px;
    color: black;
    font-weight: 400;
}

.paragraph-text-black {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.small-head-black {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.small-text-black {
    font-size: 12px;
    font-weight: 400;
    color: #444444;
}

/* banner */
.banner-section {
    background: url('../../../static/images/home/banner/banner.jpg') center/cover;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    /* padding: 30px 0px; */
}

.banner-overlay {
    /* background: linear-gradient(90deg, #021937, #0e1e2774); */
    background-color: #0e1e2774;
    width: 100%;
    height: 100%;
    /* padding: 60px 0; */

    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    text-align: center;
}

.admission-section {
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: #393939;
    min-height: 20vh;
}

.admission-head-text {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.admission-custom-card {
    background-color: #D7E3FC;
    border: 3px solid white;
    border-radius: 30px 30px 30px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    /* Adjusted box-shadow */
    margin: 10px 0;
    transition: all 0.3s ease-in-out;
}

.admission-custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    /* Lift and increase shadow on hover */
}

.admission-custom-card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
}

.admission-custom-card-text {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.admission-custom-btn {
    margin-top: 20px;
    background-color: #00000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.admission-custom-btn:hover {
    background-color: #00000034;
    background-position: right 10px center;
    color: #ffffff;
}

/*  */

.updates-section {
    padding: 8px 0px;
    background-color: #003066;
}

.updates-head {
    color: #ffffff;
    background-color: #003066;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 5px 0;
    width: 104px;
    position: absolute;
    z-index: 10;
}

.updates-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;

}

/*  */


.about-section {
    background-color: #fff;
    padding: 50px 0px;
}

.principals-section{
    padding: 50px 0;
    background-color: hsla(238, 100%, 50%, 0.081); 
    color: #000000;
}
.principals-head-text {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.principals-img{
    width: 100%;
    border-radius: 5px;
}
.principals-para-text {
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

.principal-name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: start;
    margin-bottom: 0;
}
.principal-desc {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    text-align: start;
    margin-bottom: 0;
}

/*  */
.tab-content-div {
    padding: 50px 0;
}

.about-nav-link {
    padding: 10px 30px;
}

.nav-tabs .about-nav-item .nav-link {
    color: #065B84;
    font-size: 15px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 500;
}

.nav-tabs .about-nav-item .nav-link.active {
    border: 1px solid #065B84;
    border-bottom: none;
    color: #ffffff;
    background-color: #065B84;
    font-weight: 600;
}



.new-item {
    padding: 20px 0px;
}

.news-head {
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 600;

    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 400;

    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card {
    border-radius: 20px;
    margin: 5px 8px;
    padding: 15px 10px;
    background-color: #eeffd2;
}


.news-card a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}


/*  */
.cust-btn {
    background: linear-gradient(to right, #E5E5E5, #FFFFFF);
    padding: 10px 25px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid black;
}

.why-choose-us-section {
    padding: 50px 0px;
}

.why-choose-us-card {
    padding: 10px;
    background-color: #F4F4F4;
    border-radius: 25px;
    margin-bottom: 16px;
    /* border: 1px solid rgba(12, 113, 161, 1); */
}

.why-choose-us-img {
    width: 100%;
    padding: 10px;
}

.why-choose-us-paragraph {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;

}

.events-section {
    padding: 50px 0px;
}

.event-card {
    background-color: #F4F4F4;
    margin: 15px;
    height: 100%;
}

.event-body {
    margin: 15px;
}

.event-img {
    width: 100%;
    /* margin-bottom: 8px; */
}

.event-info {
    padding: 20px 10px;
}

.event-head {
    color: #000000;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px;
    font-size: 18px;
    font-weight: 600;
}

.event-text {
    color: #000000;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px;
    font-size: 16px;
}


.event-img-div {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




.quick-links-section {
    padding: 50px 0px;
}



.quick-link-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px;
    border-radius: 30px 15px;
    margin-bottom: 20px;
    color: #ffffff;
}

.quick-link-btn .arrow {
    margin-left: 10px;
}

.quick-link-btn:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transition: 0.3s ease-in-out;

}

.quick-link-btn:hover .arrow {
    transform: translateX(8px);
}

.yellow {
    background-color: #FDB812;
}

.violet {
    background-color: #625FA3;
}

.blue {
    background-color: #0089D0;
}

.red {
    background-color: #CE014E;
}

.green {
    background-color: #0CB14B;
}

.orange {
    background-color: #F37020;
}

.gallery-section {
    background: url('../../images/home/gallery-bg.jpg') fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery-overlay {
    padding: 50px 0;
    background-color: #02162fdd;
}

.gallery-head-text {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.gallery-subtext {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}


@media only screen and (max-width: 992px) {
    .banner-section {
        height: 70vh;
    }

    .banner-head-white {
        font-size: 40px;
    }

    .banner-paragraph-white {
        font-size: 16px;
        width: 100%;
    }

    .head-text-blue {
        font-size: 24px;
    }

    .paragraph-text-black {
        font-size: 16px;
    }

    .head-text-black {
        font-size: 28px;
    }

    .admission-head-text {
        font-size: 28px;
    }

    .admission-custom-card-title {
        font-size: 18px;
    }

    .why-choose-us-paragraph {
        font-size: 15px;
    }

    .principals-message-paragraph {
        font-size: 16px;
    }

    .news-head {
        font-size: 18px;
    }

    .news-text {
        font-size: 14px;
    }

    .gallery-head-text {
        font-size: 28px;
    }

}

@media only screen and (max-width: 767px) {
    .banner-section {
        height: 60vh;
    }

    .banner-head-white {
        font-size: 30px;
    }

    .banner-paragraph-white {
        font-size: 14px;
    }

    .head-text-blue {
        font-size: 22px;
    }

    .paragraph-text-black {
        font-size: 14px;
    }

    .head-text-black {
        font-size: 26px;
    }

    .admission-head-text {
        font-size: 26px;
    }

    .admission-custom-card-title {
        font-size: 16px;
    }

    .admission-custom-card-text {
        font-size: 14px;
    }

    .small-head-black {
        font-size: 14px;
    }

    .small-text-black {
        font-size: 10px;
    }

    .updates-head {
        font-size: 16px;
    }

    .why-choose-us-paragraph {
        font-size: 14px;
    }

    .principals-message-paragraph {
        font-size: 14px;
    }

    .news-head {
        font-size: 16px;
    }

    .news-text {
        font-size: 12px;
    }

    .news-card a {
        font-size: 12px;
    }



    .gallery-head-text {
        font-size: 26px;
    }

    .gallery-subtext {
        font-size: 16px;
    }

}

@media only screen and (max-width: 576px) {
    .banner-section {
        height: 50vh;
    }

    .banner-head-white {
        font-size: 28px;
    }

    .banner-paragraph-white {
        font-size: 12px;
    }

    .head-text-blue {
        font-size: 20px;
    }

    .paragraph-text-black {
        font-size: 12px;
    }

    .head-text-black {
        font-size: 24px;
    }

    .admission-head-text {
        font-size: 24px;
    }

    .admission-custom-card-title {
        font-size: 14px;
    }

    .admission-custom-card-text {
        font-size: 12px;
    }

    .small-head-black {
        font-size: 12px;
    }

    .updates-head {
        font-size: 16px;
    }

    .updates-text {
        font-size: 14px;
    }

    .banner-button {
        font-size: 14px;
    }

    .why-choose-us-paragraph {
        font-size: 10px;
    }

    .principals-head-text{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .principals-para-text {
        font-size: 12px; 
    }




    .gallery-head-text {
        font-size: 24px;
    }

    .gallery-subtext {
        font-size: 14px;
    }

}


