.edr-testimonials {
  background: #0b1724;
  color: #ffffff;
  padding: 60px 20px;
  margin-top: 40px;
}

.edr-testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.edr-testimonials-header {
  text-align: center;
  margin-bottom: 40px;
}

.edr-testimonials-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.edr-testimonials-header p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Grid layout – stacked on mobile, 3 across on desktop */
.edr-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.edr-testimonial {
  background: #ffffff;
  color: #222222;
  border-radius: 10px;
  padding: 24px 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.edr-testimonial-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f6a623;
}

.edr-testimonial-source {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888888;
}

.edr-testimonial-text {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.edr-testimonial-meta {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0b1724;
}

.edr-testimonial-location {
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
  color: #666666;
}

/* Responsive */
@media (min-width: 768px) {
  .edr-testimonial {
    padding: 28px 34px;
  }
}

@media (min-width: 992px) {
  .edr-testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .edr-testimonials {
    padding: 70px 20px;
  }
}
