/* TESTIMONIAL SECTION */
.testimonials {
  background: linear-gradient(135deg, #ffffff 70%, #ffedd5 100%);
  padding: 70px 20px;
  text-align: center;
}

.testimonials h2 {
  font-size: 36px;
  color: #111111;
  margin-bottom: 50px;
  position: relative;
}

.testimonials h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f97316;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* SLIDER */
.testimonial-slider {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}

/* TRACK */
.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* CARD */
.testimonial-card {
  min-width: 100%;
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border-top: 6px solid #f97316;
}

/* QUOTE */
.quote {
  font-size: 18px;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 25px;
  position: relative;
}

.quote::before {
  content: "“";
  font-size: 60px;
  color: #f97316;
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.2;
}

/* CUSTOMER */
.customer h4 {
  font-size: 20px;
  color: #111111;
  margin-bottom: 6px;
}

.rating {
  color: #f97316;
  font-size: 18px;
  letter-spacing: 2px;
}

/* CONTROLS */
.slider-controls {
  margin-top: 30px;
}

.slider-controls button {
  background: #f97316;
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  font-size: 22px;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(249,115,22,0.4);
  transition: 0.3s;
}

.slider-controls button:hover {
  background: #ea580c;
  transform: scale(1.1);
}
