/* Splide Container */
.splideTestimonial {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
}

/* Slide List */
.splideTestimonial .splide__list {
  display: flex;
  align-items: center;
}

.splideTestimonial .splide__slide {
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
}

/* Arrows */
.splideTestimonial .splide__arrows {
  position: absolute;
  top: -75px;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  font-weight: bolder !important;
}

.splideTestimonial .splide__arrow {
  pointer-events: all;
  background: transparent;
  color: var(--yellow);
  border: 1px solid #333;
  padding: 15px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transform: translateY(15%) !important;
}

.splideTestimonial .splide__arrow {
  transform: translateY(175%) !important;
}

.splideTestimonial .splide__arrow:hover {
  background: #efefef;
}

/* Custom Arrow Position */
.splideTestimonial .splide__arrow--prev {
  /* left: 1140px; */
  left: 92%;
}

.splideTestimonial .splide__arrow--next {
  right: -30px;
}

@media (max-width: 1024px) {
  .splideTestimonial .splide__arrow--prev {
    /* left: 1140px; */
    left: 90%;
  }
}

/* Pagination */
.splideTestimonial .splide__pagination {
  margin-top: 25px;
  text-align: center;
  bottom: -0.5em !important;
}

.splideTestimonial .splide__pagination__page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: var(--yellow);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.splideTestimonial .splide__pagination__page.is-active {
  background: var(--yellow);
}

.splideTestimonial .splide {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
}

.testiProfile {
  width: 80px;
  height: 80px;
}

.testiProfilePic {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.splideTestimonial .splide__arrows svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 769px) {
  .splideTestimonial .splide__slide {
    padding: 0px;
  }
}
