.testimonials {
  background: linear-gradient(rgba(95, 120, 180, 0.85), rgba(15, 23, 42, 0.9)), url("../../images/back.png") no-repeat center center / cover;
  background-attachment: -webkit-scroll;
  background-attachment: fixed;
}

.testimonial-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.testimonial-card {
  background: rgba(15, 23, 42, 0.7);
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 500px;
  flex: 1;
  min-width: 300px;
  text-align: left;
  border-top: 4px solid #F80505; /* Qırmızı kənar üst xətt */
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-card .review {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-card h4 { 
  color: var(--text-main); 
  font-size: 18px; 
  margin-bottom: 5px; 
}

/* Rəylərdəki vəzifə mətnləri ağ edildi */
.testimonial-card span { 
  color: #ffffff !important; 
  font-size: 14px; 
}