/* تغيير خلفية الفوتر */
footer, footer div[class*="mx-auto"] {
    background-color: #FEFFF !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* تنسيق النصوص */
footer p, footer a, footer li, footer span, footer b {
    color: #2b2b2b !important;
    font-size: 14px;
}

/* تنسيق العناوين */
footer h3, footer .font-medium.text-xl {
    font-weight: bold;
    font-size: 18px !important;
    color: #1f1f1f !important;
    margin-bottom: 1rem;
}

/* تنظيم الأعمدة */
footer .grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 40px;
    text-align: right;
}

/* تنظيم شبكات التواصل */
footer ul.flex {
    justify-content: flex-start !important;
    gap: 10px;
}

/* أيقونات الدفع */
footer img[src*="payment"] {
    height: 28px;
    margin-inline-end: 10px;
    margin-block: 10px;
    background: white;
    padding: 4px;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

/* تنسيق السطر الأخير (الحقوق) */
footer .text-xs.text-gray-500 {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #666 !important;
}

/* تحسين مظهر الروابط عند المرور */
footer a:hover {
    color: #d12b6f !important;
    text-decoration: underline;
}