/* Trainee testimonials — Charter Center inspired */

.edu-home-testimonials {
  margin: 28px 0 8px;
  padding: 28px 0 10px;
}

.edu-home-testimonials__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 22px;
  padding: 0 12px;
}

.edu-home-testimonials__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #0d9488;
}

.edu-home-testimonials__head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
  color: #0b1426;
  letter-spacing: -0.02em;
}

.edu-home-testimonials__head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  font-weight: 600;
  color: #64748b;
}

.edu-home-testimonials__marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px 0 12px;
  direction: ltr;
}

.edu-home-testimonials__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  flex-wrap: nowrap;
  direction: ltr;
  animation: eduHomeTestimonialsMarquee 52s linear infinite;
  will-change: transform;
}

.edu-home-testimonials__marquee:hover .edu-home-testimonials__track {
  animation-play-state: paused;
}

.edu-home-testimonial-card {
  flex: 0 0 min(300px, 82vw);
  width: min(300px, 82vw);
  flex-shrink: 0;
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 10px 30px rgba(11, 20, 38, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.edu-home-testimonial-card__quote {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  color: #0d9488;
  opacity: 0.35;
  font-family: Georgia, 'Times New Roman', serif;
}

.edu-home-testimonial-card__quote--close {
  display: inline;
  font-size: 1.35rem;
  margin-inline-start: 0.15em;
  vertical-align: baseline;
  opacity: 0.45;
}

.edu-home-testimonial-card__text {
  margin: 0;
  flex: 1;
  font-size: 0.86rem;
  line-height: 1.75;
  font-weight: 600;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.edu-home-testimonial-card__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.edu-home-testimonial-card__identity strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 900;
  color: #0b1426;
  line-height: 1.35;
}

.edu-home-testimonial-card__identity small {
  display: block;
  margin-top: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
}

.edu-home-testimonial-card__stars {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
  font-size: 0.72rem;
  flex-shrink: 0;
}

.edu-home-testimonial-card__star--dim {
  opacity: 0.28;
}

@media (min-width: 900px) {
  .edu-home-testimonial-card {
    flex-basis: min(320px, 30vw);
    width: min(320px, 30vw);
  }
}

.edu-home-testimonials__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  z-index: 2;
  pointer-events: none;
}

.edu-home-testimonials__fade--end {
  inset-inline-end: 0;
  inset-inline-start: auto;
  right: auto;
  left: auto;
  background: linear-gradient(to left, #f3f2ef 92%, transparent);
}

.edu-home-testimonials__fade--start {
  inset-inline-start: 0;
  inset-inline-end: auto;
  right: auto;
  left: auto;
  background: linear-gradient(to right, #f3f2ef 92%, transparent);
}

@keyframes eduHomeTestimonialsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .edu-home-testimonials__track {
    animation: none !important;
    overflow-x: auto;
    width: max-content;
    max-width: none;
    min-width: 100%;
    direction: ltr;
    scroll-snap-type: x mandatory;
    padding-inline: 12px;
    scrollbar-width: none;
  }

  .edu-home-testimonials__track::-webkit-scrollbar {
    display: none;
  }

  .edu-home-testimonial-card {
    scroll-snap-align: start;
  }
}

html.edu-dark-mode .edu-home-testimonials__head h2 {
  color: #f8fafc;
}

html.edu-dark-mode .edu-home-testimonial-card {
  background: var(--edu-dark-surface, #151b28);
  border-color: var(--line, #2a3344);
  box-shadow: none;
}

html.edu-dark-mode .edu-home-testimonial-card__text {
  color: #cbd5e1;
}

html.edu-dark-mode .edu-home-testimonial-card__identity strong {
  color: #f8fafc;
}

html.edu-dark-mode .edu-home-testimonials__fade--end {
  background: linear-gradient(to left, var(--edu-dark-surface, #151b28) 92%, transparent);
}

html.edu-dark-mode .edu-home-testimonials__fade--start {
  background: linear-gradient(to right, var(--edu-dark-surface, #151b28) 92%, transparent);
}

/* —— RTL / LTR —— */

html[dir="ltr"] .edu-home-testimonials__eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html[dir="rtl"] .edu-home-testimonials__head h2,
.edu-home-testimonials[dir="rtl"] .edu-home-testimonials__head h2 {
  letter-spacing: 0;
  line-height: 1.45;
}

html[dir="rtl"] .edu-home-testimonials__head p,
.edu-home-testimonials[dir="rtl"] .edu-home-testimonials__head p {
  line-height: 1.75;
}

html[dir="rtl"] .edu-home-testimonial-card__text {
  line-height: 1.85;
  text-align: right;
}

html[dir="ltr"] .edu-home-testimonial-card__text {
  text-align: left;
}

html[dir="rtl"] .edu-home-testimonial-card__identity {
  text-align: right;
}

html[dir="ltr"] .edu-home-testimonial-card__identity {
  text-align: left;
}

html[dir="rtl"] .edu-home-testimonial-card__foot {
  flex-direction: row-reverse;
}

html[dir="rtl"] .edu-home-testimonials__fade--end,
.edu-home-testimonials[dir="rtl"] .edu-home-testimonials__fade--end {
  background: linear-gradient(to right, #f3f2ef 92%, transparent);
}

html[dir="rtl"] .edu-home-testimonials__fade--start,
.edu-home-testimonials[dir="rtl"] .edu-home-testimonials__fade--start {
  background: linear-gradient(to left, #f3f2ef 92%, transparent);
}

html[dir="rtl"] .edu-home-testimonials__track,
.edu-home-testimonials[dir="rtl"] .edu-home-testimonials__track {
  animation-name: eduHomeTestimonialsMarquee;
  animation-direction: reverse;
}

html.edu-dark-mode[dir="rtl"] .edu-home-testimonials__fade--end {
  background: linear-gradient(to right, var(--edu-dark-surface, #151b28) 92%, transparent);
}

html.edu-dark-mode[dir="rtl"] .edu-home-testimonials__fade--start {
  background: linear-gradient(to left, var(--edu-dark-surface, #151b28) 92%, transparent);
}
