/*-----------------  TESTIMONIAL SLIDER  -------------*/

.row-slider-testimonials.vce-row[data-vce-stretch-content="true"]
  > .vce-row-content {
  width: 1500px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.row-slider-testimonials h2 {
  margin-bottom: var(--gap-m) !important;
}

.testimonial-slider .slick-track {
  align-items: stretch;
  display: flex !important;
}

/* items */
.testimonial-slider-item {
  text-align: center;
  height: 100%;
}

.row-slider-testimonials .slick-list {
  margin: 0 -15px;
}

.row-testimonial-slider .testimonial-slider-item-inner {
  max-width: 798px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 100%;
}

.testimonial-slider .slick-slide {
  background-color: var(--color-weiss);
  border-radius: var(--border-radius);
  padding: calc(var(--gap-m) * 1.5) calc(var(--gap-l) * 0.65);
  height: inherit !important;
  margin: 0 15px;
}

.testimonial-slider .slick-slide > div {
  height: 100%;
}

.testimonial-slider .slick-slide .testimonial-thumb {
  display: flex;
  justify-content: center;
  margin-bottom: var(--gap-s);
}

.testimonial-slider .slick-slide .testimonial-thumb img {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}

.testimonial-slider .slick-slide .testimonial-name {
  margin-bottom: var(--gap-s);
}

.testimonial-slider .slick-slide .testimonial-detail_1 {
  margin-bottom: var(--gap-m);
}
.testimonial-slider .slick-slide .testimonial-detail_1 p {
  font-size: 0.833rem;
  line-height: 1.25 !important;
}

.row-testimonial-slider .slick-prev,
.row-testimonial-slider .slick-next {
  width: auto;
  height: auto;
  right: 0;
  top: calc(var(--gap-m) * -2);
}

.row-testimonial-slider .slick-prev {
  right: 55px;
  left: unset;
}

.row-testimonial-slider button.slick-next.slick-arrow:before,
.row-testimonial-slider button.slick-prev.slick-arrow::before {
  content: "";
  display: inline-block;
  height: 45px;
  width: 45px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/arrow.svg);
  background-color: var(--color-weiss);
  border-radius: 100%;
  transition: background-image 0.5s ease-in-out;
  opacity: 1;
}

.row-testimonial-slider button.slick-next.slick-arrow:before {
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/arrow-right.svg);
}

.row-testimonial-slider button.slick-next.slick-arrow:hover::before,
.row-testimonial-slider button.slick-prev.slick-arrow:hover::before {
  background-color: var(--color-anthrazit);
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/arrow-white.svg);
}

.row-testimonial-slider button.slick-next.slick-arrow:hover::before {
  background-color: var(--color-anthrazit);
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/arrow-right-white.svg);
}

@media (max-width: 768px) {
  .row-slider-testimonials .vce-text-block-wrapper:has(h2) {
    justify-content: center;
    display: flex;
  }

  .row-testimonial-slider .slick-list {
    margin-top: 43px;
  }

  .row-testimonial-slider .slick-prev {
    width: 48%;
    top: -8%;
    justify-content: flex-end;
    display: flex;
    right: unset;
  }
  .row-testimonial-slider .slick-next {
    width: 48%;
    justify-content: flex-start;
    display: flex;
    top: -8%;
  }

  .row-slider-testimonials h2 {
    margin-bottom: 20px !important;
  }

  .testimonial-slider .slick-slide {
    margin: 0 7.5px;
  }

  .slick-list {
    overflow: visible;
  }

  .testimonial-slider .slick-slide .testimonial-thumb {
    margin-bottom: var(--gap-m);
  }
}
