@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.home-banner-body {
    position: relative;
    width: 100%;
}
#footer{
    margin-top: 0;
}
.updates-body {
    width: 100%;
    background-color: #F5F5F5;
    padding: 4px 0;
    padding: 0;
    margin: 0;
}


.updates-head {
    color: #0E5982;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 5px 0;
    width: 104px;
    position: absolute;
    background-color: #F5F5F5;
    z-index: 10;
}

.updates-text {
    font-size: 16px;
    color: #0E5982;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
}
.home-banner-item{
    width: 100%;
    /* filter: brightness(50%); */
}

.home-heading-blue{
    color: #0E5982;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.home-heading-white{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.home-paragraph-text-black{
    color: black;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

/* status-quo  */
.status-quo-body{
    width: 100%;
    padding: 25px 0;
}
.status-card{
    width: 100%;
}
.status-card-head{
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom:0px;
}
.status-card-text{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom:0px;
}
/* principals-message  */
.principals-message-body{
    width: 100%;
    padding: 60px 0;
}
.principals-img{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 0;
    padding: 0;
}
.principals-name{
    color: #0E5982;
    margin: 20px 0 5px;
    font-weight: 500;
    font-size: 20px;
}
.principals-deci{
    color: #0E5982;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 16px;
}
/* news */
.news-body{
    padding:60px 0;
}

.news-box{
    padding:18px;
}

.news-box-body{
    height:480px;
    border-radius:20px;
    overflow:hidden;
    background-size:cover !important;
    background-position:center;
    position:relative;
    transition:.45s ease;
    cursor:pointer;
    /* box-shadow:0 15px 40px rgba(0,0,0,.18); */
}

.news-box-body::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.45) 40%,
        rgba(0,0,0,.08) 70%,
        transparent 100%
    );
    transition:.4s;
}

.news-box-body:hover{
    transform:translateY(-10px);
}

.news-box-body:hover::before{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.92),
        rgba(0,0,0,.55),
        rgba(0,0,0,.15),
        transparent
    );
}

.news-box-overlay{
    position:absolute;
    inset:0;
}

.news-box-overlay-content{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;

    background:rgba(255,255,255,.12);
    backdrop-filter:blur(1px);
    -webkit-backdrop-filter:blur(1px);

    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    padding:20px;
}

.news-head{
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:12px;
}

.news-text{
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.7;

    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-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:18px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    font-size: 14px;
}

.news-link::after{
    content:"→";
    transition:.3s;
}

.news-link:hover::after{
    transform:translateX(5px);
}
/* events */
.events-body{
    width: 100%;
    padding: 60px 0;
}
.event-img-div {
    background: center/cover;
    width: 100%;
    height: 300px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.event-head{
    font-size: 16px;
    color: #000000;
    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;
}
.event-text{
    font-size: 12px;
    font-weight: 400;
    color: #444444;

    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: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-crsl {
    overflow: hidden;
}

.event-crsl .slick-slide {
    margin: 0 25px;
}

.event-crsl .slick-list {
    margin: 0 -25px;
}
/* gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 6px;
}

.gallery div {
    background-size: cover;
    background-position: center;
}


.gallery-container {
    position: relative;
    width: 100%;

}

.gallery-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.gallery-header-text {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow:
        0 3px 10px rgba(0,0,0,.35),
        0 8px 25px rgba(0,0,0,.25);
    margin-bottom: 18px;
}


.gallery-header-btn {
    padding: 14px 34px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.gallery-header-btn:hover {
    background: #0D617A;
    border-color: #0D617A;
    transform: translateY(-3px);
}



.gallery-overlay {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:8px;
    overflow:hidden;
}

.gallery-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(
        rgba(0,0,0,.15),
        rgba(0,0,0,.55)
    );
    z-index: 1;
}

.gallery-overlay:hover::before {
    background:linear-gradient(
        rgba(0,0,0,.05),
        rgba(0,0,0,.25)
    );
}


.large {
    grid-column: span 4;
    grid-row: span 2;
    height: 210px;
}

.medium {
    grid-column: span 4;
    grid-row: span 2;
    height: 200px;
}

.small {
    grid-column: span 3;
    grid-row: span 1;
    height: 150px;
}
/* testimonial */
.testimonial-section {
    padding: 60px 0px;
}

.testimonial-img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}

.testimonial-text {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: justify;

    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: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-name {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-info {
    font-size: 12px;
    color: #878787;
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial-btn{
color: rgba(255, 255, 255, 1);
    background-color: #0E5982;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
    padding: 8px 18px;
    border: none;
    display: block;
    margin: 0 auto;
}

.testimonial-btn:hover{
     color: #0E5982;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #0E5982;
}
#testimonial-carousel {
    overflow: hidden;
}

#testimonial-carousel .slick-slide {
    margin: 15px 10px;
}

#testimonial-carousel .slick-list {
    margin: 10 0px;
}

#testimonial-carousel .slick-dots {
    display: flex;
    /* Display the dots in a row */
    justify-content: center;
    /* Center align the dots horizontally */
    list-style: none;
    /* Remove the default list styles */
    padding: 0;
    /* Remove any padding */
    margin: 0;
    /* Add some margin for spacing */
}


#testimonial-carousel .slick-dots li {
    margin: 10px 5px 0;
}


#testimonial-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

#testimonial-carousel .slick-dots li {
    font-size: 0;
}

#testimonial-carousel .slick-dots li.slick-active button {
    background-color: #0E5982;
}

#testimonial-carousel section {
    outline: none;
}

@media only screen and (max-width: 992px){
    .overlay-text {
        left: 40px;
        font-size: 40px;
    }
    .home-heading-blue{
        font-size: 26px;
    }
    .home-heading-white{
        font-size: 26px;
    }
    .home-paragraph-text-black{
        font-size: 15px;
    }
    .status-quo-body{
        padding: 40px 0;
    }
    .status-card-head{
        font-size: 30px;
    }
    .status-card-text{
        font-size: 18px;
    }
    .principals-name{
        font-size: 19px;
    }
    .principals-deci{
        font-size: 15px;
    }
    .news-head{
        font-size: 20px;
    }
    .gallery-header-text {
        font-size: 54px;
    }
    
}
@media only screen and (max-width: 767px){
    .overlay-text {
        left: 30px;
        font-size: 30px;
    }
    .home-heading-blue{
        font-size: 23px;
    }
    .home-heading-white{
        font-size: 23px;
    }
    .home-paragraph-text-black{
        font-size: 14px;
    }
    .status-quo-body{
        padding: 30px 0;
    }
    .status-card-head{
        font-size: 28px;
    }
    .status-card-text{
        font-size: 16px;
    }
    .principals-img{
        margin-bottom: 20px;
    }
    .principals-name{
        font-size: 18px;
    }
    .principals-deci{
        font-size: 14px;
    }
    .news-head{
        font-size: 18px;
    }
    .news-text{
        font-size: 14px;
    }
    .gallery-header-text {
        font-size: 46px;
    }
    .testimonial-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px){
    .overlay-text {
        left: 20px;
        font-size: 20px;
    }
    .home-heading-blue{
        font-size: 20px;
    }
    .home-heading-white{
        font-size: 20px;
    }
    .home-paragraph-text-black{
        font-size: 13px;
    }
    .status-quo-body{
        padding: 15px 0;
    }
    .status-card-head{
        font-size: 20px;
    }
    .status-card-text{
        font-size: 14px;
    }
   
    .principals-name{
        font-size: 17px;
    }
    .principals-deci{
        font-size: 13px;
    }
   .news-head{
        font-size: 16px;
    }
    .news-text{
        font-size: 12px;
    }
    .event-head{
        font-size: 14px;
    }
    .gallery-header-text {
        font-size: 40px;
    }
    .testimonial-name {
        font-size: 12px;
    }
}