/* ============================================================
   Testimonial Layout
   ============================================================ */
.grwp-layout-testimonial .grwp-testimonial-wrap {
  text-align: center;
  padding: 40px 36px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  position: relative;
}
.grwp-layout-testimonial .grwp-testimonial-quote {
  font-size: 56px;
  color: #7c3aed;
  line-height: 1;
  margin-bottom: 16px;
  opacity: .25;
  font-family: Georgia, serif;
}
.grwp-layout-testimonial .grwp-testimonial-text {
  font-size: 17px;
  line-height: 1.75;
  color: #1a1a2e;
  margin: 0 0 20px;
  font-style: italic;
}
.grwp-layout-testimonial .grwp-testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}
.grwp-layout-testimonial .grwp-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.grwp-layout-testimonial .grwp-testimonial-author strong {
  font-size: 14px;
  color: #1a1a2e;
}
.grwp-layout-testimonial .grwp-testimonial-author small {
  color: #6b7280;
  font-size: 12px;
}

/* Slider */
.grwp-layout-testimonial .grwp-testimonial-slider {
  position: relative;
  overflow: hidden;
}
.grwp-layout-testimonial .grwp-testimonial-track {
  display: flex;
  transition: transform .5s ease;
}
.grwp-layout-testimonial .grwp-testimonial-slide {
  min-width: 100%;
}

/* Responsive */
@media (max-width: 480px) {
  .grwp-layout-testimonial .grwp-testimonial-wrap {
    padding: 28px 20px;
  }
  .grwp-layout-testimonial .grwp-testimonial-text {
    font-size: 15px;
  }
}
