.onyx-testimonial-section {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.onyx-testimonial {
  margin: 20px 0;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.onyx-quote {
  font-style: italic;
  font-size: 1.1rem;
}

.onyx-rating {
  color: gold;
  font-size: 1.2rem;
  margin: 5px 0;
}

.onyx-client {
  font-weight: bold;
  color: #444;
}

.onyx-animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

.onyx-animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
