/* Custom styles for the new testimonial section */
.testimonial-slider-2 {
  padding-bottom: 50px;
}

.testimonial-card-2 {
     background-color: #ffffff;
     padding: 3rem;
     border-radius: 15px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
     display: flex;
     flex-direction: column;
     gap: 20px;
     height: 500px;
     overflow: hidden;
   }

.testimonial-text-2 {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  flex-grow: 1;
}

.testimonial-author-2 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author-2 img {
  border-radius: 50%;
  border: 2px solid #e9ecef;
}

.testimonial-author-info-2 h5 {
  margin-bottom: 0;
  font-weight: 600;
  color: #212529;
}

.testimonial-author-info-2 p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

/* Swiper navigation button styles */
.swiper-button-next-2, .swiper-button-prev-2 {
  color: #212529;
  width: 40px;
  height: 40px;
  background-color: #dee2e6;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next-2::after, .swiper-button-prev-2::after {
  font-size: 1rem;
  font-weight: bold;
}

.swiper-button-next-2:hover, .swiper-button-prev-2:hover {
  background-color: #0d6efd;
  color: #ffffff;
}