.elementor-repeater-fields .elementor-button.elementor-repeater-add {
  display: none;
}

/* .elementor-splide-slider {
  position: relative;
  width: 100%;
} */

.splide__slide {
  padding: 0;
}

.testimonial-slider.splide button.splide__arrow {
  background-color: var(--primary-color);
  box-shadow: rgba(163, 71, 18, 0.5) 1px 1px 3px 0px;
  border-radius: 50%;
  padding: 12px;
  font-size: 20px;
  line-height: 1;
  border: 0;
  height: auto;
  /* background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.testimonial-slider.splide button.splide__arrow:hover {
  background-color: var(--primary-color);
}



.testimonial-slider .splide__arrow--next {
  right: -60px;
}

.testimonial-slider .splide__arrow--prev {
  left: -60px;
}

.testimonial-slider .splide__arrow svg {
  fill: #464646;
  height: 20px;
  width: 20px;
}

.testimonial-slider .boxed>.slide-details {
  max-width: var(--content-width);
  margin: 0 auto;
}

/* Slide content styles */
/* Slide Content Base Styles */
.testimonial-slider .splide-slide-content {
  padding: 30px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-radius: 10px;
}

/* Layout Specific Styles */
.testimonial-slider .splide-slide-content[data-layout="flex"] {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-slider .splide-slide-content[data-layout="grid"] {
  display: grid;
  gap: 15px;
}

/* Position Adjustments */
.testimonial-slider .splide-slide-content[data-position="absolute"],
.testimonial-slider .splide-slide-content[data-position="fixed"] {
  z-index: 10;
}

/* Text Alignment */
.testimonial-slider .splide-slide-content[data-text-align="left"] {
  text-align: left;
}

.testimonial-slider .splide-slide-content[data-text-align="center"] {
  text-align: center;
}

.testimonial-slider .splide-slide-content[data-text-align="right"] {
  text-align: right;
}

.testimonial-slider .splide-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s ease;
  background-color: rgba(51, 16, 5, 0.25);
}

.testimonial-slider .splide-slide-title {
  margin: 0 0 6px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.testimonial-slider .splide-slide-job-title {
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.testimonial-slider .description-container {
  gap: 20px;
}


@media (max-width: 1024px) {
  .testimonial-slider .splide-slide-title {
    font-size: 62px;
    font-weight: 600;
  }
}

/* Responsive Adjustments */
/* @media (max-width: 767px) {
  .splide-slide-content {
    padding: 15px !important;
  }

  .splide-slide-content[data-layout="flex"] {
    flex-direction: column;
  }
    .splide-slide-title {
      margin: 0 0 15px 0;
      font-size: 24px;
      font-weight: 500;
    }
} */


.testimonial-slider .splide-slide-description {
  line-height: 1.5;
  text-wrap: pretty;
}

/* Regular Image */
.testimonial-slider .splide-slide-image-container {
  width: 60px;
  height: 60px;
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 15px;
}

.testimonial-slider .splide-slide-image {
  border-radius: 100%;
}

.testimonial-slider .splide-slide-image-container .splide-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

/* Background Image */
.testimonial-slider .splide-slide-image-bg {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: all 0.3s ease;
}

/* Ensure proper sizing for both types */
.testimonial-slider .splide-slide-image,
.testimonial-slider .splide-slide-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slider .splide__arrow.splide__arrow--prev svg {
  transform: none;
}

.testimonial-slider .splide__pagination {
  bottom: -30px;
}

.testimonial-slider .splide__pagination__page {
  background-color: rgba(22, 162, 73, 0.6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  transition: all 300ms;
}

.testimonial-slider .splide__pagination__page:hover {
  background-color: rgba(22, 162, 73, 0.6);
}

.testimonial-slider .splide__pagination__page.is-active {
  padding: 0;
  background-color: #16a249;
  width: 19px;
  height: 8px;
  border-radius: 5px 5px 5px 5px;
  transition: all 300ms;
}

.testimonial-slider .splide__pagination__page.is-active:hover {
  padding: 0;
  background-color: #16a249;
  width: 19px;
  height: 8px;
  border-radius: 5px 5px 5px 5px;
  transition: all 300ms;
}

.testimonial-slider .slide-button-container {
  display: flex;
  gap: 10px;
  margin: 0 0 40px 0;
}

.testimonial-slider .slide__button {
  cursor: pointer;
  padding: 16px 32px;
  border-radius: 900px;
  font-weight: 600;
  font-size: 24px;
  text-wrap: nowrap;
  transition: background-color 300ms ease;
}


.testimonial-slider .slide__button--primary {
  color: #fff;
  background-color: #05503a;
}

.testimonial-slider .slide__button--secondary {
  color: #fff;
  background-color: #03735f;
}

.testimonial-slider .slide__button--primary:hover {
  background-color: #044532;
}

.testimonial-slider .slide__button--secondary:hover {
  background-color: #035e64;
}

.testimonial-slider .slide-customer-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-slider .description-container {
  margin-block-end: 40px;
}

.testimonial-slider .description-heading,
.testimonial-slider .description-text {
  margin: 0;
}

.testimonial-slider .description-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .testimonial-slider .slide-details {
    max-width: 900px;
    padding-inline: 15px;
  }

  .testimonial-slider .description-heading {
    font-size: 36px;
  }

  .testimonial-slider .slide__button {
    font-size: 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .testimonial-slider .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .testimonial-slider .splide__slide {
    padding: 0 10px;
  }

  .testimonial-slider .splide-slide-title {
    font-size: 20px;
  }

  .testimonial-slider .splide-slide-description,
  .testimonial-slider .description-text {
    font-size: 14px;
  }

  .testimonial-slider .description-heading {
    font-size: 18px;
  }

  .testimonial-slider .slide__button {
    font-size: 16px;
  }
}

.testimonial-slider .testimonial-rating {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #ccc;
}

.testimonial-slider .testimonial-rating svg {
  height: 20px;
  width: 20px;
}

.testimonial-slider .testimonial-rating .filled {
  color: #ffd700;
  /* Filled star color */
}