.zp-testimonial-slider {
  position: relative;
  width: 100%;
  padding: 40px 0;
  cursor:grab;
}

.testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-image {
  width: 100%;
  position: relative;
}

.testimonial-image img {
  width: 100%;
  height:650px;
  object-fit: cover;
}

.swiper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 700px;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev
{
    position: static;
	font-size: unset !important;
	cursor: pointer
}

.swiper-controls .swiper-pagination {
    position: static;
}

.zp-testimonial-slider  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #921028;
}

.zp-testimonial-slider span.swiper-pagination-bullet {
    background: #921028;
}

.zp-testimonial-slider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
}

.testimonial-content {
  width: 100%;
  padding-top: 70px;
}

.testimonial-benefits {
  margin-top:50px;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.zp-testimonial-slider .swiper-button-next,
.zp-testimonial-slider .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  color: transparent;
}

.zp-testimonial-slider .swiper-button-next {
  background-image: url('/wp-content/uploads/2025/06/Seta.svg');
}

.zp-testimonial-slider .swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/06/02_icone_seta.svg');
}

@media (max-width: 1024px) {
    
.testimonial-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.testimonial-benefit-item.swiper-slide.swiper-slide-active {
    border-right: 1px solid #921028;
    padding-right: 60px !important;
}

.swiper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 510px;
}

}

@media (max-width: 767px) {
    
.testimonial-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.swiper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 630px;
}

}

.benefits-swiper {
  width: 100%;
  overflow: hidden;
}

.benefits-swiper .swiper-wrapper {
  display: flex;
}

.benefits-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

