.testimonials-section {
  padding: 4.5rem 0 50px;
  background-color: #fff;
  overflow: hidden;
  background-image: url("../../public/test-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  .testimonials-section {
    padding: 6.25rem 0 50px;
  }
}
.testimonials-section:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url(../../public/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 150px;
  max-width: 15%;
  top: 23%;
  left: 6%;
}
.testimonials-section .testi-header {
  margin-bottom: 3.25rem;
}
@media (min-width: 1200px) {
  .testimonials-section .testi-header {
    margin-bottom: 3.75rem;
  }
}
.testimonials-section .testi-header .section-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials-section .section-heading {
  max-width: 17ch;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .testimonials-section .section-heading {
    margin-bottom: 3.75rem;
  }
}

.testi-swiper {
  padding-bottom: 6.25rem !important;
  overflow: visible !important;
}
.testimonials-section .testi-swiper {
  overflow: hidden !important;
}

.testi-card {
  height: 100%;
}

.testi-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0e0e0;
}
@media (min-width: 1200px) {
  .testi-avatar {
    width: 106px;
    height: 106px;
  }
}
.testi-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.testi-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 1rem;
}

.testi-name {
  font-size: 1rem;
  font-weight: 500;
  color: #0d2137;
}
@media (min-width: 992px) {
  .testi-name {
    font-size: 1.375rem;
  }
}

.testi-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.testi-rating svg {
  width: 16px;
  height: 16px;
  color: #0d2137;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testi-rating .rating-value {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0d2137;
}
@media (min-width: 992px) {
  .testi-rating .rating-value {
    font-size: 1rem;
  }
}

.testi-quote {
  font-size: 1rem;
  color: #575757;
  line-height: 1.5;
  margin: 0;
  max-width: 35ch;
}
@media (min-width: 992px) {
  .testi-quote {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .testi-quote {
    font-size: 1.375rem;
    max-width: 70ch;
  }
}

.testi-pagination {
  bottom: 0 !important;
}
.testi-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d1d5db;
  opacity: 1;
  -webkit-transition: background-color 0.25s ease, width 0.25s ease;
  transition: background-color 0.25s ease, width 0.25s ease;
  border-radius: 4px;
}
.testi-pagination .swiper-pagination-bullet-active {
  background-color: #0d2137;
  width: 24px;
}

.image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .image-wrap {
    margin-bottom: 3.125rem;
  }
}

.testi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: auto;
}
@media (min-width: 992px) {
  .testi-content {
    gap: 1.125rem;
  }
}