.uc-custom-z {
  z-index: 2000 !important;
  position: relative; /* Обязательно, если у элемента нет позиции */
}

.testimonial-swiper {
  width: 100%;
  max-width: 600px;
  margin: 60px auto;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  color: white;
  max-width: 100%;
}

.quote {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.author {
  font-size: 16px;
  color: #ddd;
}

.swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background: #888;
  opacity: 0.5;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
