/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/**
 * This shall stop the z-index chaos
 */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Content + Image --------------------------------- */
.swiper.testimonials-swiper-2025 {
  padding-bottom: 3.125rem;
}

.testimonials-slider-2025 .section-title {
  color: white;
  margin-bottom: 3.75rem;
  text-align: center;
}

.testimonials-swiper-2025 .testimonial-slide__content {
  flex-wrap: wrap;
  background-color: #10293e;
  justify-content: center;
  text-align: center;
  padding: 1.875rem;
  color: white;
  gap: 2.5rem;
  border-radius: 0.5625rem;
}
@media (min-width: 61.25em) {
  .testimonials-swiper-2025 .testimonial-slide__content {
    padding: 3.75rem;
  }
}

@media (min-width: 61.25em) {
  .testimonials-swiper-2025 .testimonial-slide__content .slide-logo {
    flex-basis: 30%;
  }
}

.testimonials-swiper-2025 .testimonial-slide__content .body-copy {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.testimonials-swiper-2025 .testimonial-slide__content .body-quote__author {
  color: #5cc3dd;
  font-size: 18px;
  font-size: 1.125rem;
}

.testimonials-swiper-2025 .swiper-pagination {
  bottom: 0;
}
