.testimonial-slider {
  position: relative;
}

.testimonial-slider .slick-list {
  overflow: hidden;
}

.testimonial-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.testimonial-slider .slick-slide {
  height: auto;
  float: none;
}

.testimonial-slider .slick-slide > div {
  height: 100%;
}

.testimonial-slider__slide {
  height: 100%;
}

.testimonial-slider__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-slider__content {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  width: 100%;
}

.testimonial-slider__content p {
  margin: 0 0 0.5em;
}

.testimonial-slider__content p:last-child {
  margin-bottom: 0;
}

.testimonial-slider__subtitle {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  width: 100%;
}

.testimonial-slider__image {
  margin-bottom: 16px;
  line-height: 0;
}

.testimonial-slider__image img {
  width: 100%;
  height: 30px;
  display: block;
}

.testimonial-slider__name {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  width: 100%;
}

.testimonial-slider__designation {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}

/* Dots – bottom center */
.testimonial-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  bottom: auto;
  width: 100%;
  text-align: center;
}

.testimonial-slider .slick-dots li {
  margin: 0 5px;
  padding: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.testimonial-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c4c4c4;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.testimonial-slider .slick-dots li button:before {
  display: none;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: #333333;
}

/* Arrows */
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
}

.testimonial-slider .slick-prev {
  left: -20px;
}

.testimonial-slider .slick-next {
  right: -20px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  font-family: inherit;
  font-size: 18px;
  line-height: 1;
  color: #333;
  opacity: 1;
}

.testimonial-slider .slick-prev:before {
  content: "‹";
}

.testimonial-slider .slick-next:before {
  content: "›";
}

@media (max-width: 767px) {
  .testimonial-slider__card {
    padding: 28px 24px;
  }

  .testimonial-slider .slick-prev {
    left: 0;
  }

  .testimonial-slider .slick-next {
    right: 0;
  }
}
