/* Force all text to black */
body, h1, h2, h3, h4, span, p, div {
    color: #000000 !important;
}

/* Add a subtle highlight so black text doesn't vanish in dark spots */
.service-name, .service-description, .widget-label {
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
    font-weight: 600 !important;
}

/* Keep icons visible */
#footer { display: none !important; }
