.testimonial-wrapper {
  position: relative;
}
/* .quote-mark {
  position: absolute;
  z-index: 99;
  background: var(--e-global-color-primary);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 28px;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
} */

.testimonial-slider-heading {
  margin-left: 20px;
  font-size: 14px;
}

.testimonial-slider {
  width: 100%;
  /* margin-top: -10px; */
}

.testimonial-slider .slider-item {
  width: 100%;
  /*padding: 20px; */
}

.testimonial-slider .inner-content {
  width: 100%;
  background: #ffffff;
  /* box-shadow: 0px 0px 20px #00000029; */
  /* border-radius: 10px;
  padding: 25px 20px; */
  padding: 20px;
}
.testimonial-slider.dark-mode .inner-content {
  background: #000;
  /* box-shadow: 0px 0px 15px #ffffff66; */
}

.testimonial-slider .single-content {
  display: flex;
  margin-bottom: 30px;
}

.testimonial-slider .single-content .quote-mark {
  padding: 0 15px 0 0;
}
.testimonial-slider .single-content .quote-mark p {
  font-size: 60px;
  line-height: 1;
  font-family: "Larsseit Bold", Sans-serif;
  font-weight: 400;
  color: var(--e-global-color-primary);
  margin: 0;
  padding-top: 25px;
}

.testimonial-slider .single-content .quote-container {
}

/* .testimonial-slider .rating {
  display: flex;
  width: 100%;
  justify-content: center;
}

.testimonial-slider .rating .star-rating {
  font-size: 1.5em;
  color: #d4af37;
  margin-bottom: 20px;
}

.testimonial-slider .rating .star-rating::before {
  color: #d4af37;
} */

.testimonial-slider .rating {
  margin-bottom: 5px;
}

.testimonial-slider .rating i {
  font-size: 18px;
  background-color: #ffeb7f;
  background-image: linear-gradient(1deg, #d4af37 0%, #fff09d 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-slider .quote {
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Larsseit Regular", Sans-serif;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0 0 15px;
}

.testimonial-slider.dark-mode .quote {
  color: #fff;
}

.testimonial-slider .quote i {
  font-size: 24px;
  color: var(--e-global-color-primary);
}

.testimonial-slider .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.testimonial-slider .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 5px;
}

.testimonial-slider .author p {
  font-size: 14px;
  margin: 0;
}

.testimonial-slider.dark-mode .author p {
  color: #fff;
}

.testimonial-slider.owl-theme .owl-dots {
  text-align: left;
  padding-left: 60px;
  margin-top: -20px !important;
  z-index: 100;
  position: relative;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 3px;
  background: #a7a7a7;
  margin: 5px 4px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 3px;
  background: #3a3a3a;
}

.testimonial-wrapper .swipe-icon {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  fill: #3a3a3a;
}

@media screen and (min-width: 768px) {
  /* .testimonial-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .testimonial-slider-heading {
    margin-left: 0;
  }
  .testimonial-slider .slider-item {
    width: auto;
    padding: 20px;
  } */
  .testimonial-slider .inner-content {
    padding: 0;
  }
  .testimonial-slider-heading {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .testimonial-slider.owl-theme .owl-dots {
    padding-left: 37px;
    margin-top: -20px !important;
    z-index: 100;
    position: relative;
  }
}
