
@import "landing/owl.carousel.min.css";
@import "landing/owl.theme.default.min.css";
/* Add custom styles for testimonial carousel */
#testimonial-carousel .splide__arrow {
  border: 1px solid #2cb5d1 !important;
  background-color: white !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#testimonial-carousel .splide__arrow svg {
  fill: #2cb5d1;
  width: 1em;
  height: 1em;
}

#testimonial-carousel .splide__arrow:hover {
  background-color: #2cb5d1 !important;
}


#testimonial-carousel .splide__pagination__page.is-active {
  background: #2cb5d1 !important;
  transform: scale(1);
}

/* testimonial cards have equal height */
#testimonial-carousel .splide__slide {
  height: auto;
  padding: 8px;
}

#testimonial-carousel .splide__slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Move Splide arrows below the carousel and center them */
#testimonial-carousel .splide__arrows {
  position: static !important;
  display: flex;
  justify-content: center;
  margin-top: 32px; /* space between cards and arrows */
  gap: 16px;
}

#testimonial-carousel .splide__arrow {
  position: static !important;
  transform: none !important;
  margin: 0 8px;
}

.splide-custom-prev,
.splide-custom-next {
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  width: 64px;
  height: 64px;
}

.splide-custom-prev:hover,
.splide-custom-next:hover {
  background: #2CB5D1;
  border-color: #2CB5D1;
}

.splide-custom-prev:hover i,
.splide-custom-next:hover i {
  color: #fff;
}
