.testimonials-slider .item {
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.testimonials-slider .item {
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 15%), 0px 0px 2px 0px rgb(0 0 0 / 5%);
}
 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
}
.testimonials-slider .desc {
    position: relative;
    background: #f5f5f5;
    font-style: italic;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: url(https://victoryspinalcarecape.com/dev/wp-content/uploads/2025/10/quotes.webp) no-repeat 0 0;
    background-size: 25px;
    padding-left: 40px;
}
.testimonials-slider .user-info {
    font-size: 16px;
    font-style: normal;    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 26px;
}
 
.testimonials-slider .item .desc .excerpt {
    margin-bottom: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1c1c1c;
}

/* Center Owl Carousel arrows vertically */
.testimonials-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;font-size: 32px;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* so arrows don’t block slide clicks */
  z-index: 10;
}

.testimonials-slider .owl-nav button.owl-next {
    margin-right: 10px;
    position: absolute;
    background: none;
    right: -70px;
    display: block;
    border: 0 solid #000;
    opacity: 1;
    font-size: 32px;
}
.testimonials-slider .owl-nav button.owl-prev {
    margin-right: 10px;
    position: absolute;
    background: none;
    left: -70px;
    display: block;
    border: 0 solid #000;
    opacity: 1;
    font-size: 32px;
}
/* Style the navigation buttons */
.testimonials-slider .owl-nav button.owl-prev,
.testimonials-slider .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: none;
  pointer-events: auto; /* re-enable click on buttons */
  transition: all 0.3s ease;
}
.testimonials-slider .owl-nav button.owl-prev,
.testimonials-slider .owl-nav button.owl-next{
  background: #1a80b6!important; 
  color: #fff!important;
}
/* Hover effect */
.testimonials-slider .owl-nav button.owl-prev:hover,
.testimonials-slider .owl-nav button.owl-next:hover {
  background: #262626!important;
  color: #fff!important;
}

/* Adjust arrow positioning */
.testimonials-slider .owl-nav button.owl-prev {
  margin-left: 10px;
}

.testimonials-slider .owl-nav button.owl-next {
  margin-right: 10px;
}
.testimonials-slider .toggle-text-link{color:#1a80b6;}
.testimonials-slider .toggle-text-link:hover{color:#262626;}
/* Optional: hide nav on mobile if needed */
@media (max-width: 767px) {
  .testimonials-slider .owl-nav button.owl-prev,
  .testimonials-slider .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
