.zwf-testimonials-container {
    position: relative;
}

.zwf-testimonial-carousel-wrapper.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.zwf-testimonial.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    box-sizing: border-box;
}
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.zwf-testimonial-logo img {
    max-width: 100%;
}

.zwf-testimonial-image img {
    display: block;
}

.zwf-testimonial-name p,
.zwf-testimonial-position p,
.zwf-testimonial-content p {
    margin-top: 0;
    margin-bottom: 0;
}
.zwf-testimonial-content p:last-child {
    margin-bottom: 0;
}

.zwf-arrow {
    cursor: pointer;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}

.zwf-arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.zwf-testimonial-pagination.swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    line-height: 1;
}

.zwf-testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
    transition: background-color 0.3s, opacity 0.3s;
}

.zwf-testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.zwf-testimonial-carousel-wrapper  {
    position: relative !important
}

.zwf-testimonial-slider-button-prev::before, .zwf-testimonial-slider-button-next::before {
    content: "";
    width: 26px;
    height: 26px;
    background: #2bb446;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.zwf-testimonial-slider-button-prev, .zwf-testimonial-slider-button-next {
    position: relative;
}

.zwf-testimonial-slider-button-prev img, .zwf-testimonial-slider-button-next img {
    position: relative;
    z-index: 2;
}

.zwf-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 10px;
}

.zwf-navigation-arrows {
    display: flex;
    align-items: center;
}

.zwf-testimonial-slider-button-prev,
.zwf-testimonial-slider-button-next {
    cursor: pointer;
    line-height: 0;
    padding: 5px;
}

.zwf-testimonial-slider-button-prev img,
.zwf-testimonial-slider-button-next img {
    display: block;
    max-width: 100%;
    transition: opacity 0.3s ease;
}

.zwf-testimonial-slider-button-prev:hover img,
.zwf-testimonial-slider-button-next:hover img {
    opacity: 0.8;
}

.zwf-testimonial-pagination-wrapper {
    flex-shrink: 0;
}

.zwf-testimonial-pagination-wrapper .swiper-pagination {
    position: static;
    width: auto;
    text-align: right;
}

.zwf-testimonial-pagination-wrapper .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.zwf-testimonial-slider-button-next::before {
    right: 0;
}

.zwf-testimonial-slider-button-prev::before {
    left: 0;
}

.zwf-navigation-wrapper {
    padding: 0 40px;
}

@media screen and (max-width: 479px) {
    .zwf-navigation-wrapper {
        padding: 0;
    }
}

.hero-testimonials {
    align-self: flex-start;
}

.zwf-navigation-wrapper {
    position: absolute;
    width: 100%;
    bottom: -50px;
}