/* ====== Testimonials Section ====== */
.testimonials-section {
  background-color: #f8f9fa;
  font-family: 'Cairo', sans-serif;
}

.section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0d6efd;
  margin-bottom: 40px;
}

/* Swiper Container */
.testimonials-swiper {
  padding-bottom: 50px;
}

/* Testimonial Box */
.testimonial-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.testimonial-box:hover {
  transform: translateY(-8px);
}

/* Client Image */
.client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0dcaf0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Facebook Screenshot */
.fb-review-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Text Content */
.client-name {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0d6efd;
  margin-top: 10px;
}

.client-role {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #666;
}

.stars i {
  font-size: 1.1rem;
  margin: 0 1px;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-top: 10px;
}

/* Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #0d6efd;
}

.swiper-pagination-bullet {
  background-color: #0dcaf0;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background-color: #0d6efd;
}

/* ====== Responsive Fixes ====== */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }

  .testimonial-box {
    padding: 25px 15px;
  }

  .client-name {
    font-size: 1.1rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }
}


.swiper-button-next,
.swiper-button-prev {
  color: #0d6efd;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #0dcaf0;
}
