.zngts-testimonials-slider-container {
  width: 100%;
}

.zngts-testimonials-slider-container .swiper {
  max-width: 1200px;
  margin: 0 auto;
}

.zngts-testimonials-slider-container .swiper-slide {
  padding-top: 80px;
  height: auto;
}

.zngts-testimonials-slider-container .zngts-testimonial {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fdfdfd;
  padding: 100px 40px 40px 40px;
  border-radius: 30px;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.16);
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-quote-icon {
  position: absolute;
  top: -60px;
  left: 40px;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-quote-icon
  img {
  width: 160px;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-content {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-other-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-other-info
  p {
  margin: 0 !important;
  font-family: "Manrope", sans-serif;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-other-info
  p:nth-child(1) {
  color: #525255;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.zngts-testimonials-slider-container
  .zngts-testimonial
  .zngts-testimonial-other-info
  p:nth-child(2) {
  color: #8c8c8e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.zngts-testimonials-slider-container .swiper .swiper-button-next,
.zngts-testimonials-slider-container .swiper .swiper-button-prev {
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 1.5)) !important;
}

.zngts-testimonials-slider-container .swiper .swiper-button-next::after,
.zngts-testimonials-slider-container .swiper .swiper-button-prev::after {
  display: none;
}

.zngts-testimonials-slider-container .swiper .swiper-button-next .icon {
  transform: rotate(180deg);
  margin-right: -6px;
  display: inline-flex;
}

.zngts-testimonials-slider-container .swiper .swiper-button-prev .icon {
  margin-left: -6px;
  display: inline-flex;
}

.zngts-testimonials-slider-container .swiper .zngts-swiper-pagination {
  text-align: center;
  padding-top: 30px;
}

.zngts-testimonials-slider-container
  .swiper
  .zngts-swiper-pagination
  .swiper-pagination-bullet {
  background: #fdfdfd !important;
  width: 24px !important;
  height: 6px;
  border-radius: 10px !important;
  opacity: 1 !important;
  transition: 0.2s;
  margin: 0 2px !important;
}

.zngts-testimonials-slider-container
  .swiper
  .zngts-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ef5a2a !important;
  width: 50px !important;
}

@media (max-width: 1024px) {
  .zngts-testimonials-slider-container .zngts-testimonial {
    max-width: 480px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-quote-icon
    img {
    width: 140px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-quote-icon {
    top: -50px;
  }
  .zngts-testimonials-slider-container .swiper-slide {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 767px) {
  .zngts-testimonials-slider-container .swiper .swiper-button-next,
  .zngts-testimonials-slider-container .swiper .swiper-button-prev {
    display: none;
  }

  .zngts-testimonials-slider-container .zngts-testimonial {
    padding: 70px 30px 30px 30px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-quote-icon {
    margin-left: -10px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-quote-icon
    img {
    width: 110px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-content {
    font-size: 18px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-other-info
    p:nth-child(1) {
    font-size: 18px;
  }

  .zngts-testimonials-slider-container
    .zngts-testimonial
    .zngts-testimonial-other-info
    p:nth-child(2) {
    font-size: 16px;
  }

  .zngts-testimonials-slider-container
    .swiper
    .zngts-swiper-pagination
    .swiper-pagination-bullet {
    width: 18px !important;
    height: 4px;
  }

  .zngts-testimonials-slider-container
    .swiper
    .zngts-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px !important;
  }
}
