/* contact testimonials css  */
.swiper-container {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.stars {
  color: #ff9800;
  margin-top: 5px;
}

.testimonial p {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #333;
}

.h-400 {
  height: 400px !important;
}

.theme-color {
  color: #32659a;
}

.f-border {
  border: 2px solid #32659a !important;
  border-radius: 20px !important;
  padding: 15px !important;
}

.h-235 {
  height: 235px !important;
}