.ecc-testimonial-widget {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
	height: fit-content;
}

.ecc-testimonial-widget .swiper-wrapper {
    display: flex;
}

.ecc-testimonial-widget .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
}

.testimonial-item-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ecc-swiper-arrow {
    position: absolute;
    bottom: 0;
	transform: translateY(50%)
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev.ecc-swiper-arrow {
    left: 10px;
}

.swiper-button-next.ecc-swiper-arrow {
    right: 10px;
}

.ecc-swiper-arrow img {
    max-width: 50px;
    height: auto;
    transition: transform 0.3s ease;
}

.ecc-testimonial-widget .swiper-button-prev::after,
.ecc-testimonial-widget .swiper-button-next::after,
.ecc-testimonial-widget .swiper-button-prev svg,
.ecc-testimonial-widget .swiper-button-next svg {
    display: none !important;
    content: none !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary);
}