/* Featured Partners Slider - Modular Component */

.featured-partners-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 40px auto !important;
}

.featured-partners-slider {
    position: relative;
    padding: 0 !important;
    overflow: hidden !important;
    margin: auto;
}



.home-featured-partners .swiper-wrapper {
    align-items: center;
}

.home-featured-partners .featured-partners-parent figure {
    position: relative;
    max-height: 100px;
    margin: auto;
    max-width: 250px;
    margin-bottom: 40px;
}

.home-featured-partners .featured-partners-parent figure img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}


.home-featured-partners .featured-partners-parent figure::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 3px;
    background-color: #965ea4;
}

.featured-partners-slider figure img {
    max-height: 100px;
    width: auto !important;
}

/* Swiper Slide Scaling */
.featured-partners-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    align-items: center;
    position: relative;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.featured-partners-slider .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: gray;
}

.featured-partners-slider .swiper-slide img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}


@media (max-width: 767px) {

    .home-featured-partners .featured-partners-parent figure::after {
        bottom: 0px;
        width: 60px;
        height: 2px;
    }

    .home-featured-partners .featured-partners-parent figure {
        max-width: 200px;
    }


    .featured-partners-slider-wrapper {
        margin: 20px auto !important;
    }

}