.wows-testimo {
  overflow: hidden;
  position: relative;
}
.wows-testimo .wows-custom-main-slider {
  padding-bottom: 100px;
}
.wows-testimo .wows-custom-main-slider .wows-testimo-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 8vw, 6.25rem);
  flex-direction: column-reverse;
}
.wows-testimo .wows-custom-main-slider .wows-custom-img-wrap {
  width: 100%;
  height: clamp(18.75rem, 50vw, 28.125rem);
  border-radius: 10px;
  overflow: hidden;
}
.wows-testimo .wows-custom-main-slider .wows-custom-img-wrap .wows-custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wows-testimo .wows-custom-main-slider .wows-custom-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.wows-testimo .wows-custom-main-slider .swiper-slide-active .wows-custom-content {
  opacity: 1;
}
.wows-testimo .wows-custom-main-slider .wows-custom-sub-title {
  color: #d4d4d6;
  margin: 0 0 clamp(0.625rem, 2vw, 1.25rem);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.wows-testimo .wows-custom-main-slider .wows-name {
  margin: 0 0 5px;
  color: #19191d;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
}
.wows-testimo .wows-custom-main-slider .wows-designation {
  margin: 0 0 clamp(0.938rem, 3vw, 1.563rem);
  font-size: 16px;
  color: #66686a;
}
.wows-testimo .wows-custom-main-slider .wows-custom-desc {
  font-size: clamp(0.875rem, 1.5vw, 1.1rem);
  color: #3f3f46;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.4rem);
}
.wows-testimo .wows-custom-main-slider .wows-custom-desc p {
  margin: 0;
}
.wows-testimo .wows-custom-main-slider .wows-star-wrap {
  margin: 0 0 clamp(0.938rem, 3vw, 1.563rem);
  display: flex;
  align-items: center;
  gap: 2px;
}
.wows-testimo .wows-custom-main-slider .wows-star-wrap svg {
  width: clamp(1rem, 2vw, 1.125rem);
  height: clamp(1rem, 2vw, 1.125rem);
  display: block;
}
.wows-testimo .wows-custom-main-slider .wows-star-wrap .wows-full-star {
  color: #ffb02d;
}
.wows-testimo .wows-custom-main-slider .wows-star-wrap .wows-emty-star {
  color: #ddd;
}
.wows-testimo .wows-custom-thumbs-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  overflow: hidden;
  padding: 20px 0;
}
.wows-testimo .wows-custom-thumbs-slider .wows-custom-thumbs-item {
  cursor: pointer;
}
.wows-testimo .wows-custom-thumbs-slider .wows-custom-img-wrap .wows-custom-img {
  width: clamp(70px, 8vw, 80px);
  height: clamp(70px, 8vw, 80px);
  border-radius: 100%;
  display: block;
  border-width: 8px;
  border-style: solid;
  border-color: rgb(248, 248, 248);
  transition: all 0.3s ease;
}
.wows-testimo .wows-custom-thumbs-slider .swiper-slide-active .wows-custom-img-wrap .wows-custom-img {
  transform: scale(1.1);
  box-shadow: rgba(220, 223, 230, 0.61) 0px 12px 12px 0px;
}

@media (min-width: 768px) {
  .wows-testimo .wows-custom-main-slider {
    padding-bottom: 0;
  }
  .wows-testimo .wows-custom-main-slider .wows-testimo-item {
    flex-direction: row-reverse;
  }
  .wows-testimo .wows-custom-main-slider .wows-custom-img-wrap {
    width: 600px;
  }
  .wows-testimo .wows-custom-thumbs-slider {
    width: 50%;
  }
}