/* 1. الحاوية الرئيسية للفوتر - الخلفية والخط العام */
.default_footer {
    background: linear-gradient(90deg, #232526 0%, #414345 100%) !important;
    color: #ffffff !important;
    font-family: 'Tajawal', sans-serif !important;
    text-align: center !important;
    padding: 25px 10px !important;
    border-top: 1px solid #414345 !important;
    direction: rtl !important;
}

/* 2. حاوية الروابط المهمة (القائمة) */
.default_footer_links_container {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* 3. تنسيق كل رابط على حدة */
.default_footer_link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: 0.3s opacity !important;
}
.default_footer_link:hover {
    opacity: 0.7 !important;
}

/* 4. حاوية أيقونات التواصل الاجتماعي */
.default_footer_social_container {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 20px 0 !important;
}

/* 5. تنسيق أيقونة التواصل (الحجم واللون) */
.default_footer_social_link {
    color: #ffffff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    transition: 0.3s transform !important;
}
.default_footer_social_link:hover {
    transform: scale(1.2) !important;
}

/* 6. قسم "عناية هوم" والوصف التابع له */
.footer_store_info {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}
.footer_store_info b {
    display: block !important;
    font-size: 19px !important;
    margin-bottom: 8px !important;
}