*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.faq-slider-widget{
  width:100%;
  min-height: 250px !important;
  background:#fff;
  padding:28px;
  border-radius:12px;
  font-family:'Inter',sans-serif;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* TOP */

.top-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}

.tag{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:'Inter',sans-serif;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#0B5C64;
}

.tag-icon{
  width:24px;
  height:24px;
  border-radius:7px;
  background:#DEF0EE;
  display:flex;
  align-items:center;
  justify-content:center;
}

.tag-icon img{
  width:14px;
  height:14px;
  object-fit:contain;
}

.counter{
  font-size:14px;
  font-weight:600;
  color:#0B5C64;
  letter-spacing:1px;
}

.counter #total{
  font-size:12px;
  font-weight:500;
  color:#0B5C64B2;
  letter-spacing:1px;
}

/* CONTENT */

.faq-slide{
  display:none;
}

.faq-slide.active{
  display:block;
}

.testimonial-content h3{
  font-family:'Inter',sans-serif;
  font-size:28px;
  font-weight:600;
  line-height:1.3;
  color:#102525;
  margin-bottom:14px;
}

.testimonial-content p{
  font-family:'Inter',sans-serif;
  font-size:16px;
  font-weight:500;
  line-height:1.7;
  color:#4A6464;
}

/* BOTTOM */

.bottom-controls{
  margin-top:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav-buttons{
  display:flex;
  gap:12px;
}

.nav-btn{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #DEF0EE;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:18px;
  color:#163437;
  transition:0.3s ease;
}

.nav-btn:hover{
  background:#0E6B74;
  border-color:#0E6B74;
  color:#fff;
}

.nav-btn:focus{
  background:#0E6B74;
  border-color:#0E6B74;
  color:#fff;
}

.nav-btn:active{
  background:#0E6B74;
  border-color:#0E6B74;
  color:#fff;
}

/* DOTS */

.progress{
  display:flex;
  align-items:center;
  gap:7px;
}

.dot{
  width:7px;
  height:7px;
  border-radius:20px;
  background:#DEF0EE;
  transition:0.3s ease;
}

.dot.active{
  width:24px;
  background:#0E6B74;
}

/* RESPONSIVE */

@media(max-width:768px){

  .testimonial-content h2{
    font-size:24px;
  }

  .testimonial-content p{
    font-size:15px;
  }

  .faq-slider-widget {
    width: 100%;
    min-height: 450px !important;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

}
