.testimonials_Slider {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #f8f7f3;
}

.testimonials_Slider .pet-swiper {
  overflow: visible !important;
}

.testimonials_Slider .top-swiper {
  margin-bottom: 70px;
}

.testimonials_Slider .bottom-swiper {
  margin-top: 70px;
}

.testimonials_Slider .pet-slide {
  /* width: 220px !important; */
  width: 100%;
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
}

.testimonials_Slider .pet-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* .pet-slide:hover {
  transform: translateY(-15px) scale(1.03) !important;
} */

.testimonials_Slider.marquee_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.testimonials_Slider .marquee_swiper {
  pointer-events: none;
}

/* Decorative circles */

.testimonials_Slider .pet-gallery-section::before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  top: -120px;
  right: -80px;
  border-radius: 50%;
  background: rgba(255, 248, 220, 0.6);
}

.testimonials_Slider .pet-gallery-section::after {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -100px;
  left: -50px;
  border-radius: 50%;
  background: rgba(255, 248, 220, 0.6);
}

/* Responsive */

@media (min-width: 0px) and (max-width: 768px) {
  .testimonials_Slider .pet-slide {
    width: 130px !important;
    height: 190px;
  }

  .pet-slide img {
    /* height: 190px; */
  }

  .top-swiper {
    margin-bottom: 40px;
  }
}
