/* =========================
   تحويل كل النصوص داخل قسم آراء العملاء إلى اللون الأبيض
   ========================= */

/* يستهدف القسم بالكامل */
section[id*="review"],
section[class*="review"],
div[id*="review"],
div[class*="review"],
.testimonials,
.reviews,
.customer-reviews {
  color: #ffffff !important;
}

/* النصوص داخل الصناديق */
section[id*="review"] *,
section[class*="review"] *,
div[id*="review"] *,
div[class*="review"] *,
.testimonials *,
.reviews *,
.customer-reviews * {
  color: #ffffff !important;
}

/* النجوم */
section[id*="review"] i,
section[class*="review"] i,
div[id*="review"] i,
div[class*="review"] i,
.testimonials i,
.reviews i,
.customer-reviews i {
  color: #ffffff !important;
}