/* Testimonials Swiper carousel */
.supoth-testimonials-carousel-wrap{
  position:relative;
  margin-top:2rem;
  padding:0 2.75rem 2.5rem;
}

.supoth-testimonials-swiper{
  overflow:hidden;
  padding:.25rem .15rem 1rem;
}

.supoth-testimonials-swiper .swiper-slide{
  height:auto;
  display:flex;
}

.supoth-testimonials-swiper .supoth-quote{
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
  margin:0;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:1.35rem 1.25rem;
  box-sizing:border-box;
}

.supoth-testimonials-swiper .supoth-quote p{
  flex:1;
  margin:0 0 1rem;
  color:var(--text);
  font-style:italic;
  line-height:1.65;
  font-size:.95rem;
}

.supoth-testimonials-swiper .supoth-quote footer{
  margin-top:auto;
}

.supoth-testimonials-swiper .supoth-quote footer strong{
  display:block;
  color:var(--accent);
  font-size:1rem;
  margin-bottom:.25rem;
}

.supoth-testimonials-swiper .supoth-quote footer span{
  color:var(--muted);
  font-size:.88rem;
}

.supoth-testimonial-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--border);
  background:var(--card);
  color:var(--text);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s,border-color .2s,color .2s,box-shadow .2s;
  box-shadow:0 4px 14px rgba(0,0,0,.15);
}

.supoth-testimonial-nav:hover{
  background:linear-gradient(135deg,var(--accent),#14b8a6);
  border-color:transparent;
  color:#042f2e;
}

.supoth-testimonial-prev{left:0}
.supoth-testimonial-next{right:0}

.supoth-testimonials-pagination{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  text-align:center;
}

.supoth-testimonials-pagination .swiper-pagination-bullet{
  width:9px;
  height:9px;
  background:var(--muted);
  opacity:.45;
  margin:0 5px!important;
}

.supoth-testimonials-pagination .swiper-pagination-bullet-active{
  background:var(--accent);
  opacity:1;
}

@media (max-width:640px){
  .supoth-testimonials-carousel-wrap{padding:0 2.25rem 2.25rem}
  .supoth-testimonial-nav{width:36px;height:36px;font-size:.85rem}
}
