.testimonials-section .full-container {
  overflow: hidden;
}
.testimonials-section .heading {
  margin-top: 140px;
}
.testimonials-section .heading.duplicate::before {
  position: absolute;
  transform: translate(-50%, -50%) scale(1.5, 2);
  opacity: 0.05;
  top: 50%;
  left: 50%;
}
.testimonials-slider {
  margin-top: -55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
  position: relative;
  width: 120%;
  z-index: 5;
}
.testimonials-slider.loaded .slick-list {
  width: 125%;
  overflow: hidden;
}
.testimonials-slider.loaded::after {
  content: ""; /* Adjust content as needed, often empty for visual effects */
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(27, 27, 26, 0) 0%,
    rgba(27, 27, 26, 0.75) 10%,
    rgba(27, 27, 26, 0.95) 50%,
    rgba(27, 27, 26, 1) 100%
  );
  z-index: 1;
}
.testimonials-slider .slick-track {
  display: flex;
}

.testimonials-slider.loaded .testimonial-slide {
  background: linear-gradient(
    180deg,
    rgba(40, 40, 39, 0.6) 1.58%,
    rgba(40, 40, 39, 0.6) 100%
  );
  backdrop-filter: blur(5px);
  color: var(--enigmaWhite);
  display: grid;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  margin: 0 10px;
  height: inherit !important;
}
.testimonial-slide .testimonial-quote::before {
  content: "";
  display: block;
  position: relative;
  margin-bottom: 20px;
  top: 0;
  left: 0;
  width: 62px;
  height: 42px;
  background: url(../../assets/quote-mark.svg) no-repeat;
}
.testimonial-slide .testimonial-quote p {  
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-align: left;
}
.testimonial-slide p {
  color: var(--enigmaWhite);
}
.testimonial-slide .author-rating {
  align-self: end;
  align-items: first baseline;
}
.testimonial-rating {
  justify-self: end;
}
.testimonial-star.enigmaYellow {
  background: url(../../assets/star.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -2px;
}
.testimonial-slider-dots {
  align-self: center;
  justify-self: end;
}
.testimonial-slider-dots .slick-dots li {
  list-style: none;
  display: inline-block;
}
.testimonial-slider-dots .slick-dots li button {
  background: transparent;
  border: 2px solid var(--enigmaWhite);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
}
.testimonial-slider-controls {
  padding-top: 30px;
}
.testimonial-slider-dots .slick-dots li.slick-active button {
  background: var(--enigmaWhite);
}
.testimonial-slider-nav .slick-arrow {
  border: none;
  background: url(../../assets/arrow-white.svg) no-repeat;
  background-size: 16px 16px;
  margin: 0 10px;
}
.testimonial-slider-nav .slick-arrow.slick-prev {
  transform: scale(-1);
}
.testimonial-slide .slick-list {
  width: 120vw !important;
  margin: 0 auto;
}
/* .testimonial-slide .slick-list .testimonial-quote {
    max-width: 240px !important;
} */

@media (min-width: 1001px) and (max-width: 1440px) {
  .testimonials-section .heading.large {
    font-size: 160px;
  }
  .testimonials-slider {
    margin-top: -55px;
  }
}
@media screen and (max-width: 1280px) {
  .testimonials-slider.loaded::after {
    display: none;
  }
  .testimonials-slider.loaded {
    width: 100%;
    overflow: hidden;
  }
  .testimonials-slider.loaded .slick-list {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) and (max-width: 1000px) {
  .testimonials-slider {
    margin-top: -55px;
  }
}
@media (max-width: 960px) {
  .testimonials-section .heading.duplicate {
    font-size: 100px;
  }
  .testimonials-section .heading.duplicate::before {
    font-size: 160px;
    letter-spacing: 0px;
    transform: translate(-50%, -60%);
    scale: 1;
  }
}
@media screen and (min-width: 783px) and (max-width: 959px) {
  .testimonials-slider {
    margin-top: -45px;
  }
}

@media screen and (max-width: 782px) {
  .testimonials-slider {
    margin-top: -38px;
  }
  .testimonial-slider-controls.grid-col-2 {
    grid-template-columns: 2fr 1fr;
  }
  .testimonial-slider-controls .testimonial-slider-nav button.slick-arrow {
    padding: 8px 8px;
  }
}

@media screen and (max-width: 640px) {
  .testimonials-section .heading.duplicate {
    font-size: 64px;
  }
  .testimonials-section .heading.duplicate::before {
    font-size: 100px !important;
    line-height: 90px !important;
    top: 0%;
    left: 0%;
    transform: scale(1.75) !important;
    /* opacity: 0.05; */
    width: auto;
    text-wrap: nowrap;
  }
  .testimonials-section .heading {
    margin-top: 70px;
  }
}
