.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  color: #01693A !important;
}
.swiper-pagination-bullet-active {
  background: #01693A !important;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
  }

  .testimonial-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .testimonial-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
  }

  .testimonial-card .stars {
    font-size: 18px;
    color: #f5a623; /* gold/yellow */
    letter-spacing: 2px;
  }