.button-wrap.testimonial-btn .button-link {
  background-color: #C02026;
}

.button-wrap.testimonial-btn .button-link .button-text {
  color: #ffffff !important;
}

.button-wrap.testimonial-btn .button-link .arrow-bg-color {
  background-color: transparent !important;
}

.button-wrap.testimonial-btn .button-link .button-arrow,
.button-wrap.testimonial-btn .button-link .button-arrow-hover {
  filter: brightness(0) invert(1);
}

.button-wrap.testimonial-btn .button-link:hover {
  background-color: #a81b21;
}

.testimonial-one-section .uv-testimonial-slider {
  position: relative;
  z-index: 5;
}

.testimonial-one-section .testimonial-one-client {
  padding-right: 24px;
  box-sizing: border-box;
  border-right: none;
  position: relative;
}

.testimonial-one-section .testimonial-one-client::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #0000001a;
  pointer-events: none;
}

.testimonial-one-section .team-one-designation {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  text-align: left;
}

.testimonial-one-section .testimonial-one-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Arrows sit directly under the quote paragraph */
.testimonial-one-section .uv-testimonial-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  position: relative;
  z-index: 6;
}

.testimonial-one-section .uv-testimonial-arrow,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn.right {
  appearance: none;
  -webkit-appearance: none;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0;
  border: 1px solid rgba(61, 15, 17, 0.12);
  cursor: pointer;
  pointer-events: auto !important;
  z-index: 6 !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  min-height: 52px;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff !important;
  color: #3d0f11 !important;
  border-radius: 7px;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.25s ease;
}

.testimonial-one-section .uv-testimonial-arrow .slider-icon,
.testimonial-one-section .uv-testimonial-arrow .w-icon-slider-left,
.testimonial-one-section .uv-testimonial-arrow .w-icon-slider-right,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn .slider-icon {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #3d0f11 !important;
  pointer-events: none;
  transition: color 0.25s ease;
}

.testimonial-one-section .uv-testimonial-arrow:hover,
.testimonial-one-section .uv-testimonial-arrow:focus-visible,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn:hover,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn:focus-visible {
  background-color: #c02026 !important;
  color: #ffffff !important;
  border-color: #c02026;
  box-shadow: 0 10px 24px rgba(192, 32, 38, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.testimonial-one-section .uv-testimonial-arrow:hover .slider-icon,
.testimonial-one-section .uv-testimonial-arrow:focus-visible .slider-icon,
.testimonial-one-section .uv-testimonial-arrow:hover .w-icon-slider-left,
.testimonial-one-section .uv-testimonial-arrow:hover .w-icon-slider-right,
.testimonial-one-section .uv-testimonial-arrow:focus-visible .w-icon-slider-left,
.testimonial-one-section .uv-testimonial-arrow:focus-visible .w-icon-slider-right,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn:hover .slider-icon,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn:focus-visible .slider-icon {
  color: #ffffff !important;
}

.testimonial-one-section .uv-testimonial-arrow:active,
.testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn:active {
  transform: translateY(0);
  background-color: #a81b20 !important;
}

.testimonial-one-section .uv-testimonial-slider__mask {
  width: 100%;
  overflow: hidden;
}

.testimonial-one-section .uv-testimonial-slider__slide {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .testimonial-one-section .testimonial-one-client::after {
    display: none;
  }

  .testimonial-one-section .uv-testimonial-arrows {
    margin-top: 18px;
  }

  .testimonial-one-section .uv-testimonial-arrow,
  .testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn,
  .testimonial-one-section .slider-arrow.testimonial-bottom-right-arrow-left-btn.right {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px;
    min-height: 46px;
  }
}
