/* ========================================
   main_ar.css - الملف الرئيسي لأنماط موقع بيبرو
   ======================================== */

/* ========== المتغيرات الأساسية ========== */
:root {
    --font-Tajawal: 'Tajawal', sans-serif;
    --font-Zain: 'Zain', sans-serif;
    --primary-color1: #DB5759;
    --title-color: #333333;
    --white-color: #ffffff;
    --bepro-red: #DB5759;
    --bepro-dark: #070707;
    --bepro-dark-2: #111111;
    --bepro-text: #ffffff;
    --bepro-muted: rgba(255,255,255,.78);
    --bepro-border: rgba(255,255,255,.12);
}

/* ========== الخطوط الأساسية ========== */
html, 
body, 
.nav-link,
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6, 
a, p, span, label, ul, ol, li {
    font-family: var(--font-Tajawal) !important;
}

.zain-font {
    font-family: var(--font-Zain) !important;
}

a {
    text-decoration: none !important;
}

/* ========== فئات المساعدة ========== */
.subTitle {
    font-family: var(--font-Tajawal) !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 50px !important;
    color: rgba(255,255,255,.65) !important;
}

.cservicertext {
    font-family: var(--font-Tajawal) !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,.85) !important;
}

/* أحجام الخطوط المساعدة */
.fs-10 { font-size: 10px !important; }
.fs-15-fw-300 { font-weight: 300 !important; font-size: 15px !important; }
.fs-16-fw-300 { font-weight: 300 !important; font-size: 16px !important; }
.fs-16-fw-500 { font-weight: 500 !important; font-size: 16px !important; }
.fs-22-fw-300 { font-weight: 300 !important; font-size: 22px !important; }

.fweight-300 { font-weight: 300 !important; }
.hide-important { display: none !important; }
.beformpadding { padding: 13px !important; }

/* ========== عناصر المنتج (لصفحات المنتجات) ========== */
.productName {
    margin-top: 14px !important;
    font-weight: 700 !important;
    font-size: 45px !important;
}

.productDescription {
    font-weight: 300 !important;
    font-size: 18px !important;
}

.productPrice {
    font-weight: 700 !important;
    font-size: 45px !important;
}

.sar {
    font-weight: 300 !important;
    font-size: 14px !important;
}

/* ========== خلفيات وألوان ========== */
.bg-light2 { background-color: #f3f3f3 !important; }
.bg-lightred { background-color: #db575929 !important; }

.moving-circle {
    background-color: var(--bepro-red) !important;
}

/* ========== شريط التنقل (header) ========== */
header.style-6 .main-menu ul > li a {
    color: #13141A !important;
    display: block !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    transition: all 0.5s ease-out 0s !important;
}

.top-bar.style-6 .topbar-right ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #13141A !important;
}

/* ========== الأزرار الرئيسية ========== */
.primary-btn3 {
    display: inline-flex !important;
    border-radius: 5px !important;
    background: linear-gradient(45deg, var(--bepro-red), #b30000) !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #ffffff !important;
    padding: 10px 28px !important;
    align-items: center !important;
    white-space: nowrap !important;
    gap: 10px !important;
    transition: 0.35s ease !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border: 0px !important;
    box-shadow: 0 10px 25px rgba(219,87,89,.25);
}

.primary-btn3::after {
    position: absolute !important;
    content: "" !important;
    display: block !important;
    left: 15% !important;
    right: -20% !important;
    top: -4% !important;
    height: 150% !important;
    width: 150% !important;
    bottom: 0 !important;
    border-radius: 2px !important;
    background-color: #0A1019 !important;
    transform: skewX(45deg) scale(0, 1) !important;
    z-index: -1 !important;
    transition: all 0.5s ease-out 0s !important;
}

.primary-btn3:hover {
    color: var(--white-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(219,87,89,.45);
}

.primary-btn3:hover::after {
    transform: skewX(45deg) scale(1, 1) !important;
}

.primary-btn6 {
    background: linear-gradient(45deg, var(--bepro-red), #b30000) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 40px !important;
    box-shadow: 0 10px 25px rgba(219,87,89,.25);
    transition: .35s ease;
    padding: 10px 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.primary-btn6:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(219,87,89,.45);
}

.primary-btn7 {
    border-radius: 5px !important;
    background-color: var(--title-color);
    font-family: var(--font-Tajawal);
    font-weight: 300 !important;
    font-size: 18px !important;
    color: var(--white-color);
    padding: 14px 28px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    gap: 10px !important;
    transition: 0.5s !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border: 1px solid rgba(29, 29, 29, 0.3);
}

/* ========== النماذج والحقول ========== */
.form-control:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #db57594a !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgb(219 87 89 / 12%) !important;
}

/* ========== تذييل الصفحة (Footer) ========== */
footer.style-2 {
    background: var(--bepro-dark-2) !important;
    border-top: 1px solid var(--bepro-border);
}

footer.style-2 a,
footer.style-2 p {
    color: rgba(255,255,255,.85) !important;
}

footer.style-2 a:hover {
    color: var(--bepro-red) !important;
}

footer .footer-btm-menu ul li a {
    color: #B3B3B3;
    font-size: 15px;
    font-family: var(--font-Zain);
    font-weight: 300 !important;
    transition: 0.35s;
}

/* ========== تنسيق Select2 ========== */
.select2-container--default .select2-selection--single {
    width: 100% !important;
    background: #F3F3F3 !important;
    border-radius: 5px !important;
    height: 50px !important;
    display: grid !important;
    align-items: center !important;
    line-height: 1 !important;
    padding: 0px 25px !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #F3F3F3 !important;
    color: #5E5E5E !important;
}

.select2-container--default .select2-selection--single:focus {
    background: #ffffff !important;
    border: 1px solid #5E5E5E !important;
    color: #5E5E5E !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5E5E5E !important;
    line-height: 38px;
    text-align: left;
}

html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffb2b3 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    left: 23px !important;
}

/* ========== صور الوكلاء ========== */
.agent-logo-img {
    width: 100%;
    height: 266px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* ========== الثيم الداكن (Dark Theme) ========== */

/* ---- Header / Top Bar (style-6) في الوضع الداكن ---- */
.top-bar.style-6,
.header-area.style-6 {
    background: rgba(7,7,7,.92) !important;
    border-bottom: 1px solid var(--bepro-border) !important;
}

.top-bar.style-6 a,
.header-area.style-6 .menu-list > li > a,
.header-area.style-6 .hotline-area .content span,
.header-area.style-6 .hotline-area .content h6 a,
.top-bar.style-6 .hotline-area .content span,
.top-bar.style-6 .hotline-area .content h6 a {
    color: var(--bepro-text) !important;
}

.header-area.style-6 .menu-list > li > a:hover,
.top-bar.style-6 a:hover {
    color: var(--bepro-red) !important;
}

/* ---- Home6 Hero Banner (الشريط البطولي) ---- */
.home6-banner-area {
    position: relative;
    background: radial-gradient(circle at 20% 30%, #1b1b1b, #070707 70%) !important;
    overflow: hidden;
    color: #fff;
}

.home6-banner-area::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(219,87,89,0.28), transparent 70%);
    top: -150px;
    right: -150px;
    filter: blur(80px);
    animation: beproGlowMove 8s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes beproGlowMove {
    0% { transform: translate(0,0) scale(1); }
    100% { transform: translate(-120px,80px) scale(1.2); }
}

/* النصوص في الشريط البطولي */
.home6-banner-area,
.home6-banner-area h1,
.home6-banner-area h2,
.home6-banner-area h3,
.home6-banner-area h4,
.home6-banner-area h5,
.home6-banner-area h6,
.home6-banner-area p,
.home6-banner-area span,
.home6-banner-area a {
    color: #fff !important;
}

.home6-banner-area .text-muted {
    color: rgba(255,255,255,.75) !important;
}

/* صورة السيارة المتحركة */
.banner-img-group img {
    animation: beproFloatCar 5s ease-in-out infinite;
    filter: drop-shadow(0 40px 60px rgba(0,0,0,.7));
}

@keyframes beproFloatCar {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* ---- Preloader (شاشة التحميل) ---- */
.egns-preloader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: #070707 !important;
    transition: opacity .35s ease, visibility .35s ease;
}

.egns-preloader.close,
.egns-preloader.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.is-loading { overflow: hidden; }

/* =====================================
   DARK MODE FOR HOME SECTIONS
   ===================================== */

/* الخلفية العامة للصفحات الداكنة */
html, body,
.home6-banner-area,
.home6-upcoming-car-section,
.home6-brand-section,
.how-it-work-section,
.inner-page-banner,
section {
    background-color: #070707 !important;
    color: #fff !important;
}

/* إلغاء الخلفيات البيضاء */
.bg-white,
.home6-brand-section.bg-white,
.how-it-work-section.bg-white {
    background-color: #070707 !important;
}

/* الحاويات الداخلية */
.container,
.container-fluid {
    background: transparent !important;
}

/* البطاقات في الخلفية الداكنة */
.card,
.product-card4,
.single-work-process,
.car-category {
    background: #0f1012 !important;
    border: 1px solid rgba(255,255,255,.08) !important;
}

/* النصوص في الخلفية الداكنة */
h1, h2, h3, h4, h5, h6,
.section-title-2 h2,
.section-title-2 h1,
.section-title-2 h3,
.banner-content h1,
.banner-content h2,
.banner-content h3 {
    color: var(--text-dark)  !important;
}

p, span, li, a,
.home6-banner-area a,
.home6-upcoming-car-section a,
.home6-brand-section a,
.how-it-work-section a,
.inner-page-banner a {
    var(--text-dark) !important;
}

/* النصوص الثانوية */
.subTitle,
.text-muted,
.section-title-2 .subTitle,
.banner-content .subTitle,
.section-title-2 p,
.banner-content p {
    color: rgba(255,255,255,.65) !important;
}

/* تصحيح ألوان النصوص الداكنة في الخلفية الداكنة */
.text-dark,
.text-body,
.text-secondary,
.text-black,
.text-black-50,
.text-black-75 {
    color: rgba(255,255,255,.82) !important;
}

/* الفواصل */
hr {
    border-color: rgba(255,255,255,.12) !important;
    opacity: 1 !important;
}

/* inner-page-banner */
.inner-page-banner,
.bepro-dark-banner {
    background: radial-gradient(circle at 20% 20%, #151515, #070707 70%) !important;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.inner-page-banner h1,
.inner-page-banner h2,
.inner-page-banner h3,
.inner-page-banner p,
.inner-page-banner .subTitle,
.bepro-dark-banner h1,
.bepro-dark-banner h2,
.bepro-dark-banner h3,
.bepro-dark-banner p,
.bepro-dark-banner .subTitle,
.bepro-dark-banner .banner-content h1,
.bepro-dark-banner .banner-content p {
    color: #fff !important;
}

.inner-page-banner .subTitle,
.bepro-dark-banner .subTitle {
    color: rgba(255,255,255,.75) !important;
}

/* نص خدمة العملاء */
.trustpilot-review {
    color: rgba(255,255,255,.85) !important;
}

.trustpilot-review a {
    color: #fff !important;
    text-decoration: underline;
}

/* الحشوات */
#main, main, .main-content, .page-wrapper, .wrapper {
    background: #070707 !important;
}

/* ===========================
   CAR LOGOS SECTION (شعارات السيارات)
   =========================== */

/* السلايد نفسه */
.home6-brand-category-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* كرت اللوجو - خلفية بيضاء ناعمة */
.home6-brand-section .car-category {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;  /* خلفية بيضاء للكرت */
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;  /* بوردر رمادي فاتح */
    transition: all 0.35s ease;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);  /* ظل خفيف */
}

/* صندوق اللوجو الداخلي */
.car-category .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: transparent !important;
    border-radius: 10px;
}

/* الشعارات - بألوانها الأصلية */
.car-category .icon img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none !important;  /* إلغاء أي فلتر لوني */
    transition: all 0.3s ease;
}

/* تأثير hover أنيق */
.car-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(219, 87, 89, 0.15);  /* ظل بلون بيبرو الخفيف */
    border-color: rgba(219, 87, 89, 0.3) !important;  /* بوردر بلون بيبرو */
}

.car-category:hover .icon img {
    transform: scale(1.08);
}




/* ===========================
   CAR LOGOS SECTION (شعارات السيارات)
   =========================== */

/* السلايد نفسه */
.home6-brand-category-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* كرت اللوجو - خلفية داكنة متناسقة مع الثيم */
.home6-brand-section .car-category {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;  /* خلفية داكنة للكرت */
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;  /* بوردر أبيض شفاف */
    transition: all 0.35s ease;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);  /* ظل داكن */
}

/* صندوق اللوجو الداخلي */
.car-category .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: transparent !important;
    border-radius: 10px;
}

/* الشعارات - بألوانها الأصلية مع تحسين الظهور على الخلفية الداكنة */
.car-category .icon img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none !important;  /* إلغاء أي فلتر لوني */
    transition: all 0.3s ease;
    /* إضافة توهج خفيف للشعارات الداكنة */
    filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.1));
}

/* تأثير hover أنيق */
.car-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(219, 87, 89, 0.25);  /* ظل بلون بيبرو */
    border-color: rgba(219, 87, 89, 0.5) !important;  /* بوردر بلون بيبرو */
    background: #222222 !important;  /* خلفية أفتح قليلاً عند hover */
}

.car-category:hover .icon img {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 8px rgba(219, 87, 89, 0.3));
}

/* ===========================
   تعديل للخلفية العامة حول الشعارات
   =========================== */

/* الخلفية الداكنة حول قسم الشعارات - تأكيد اللون الداكن */
.home6-brand-section {
    background-color: #070707 !important;
    padding: 60px 0;
}

/* العنوان في القسم الداكن */
.home6-brand-section .section-title-2 h2,
.home6-brand-section .section-title-2 p {
    color: #ffffff !important;
}

/* الفاصل بين الشعارات */
.home6-brand-section .swiper-slide {
    padding: 10px;
}

/* ===========================
   إصلاح البانر الداكن
   =========================== */

/* تأكيد أن البانر يبقى داكناً */
.home6-banner-area {
    position: relative;
    background: radial-gradient(circle at 20% 30%, #1b1b1b, #070707 70%) !important;
    color: #fff !important;
}

/* النصوص في البانر */
.home6-banner-area h1,
.home6-banner-area h2,
.home6-banner-area h3,
.home6-banner-area p,
.home6-banner-area span,
.home6-banner-area a {
    color: #fff !important;
}

/* ===========================
   إصلاح أي أقسام داكنة أخرى
   =========================== */

/* جميع الأقسام الداكنة */
.dark-section,
.home6-upcoming-car-section,
.how-it-work-section,
.inner-page-banner,
.bepro-dark-banner {
    background: #070707 !important;
    color: #fff !important;
}

/* التأكد من أن الحاويات لا تؤثر على الخلفية */
.container,
.container-fluid {
    background: transparent !important;
}





/* ===========================
   BEPRO SERVICES BACKGROUND
   =========================== */
.bepro-services-bg {
    position: relative;
    background: url('../img/banners/1.jpg') center center / cover no-repeat;
    overflow: hidden;
}

/* طبقة تعتيم فوق الصورة */
.bepro-services-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    z-index: 1;
}

.bepro-services-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,0,0,.15), transparent 60%);
    z-index: 1;
}

/* المحتوى فوق الخلفية */
.bepro-services-bg .container {
    position: relative;
    z-index: 2;
}

/* النصوص */
.bepro-services-bg h2,
.bepro-services-bg h6,
.bepro-services-bg p {
    color: #fff !important;
}

/* كروت الخدمات */
.bepro-services-bg .single-work-process {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 30px 20px;
    transition: .35s ease;
}

/* تأثير hover */
.bepro-services-bg .single-work-process:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.1);
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

/* ===========================
   PRODUCT CARDS (بطاقات المنتجات)
   =========================== */

/* تصغير حجم بطاقات المنتجات */
.product-card4 {
    max-width: 280px !important;
    margin: 0 auto !important;
}

.product-card4 .product-img {
    height: 180px !important;
    overflow: hidden !important;
}

.product-card4 .product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.product-card4 .product-content {
    padding: 15px !important;
}

.product-card4 .product-content h6 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.product-card4 .product-content .price-area h6 {
    font-size: 20px !important;
    margin-top: 10px !important;
}

/* تحسين مظهر الزر في بطاقة المنتج */
.product-card4 .primary-btn3 {
    font-size: 16px !important;
    padding: 8px 20px !important;
    width: 100% !important;
    justify-content: center !important;
}

/* ===========================
   استثناء: عناصر تحتفظ بلونها الداكن
   =========================== */
.bepro-keep-dark {
    color: #111 !important;
}


/* ===========================
   SERVICES SECTION IMPROVED
   =========================== */

/* خلفية القسم */
.bepro-services-bg {
    position: relative;
    background: linear-gradient(135deg, #0a0f1e 0%, #070b14 100%);
    overflow: hidden;
    padding: 80px 0;
}

/* طبقة التعتيم */
.bepro-services-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.bepro-services-bg .container {
    position: relative;
    z-index: 2;
}

/* عنوان القسم */
.section-title-2 {
    margin-bottom: 50px;
}

.section-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--bepro-red) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title-2 h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff !important;
}

.section-title-2 .subTitle {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    max-width: 600px;
    margin: 0 auto;
}

/* بطاقات الخدمات */
.service-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 35px 20px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--bepro-red), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(219, 87, 89, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.service-card:hover::before {
    transform: translateX(100%);
}

/* أيقونة الخدمة */
.service-icon-wrapper {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.step-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: var(--bepro-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(219, 87, 89, 0.3);
    z-index: 2;
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(219, 87, 89, 0.1);
    border-radius: 50%;
    border: 2px dashed rgba(219, 87, 89, 0.3);
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: rgba(219, 87, 89, 0.2);
    border-color: var(--bepro-red);
    transform: rotate(360deg);
}

.service-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}

.service-card:hover .service-icon img {
    transform: scale(1.1);
}

/* محتوى الخدمة */
.service-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 12px;
}

.service-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 0;
}

/* قسم خدمة العملاء */
.customer-service-section {
    margin-top: 70px;
}

.customer-service-card {
    background: linear-gradient(135deg, rgba(219, 87, 89, 0.1), rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(219, 87, 89, 0.2);
    border-radius: 60px;
    padding: 30px 50px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.customer-service-icon {
    width: 70px;
    height: 70px;
    background: var(--bepro-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(219, 87, 89, 0.3);
}

.customer-service-content {
    text-align: left;
}

[dir="rtl"] .customer-service-content {
    text-align: right;
}

.customer-service-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 5px;
}

.customer-service-number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.customer-service-number a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.customer-service-number a:hover {
    color: var(--bepro-red) !important;
}

.customer-service-hours {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5) !important;
    display: block;
}

/* تحسينات للجوال */
@media (max-width: 768px) {
    .section-title-2 h2 {
        font-size: 32px;
    }
    
    .service-card {
        padding: 25px 15px;
    }
    
    .customer-service-card {
        flex-direction: column;
        padding: 25px;
        border-radius: 30px;
    }
    
    .customer-service-content {
        text-align: center;
    }
    
    .customer-service-number {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .section-title-2 h2 {
        font-size: 28px;
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
    }
    
    .service-icon img {
        width: 40px;
        height: 40px;
    }
    
    .customer-service-card {
        padding: 20px;
    }
}

/* ===========================
   UNIFIED GRADIENT BACKGROUND
   =========================== */

/* نفس تدرج بانر الخدمات */
.bepro-services-bg {
    position: relative;
    background: linear-gradient(135deg, #0a0f1e 0%, #070b14 100%);
    overflow: hidden;
}

/* طبقة التعتيم والتأثير */
.bepro-services-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(219, 87, 89, 0.15) 0%, transparent 50%);
    z-index: 1;
}

/* تأثير الشبكة (نفس بانر الخدمات) */
.bepro-services-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

/* المحتوى فوق الخلفية */
.bepro-services-bg .banner-wrapper {
    position: relative;
    z-index: 2;
}

/* تحديث ألوان النصوص */
.bepro-services-bg .banner-content * {
    color: #fff !important;
}

.bepro-services-bg .banner-description {
    color: rgba(255,255,255,0.7) !important;
}

/* ===========================
   BANNER SPECIFIC STYLES
   =========================== */

.inner-page-banner {
    padding: 80px 0;
}

/* شارة الجودة */
.quality-badge .badge {
    background: rgba(219, 87, 89, 0.15);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(219, 87, 89, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.quality-badge .badge i {
    color: var(--bepro-red);
}

/* العنوان */
.banner-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* الوصف */
.banner-description {
    font-size: 20px;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 30px;
    max-width: 500px;
}

/* مميزات البانر */
.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
}

.feature-item i {
    color: var(--bepro-red);
    font-size: 18px;
}

/* الأزرار */
.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.primary-btn3 {
    background: linear-gradient(45deg, var(--bepro-red), #b30000);
    border: none;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(219,87,89,0.25);
}

.primary-btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(219,87,89,0.45);
}

.primary-btn3 i {
    transition: transform 0.3s ease;
}

.primary-btn3:hover i {
    transform: translateX(-5px);
}

[dir="rtl"] .primary-btn3:hover i {
    transform: translateX(5px);
}

.secondary-btn {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.secondary-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* شارة الثقة */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}

.trust-icons {
    display: flex;
    gap: 10px;
}

.trust-icons i {
    color: var(--bepro-red);
    font-size: 18px;
    opacity: 0.7;
}

/* صورة البانر */
.banner-image-wrapper {
    position: relative;
    text-align: center;
}

.banner-img {
    position: relative;
    z-index: 3;
}

.banner-img img {
    max-width: 100%;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}

/* حركة الصورة */
.floating-animation {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* عناصر زخرفية */
.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(219, 87, 89, 0.1);
    top: -50px;
    right: -50px;
    animation: pulse 8s ease-in-out infinite;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.03);
    bottom: -30px;
    left: -30px;
    animation: pulse 6s ease-in-out infinite reverse;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: rgba(219, 87, 89, 0.05);
    top: 50%;
    right: 20%;
    animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

/* شارة الضمان */
.warranty-badge {
    position: absolute;
    top: 23%;
    left: 10%;
    background: linear-gradient(135deg, var(--bepro-red), #b30000);
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 20px 40px rgba(219,87,89,0.3);
    animation: rotate 20s linear infinite;
    z-index: 4;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.warranty-badge::before {
    content: '';
    position: absolute;
    inset: 5px;
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: rotate 10s linear infinite reverse;
}

.warranty-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.warranty-text {
    text-align: center;
}

.warranty-text strong {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    display: block;
}

.warranty-text span {
    font-size: 12px;
    opacity: 0.9;
}

/* تحسينات RTL */
[dir="rtl"] .banner-buttons {
    flex-direction: row-reverse;
}

[dir="rtl"] .feature-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .warranty-badge {
    right: auto;
    left: 1%;
}

/* تحسينات الجوال */
@media (max-width: 991px) {
    .inner-page-banner {
        padding: 60px 0;
    }
    
    .banner-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    
    [dir="rtl"] .banner-content {
        padding-left: 0;
    }
    
    .banner-title {
        font-size: 42px;
    }
    
    .banner-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-features {
        justify-content: center;
    }
    
    .banner-buttons {
        justify-content: center;
    }
    
    .trust-badge {
        justify-content: center;
    }
    
    .warranty-badge {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 32px;
    }
    
    .banner-description {
        font-size: 16px;
    }
    
    .banner-features {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .banner-buttons {
        flex-direction: column;
    }
    
    .primary-btn3,
    .secondary-btn {
        width: 100%;
        justify-content: center;
    }
}


/* ===========================
   BRANDS SECTION IMPROVED
   =========================== */

.home6-brand-section {
    padding: 60px 0;
    background: #070707 !important;  /* خلفية داكنة */
    position: relative;
}

/* رأس القسم */
.section-header {
    margin-bottom: 40px;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--bepro-red) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.section-title-2 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff !important;
}

.section-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7) !important;
    max-width: 500px;
}

/* أزرار التحكم */
.slider-controls {
    display: flex;
    align-items: center;
}

.slider-btn-group {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.slider-btn:hover {
    background: var(--bepro-red);
    transform: scale(1.1);
}

.slider-btn svg {
    width: 12px;
    height: 18px;
}

/* بطاقات العلامات التجارية */
.brand-card {
    display: block;
    background: #ffffff !important;  /* خلفية بيضاء للبطاقة */
    border-radius: 16px;
    padding: 25px 15px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(219, 87, 89, 0.15);
    border-color: rgba(219, 87, 89, 0.3);
}

/* حاوية اللوجو */
.brand-logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* اللوجو */
.brand-logo {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: none !important;  /* ألوان أصلية */
}

.brand-card:hover .brand-logo {
    transform: scale(1.1);
}

/* تخصيص السلايدر */
.home6-brand-category-slider {
    padding: 10px 5px;
    margin: -10px -5px;
}

.home6-brand-category-slider .swiper-slide {
    height: auto;
    padding: 10px;
}

/* مؤشرات السلايدر للجوال */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--bepro-red);
    width: 25px;
    border-radius: 10px;
}

/* حالة عدم وجود شعارات */
.empty-state {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 60px 20px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.empty-icon {
    opacity: 0.5;
}

.empty-state p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* تحسينات RTL */
[dir="rtl"] .slider-btn.prev-1 svg {
    transform: rotate(180deg);
}

[dir="rtl"] .slider-btn.next-1 svg {
    transform: rotate(180deg);
}

/* تحسينات الجوال */
@media (max-width: 768px) {
    .home6-brand-section {
        padding: 40px 0;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .section-title-2 h2 {
        font-size: 28px;
    }
    
    .brand-card {
        height: 120px;
    }
    
    .brand-logo {
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .brand-card {
        height: 100px;
    }
    
    .brand-logo {
        max-height: 40px;
    }
}

/* ===========================
   BRANDS SECTION WITH GRADIENT
   =========================== */

/* استخدام نفس تدرج بانر الخدمات */
.home6-brand-section.bepro-services-bg {
    position: relative;
    background: linear-gradient(135deg, #0a0f1e 0%, #070b14 100%);
    overflow: hidden;
    padding: 80px 0;
}

/* طبقة التعتيم والتأثير */
.home6-brand-section.bepro-services-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(219, 87, 89, 0.15) 0%, transparent 50%);
    z-index: 1;
}

/* تأثير الشبكة */
.home6-brand-section.bepro-services-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

/* المحتوى فوق الخلفية */
.home6-brand-section.bepro-services-bg .container {
    position: relative;
    z-index: 2;
}

/* النصوص في الخلفية الجديدة */
.home6-brand-section.bepro-services-bg .section-title-2 h2,
.home6-brand-section.bepro-services-bg .section-title-2 .section-title,
.home6-brand-section.bepro-services-bg .section-description {
    color: #fff !important;
}

.home6-brand-section.bepro-services-bg .section-subtitle {
    color: var(--bepro-red) !important;
}

/* أزرار التحكم في الخلفية الجديدة */
.home6-brand-section.bepro-services-bg .slider-btn-group {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.home6-brand-section.bepro-services-bg .slider-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.home6-brand-section.bepro-services-bg .slider-btn:hover {
    background: var(--bepro-red);
}

/* بطاقات العلامات التجارية - تبقى بيضاء */
.home6-brand-section.bepro-services-bg .brand-card {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* تحديث ألوان النصوص */
.home6-brand-section.bepro-services-bg .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.home6-brand-section.bepro-services-bg .empty-state {
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

/* تحسينات للجوال */
@media (max-width: 768px) {
    .home6-brand-section.bepro-services-bg {
        padding: 60px 0;
    }
}
/* تدرج لوني راقي وموحد لجميع البانرات */
:root {
    --gradient-start: #0a0f1e;
    --gradient-end: #070b14;
    --accent-glow: rgba(219, 87, 89, 0.15);
    --bepro-red: #DB5759;
}

/* كلاس موحد لجميع البانرات */
.bepro-gradient-banner {
    position: relative;
    background: linear-gradient(145deg, #0c1122, #080c18);
    overflow: hidden;
    isolation: isolate;
}

/* طبقة التوهج الأحمر */
.bepro-gradient-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(219, 87, 89, 0.12) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}

/* طبقة الشبكة الناعمة */
.bepro-gradient-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    pointer-events: none;
}

/* المحتوى فوق الخلفية */
.bepro-gradient-banner > * {
    position: relative;
    z-index: 2;
}

/* تحسين النصوص */
.bepro-gradient-banner h1,
.bepro-gradient-banner h2,
.bepro-gradient-banner h3,
.bepro-gradient-banner p,
.bepro-gradient-banner span {
    color: #fff;
}

.bepro-gradient-banner .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* تأثير لمعان خفيف */
.bepro-gradient-banner .banner-img img,
.bepro-gradient-banner .banner-img-group img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* تحسين البطاقات */
.brand-card {
    background: #ffffff !important;
    border-radius: 16px;
    padding: 25px 15px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(219, 87, 89, 0.25);
    border-color: rgba(219, 87, 89, 0.4);
}

.brand-logo {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    transition: all 0.4s ease;
}

.brand-card:hover .brand-logo {
    transform: scale(1.1);
}

/* شارة الجودة */
.quality-badge .badge {
    background: rgba(219, 87, 89, 0.15);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(219, 87, 89, 0.3);
    backdrop-filter: blur(10px);
}

/* عنوان البانر */
.banner-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* مميزات البانر */
.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.feature-item i {
    color: var(--bepro-red);
}

/* الأزرار */
.primary-btn3 {
    background: linear-gradient(45deg, var(--bepro-red), #b30000);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(219, 87, 89, 0.25);
    border: none;
}

.primary-btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(219, 87, 89, 0.4);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* شارة الضمان */
.warranty-badge {
    position: absolute;
    bottom: 15%;
    left: 10%;
    background: linear-gradient(135deg, var(--bepro-red), #b30000);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 20px 40px rgba(219, 87, 89, 0.4);
    animation: rotate 20s linear infinite;
    z-index: 10;
}

[dir="rtl"] .warranty-badge {
    left: auto;
    right: 10%;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.warranty-badge::before {
    content: '';
    position: absolute;
    inset: 5px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: rotate 10s linear infinite reverse;
}

.warranty-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.warranty-text strong {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.warranty-text span {
    font-size: 12px;
    opacity: 0.9;
}

/* خدمة العملاء */
.customer-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 25px 40px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.customer-service-icon {
    width: 60px;
    height: 60px;
    background: var(--bepro-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

/* تحسين RTL */
[dir="rtl"] .feature-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .banner-buttons {
    flex-direction: row-reverse;
}

/* تحسين الجوال */
@media (max-width: 991px) {
    .banner-title {
        font-size: 42px;
    }
    
    .banner-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .banner-features {
        justify-content: center;
    }
    
    .banner-buttons {
        justify-content: center;
    }
    
    .warranty-badge {
        width: 80px;
        height: 80px;
        bottom: 10%;
        left: 5%;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 32px;
    }
    
    .brand-card {
        height: 120px;
    }
    
    .customer-service-card {
        flex-direction: column;
        padding: 20px;
        border-radius: 30px;
    }
}

/* تعديل ألوان بطاقات المنتجات في الخلفية الداكنة */
.bepro-gradient-banner .product-card4 {
    background: #ffffff !important;
}

.bepro-gradient-banner .product-card4 h6 a {
    color: #1e293b !important;
}

.bepro-gradient-banner .product-card4 .price-area h6 {
    color: var(--bepro-red) !important;
}

.bepro-gradient-banner .product-card4 hr {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.bepro-gradient-banner .product-card4 .sar {
    color: #64748b !important;
}

/* جعل خلفية الصفحة نفس تدرج البانرات */
body, html, #app, .main-content, .page-wrapper {
    background: linear-gradient(145deg, #0c1122, #080c18) !important;
    margin: 0;
    padding: 0;
}

/* إلغاء الخلفية السوداء */
.bepro-gradient-banner {
    background: transparent !important;  /* الخلفية ستأخذ من body */
    position: relative;
    z-index: 1;
}

/* الحفاظ على تأثيرات البانر */
.bepro-gradient-banner::before,
.bepro-gradient-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}

/* طبقة التوهج */
.bepro-gradient-banner::before {
    background: radial-gradient(circle at 30% 40%, rgba(219, 87, 89, 0.12) 0%, transparent 60%);
}

/* طبقة الشبكة */
.bepro-gradient-banner::after {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* المسافات بين البانرات تأخذ نفس اللون */
.mb-100, .mb-60, .mb-50, .mb-30 {
    margin-bottom: 0 !important;  /* إلغاء المسافات */
}

/* إضافة مسافات داخلية بدلاً من خارجية */
.bepro-gradient-banner {
    padding: 70px 0 !important;
}

/* تقليل المسافات للجوال */
@media (max-width: 768px) {
    .bepro-gradient-banner {
        padding: 50px 0 !important;
    }
}





/* ========== الهيدر (الرأس) ========== */
.top-bar.style-6 {
    background: rgba(8, 12, 24, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(219, 87, 89, 0.15);
    padding: 15px 6%;
}

.top-bar.style-6 a,
.top-bar.style-6 span,
.top-bar.style-6 .content span,
.top-bar.style-6 .hotline-area .content span {
    color: #fff !important;
    font-weight: 400;
}

.top-bar.style-6 .hotline-area .content h6 a {
    color: var(--bepro-red) !important;
    font-weight: 600;
}

.header-area.style-6 {
    background: rgba(8, 12, 24, 0.98) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(219, 87, 89, 0.1);
    padding: 10px 6%;
}

.header-area.style-6 .menu-list > li > a {
    color: #fff !important;
    font-weight: 400;
    transition: color 0.3s ease;
}

.header-area.style-6 .menu-list > li > a:hover {
    color: var(--bepro-red) !important;
}

/* اللوغو في الهيدر */
.header-area.style-6 .header-logo img,
.top-bar.style-6 .company-logo img {
    filter: brightness(0) invert(1); /* تحويل الشعار للأبيض */
}

/* ========== الفوتر (التذييل) ========== */
footer.style-2 {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(219, 87, 89, 0.15);
    margin-top: 0 !important;
    padding: 40px 0 20px;
}

footer.style-2 .footer-logo img {
    filter: brightness(0) invert(1); /* تحويل الشعار للأبيض */
    opacity: 0.9;
}

footer.style-2 a,
footer.style-2 p {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease;
}

footer.style-2 a:hover {
    color: var(--bepro-red) !important;
}

.footer-btm-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 20px 0;
}

.footer-btm-menu ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-btm-menu ul li a:hover {
    color: var(--bepro-red) !important;
}

/* أيقونات السوشيال ميديا */
.social-area ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.social-area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s ease;
}

.social-area ul li a:hover {
    background: var(--bepro-red);
    border-color: var(--bepro-red);
    transform: translateY(-3px);
}

/* حقوق النشر */
.copyright-area p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px;
    text-align: center;
}

.copyright-area p span {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* ========== تحسينات للجوال ========== */
@media (max-width: 991px) {
    .top-bar.style-6 {
        padding: 10px 4%;
    }
    
    .header-area.style-6 {
        padding: 10px 4%;
    }
    
    .footer-btm-menu ul {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
}