/* Main Carousel */
.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;

}



.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;
}

.carousel-control-prev {
    left: 73% !important;
}

.carousel-control-next {
    right: 20% !important;
}


.carousel-control-prev-icon {
    background-image: url('../../img/Homepage/prev.png') !important;
}

.carousel-control-next-icon {
    background-image: url('../../img/Homepage/next.png') !important;
}

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


.testi-comments {
    max-height: 150px;
    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;
}

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

.text-white p {
    color: white;
}

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

/* ALUMNI */
.expandable {
    position: relative;
    overflow: hidden;
    width: 250px;
    transition: width 0.5s ease;
}

.expandable.active {
    width: 500px;
}

.expandable img {
    width: 499px !important;
    height: 661px !important;
    object-fit: cover;
    border-radius: 50px;
    padding: 10px;
}

.overlay-alumni {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 480px !important;
    height: 640px !important;
    padding: 40px 30px;
    margin: 10px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(8, 63, 166, 1), rgba(0, 0, 0, 0));
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 40px;
}

.expandable.active .overlay-alumni {
    opacity: 1;
}

.rounded-bg-blue {
    border-radius: 7.5rem 9.5rem 20rem 7.5rem;
}

.batch-btn {
    background-color: #fcbb0b;
    width: fit-content;
    height: fit-content;
    padding: 0rem 2rem !important;
    border-radius: 50px;
    margin: 1rem 0;
}

/* Gallery */
.filter-item:nth-child(1) .gallery-image {
    height: 292px;
}

.filter-item:nth-child(2) .gallery-image {
    height: 370px;
}

.filter-item:nth-child(3) .gallery-image {
    height: 529px;
}

.filter-item:nth-child(4) .gallery-image {
    height: 441px;

}

.filter-item:nth-child(5) .gallery-image {
    height: 370px;

}

.filter-item:nth-child(6) .gallery-image {
    height: 213px;
}

.gallery-img img {
    width: 100%;
    object-fit: cover;
}

.letter-spacing {
    letter-spacing: 3px;
}


@media (max-width: 1600px) {
    .carousel-control-next {
        right: 19% !important;
    }

    .expandable img {
        width: 499px !important;
        height: 540px !important;
    }

    .overlay-alumni {
        width: 380px !important;
        height: 520px !important;
    }

    .carousel-control-prev {
        left: 73% !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 45px !important;
        height: 45px !important;
    }

    .banner-indicators {
        margin-right: 7% !important;
    }

    .slick-track>[class*='col'] {
        flex-shrink: 0;
        width: 220px !important;
    }

    .service-style1 .service-icon {
        width: var(--icon-size, 90px) !important;
        height: var(--icon-size, 90px) !important;
        line-height: var(--icon-size, 90px) !important;
        border-radius: var(--icon-radius, 20px) !important;
    }
}

@media (max-width: 1400px) {
    .banner-indicators button {
        width: 15px !important;
        height: 15px !important;
        margin: 4px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .carousel-control-next {
        right: 18% !important;
    }

    .carousel-control-prev {
        left: 74% !important;
    }

    .expandable img {
        border-radius: 40px;
    }

    .overlay-alumni {
        border-radius: 30px;
    }
}

@media (max-width: 1300px) {
    .overlay-alumni {
        width: 357px !important;
        height: 520px !important;
    }

    .slick-track>[class*='col'] {
        flex-shrink: 0;
        width: 210px !important;
    }

    .service-style1 .service-body {
        padding-bottom: 0 !important;
    }

}

@media (max-width: 1200px) {
    .banner-indicators button {
        width: 10px !important;
        height: 10px !important;
        margin: 3px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .slick-track>[class*='col'] {
        flex-shrink: 0;
        width: 180px !important;
    }

    .service-style1 .service-icon {
        width: var(--icon-size, 70px) !important;
        height: var(--icon-size, 70px) !important;
        line-height: var(--icon-size, 70px) !important;
        border-radius: var(--icon-radius, 20px) !important;
    }

    .service-style1 .service-btn {
        height: 40px !important;
    }

    /* Gallery */
    .filter-item:nth-child(1) .gallery-image {
        height: 259px;
    }

    .filter-item:nth-child(2) .gallery-image {
        height: 337px;
    }

    .filter-item:nth-child(3) .gallery-image {
        height: 496px;
    }

    .filter-item:nth-child(4) .gallery-image {
        height: 408px;

    }

    .filter-item:nth-child(5) .gallery-image {
        height: 337px;

    }

    .filter-item:nth-child(6) .gallery-image {
        height: 180px;
    }

    .expandable img {
        height: 420px !important;
    }

    .overlay-alumni {
        width: 298px !important;
        height: 400px !important;
    }
}

@media (max-width: 992px) {
    .banner-indicators button {
        position: relative !important;
        width: 15px !important;
        height: 15px !important;
        margin-top: 3rem;
    }

    .carousel-indicators {
        position: relative !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none !important;

    }

    .slick-slide {
        width: 100%;
    }


    .batch-btn {
        background-color: #fcbb0b;
        width: fit-content;
        height: fit-content;
        padding: 0rem 2rem !important;
        border-radius: 50px;
        margin: 1rem 0;
    }

    .alumni-border img {
        border-radius: 40px !important;
    }

    /* Partner */
    .slick-track>[class*='col'] {
        flex-shrink: 0;
        width: 130px !important;
    }

    .service-style1 .service-btn {
        height: 25px;
    }

    .service-style1 .service-icon {
        width: var(--icon-size, 50px) !important;
        height: var(--icon-size, 50px) !important;
        line-height: var(--icon-size, 50px) !important;
        border-radius: var(--icon-radius, 10px) !important;
        margin-bottom: 10px !important;
    }

    .service-style1 .service-content {
        padding: 0.1px 15px 15px 15px !important;
        border-radius: 10px !important;
    }

    .service-style1 .service-btn {
        height: 30px !important;
    }

    /* Gallery */
    .filter-item:nth-child(1) .gallery-image {
        height: 157px;
    }

    .filter-item:nth-child(2) .gallery-image {
        height: 220px;
    }

    .filter-item:nth-child(3) .gallery-image {
        height: 340px;
    }

    .filter-item:nth-child(4) .gallery-image {
        height: 280px;

    }

    .filter-item:nth-child(5) .gallery-image {
        height: 220px;

    }

    .filter-item:nth-child(6) .gallery-image {
        height: 100px;
    }

    .gallery-style1 .gallery-img {
        border-radius: 25px !important;
    }

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

    .testi-style1 {
        text-align: start !important;
    }

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

    /* Alumni */
    .expandable img {
        height: 330px !important;
    }

    .overlay-alumni {
        width: 218px !important;
        height: 310px !important;
        padding: 20px 15px;

    }

}


@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: 3% 10% !important;
        left: auto !important;
    }



    .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;
    }

    .service-style1 .service-icon {
        width: var(--icon-size, 150px) !important;
        height: var(--icon-size, 150px) !important;
        line-height: var(--icon-size, 150px) !important;
        border-radius: var(--icon-radius, 30px) !important;
        margin-bottom: 30px !important;
    }

    .service-style1 .service-btn {
        height: 60px !important;
    }

    .service-style1 .service-content {
        padding: 0.1px 30px 30px 30px !important;
        border-radius: 30px !important;
    }

    .overlay-alumni {
        position: absolute;
        display: flex;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        padding: 40px 30px;
        margin: 0px;
        box-sizing: border-box;
        background: linear-gradient(to top, rgba(8, 63, 166, 1), rgba(0, 0, 0, 0));
        color: white;
        opacity: 1;
        transition: opacity 0.5s ease;
        border-radius: 40px !important;
    }

    /* Gallery */
    .filter-item:nth-child(1) .gallery-image {
        height: 259px;
    }

    .filter-item:nth-child(2) .gallery-image {
        height: 337px;
    }

    .filter-item:nth-child(3) .gallery-image {
        height: 496px;
    }

    .filter-item:nth-child(4) .gallery-image {
        height: 408px;

    }

    .filter-item:nth-child(5) .gallery-image {
        height: 337px;

    }

    .filter-item:nth-child(6) .gallery-image {
        height: 180px;
    }


}

@media (max-width: 576px) {
    .image-desktop {
        display: none;
    }

    .image-mobile {
        height: 100%;
        width: 100%;
    }

    .custom-fw {
        font-weight: 800 !important;
    }

    .custom-dots {
        width: 15%;
        height: 15%;
        padding: 3% 0%;
    }
}

.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;
}