
/* * -------------------------------------
 * هذا الملف يتم إنشاؤه ديناميكياً
 * لا تقم بتعديله يدوياً - استخدم لوحة التحكم
 * -------------------------------------
 */

:root {
    --primary-color: #0077b6;
    --secondary-color: #00b4d8;
    --menu-color: #023e8a;
    --text-color: #023e8a;
    --header-color: #130101;
    --footer-color: #1a0404;
}

body {
    color: #023e8a !important;
}

header,
header.scrolled {
    background: #130101 !important; 
}

/* ⭐️ [جديد] تخصيص القائمة في الجوال */
@media (max-width:992px) {
    #main-nav {
        background: #023e8a !important;
    }
}

/* ⭐️ [جديد] تخصيص أيقونة السلة العائمة */
.cart-float {
    background: #0077b6 !important;
    color: #fff !important;
}
.cart-float:hover {
    background: #00b4d8 !important;
    transform: scale(1.1);
}
.cart-float i {
    color: #fff !important;
}
.float-cart-count {
    background: #d32f2f !important; /* لون ثابت للعداد ليكون بارزاً */
    color: #fff !important;
}

/* ⭐️ [جديد] تخصيص الأزرار والروابط */
button, .btn, .submit-btn, .add-to-cart, .empty-cart-button, .checkout-btn, .back-to-cart a {
    background: #0077b6 !important;
    border-color: #0077b6 !important;
    color: #fff !important;
}

button:hover, .btn:hover, .submit-btn:hover, .add-to-cart:hover, .empty-cart-button:hover, .checkout-btn:hover, .back-to-cart a:hover {
    background: #00b4d8 !important;
    border-color: #00b4d8 !important;
}

/* تخصيص الروابط والنصوص */
a {
    color: #0077b6;
}
a:hover {
    color: #00b4d8;
}

.section-title, .product-name, .cat-name, .feature-item h3, .contact-info h2, .contact-form h1, .item-name, .empty-cart-container h2 {
    color: #023e8a !important;
}

.feature-item i, .contact-info, .contact-form i {
    color: #0077b6 !important;
}

.contact-info {
    background: linear-gradient(135deg, #0077b6, #00b4d8) !important;
    color: #fff !important;
}

.contact-info i {
    color: #fff !important;
}

.product-price, .total-price {
    color: #4caf50 !important; /* الإبقاء على السعر أخضر أو يمكن تغييره */
}

/* تخصيص حدود الصور والأيقونات */
.cat-box img, .product-img, .cat-icon {
    border-color: #00b4d8 !important;
}

/* تخصيص خلفية الفئات والمنتجات */
.product-cat {
    color: #0077b6 !important;
    background: #f0f8ff !important; /* استخدام خلفية الصفحة */
}

footer {
    background: #1a0404 !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; /* لون ذهبي أفتح عند التمرير */
}
