


.section-title {
  color: #000000;
  text-align: center;
  font-size: 40px;
 font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

/*.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 23%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}.section-title::after {
  left: unset;
  right: 23%;
}
.testimonial-section {
  padding-top:0px;
  padding-bottom: 0px;
}*/

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background-color: #f6d469;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 130px;
  height: 130px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(img/Success_Stories/SaranyaSubhashri.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(img/Success_Stories/Alshifa.png);
}

.testimonial-img.tm-img-3::before {
  background-image: url(img/Success_Stories/Divyank_Jain.png);

}
.testimonial-img.tm-img-4::before {
  background-image: url(img/Success_Stories/Keerthana.png);
  
}

.testimonial-img.tm-img-5::before {
  background-image: url(img/Success_Stories/ShaikMohammed.png);
  
}

.testimonial-img.tm-img-6::before {
  background-image: url(img/Success_Stories/Lakshmi.png);
  
}

.testimonial-img.tm-img-7::before {
  background-image: url(img/Success_Stories/Naveen.png);
  
}

.testimonial-img.tm-img-8::before {
  background-image: url(img/Success_Stories/Rakshitha.png);
  
}

.testimonial-img.tm-img-9::before {
  background-image: url(img/Success_Stories/Muneb.png);
  
}

/*.testimonial-img.tm-img-10::before {
  background-image: url(img/Success_Stories/Rekha25.png);*/
  
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}