.testimonial-slider {
  background: #010520;
  padding: 112px 20px;
}

.testimonial-slider-wrapper {
  max-width: 1028px;
  margin: 0 auto;
  position: relative;
}

.testimonial-slide blockquote {
  font-family: "Geist";
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 32px 0;
}
.quote-icon img.icon-quote
{
	max-width: 50px;
}
.author-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

.author-text p {
  margin: 0;
}

.author-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.auther-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.auther-org {
  color: #ffffffcc;
}

.swiper-button-next:after {
  content: none !important;
}

.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev {
  position: absolute !important;
  bottom: 0 !important;
  top: unset !important;
  right: 56px !important;
  left: unset !important;
  width: 48px !important;
  height: 48px !important;
}

.swiper-button-next {
  position: absolute !important;
  bottom: 0;
  top: unset !important;
  right: 0 !important;
  left: unset !important;
  width: 48px !important;
  height: 48px !important;
}

.swiper-pagination {
  width: fit-content !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background: #ffffff26 !important;
  opacity: 1 !important;
  margin: 0 !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(
    201.41deg,
    #b7efff 25.19%,
    #68deff 70.49%
  ) !important;
  outline: 6px solid #ffffff26 !important;
  margin: 6px !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-pagination-container {
  position: relative;
  height: 48px;
  margin-top: 32px;
}

.quote-icon {
  position: absolute;
  top: -60px;
  left: -45px;
}

.testimonial-slider .testimonials_heading {
  font-family: "Geist";
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 24px;
}

.testimonials_subheading {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

.head-sub-head {
  margin-bottom: 80px;
}

.org_image {
  max-height: 70px;
}

@media (max-width: 768px) {
  .testimonial-slide blockquote {
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 16px;
  }

  .quote-icon {
    top: -40px;
    height: 20px;
    width: 20px;
    left: 20px;
  }
  .author-info .avatar {
    display: none;
  }
  img.icon-quote {
    width: 100%;
    width: 100%;
  }
  .nav-pagination-container {
    margin-top: 16px;
  }
  .testimonial-slider {
    padding: 40px 32px;
  }

  .testimonial-slider .testimonials_heading {
    font-size: 32px;
  }

  .testimonials_subheading {
    font-size: 18px;
  }
}
