.swiper {
  width: 100%;
  padding: 40px 0;
  margin:20px 0;
}
.testimonial-card {
  width: 320px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.profile-initials {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #4caf50;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto; /* Centered */
  text-transform: uppercase;
}
.star-rating {
  color: #fbc02d;
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center; /* Centered */
}
.review-text {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: center;
}
.review-author {
  font-size: 16px;
  color: #555;
  font-weight: bold;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: #4caf50;
  width: 25px;
  height: 25px;
}

.swiper-button-next::after, .swiper-button-prev::after {font-size:2.5rem !important; font-weight:600}
.swiper-pagination-bullet-active {
  background-color: #4caf50;
}
