/* Custom styles to ensure footer elements are white */

/* Footer logo white color */
.footer3_component.color-scheme-3 .footer_logo {
    color: white !important;
}

/* Footer social links white color */
.footer3_component.color-scheme-3 .footer3_social-link {
    color: white !important;
}

/* Footer social link SVG icons white color */
.footer3_component.color-scheme-3 .footer3_social-link svg {
    fill: white !important;
}

/* Footer social link SVG path elements white color */
.footer3_component.color-scheme-3 .footer3_social-link svg path {
    fill: white !important;
}

/* Ensure all text elements in footer are white */
.footer3_component.color-scheme-3 .text-size-small {
    color: white !important;
}

.footer3_component.color-scheme-3 a.text-size-small {
    color: white !important;
}
