/* الخط العام */
body {
   /*font-family: 'Tajawal', sans-serif !important;*/
    background: #f7f9fc;
    color: #333;
}

/* رأس الصفحة */
header, .header, .site-header {
    background: #0A2A43 !important;
    padding: 10px 40px !important;
    border-bottom: 3px solid #FF7F32;
}
header a, .header a, .site-header a {
    color: #fff !important;
    font-weight: 60;
   
  
}

}
/* البانر العريض */
.hero, .main-banner, .banner {
    background: linear-gradient(to left, #0A2A43, #1B4F72) !important;
    color: #fff !important;
    padding: 120px 40px !important;
    text-align: center;
    border-radius: 20px;
}
.hero h1, .banner h1 {
    font-size: 48px !important;
    margin-bottom: 10px;
}
.hero p, .banner p {
    font-size: 20px !important;
    opacity: .9;
}
.hero .btn, .banner .btn {
    margin-top: 25px;
    padding: 15px 40px;
    background: #FF7F32 !important;
    border-radius: 50px;
    color: #fff !important;
    font-size: 20px;
    transition: .3s;
}
.hero .btn:hover {
    background: #e56f28 !important;
}

/* المنتجات المتحركة */
.products-slider, .swiper-wrapper {
    padding: 20px 0 !important;
}
.product-card, .product-item {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transition: .3s;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-card button, .product-item .btn {
    background: #0A2A43 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
}

/* قسم عن الجمعية */
.about-section {
    background: #fff;
    padding: 80px 40px;
    text-align: center;
    border-radius: 20px;
}
.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #0A2A43;
}
.about-section p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
}

/* الإحصائيات */
.stats-section {
    background: #0A2A43;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.stats-section .stat-box span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #FF7F32;
}

/* ذيل الصفحة */
footer, .site-footer {
    background: #061a2b !important;
    color: #fff !important;
    padding: 40px !important;
    text-align: center !important;
    border-top: 3px solid #FF7F32;
}

/* أزرار عامة */
.btn-primary, button, .add-to-cart-btn {
    background: #FF7F32 !important;
    border-radius: 40px !important;
    color: #fff !important;
    padding: 1px 15px !important;
    transition: .3s;
}
.btn-primary:hover {
    background: #e56f28 !important;
}