/* General container settings */
.swiper-container.testimonials-main {
    overflow: visible;
    /* padding: 40px 25px; */
    overflow: hidden;
    margin: 0 auto;
    height: auto;
}

.swiper-container.testimonials-main .swiper-slide.testimonial-slide {
    padding: 40px 55px;
}

.swiper-wrapper.testimonials-wrapper{
    /* overflow: hidden !important; */
    /* min-height: 400px; */
    display: flex;
    height: auto;
    align-items: center;
    height: auto;
}
.swiper-slide.testimonial-slide {
    width: 90%;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
    margin: 0 0px;
    box-shadow: none;
    max-width: 100%;
    background: transparent;
    height: fit-content;
    left: 0;
    /* padding: 0 40px; */
}
.swiper-slide.testimonial-slide.swiper-slide-next,
.swiper-slide.testimonial-slide.swiper-slide-prev{
    /* opacity: 0;
    visibility: hidden; */
}
.swiper-slide.testimonial-slide .testimonial-desc {
    text-align: center;
    padding-bottom: 25px;
}
.swiper-slide.testimonial-slide .slide-meta{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
}

.swiper-container.testimonials-main .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) {
    /* height: 0;
    min-height: 0; */
}

.swiper-container.testimonials-main  .swiper-slide-next-next{
    right: 50px;
    top: 50%;
    background: 0 0;
    height: initial;
    width: initial;
}
.swiper-container.testimonials-main  .swiper-slide-prev-prev{
    left: 50px;
    top: 50%;
    background: 0 0;
    height: initial;
    width: initial;
}
.swiper-container.testimonials-main .swiper-slide .post-content,
.swiper-container.testimonials-main  .swiper-slide .post-title{
    text-align: center  ;
}

.swiper-container.testimonials-main  {
    overflow: hidden;
    margin: 0 auto;
    height: auto; /* Ensure the container can expand */
}

.swiper-wrapper.testimonials-wrapper {
    display: flex;
    height: auto; /* Ensure wrapper adjusts to slide height */
    align-items: center;
}

.swiper-slide.testimonial-slide {
    width: 90%;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    max-width: 100%;
    background: transparent;
    height: auto; /* Ensure slide adjusts to content height */
    left: 0;
    padding: 0 40px;
}

.stacked-slider-widget .swiper-button-next::after, .stacked-slider-widget .swiper-button-prev::after {
    content: none !important;
}

@media screen and (min-width:1024px) {
    .swiper-container.testimonials-main{
        /* padding: 40px 225px; */
    }
    .swiper-wrapper.testimonials-wrapper{
        /* overflow: hidden !important; */
    }
    .swiper-container.testimonials-main  .swiper-slide.testimonial-slide {
        padding: 40px 225px;
    }

}