/* Gawing puti ang lahat ng text sa loob ng .hero-feature na may madilim na overlay na background */ .hero-feature { position: relative; kulay: #ffffff !mahalaga; } .hero-feature *, .hero-feature h1, .hero-feature h2, .hero-feature h3, .hero-feature p, .hero-feature a, .hero-feature span { color: #ffffff !important; } /* Opsyonal: magdagdag ng semi-transparent na dark overlay para madaling mabasa */ .hero-feature::before { content: &#039;&#039;; posisyon: ganap; inset: 0; background: rgba(0, 0, 0, 0.4); /* ayusin ang opacity dito */ z-index: 0; } .hero-feature * { position: relative; z-index: 1; }