/* --- Testimonials Section Styles --- */
.testimonials-section {
  background: #eaf3fb;
  min-height: 220px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  max-width: 700px;
  margin: 48px auto 32px auto;
  padding: 32px 40px;
  box-shadow: 0 6px 28px rgba(34, 64, 142, 0.1);
  font-family: var(--hr-font, 'Open Sans', Arial, Helvetica, sans-serif);
  text-align: center;
    color: var(--hr-primary, #3B82F6);

}

.testimonial-label {
  color: #1e2a45;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

.team-testimonals {
  padding: 0px 0 24px 0;
  background: #fff;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .team-testimonals {
    padding: 0px 0 24px 0;
      margin-top: 0px;
  }
}
