.testimonial-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  font-family: "Inter", sans-serif;
  color: #333;
  margin-bottom:20px;
}

.excitemorebox h1 {
    text-align: center;
    font-size: 30px;
    font-family: "myFirstFont";
}
.excitemorebox h1:after{
content: ''; position: absolute; width: 100%; height: 2px; background: #ffc087; left: 0; bottom: 3px; z-index: -1; border-radius: 30px;
}


.testimonial-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.testimonial-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-header p {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.testimonial-text {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show only 3 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.testimonial-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.show-more-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  margin-top: 6px;
}

.stars {
  margin-top:20px;
  font-size: 24px;
  font-weight: bold;
}

.testimonial-text .more-text {
  display: none;
}

.testimonial-text.expanded .more-text {
  display: inline;
}

.travelstoriesmainbox .slick-prev{left: -15px !important; background: #fff; padding: 10px 6px; width: 40px; height: 40px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 30px; display: flex ; align-items: center; justify-content: center;    top: 40% !important;position:absolute;border:none;}

.travelstoriesmainbox .slick-next{right: -15px !important; background: #fff; padding: 10px 6px; width: 40px; height: 40px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 30px; display: flex ; align-items: center; justify-content: center;    top: 40% !important;position:absolute;border:none;}

/* Default slick dots layout */
.anotherslidebox .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-top: 15px;
}

.anotherslidebox .slick-dots li {
  width: 20px;
  height: 4px;
  background: #b0b0b5; /* gray color */
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.anotherslidebox .slick-dots li.slick-active {
  background: #ff6a00; /* orange active color */
  width: 20px;
}

.anotherslidebox .slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
