/* ملف إجبار التحديث - Force Update */

/* إجبار التغييرات على الظهور */
body {
    background-color: #e74c3c !important;
    color: white !important;
}

.navbar {
    background: #e74c3c !important;
}

.navbar-brand {
    color: white !important;
}

.main_slider .item_caption h2 {
    color: #e74c3c !important;
}

.btn-primary {
    background: #e74c3c !important;
    border-color: #e74c3c !important;
}

.footer {
    background: #2c3e50 !important;
}

/* إجبار التحديث */
* {
    transition: all 0.3s ease !important;
}

