/* Add custom CSS styles below */ 
/* الفوتر فقط */
footer {
    background-color: #f8f9fa !important;
    border-top: 3px solid #28a745;
}

/* العناوين */
footer h2,
footer h3,
footer h4 {
    color: #1b5e20 !important;
}

/* النصوص */
footer p,
footer span,
footer div {
    color: #444 !important;
}

/* الروابط */
footer a {
    color: #2e7d32 !important;
}

footer a:hover {
    color: #1b5e20 !important;
}