/*.cta-block {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-block .cta-content {
  z-index: 999;
}

.cta-block.txt_lt {
  color: #FFFFFF;
}*/


.testimonial-carousel-block.txt_drk h1 {
  color: #240e01;
}

/* .testimonial-carousel-block.txt_drk h2 {
  color: #240e01;
} */

.testimonial-carousel-block.txt_drk {
  color: #240e01;
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;

}

.testimonial-slider .testimonial-item .testimonial-icon {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 2rem;
}

.txt_drk .testimonial-slider .testimonial-item .testimonial-icon {
  color: #2F93A7;
}

.txt_drk .testimonial-slider .testimonial-item .testimonial-author {
  color: #637342;

}

.txt_drk .testimonial-slider .testimonial-item .testimonial-text {
  color: #240e01;

}

.txt_drk .testimonial {
  background-color: #fff;
}

.txt_lt .testimonial {
  background-color: #240e01;
}

.txt_lt .testimonial-slider .testimonial-item .testimonial-icon {
  color: #fff;
}

.txt_lt .testimonial-slider .testimonial-item .testimonial-author {
  color: #fff;

}

.txt_lt .testimonial-slider .testimonial-item .testimonial-text {
  color: #fff;

}

.testimonial-slider .testimonial-item .testimonial-author {
  letter-spacing: 0.05rem;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.3125rem;
}

.testimonial-slider .testimonial-item .testimonial-text {
  font-family: 'Syne', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.testimonial-item.slick-slide {
  padding: 15px;
}

.slideshow__control--prev.slick-arrow, .slideshow__control--next.slick-arrow {
  position: absolute;
  top: 60%;
  z-index: 999999999999;
  cursor: pointer;
}

.slideshow__control--prev.slick-arrow {
  left: -3%;
}

.slideshow__control--next.slick-arrow {
  right: -3%;
}

@media screen and (max-width:426px) {
  .slideshow__control--prev.slick-arrow {
    left: 1%;
  }

  .slideshow__control--next.slick-arrow {
    right: 1%;
  }

  .testimonial-item.slick-slide .testimonial {
    min-height: 50vh;
  }
}

.slideshow__control--prev.slick-arrow.mobile-arrows, .slideshow__control--next.slick-arrow.mobile-arrows {
  display: none;
}


@media screen and (max-width: 1024px) {
  .slideshow__control--prev.slick-arrow.mobile-arrows, .slideshow__control--next.slick-arrow.mobile-arrows {
    display: block;
  }
}

.testimonial-item {
  height: 100% !important;
}