
/* * -------------------------------------
 * هذا الملف يتم إنشاؤه ديناميكياً
 * لا تقم بتعديله يدوياً - استخدم لوحة التحكم
 * -------------------------------------
 */

header,
header.scrolled {
    background: #ba7f3b !important; 
}

footer {
    background: #da994e !important;
    color: #FFFFFF !important; /* ⭐️ [هذا هو السطر الجديد] لجعل النص أبيضاً دائماً */
}

    body {
        background-image: url('assets/img/#f0f8ff') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }
    
footer .payment-methods i {
    color: #FFFFFF !important; /* جعل الأيقونات بيضاء لتظهر فوق الخلفية الداكنة */
    opacity: 1 !important; /* إجبارها على البقاء ظاهرة */
    visibility: visible !important;
}
footer .payment-methods i:hover {
    opacity: 0.8 !important; /* تقليل الشفافية قليلاً عند التمرير بدلاً من الاختفاء */
    color: #FFFFFF !important;
}
footer .payment-methods .dahabia-card {
    color: #d1b000 !important; /* الحفاظ على اللون الذهبي */
}
footer .payment-methods .dahabia-card:hover {
    color: #ffe000 !important; /* لون ذهبي أفتح عند التمرير */
}
