.Testimonials {
  margin: 40px 0;
}

.Testimonials .video-slider-wrapper .video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 5;
}

.Testimonials .video-slider-wrapper .slider-video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
}

.Testimonials .video-slider-wrapper .video-time {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 30px;
}

/* Pagination */
.Testimonials .video-slider-wrapper .videoSwiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.Testimonials .video-slider-wrapper .videoSwiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #cfcfcf;
  opacity: 1;
  transition: 0.3s;
}

.Testimonials
  .video-slider-wrapper
  .videoSwiper
  .swiper-pagination-bullet-active {
  width: 7px;
  border-radius: 20px;
  background: #1486c1;
}

/* Navigation Wrapper */
.Testimonials .testimonial_navigation {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-bottom: 30px;
}

/* Buttons */
.Testimonials .testimonial_navigation .testimonial-prev,
.Testimonials .testimonial_navigation .testimonial-next {
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
}

.Testimonials .testimonial_navigation .testimonial-prev:hover,
.Testimonials .testimonial_navigation .testimonial-next:hover {
  transform: translateY(-3px);
  background: #000;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 574px) {
  .Testimonials .video-slider-wrapper .videoSwiper .swiper-button-prev,
  .Testimonials .video-slider-wrapper .videoSwiper .swiper-button-next {
    width: 25px;
    height: 25px;
    padding: 4px;
  }
  .Testimonials .video-slider-wrapper .slider-video {
    height: 350px;
  }

  .Testimonials .testimonial_navigation .testimonial-prev,
  .Testimonials .testimonial_navigation .testimonial-next {
    width: 30px;
    height: 30px;
  }
}
