/* .testi-section span {
  font-size: 60px;
}

.testi-section > span:first-child {
  font-size: 85px;
} */

.testi-section-img img {
  height: 400px;
  border-radius: 15px;
  object-fit: cover;
}

/* @media (max-width: 912px) {
  .testi-section span {
    font-size: 40px;
  }

  .testi-section > span:first-child {
    font-size: 40px;
  }
} */

/* Owl Carousel Navigation Styling */
.owl-carousel.testi-slider .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel.testi-slider .owl-nav button.owl-next,
.owl-carousel.testi-slider .owl-nav button.owl-prev {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

.owl-carousel.testi-slider .owl-nav button.owl-next:hover,
.owl-carousel.testi-slider .owl-nav button.owl-prev:hover {
  transform: scale(1.1) !important;
}

/* Optional: Custom positioning of navigation */
.owl-carousel.testi-slider {
  position: relative;
}

.owl-carousel.testi-slider .owl-nav {
  position: absolute;
  bottom: 100%;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50% );
}

.owl-carousel.testi-slider .owl-nav button {
  pointer-events: all;
  position: relative;
  z-index: 10;
}

@media (max-width: 912px) {
  .owl-carousel.testi-slider .owl-nav {
    position: relative;
    bottom: 100%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    top: 100%;
    pointer-events: none;
    transform: translateY(-0);
  }
}
