.review-text p {
  display: -webkit-box;
  -webkit-line-clamp: 5;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 150px;
  line-height: 1.6;           
}

.review-card {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -2px rgba(0,0,0,0.05) !important;
  border-radius: 1rem;
  height: 100%;
}


.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 0.3s;
}

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

.tns-item {
  direction: rtl;
}
