/* تخصيص الفوتر بالكامل ليطابق صورة بنجوين */
.footer {
    background-color: #fdf2e9; /* لون الخلفية الكريمي الفاتح */
    padding-top: 40px;
    padding-bottom: 20px;
    direction: rtl;
}

/* تنسيق العناوين (روابط مهمة، تواصل معنا) */
.footer .footer-title {
    color: #e67e5d !important; /* اللون البرتقالي الموجود بالصورة */
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

/* تنسيق الروابط والنصوص الوصفية */
.footer a, .footer p {
    color: #555 !important;
    line-height: 1.8;
    text-decoration: none;
    font-size: 0.95rem;
}

/* الشريط السفلي (حقوق النشر وطرق الدفع) */
.footer-copyright {
    background-color: #e67e5d !important; /* الشريط البرتقالي الغامق */
    color: #ffffff !important;
    padding: 15px 0;
    margin-top: 30px;
}

/* أيقونات التواصل الاجتماعي الدائرية */
.footer-social-icons a {
    background-color: #e67e5d;
    color: white !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

/* تنسيق شعارات الدفع ورؤية 2030 في الأسفل */
.footer-payments img {
    filter: brightness(0) invert(1); /* لتحويل الشعارات للون الأبيض إذا لزم الأمر */
    max-height: 30px;
    margin: 0 10px;
}