/* ===== Footer Styling για όλες τις συσκευές ===== */

#footer,
footer {
    background: #ffffff !important; /* Λευκό φόντο */
    color: #000000 !important;       /* Μαύρο κείμενο */
}

#footer a,
#footer p,
#footer span,
#footer li,
#footer h1, 
#footer h2, 
#footer h3, 
#footer h4 {
    color: #000000 !important;
}

/* ===== Εξαφάνιση ντεγκραντέ ή σκιάς (αν υπάρχει) ===== */

#footer::before,
#footer::after {
    background: none !important;
    box-shadow: none !important;
}

/* ===== Responsive styling για κινητά ===== */
@media (max-width: 768px) {
    #footer,
    footer {
        background: #ffffff !important;
        color: #000000 !important;
    }

    #footer a,
    #footer p,
    #footer span,
    #footer li {
        color: #000000 !important;
    }
}