.pv-testimonials-slider .owl-stage {
  display: flex;
}

.pv-testimonials-slider .owl-item {
  height: auto;
}

.pv-testimonial-card {
  height: 100%;
  background: #232324;
  border: 1px solid var(--pv-card-border);
  border-radius: var(--radius-md);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.pv-testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 8rem;
  color: rgb(247 101 28 / 8%);
  line-height: 1;
}

.pv-testimonial-stars {
  color: var(--pv-gold);
  margin-bottom: 16px;
}

.pv-testimonial-text {
  line-height: 1.8;
  margin-bottom: 24px;
}

.pv-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pv-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.pv-testimonials-slider .owl-dots {
  margin-top: 35px;
  text-align: center;
}

.pv-testimonials-slider .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
}

.pv-testimonials-slider .owl-dot.active span {
  width: 30px;
  border-radius: 30px;
  background: var(--pv-blue);
}
.pv-testimonials-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.pv-testimonials-slider .owl-nav button.owl-prev,
.pv-testimonials-slider .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #303032 !important;
  color: var(--pv-text-muted) !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  transition: 0.35s ease;
}

.pv-testimonials-slider .owl-nav button.owl-prev:hover,
.pv-testimonials-slider .owl-nav button.owl-next:hover {
  background: var(--pv-blue) !important;
  border-color: var(--pv-blue) !important;
  color: #fff !important;

  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgb(246 74 74 / 40%);
}

.pv-testimonials-slider .owl-nav button span {
  display: none;
}

.pv-testimonials-slider .owl-dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pv-testimonials-slider .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s ease;
}

.pv-testimonials-slider .owl-dot.active span {
  width: 24px;
  border-radius: 20px;
  background: var(--pv-blue);
}
