.about-us-page {
  min-height: 90vh;
}

.reasons-container {
  width: 100%;
}

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.review-card {
  box-shadow: 0 0 20px #3c92ca;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 300px;
  min-height: 330px;
}

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

.review-author {
  margin-top: 10px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.fade-overlay {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.fade-overlay.left {
  left: 0;
  background: linear-gradient(to right, rgba(15, 15, 15, 0.9), transparent);
}

.fade-overlay.right {
  right: 0;
  background: linear-gradient(to left, rgba(15, 15, 15, 0.9), transparent);
}
