
.afs-testimonial-section {
  padding: 60px 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
}

.afs-testimonial-section.afs-has-background {
  background: #000;
}

.afs-testimonial-carousel-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.afs-testimonial-carousel .swiper-wrapper {
  align-items: stretch;
}

.afs-testimonial-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.afs-testimonial-slide {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  background: #111;
  border-radius: 12px;
  border: 1px solid #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  box-sizing: border-box;
}

.afs-testimonial-logo-link {
  display: inline-flex;
  text-decoration: none;
}

.afs-testimonial-logo-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

.afs-testimonial-logo {
  max-height: 100%;
  max-width: 180px;
  object-fit: contain;
}

.afs-testimonial-logo-fallback {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.afs-testimonial-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #bbb;
  flex-grow: 1;
}

.afs-testimonial-text p {
  margin: 0;
}

.afs-partner-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #008105;
  text-decoration: none;
  text-transform: uppercase;
}

.afs-testimonial-carousel .swiper-button-prev,
.afs-testimonial-carousel .swiper-button-next {
  color: #008105;
  transform: scale(0.6);
}

.afs-testimonial-carousel .swiper-pagination {
  position: relative;
  margin-top: 24px;
}

.afs-testimonial-carousel .swiper-pagination-bullet {
  background: #008105;
}

@media (max-width: 767px) {
  .afs-testimonial-section {
    padding: 40px 0;
  }

  .afs-testimonial-carousel-wrap {
    padding: 0 24px;
  }

  .afs-testimonial-slide {
    min-height: 300px;
    padding: 26px 18px;
  }
}
