/* الهيدر — كان مضمناً في header.blade.php (21KB لكل صفحة)؛ نُقل لملف مخبأ 2026-09-04 */
    /* تنويه «تقريبي» في مبدل العملات (خ 6.2) */
    .approx-note {
        font-size: 11px;
        color: #8D7A9E;
        padding: 8px 10px;
        border-top: 1px solid #ece6f2;
        margin-top: 6px;
        line-height: 1.4;
        text-align: start;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .approx-note i { color: #735096; }

    .currency-icon { height: 16px; width: auto; vertical-align: middle; }
    .price-container { display: inline-flex; align-items: center; direction: ltr !important; }
    .currency-symbol { order: -1; margin-right: 2px; margin-left: 0; }
    .mobile-top-bar, .mobile-bottom-nav { display: none; }

    /* ════════ قائمة العملة المنسدلة (Dropdown) ════════ */
    .currency-dd { position: relative; }
    .currency-dd-menu {
        position: absolute;
        top: calc(100% + 8px);
        inset-inline-end: 0;
        min-width: 210px;
        background: #ffffff;
        border: 1px solid #ece6f2;
        border-radius: 14px;
        box-shadow: 0 12px 32px rgba(45, 30, 75, 0.14);
        padding: 6px;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s;
        max-height: 320px;
        overflow-y: auto;
    }
    .currency-dd-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .currency-dd-item {
        display: flex; align-items: center; gap: 10px;
        width: 100%; padding: 9px 10px;
        background: transparent; border: none; border-radius: 10px;
        cursor: pointer; text-align: start;
        transition: background .15s ease;
    }
    .currency-dd-item:hover { background: #f6f2fb; }
    .currency-dd-item.active { background: #f3ecfa; }
    .currency-dd-flag {
        width: 26px; height: 19px; flex: 0 0 26px;
        border-radius: 4px; background-size: cover; background-position: center;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
    }
    .currency-dd-text { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.3; }
    .currency-dd-code { font-size: 14px; font-weight: 700; color: #2b2538; }
    .currency-dd-name { font-size: 11px; color: #8D7A9E; }
    .currency-dd-check { font-size: 13px; color: #735096; opacity: 0; }
    .currency-dd-item.active .currency-dd-check { opacity: 1; }
    /* في الجوال: القائمة تفتح لأسفل اليسار تحت الزر */
    .currency-dd-mobile .currency-dd-menu { inset-inline-end: 0; min-width: 200px; }

@media (max-width: 768px) {
    .hero-banner-section { padding-top: 0.1px !important; }

    /* ✅ إصلاح تثبيت الهيدر:
       overflow-x:hidden على body/html يحوله لحاوية تمرير فيكسر position:fixed في iOS.
       نحرر الجذر تماماً، وننقل منع التمرير الأفقي لحاويات المحتوى (وهي ليست أباً للهيدر). */
    html, body { overflow-x: visible !important; }
    #content, .site-main, footer { overflow-x: hidden; max-width: 100%; }

    /* ✅ إخفاء navbar الديسك توب */
    .nav-bar { display: none !important; }

    /* ✅ هيدر جوال أوف-وايت (اللون المعتمد) */
    .setion-fixed .container {
        background: #F6F4F9 !important;
        padding: 0 !important;
        max-width: 100% !important;
        height: 65px !important;
        overflow: visible !important; /* يسمح بظهور قائمة العملة المنسدلة (كانت تُقص) */
    }

    .setion-fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: #F6F4F9 !important;
        border: none !important;
        border-bottom: 1px solid #e9e2f0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        box-shadow: 0 2px 12px rgba(45, 30, 75, 0.06);
        transition: transform 0.35s cubic-bezier(.4,0,.2,1);   /* ✅ اختفاء/ظهور ذكي */
    }
    /* عند النزول: يختفي لأعلى · عند الصعود: يرجع */
    .setion-fixed.header-hidden { transform: translateY(-100%) !important; }

    /* الشريط داخل الحاوية الثابتة (في الانسياب) — لا نعشش عنصرين fixed */
    .mobile-top-bar {
        position: relative !important;
        z-index: 1 !important;
    }

    body {
        padding-top: 65px !important;
        padding-bottom: 75px !important;
    }

    .mobile-top-bar {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px;
        height: 65px;
        margin: 0 !important;
        background: linear-gradient(180deg, #FBFAFE 0%, #F4F0F8 100%) !important;
        border-bottom: 1px solid rgba(110,44,143,0.08);
    }

    .mtb-logo-link { display: flex; align-items: center; }
    .mtb-logo { height: 54px !important; width: auto !important; object-fit: contain; }
    .mtb-actions { display: flex; align-items: center; gap: 8px; }
    /* تحية التطبيق (نمط Booking) — مخفية على الويب، يُظهرها html.fd-native داخل التطبيق (2026-09-04) */
    .mtb-greet { display: none; align-items: center; gap: 5px; min-width: 0; font-size: 16px; font-weight: 800; color: #2A1436; }
    .mtb-greet-hi { color: #6B5B7B; font-weight: 700; }
    .mtb-greet b { color: #735096; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 60vw; }
    .mtb-greet-brand { letter-spacing: .2px; }

    .mtb-btn {
        box-sizing: border-box;
        display: flex; align-items: center; justify-content: center; gap: 6px;
        height: 42px; min-width: 42px; padding: 0 13px;
        border: 1px solid rgba(110,44,143,0.14) !important;
        border-radius: 14px !important;
        background: #FFFFFF !important;
        box-shadow: 0 4px 14px -8px rgba(58,20,80,0.4);
        color: #6E2C8F !important;
        font-size: 13px !important; font-weight: 800 !important;
        text-decoration: none; letter-spacing: 0.5px;
        transition: background-color 0.2s ease, transform 0.15s cubic-bezier(.3,1.4,.4,1), box-shadow 0.2s;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-appearance: none; appearance: none;
    }
    .mtb-btn:active { transform: scale(.93); }
    .mtb-btn.mtb-icon-only { padding: 0 !important; width: 42px; }
    .mtb-btn.mtb-bell { position: relative; padding: 0 !important; width: 42px; }
    .mtb-bell-badge { position: absolute; top: 2px; inset-inline-end: 2px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 100px; background: #e0483d; color: #fff !important; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; line-height: 1; }
    /* حساب المستخدم: بنفسجي زجاجي أبرز (بلا blur) */
    .mtb-btn.mtb-account {
        background: linear-gradient(135deg, #8160a6, #6d4d92) !important;
        border-color: rgba(115,80,150,0.45) !important;
        color: #fff !important;
        box-shadow: inset 0 1px 1px rgba(255,255,255,0.30), 0 4px 12px rgba(115,80,150,0.25);
    }
    .mtb-btn.mtb-account i { color: #fff !important; }
    /* زر الدخول: أيقونة + نص */
    .mtb-btn.mtb-login { gap: 6px; }
    .mtb-btn.mtb-login i { font-size: 15px; }
    /* أيقونة الحساب للمستخدم المسجل */
    .mtb-btn.mtb-account i { font-size: 19px; }
    /* أيقونة الواتساب → ذهبي لامع متدرج */
    .mtb-btn .fa-whatsapp {
        background: linear-gradient(135deg, #e6c074 0%, #c2985a 50%, #845725 100%);
        -webkit-background-clip: text; background-clip: text;
        -webkit-text-fill-color: transparent; color: transparent !important;
    }
    .mtb-btn:active, .mtb-btn:hover { background: rgba(115,80,150,0.14) !important; color: #735096 !important; transform: scale(0.97); }
    .mtb-btn.mtb-account:active, .mtb-btn.mtb-account:hover { background: rgba(93,63,122,0.90) !important; color: #fff !important; }

    /* حساب المستخدم (جوال): حبة أفقية — أفاتار بنفسجي + نص «حسابي» (الأعرض في الهيدر) */
    .mtb-account-btn {
        box-sizing: border-box;
        display: flex; align-items: center; gap: 10px;   /* مسافة أريح بين الأيقونة والنص */
        height: 38px; padding: 0 15px 0 5px;   /* أعرض قليلاً من العملة واللغة */
        border: 1px solid rgba(115,80,150,0.18);
        border-radius: 50px;
        background: #ffffff;
        box-shadow: 0 2px 7px rgba(45,30,75,0.055);   /* ظل أخف (~30%) → مظهر أفخم */
        text-decoration: none; flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow 0.2s ease, transform 0.1s ease, background-color 0.15s ease;
    }
    .mtb-account-avatar {
        display: flex; align-items: center; justify-content: center;
        width: 25px; height: 25px; border-radius: 50%;   /* أصغر ~10% لتوازن أفضل مع النص */
        background: linear-gradient(135deg, #8160a6, #6d4d92);
        flex-shrink: 0;
    }
    .mtb-account-avatar i { color: #ffffff !important; font-size: 12px; }
    .mtb-account-text {
        font-size: 11.5px; font-weight: 600; color: #735096;
        white-space: nowrap; max-width: 92px; overflow: hidden; text-overflow: ellipsis;
    }
    /* حالة الضغط: يصغر قليلاً + لمسة بنفسجية خفيفة → إحساس احترافي */
    .mtb-account-btn:active {
        transform: scale(0.98);
        background: #f7f2fb;
        border-color: rgba(115,80,150,0.32);
    }
    .mtb-account-btn:hover { box-shadow: 0 4px 12px rgba(45,30,75,0.11); }

    /* تسلسل بصري للعرض: حسابي (الأعرض) ← العملة (متوسط) ← اللغة (الأصغر) */
    .currency-dd-mobile .mtb-btn { padding: 0 10px !important; }   /* العملة أصغر */
    .mtb-btn.mtb-lang { padding: 0 14px !important; }

    /* ── الشريط السفلي: زجاجي عائم بأيقونات خطية (مطابق للتصميم) ── */
    .mobile-bottom-nav {
        display: flex !important;
        position: fixed;
        bottom: calc(14px + env(safe-area-inset-bottom));
        inset-inline-start: 14px; inset-inline-end: 14px;
        z-index: 9998;
        background: rgba(255,255,255,0.92) !important;
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        padding: 11px 6px;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 18px 44px -18px rgba(58,20,80,0.5);
        border: 1px solid rgba(110,44,143,0.10);
        border-radius: 26px;
        touch-action: none;
    }
    .mbn-pill { display: none; }

    .mbn-item {
        flex: 1; display: flex; flex-direction: column;
        align-items: center; justify-content: center;
        gap: 5px; text-decoration: none; background: transparent; border: 0; cursor: pointer;
        position: relative; z-index: 1;
        -webkit-tap-highlight-color: transparent;
    }
    /* حاوية الأيقونة الخطية */
    .mbn-ic {
        position: relative;
        display: flex; align-items: center; justify-content: center;
        width: 46px; height: 34px; border-radius: 15px;
        color: #6E2C8F;
        transition: color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.3,1.4,.4,1);
        will-change: transform;
    }
    .mbn-item span:last-child {
        font-size: 11px; font-weight: 700; color: #8A7C93 !important; white-space: nowrap;
        transition: color .3s ease;
    }
    .mbn-badge {
        position: absolute; top: -3px; inset-inline-end: 0;
        min-width: 15px; height: 15px; padding: 0 3px; border-radius: 8px;
        background: #B0862F; color: #fff !important; font-size: 9px; font-weight: 800;
        display: flex; align-items: center; justify-content: center;
        border: 2px solid #fff; line-height: 1; box-sizing: border-box;
    }
    /* النشط: خلفية جلاس رمادية شفافة محايدة بنمط واتساب/تلقرام */
    .mbn-item.active .mbn-ic {
        background: rgba(120,120,128,0.14);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        color: #6E2C8F;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    }
    .mbn-item.active span:last-child { color: #5A5560 !important; font-weight: 800; }
    .mbn-item:active .mbn-ic { transform: scale(.88); }
    .mbn-item.active:active .mbn-ic { transform: scale(.94); }
    /* الأيقونة النشطة تتعبأ بنفسجياً بالكامل (بنمط تطبيق الإدارة/واتساب) */
    .mbn-f { display: none; }
    .mbn-item.active .mbn-o { display: none; }
    .mbn-item.active .mbn-f { display: block; fill: currentColor; }
}

/* زر المحادثات العائم + لوحة الدعم — مخفيان بالجوال */
.fd-chat-fab, .fd-chat-fab-panel { display: none; }
@media (min-width: 769px) {
    @keyframes clwPop { 0% { transform: translateY(14px) scale(.92); opacity: 0; } 100% { transform: translateY(0) scale(1); opacity: 1; } }

    /* الزر العائم: أبيض بأيقونة بنفسجية (بنمط الحزمة الجديدة) */
    .fd-chat-fab {
        position: fixed; bottom: 28px; inset-inline-start: 28px; z-index: 9991;
        width: 62px; height: 62px; border-radius: 50%;
        border: 1.5px solid rgba(115,80,150,.2); background: #fff; color: #735096;
        cursor: pointer; padding: 0;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 16px 34px -14px rgba(58,20,80,.4);
        transition: transform .22s cubic-bezier(.2,.9,.3,1.2), box-shadow .22s ease;
    }
    .fd-chat-fab:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 22px 40px -14px rgba(78,30,107,.4); }
    .fd-chat-fab:active { transform: translateY(0) scale(.97); }
    .clw-fab-close { display: none; }
    /* فقاعة المحادثة بالعربية: الذيل على اليمين (قاعدة قلب الأيقونات ذات الاتجاه) — 2026-09-06 */
    html[dir="rtl"] .clw-fab-chat svg, html[dir="rtl"] .clw-avatar svg { transform: scaleX(-1); }
    .fd-chat-fab.open .clw-fab-chat { display: none; }
    .fd-chat-fab.open .clw-fab-close { display: flex; }
    .fd-chat-fab.open .fd-chat-fab-badge { display: none; }
    .fd-chat-fab-badge {
        position: absolute; top: -3px; inset-inline-end: -3px;
        min-width: 22px; height: 22px; padding: 0 5px; border-radius: 100px;
        background: #E0483C; color: #fff; font-size: 12px; font-weight: 900;
        display: flex; align-items: center; justify-content: center;
        border: 2.5px solid #F4F0F9; line-height: 1;
    }

    /* اللوحة */
    .fd-chat-fab-panel {
        position: fixed; bottom: 102px; inset-inline-start: 28px; z-index: 9990; width: 360px;
        display: block; background: #fff; border-radius: 24px; overflow: hidden;
        box-shadow: 0 40px 90px -30px rgba(30,14,40,.6), 0 0 0 1px rgba(115,80,150,.08);
        animation: clwPop .28s cubic-bezier(.2,.9,.3,1.1) both;
        font-family: 'Tajawal', sans-serif;
    }
    .fd-chat-fab-panel[hidden] { display: none; }
    .clw-head { position: relative; padding: 24px 22px 44px; color: #fff; background: linear-gradient(150deg,#7E5AA0 0%,#5E3080 55%,#4A2168 100%); }
    .clw-close { width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,255,255,.16); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
    /* (2026-09-06) بالعربية زر الإغلاق × أعلى اليسار (قاعدة الهوية) — كان في بداية السطر أي اليمين */
    html[dir="rtl"] .clw-close { margin-inline-start: auto; }
    .clw-hi { margin-top: 16px; font-size: 21px; font-weight: 900; }
    .clw-sub { margin-top: 5px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.82); line-height: 1.6; }
    .clw-body { padding: 0 18px 18px; margin-top: -26px; position: relative; }
    .clw-start-form { margin: 0; width: 100%; }
    .clw-start { width: 100%; text-align: start; color: inherit; font-family: inherit; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid rgba(115,80,150,.12); border-radius: 18px; padding: 16px; cursor: pointer; box-shadow: 0 16px 34px -22px rgba(58,20,80,.5); transition: transform .12s ease, filter .15s ease; text-decoration: none; }
    .clw-start:hover { filter: brightness(1.02); }
    .clw-start:active { transform: scale(.99); }
    .clw-start-ico { position: relative; flex: none; }
    .clw-avatar { width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1.5px solid rgba(115,80,150,.28); display: flex; align-items: center; justify-content: center; color: #735096; }
    .clw-online { position: absolute; bottom: 1px; inset-inline-start: 1px; width: 13px; height: 13px; border-radius: 50%; background: #2FB765; border: 2.5px solid #fff; }
    .clw-start-txt { flex: 1; min-width: 0; font-size: 15px; font-weight: 900; color: #2A1436; }
    .clw-chev { color: #B0A2C0; flex: none; }
    .clw-topics { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
    .clw-topic { width: 100%; text-align: start; font-family: inherit; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid rgba(115,80,150,.14); padding: 13px 14px; cursor: pointer; border-radius: 14px; transition: border-color .15s ease; text-decoration: none; }
    .clw-topic:hover { border-color: #735096; }
    .clw-topic-ico { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(115,80,150,.28); display: flex; align-items: center; justify-content: center; color: #735096; flex: none; }
    .clw-topic-lbl { flex: 1; font-size: 13.5px; font-weight: 800; color: #3A2A48; }
    .clw-chev-sm { color: #C4B8D2; flex: none; }
}

/* ════════════════════════════════════════════════
   DESKTOP HEADER — هيدر أبيض احترافي (≥769px فقط)
════════════════════════════════════════════════ */
@media (min-width: 769px) {
    /* خلفية أوف-وايت (اللون المعتمد) + حد وظل ناعم (الظل قُوي قليلاً ليرسو
       الهيدر فوق الصفحات البيضاء — كان 5% فلا يكاد يُرى) */
    .setion-fixed {
        background: #F6F4F9 !important;
        border-bottom: 1px solid #e4dbee !important;
        box-shadow: 0 2px 18px rgba(45, 30, 75, 0.10) !important;
    }

    /* واتساب هادئ: بنفسجي رمادي في السكون، يخضر عند المرور — يخفف ازدحام
       الألوان بجوار زر تسجيل الذهبي والشعار البنفسجي.
       (.setion-fixed تسبق المحدِد لتخصصية أعلى من قاعدة navbar.css المتأخرة) */
    .setion-fixed .nav-bar .ul .btn_nav li.nav-desktop a .fa-whatsapp {
        color: #9a8fa8 !important;
        -webkit-text-fill-color: #9a8fa8 !important;
        transition: color .2s ease;
    }
    .setion-fixed .nav-bar .ul .btn_nav li.nav-desktop a:hover .fa-whatsapp {
        color: #25d366 !important;
        -webkit-text-fill-color: #25d366 !important;
    }

    .nav-bar { padding: 16px 0 !important; gap: 22px; }

    /* الشعار: على نفس مستوى الروابط (إزالة الإنزال) */
    .logo-nav { transform: translateY(0) !important; }

    /* توسيط مجموعة الروابط (فنديكوم/احجز/اكتشف + اللغة والعملة) بين الشعار
       وأزرار الدخول → الشعار يميناً، الروابط في المنتصف، الأزرار يساراً */
    .nav-bar > .ul { margin-inline-start: auto !important; margin-inline-end: auto !important; }

    /* روابط القائمة → بنفسجي الهوية */
    .nav-bar .ul li,
    .nav-bar .ul li a { color: #735096 !important; font-weight: 600; }

    /* النشط/الهوفر → تدرج ذهبي (يبقى كما هو عبر background-clip) */
    .nav-bar .ul > li:hover,
    .nav-bar .ul > li.active {
        background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    /* الفاصل الرأسي → بنفسجي خفيف */
    .nav-bar .ul > .btn_nav {
        border-inline-start: 1px solid #ece6f2 !important;
    }

    /* رقم الواتساب + رابط اللغة + العملة → بنفسجي */
    .nav-bar .ul .btn_nav li.nav-desktop a,
    .language-switch,
    .currency-trigger,
    .currency-trigger #activeCurrencyCode,
    .currency-trigger-arrow {
        color: #735096 !important;
        -webkit-text-fill-color: #735096 !important;
    }
    .language-switch:hover,
    .currency-trigger:hover { color: #845725 !important; -webkit-text-fill-color: #845725 !important; }

    /* الواتساب يبقى أخضر */
    .nav-bar .ul .btn_nav li.nav-desktop a .fa-whatsapp {
        color: #25d366 !important; -webkit-text-fill-color: #25d366 !important;
    }

    /* زر "تسجيل الدخول" (المحدد) → إطار بنفسجي + نص بنفسجي */
    .buttom_embty {
        border: 2px solid #735096 !important;
        color: #735096 !important;
    }
    .buttom_embty::before { background: #735096 !important; }
    .buttom_embty:hover { color: #ffffff !important; }

    /* محاذاة أزرار الحساب/الدخول لحافة الصفحة (متناظرة مع الشعار) */
    nav.nav-bar > .btn_nav.nav-desktop { margin-inline-end: 0 !important; }

    /* زر "تسجيل" (الذهبي الممتلئ) — يبقى ذهبياً، لكن الهوفر أبيض النص */
    .buttom_fill { box-shadow: 0 6px 18px rgba(194,152,90,0.28); }
    .buttom_fill::before { background: #ffffff !important; }

    /* زر حساب المستخدم — بنفسجي بارز ومنسق */
    .simplemenu .dropbtn {
        color: #735096 !important;
        background: transparent !important;
        border: 1.5px solid #d8c9ea !important;
        border-radius: 50px !important;
        font-weight: 700 !important;
        padding: 9px 18px !important;
        transition: all .25s ease !important;
    }
    .simplemenu .dropbtn .fa-circle-user,
    .simplemenu .dropbtn .fa-angle-down { color: #735096 !important; opacity: 1 !important; }
    .simplemenu .dropbtn:hover {
        background: #735096 !important;
        border-color: #735096 !important;
        color: #ffffff !important;
        box-shadow: 0 6px 16px rgba(115,80,150,0.28) !important;
    }
    .simplemenu .dropbtn:hover .fa-circle-user,
    .simplemenu .dropbtn:hover .fa-angle-down { color: #ffffff !important; }

    /* عناصر القائمة المنسدلة → بنفسجي واضح عند المرور */
    .dropdown-content a:not([href="#"]):hover,
    .dropdown-content li:not(:last-of-type) a:hover {
        background: #735096 !important;
        color: #ffffff !important;
    }
    .dropdown-content li:not(:last-of-type) a:hover i { color: #ffffff !important; }
}

/* ════════════════════════════════════════════════
   TABLET / iPad (769–1024px) — تخفيف ازدحام الهيدر
════════════════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {
    .nav-bar { padding: 12px 0 !important; gap: 6px; }
    .nav-bar .ul { gap: 6px; }
    .nav-bar .ul li,
    .nav-bar .ul li a { font-size: 13px !important; }
    .nav-bar .ul .btn_nav { gap: 8px; }
    /* تصغير رقم الواتساب لتوفير مساحة */
    .nav-bar .ul .btn_nav li.nav-desktop a .fa-whatsapp { font-size: 14px; }
    .buttom_embty, .buttom_fill { padding: 8px 14px !important; font-size: 13px !important; }
    .simplemenu .dropbtn { padding: 7px 12px !important; font-size: 13px !important; }
    .logo-nav { max-height: 46px; }
}
