.dark-bg {
  background-color: #122023;
  color: rgb(255, 255, 255);
}

.bg-brown {
  background-color: #e0dbc7;
  color: #122023;
}

.light-bg {
  background-color: #e0dbc7;
  color: #122023;
}

.full-width-bg-wrapper {
  color: rgb(255, 255, 255);
}

.wp-block-columns.is-style-bg-brown {
  background: #e6e2d2;
  color: #122023;
}

.wp-block-columns.is-style-bg-light-brown {
  background: #f4f1e9;
  color: #122023;
}

.wp-block-columns.is-style-bg-dark {
  background: #122023;
  color: rgb(255, 255, 255);
}

.wp-block-acf-testimonial-video-slider .slider-card {
  background-color: #e0dbc7;
  border-radius: 18px;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 620px) {
  .wp-block-acf-testimonial-video-slider .slider-card {
    padding: 60px 0;
  }
}
.wp-block-acf-testimonial-video-slider .slider-card .swiper-next,
.wp-block-acf-testimonial-video-slider .slider-card .swiper-prev {
  position: absolute;
  bottom: 50px;
  width: 30px;
  height: 30px;
}
.wp-block-acf-testimonial-video-slider .slider-card .swiper-next {
  right: 50px;
}
.wp-block-acf-testimonial-video-slider .slider-card .swiper-prev {
  right: 120px;
}
.wp-block-acf-testimonial-video-slider .slider-card .slider-link {
  position: absolute;
  bottom: 32px;
  left: 60px;
}
@media (max-width: 620px) {
  .wp-block-acf-testimonial-video-slider .slider-card .slider-link {
    left: 20px;
  }
}
.wp-block-acf-testimonial-video-slider .swiper-stat {
  width: 630px !important;
}
@media (max-width: 820px) {
  .wp-block-acf-testimonial-video-slider .swiper-stat {
    width: 400px !important;
  }
}
@media (max-width: 620px) {
  .wp-block-acf-testimonial-video-slider .swiper-stat {
    width: 80% !important;
  }
}
.wp-block-acf-testimonial-video-slider .stat-wrapper {
  padding: 0px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-acf-testimonial-video-slider .stat-wrapper h3 {
  margin: 0;
}
@media (max-width: 820px) {
  .wp-block-acf-testimonial-video-slider .stat-wrapper {
    padding: 0 1rem;
  }
}
.wp-block-acf-testimonial-video-slider .swiper-video-card {
  max-width: 373px;
  height: 500px;
}
.wp-block-acf-testimonial-video-slider .swiper-video-card .video-card-bottom {
  background-color: #e6e2d2;
  padding: 20px;
  color: #122023;
  border-radius: 18px;
  margin-top: -5px;
  transition: 0.3s;
}
.wp-block-acf-testimonial-video-slider .swiper-video-card .video-card-bottom h6 {
  padding: 0;
  margin: 0;
}
.wp-block-acf-testimonial-video-slider .swiper-video-card video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
@media (max-width: 620px) {
  .wp-block-acf-testimonial-video-slider .swiper-video-card video {
    height: 92%;
  }
}
.wp-block-acf-testimonial-video-slider .swiper-video-card .video-wrapper {
  height: 100%;
  border-radius: 18px;
}
.wp-block-acf-testimonial-video-slider .swiper-video-card:hover .video-card-bottom {
  background-color: #e6ff00;
  cursor: pointer;
}
.wp-block-acf-testimonial-video-slider .swiper-video-card {
  position: relative;
  cursor: pointer;
}
.wp-block-acf-testimonial-video-slider .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px; /* Large size for visibility */
  color: white;
  text-align: center;
  display: block; /* Initially show the icon */
}
.wp-block-acf-testimonial-video-slider .video-wrapper video {
  width: 100%;
  display: block;
}

main.bg-brown .slider-card {
  background-color: #f4f1e9;
}/*# sourceMappingURL=testimonial-video-slider.css.map */