<style>
/* Target phone number in the hero banner */
[href="tel:9546661138"] {
color: #ffffff !important;
font-size: 38px !important;
font-weight: 800 !important;
text-shadow: 3px 3px 8px rgba(0,0,0,0.9) !important;
}
/* Make "Call Now" white too */
span:contains("Call Now"),
span:contains("CALL NOW") {
color: #ffffff !important;
font-size: 24px !important;
}
</style>