/* ملف إصلاح التباين اللوني في Footer فقط */
/* هذا الملف يصلح مشاكل الألوان في Footer بدون التأثير على باقي الصفحات */

/* ===== Footer Fixes Only ===== */
footer {
    background-color: #F3F4F6 !important;
}

footer h2,
footer h3 {
    color: #1F2937 !important;
}

footer a {
    color: #4F46E5 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #4338CA !important;
    text-decoration: underline;
}

footer p {
    color: #6B7280 !important;
}

footer ul li a {
    color: #4F46E5 !important;
}

footer ul li a:hover {
    color: #4338CA !important;
}

/* ===== Contact Section in Footer ===== */
footer .contact-item {
    color: #6B7280 !important;
}

footer .contact-item a {
    color: #4F46E5 !important;
}

/* ===== Footer Text ===== */
footer .border-t {
    border-color: #E5E7EB !important;
}

footer .text-muted-foreground {
    color: #6B7280 !important;
}
