
.reviews-section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px;
}
.reviews-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.swiper {
  width: 100%;
  padding-bottom: 40px;
}
.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: left;
}
.review-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.review-card p {
  font-size: 14px;
  color: #333;
}
.stars {
  color: #FFD700;
  font-size: 16px;
  margin-top: 8px;
}
.swiper-button-next, .swiper-button-prev {
  color: #333;
}
