.splide-testimonial,
.splide {
  overflow: hidden !important;
}

.splide__slide.testimony {
  border-right: 1px solid #9BA0A6;
}

.arrow-btn {
  background: transparent !important;
  border: 0 !important;
}
.arrow-btn svg {
  width: 30px;
  fill: #9BA0A6;
}
.arrow-btn:hover svg {
  fill: #9BA0A6;
}

.splide__arrow--prev svg {
  transform: rotate(180deg) !important;
}

.splide__pagination {
  bottom: 0.5em !important;
  display: none !important;
}
.splide__pagination .splide__pagination__page.is-active {
  background: #0067AB !important;
}

#industries-testimonials-sections .splide-testimonial .splide__list {
  display: flex;
}
#industries-testimonials-sections .splide-testimonial .splide__slide {
  flex-shrink: 0;
}
#industries-testimonials-sections .splide-testimonial .splide__slide .quote-wrapper {
  height: 100%;
}
#industries-testimonials-sections .splide-testimonial .splide__slide .quote-card {
  height: 100%;
}
#industries-testimonials-sections .splide__arrows {
  display: flex !important;
  gap: 0.5rem !important;
  align-items: center !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn,
#industries-testimonials-sections .splide__arrows .arrow-btn {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  padding: 8px !important;
  outline: none !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn svg,
#industries-testimonials-sections .splide__arrows .arrow-btn svg {
  width: 40px !important;
  height: 40px !important;
  fill: #9BA0A6 !important;
  transition: fill 0.3s ease !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn:hover svg,
#industries-testimonials-sections .splide__arrows .arrow-btn:hover svg {
  fill: #0067AB !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn:focus,
#industries-testimonials-sections .splide__arrows .arrow-btn:focus {
  outline: none !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn:disabled,
#industries-testimonials-sections .splide__arrows .arrow-btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn:disabled svg,
#industries-testimonials-sections .splide__arrows .arrow-btn:disabled svg {
  fill: #9CA3AF !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn.is-disabled,
#industries-testimonials-sections .splide__arrows .arrow-btn.is-disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
#industries-testimonials-sections .splide__arrows button.arrow-btn.is-disabled svg,
#industries-testimonials-sections .splide__arrows .arrow-btn.is-disabled svg {
  fill: #9CA3AF !important;
}
#industries-testimonials-sections .splide__arrows button.splide__arrow--prev svg,
#industries-testimonials-sections .splide__arrows .splide__arrow--prev svg,
#industries-testimonials-sections .splide__arrows .arrow-btn.splide__arrow--prev svg {
  transform: rotate(180deg) !important;
}