/* ===========================
   🎨 الخطوط العامة – Droid Kufi
=========================== */
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidKufi-Regular.woff') format('woff');
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    background-color: #f5f7fa;
    margin: 0;
    padding: 0;
    direction: rtl;
}

/* ===========================
   🎨 هيدر الموقع
=========================== */
header {
    background: #003e7e;
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 4px #00000022;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
    font-weight: bold;
    transition: 0.3s;
}

.navbar a:hover {
    color: #ffdd55;
}

/* ===========================
   🎨 السلايدر
=========================== */
.slider img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 6px;
}

/* ===========================
   🎨 العناوين
=========================== */
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #003e7e;
    margin: 40px 0 20px 0;
    text-align: center;
}

/* ===========================
   🎨 الكروت
=========================== */
.card {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #00000015;
    transition: 0.3s;
    text-align: center;
}

.card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
}

.card:hover {
    transform: translateY(-5px);
}

/* ===========================
   🎨 الأخبار
=========================== */
.news-item img {
    height: 180px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    color: #003e7e;
}

/* ===========================
   🎨 زر عام
=========================== */
.btn-primary {
    background: #003e7e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.btn-primary:hover {
    background: #002c5a;
}

/* ===========================
   🎨 الفوتر
=========================== */
footer {
    background: #003e7e;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 14px;
}
