.tns-nav {
  text-align: center;
  margin-top: 1rem;
}

.tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  background: #ccc;
  transition: background-color 0.3s;
}

.tns-nav button.tns-nav-active {
  background: #7e3fee;  
}
.tns-outer {
  direction: ltr;
}

.tns-item {
  direction: rtl;
}

.testimonials-carousel .tns-item {
  display: flex;
  height: 100%;
}

.testimonials-carousel .tiny-slide {
  display: flex;
  flex: 1;
  height: 100%;
}

.testimonials-carousel .testimonial-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}