/* تمام متن داخل .hero-feature را سفید با پس‌زمینه تیره کنید */ .hero-feature { position: relative; color: #ffffff !important; } .hero-feature *, .hero-feature h1, .hero-feature h2, .hero-feature h3, .hero-feature p, .hero-feature a, .hero-feature span { color: #ffffff !important; } /* اختیاری: برای خوانایی بیشتر، یک لایه تیره نیمه‌شفاف اضافه کنید */ .hero-feature::before { content: &#039;&#039;; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); /* میزان شفافیت را اینجا تنظیم کنید */ z-index: 0; } .hero-feature * { position: relative; z-index: 1; }