.swiper-pagination {
  z-index: 10;
}

.review-swiper {
  min-height: 360px;
}

/* Force all testimonial cards to have the same height */
.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px; 
  padding: 1.5rem;
  border-radius: 1rem;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.014);
}

.swiper-wrapper {
  margin-bottom: 40px;
}

.stars {
  color: #00bfff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Author section stays at the bottom */
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  gap: 0.75rem;
}

.testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

