:root {
  --vistana-testimonial-bg: #000000;
  --vistana-testimonial-text: #ffffff;
  --vistana-testimonial-accent: #ff0284;
  --vistana-testimonial-muted: rgba(255, 255, 255, 0.6);
}

.vistana-testimonial-slider {
  background: var(--vistana-testimonial-bg);
  color: var(--vistana-testimonial-text);
  padding: 80px 120px 100px;
  position: relative;
  overflow: hidden;
}

.vistana-testimonial-slider__quote-mark {
  width: 50px;
  height: 50px;
  color: var(--vistana-testimonial-accent);
  margin: 0 auto 40px;
  display: block;
}

.vistana-testimonial-slider__quote {
  max-width: 800px;
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: var(--vistana-testimonial-text);
}

.vistana-testimonial-slider__author {
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

.vistana-testimonial-slider__author strong {
  color: #fff;
  font-weight: 500;
}

.vistana-testimonial-slider__author-separator {
  color: var(--vistana-testimonial-accent);
  margin: 0 6px;
}

.vistana-testimonial-slider__avatar {
  margin: 30px auto 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}

.vistana-testimonial-slider__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vistana-testimonial-slider__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.vistana-testimonial-slider__nav-btn {
  pointer-events: auto !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: none !important;
  background: var(--vistana-testimonial-accent) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: unset !important;
  position: relative !important;
}

.vistana-testimonial-slider__nav-btn svg {
  display: none !important;
}

.vistana-testimonial-slider__nav-btn::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #111b2b;
  border-right: 3px solid #111b2b;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}

.vistana-testimonial-slider__nav-btn[data-testimonial-nav="prev"]::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.vistana-testimonial-slider__nav-btn[data-testimonial-nav="next"]::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vistana-testimonial-slider__nav-btn:hover,
.vistana-testimonial-slider__nav-btn:focus-visible {
  opacity: 0.85 !important;
  outline: none !important;
  background: var(--vistana-testimonial-accent) !important;
}

.vistana-testimonial-slider__nav-btn.swiper-button-disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
}

.vistana-testimonial-slider .swiper {
  max-width: 1000px;
  margin: 0 auto;
}

.vistana-testimonial-slider .swiper-slide {
  text-align: center;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .vistana-testimonial-slider__nav {
    position: static;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
  }

  .vistana-testimonial-slider__nav-btn {
    position: relative;
  }
}
