.btn.btn-primary {
          background-color: red !important;
          border-color: red !important;
          transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
          transition: opacity 0.3s ease, transform 0.3s ease;
          opacity: 0;
          /* Initially hidden */
          transform: scale(0.4);
          margin-top: -75px !important;
          background-color: lightgray;
          border-radius: 250px;
          padding: 50px !important;
}

.bg-overlay-img {}

.swiper-button-next:hover,
.swiper-button-prev:hover {
          transform: scale(0.5);
}

/* Show arrows on section hover */
#testimonials:hover .swiper-button-next,
#testimonials:hover .swiper-button-prev {
          opacity: 1;

}

/* Position arrows vertically center */
.swiper-button-prev,
.swiper-button-next {
          top: 25%;
}

.swiper-button-next {
          margin-right: -24px !important;
}

.swiper-button-prev {
          margin-left: -24px !important;
}


.testimonial-box {
          background: #fff;
          border-radius: 1rem;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          transition: all 0.3s ease-in-out;
          height: 100%;
}

.testimonial-box:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

#contact {
          margin-top: 100px !important;
}

#comments {
          height: 100px !important;
}