:root {
    --color-gray: #d9d9d9;
    --color-card-media-bg: #d9d9d9;
}

.col-xl-2 {
    flex: 0 0 auto;
    width: 19.999% !important;
}

.preschool-container {
    padding: 5% 5% 0 5%;
}

.programs-card {
    background-color: white;
    /* min-width: 320px; */
}

.programs-card-content {
    border-radius: 20px;
}

.programs-card-media {
    height: 150px;
    width: 150px;
    background-color: var(--color-gray);
}

.programs-card-media img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}


.school-activities-card {
    height: 260px;
    border-radius: 30px;
    width: 100%;
    background-color: var(--color-card-media-bg);
}

.second-column {
    padding-top: 40px;
}

.galleries {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 30px;
}

.custom-radius {
    height: 100%;
    background-image: url('../../img/preschool/Group\ 201\(3\).png');
    background-repeat: no-repeat;
    background-size: contain;
}

.testi-img {
    border-radius: 50px;
    width: 68px;
    height: 68px !important;
    object-fit: cover;
}

.circle {
    width: 80px;
    height: 80px;
    font-size: 5rem;
    background-color: var(--primary-color);
    margin: 50px;
}

.testi-comments {
    max-height: 200px;
    padding-right: 30px;
    overflow-y: auto;
}

.testi-comments::-webkit-scrollbar {
    width: 10px;
}

.testi-comments::-webkit-scrollbar-track {
    background: transparent;
}

.testi-comments::-webkit-scrollbar-thumb {
    background: #FCBB0D;
    border-radius: 10px;
}

/* responsive */
@media (max-width: 1600px) {
    .programs-card {
        background-color: white;
        /* min-width: 240px; */
    }

}

@media (max-width: 1200px) {
    .programs-card {
        background-color: white;
        /* min-width: 240px; */
    }

    .programs-card-media {
        height: 100px;
        width: 100px;
        background-color: var(--color-gray);
    }
}

@media (max-width: 992px) {
    .school-activities-card {
        height: 180px;
    }

    .testi-comments {
        max-height: 100px;
    }
}

@media (max-width: 767px) {

    .carousel-control-next,
    .carousel-control-prev {
        background-color: transparent !important;
        border: transparent !important;
        width: fit-content !important;
        display: flex;
        margin-bottom: 1.5%;
        align-items: end !important;
        justify-content: start !important;
        opacity: 1 !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 50px !important;
        height: 50px !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .carousel-indicators .active {
        background-color: #083FA6 !important;
        border: none !important;
    }

    .banner-indicators {
        background-color: white !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-bottom: 2% !important;
        left: auto !important;
        margin-right: 10% !important;

    }

    .school-activities-card {
        height: 260px;
    }

    .testimonials-indicators {
        position: relative !important;
        background-color: white !important;
        border-radius: 50px;
        width: fit-content;
    }

    .banner-indicators button {
        opacity: 1;
        width: 18px !important;
        height: 18px !important;
        margin: 5px;
        border-radius: 35px !important;
        background-color: #DEEAFF !important;
        border: none !important;
    }

    .testimonials-indicators button {
        opacity: 1;
        width: 20px !important;
        height: 20px !important;
        margin: 5px;
        border-radius: 35px !important;
        background-color: #DEEAFF !important;
        border: none !important;
    }

    #main_carousel .carousel-indicators [data-bs-target] {
        border-radius: 50%;
        height: 10px !important;
        width: 10px !important;
    }

    .testi-rating {
        color: var(--yellow-color);
        font-size: 16px;
    }

    .text-white p {
        color: white;
    }

    .testi-picture {
        border-radius: 50px;
        width: 68px !important;
        height: 68px !important;
    }

    .testi-picture img {
        border-radius: 50px;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .rounded-bg-blue {
        border-radius: 20px;
    }

    .testi-quote {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 576px) {
    .programs-card {
        min-width: 380px;
    }

    .fs-subheading-30 {
        font-size: 1.6rem !important;
    }

    .fs-70 {
        font-size: 3.2rem !important;
    }

    .fs-28 {
        font-size: 2.2rem !important;
    }

    .fs-20 {
        font-size: 1.6rem !important;
    }

    .center {
        text-align: center !important;
    }
}

.img img {
    height: 100% !important;
    object-fit: cover;
}

.custom-icon {
    font-size: 20px;
}

.gallery-style1 .gallery-img:after,
.gallery-style1 .gallery-img:before {
    background-color: rgba(8, 63, 166, 0.8) !important;
}

.gallery-style1 .gallery-btn {
    background-color: rgba(252, 188, 11, 1) !important;
}

.gallery-style1 .gallery-btn:before {
    background-color: rgba(252, 188, 11, 1) !important;
}

.gallery-style1 .gallery-btn:hover {
    color: var(--color-black) !important;
}

.gallery-style1.layout2 .gallery-btn {
    color: var(--color-black) !important;
}