/* اختبار بسيط للتأكد من التحديث */

/* تغيير لون الخلفية */
body {
    background-color: #e74c3c !important;
}

/* تغيير لون النص */
body * {
    color: white !important;
}

/* تغيير لون الهيدر */
.navbar, .header_top_area {
    background: #c0392b !important;
}

/* تغيير لون الأزرار */
.btn, .btn-primary, .btn1 {
    background: #f39c12 !important;
    border-color: #f39c12 !important;
    color: white !important;
}

/* تغيير لون العناوين */
h1, h2, h3, h4, h5, h6 {
    color: #e74c3c !important;
}

/* تغيير لون الروابط */
a {
    color: #e74c3c !important;
}

/* تغيير لون الفوتر */
.footer, .footer-area {
    background: #2c3e50 !important;
}

