.testimonial-section {
  padding: 4rem 1rem;
  background-color: #ffeaf0;
  text-align: center;
}

.testimonial-heading {
  font-size: 2rem;
  color: #8e324a;
  margin-bottom: 2rem;
  font-weight: bold;
}

.testimonial-container {
  max-width: 1280px;
  margin: auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(142, 50, 74, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-avatar i {
  font-size: 3rem;
  color: #be2a51;
  margin-bottom: 1rem;
}

.testimonial-content p {
  font-size: 1rem;
  color: #333;
  font-style: italic;
}

.testimonial-stars i {
  color: #ffc107;
  margin-top: 0.5rem;
}

.testimonial-name {
  margin-top: 1rem;
  font-weight: 700;
  color: #8e324a;
}

/* Swiper styles */

.testimonial-pagination .swiper-pagination-bullet {
  background: #8e324a;
  opacity: 0.4;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-heading {
    font-size: 1.8rem;
  }
}

/* Move pagination below */
.testimonial-pagination {
  margin-top: 1.5rem;
  position: static;
  text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet {
  background: #8e324a;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Swiper wrapper fixes */
.testimonial-swiper {
  position: relative;
  padding: 1rem 2rem;
  overflow: hidden;
}
.swiper-slide.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
