/* =========================================================
   NOL RENT A CAR - COMPLETE STYLE.CSS
   - Organized and optimized
   - All sections preserved
   ========================================================= */

/* =========================
   BASE STYLES & IMPORTS
   ========================= */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');

/* =========================
   NOL BRAND THEME (ألوان البزنس - موحدة لكل الصفحات)
   ========================= */
:root {
    --nol-gold: #e4b63b;
    --nol-gold-deep: #caa032;
    --nol-gold-rgb: 228, 182, 59;
    --nol-gray: #646363;
    --nol-gray-light: #f1f2f4;
    --nol-ink: #111;
    --nol-muted: rgba(0, 0, 0, 0.62);
    --nol-border: rgba(0, 0, 0, 0.08);
    /* توافق مع الأكواد الحالية */
    --lux-gold: #e4b63b;
    --lux-gold-deep: #caa032;
    --lux-gold-glow: rgba(228, 182, 59, 0.45);
    --lux-section: #f1f2f4;
    --lux-chip: #eef0f3;
    --lux-chip-border: rgba(0, 0, 0, 0.08);
    --lux-card: #ffffff;
    --lux-ink: #111;
    --lux-muted: rgba(0, 0, 0, 0.62);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Cairo', sans-serif;
    line-height: 1.7;
    color: #364d59 !important;
    font-weight: 300;
    font-size: 1rem;
}

/* =========================
   TYPOGRAPHY & COLORS
   ========================= */

/* Font Sizes */
.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

/* Gray Scale Colors */
.font-gray-1 {
    color: #f7f7f7;
}

.font-gray-2 {
    color: #e9e9e9;
}

.font-gray-3 {
    color: #d9d9d9;
}

.font-gray-4 {
    color: #c9c9c9;
}

.font-gray-5, .block-heading-1 span {
    color: #b8b8b8;
}

.font-gray-6 {
    color: #a8a8a8;
}

.font-gray-7 {
    color: #939393;
}

.font-gray-8 {
    color: #7b7b7b;
}

.font-gray-9 {
    color: #636363;
}

.font-gray-10 {
    color: #353535;
}

/* Border Gray Colors */
.border-gray-1 {
    border-color: #f7f7f7;
}

.border-gray-2 {
    border-color: #e9e9e9;
}

.border-gray-3 {
    border-color: #d9d9d9;
}

.border-gray-4 {
    border-color: #c9c9c9;
}

.border-gray-5 {
    border-color: #b8b8b8;
}

.border-gray-6 {
    border-color: #a8a8a8;
}

.border-gray-7 {
    border-color: #939393;
}

.border-gray-8 {
    border-color: #7b7b7b;
}

.border-gray-9 {
    border-color: #636363;
}

.border-gray-10 {
    border-color: #353535;
}

/* Background Gray Colors */
.bg-gray-1 {
    background-color: #f7f7f7;
}

.bg-gray-2 {
    background-color: #e9e9e9;
}

.bg-gray-3 {
    background-color: #d9d9d9;
}

.bg-gray-4 {
    background-color: #c9c9c9;
}

.bg-gray-5 {
    background-color: #b8b8b8;
}

.bg-gray-6 {
    background-color: #a8a8a8;
}

.bg-gray-7 {
    background-color: #939393;
}

.bg-gray-8 {
    background-color: #7b7b7b;
}

.bg-gray-9 {
    background-color: #636363;
}

.bg-gray-10 {
    background-color: #353535;
}

/* Letter Spacing */
.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.letter-spacing-2 {
    letter-spacing: 0.2em;
}

/* Border Width */
.border-w-1 {
    border-width: 1px;
}

.border-w-2 {
    border-width: 2px;
}

.border-w-3 {
    border-width: 3px;
}

.border-w-4 {
    border-width: 4px;
}

.border-w-5 {
    border-width: 5px;
}

/* =========================
   SELECTION & LINKS
   ========================= */
::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

/* =========================
   HEADINGS
   ========================= */
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 300;
    color: #364d59;
}

/* =========================
   BUTTON STYLES
   ========================= */
.primary-black--hover {
    background: #e4b63b;
    color: #fff;
}

    .primary-black--hover:hover {
        background: #000;
        color: #fff;
    }

.primary-dark--hover {
    background: #e4b63b;
    color: #fff;
}

    .primary-dark--hover:hover {
        background: gray;
        color: #fff;
    }

.primary-primary-outline--hover {
    background: #e4b63b;
    color: #fff;
}

    .primary-primary-outline--hover:hover {
        border-color: #e4b63b;
        background: transparent;
    }

.primary-outline-primary--hover {
    background: transparent;
    border-color: #e4b63b;
}

    .primary-outline-primary--hover:hover {
        color: #fff;
        background: #e4b63b;
    }

.btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

    .btn.btn-outline-white:hover {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.btn-md {
    padding: 8px 20px;
}

/* =========================
   UTILITY CLASSES
   ========================= */
.border-2 {
    border-width: 2px;
}

.border-w-2 {
    border-width: 2px !important;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.line-height-1 {
    line-height: 1 !important;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.bg-light {
    background-color: #f6f5f5 !important;
}

/* =========================
   RTL/LTR DIRECTION SUPPORT
   ========================= */
html.rtl body {
    direction: rtl;
    text-align: right;
}

html.ltr body {
    direction: ltr;
    text-align: left;
}

html.rtl .form-control {
    text-align: right;
}

html.ltr .form-control {
    text-align: left;
}

html.rtl .vision-premium,
html.rtl .landing-hero {
    direction: rtl;
}

html.ltr .vision-premium,
html.ltr .landing-hero {
    direction: ltr;
}

html.rtl .trip-form input,
html.rtl .trip-form select,
html.rtl .trip-form textarea {
    direction: rtl;
    text-align: right;
}

html.ltr .trip-form input,
html.ltr .trip-form select,
html.ltr .trip-form textarea {
    direction: ltr;
    text-align: left;
}

/* Email, Tel, Number inputs always LTR */
input[type="email"],
input[type="tel"],
input[type="number"],
input.ltr {
    direction: ltr;
    text-align: left;
}

html.rtl input[type="email"],
html.rtl input[type="tel"],
html.rtl input[type="number"],
html.rtl input.ltr,
html.ltr input[type="email"],
html.ltr input[type="tel"],
html.ltr input[type="number"],
html.ltr input.ltr {
    direction: ltr;
    text-align: left;
}

/* Offers section direction-safe */
.offers-side,
.offers-load-msg {
    text-align: start;
}

html.rtl .offers-side,
html.rtl .offers-load-msg {
    text-align: right;
}

html.ltr .offers-side,
html.ltr .offers-load-msg {
    text-align: left;
}

html.rtl .offers-side p {
    direction: rtl;
}

html.ltr .offers-side p {
    direction: ltr;
}

/* =========================
   FORM CONTROLS
   ========================= */
.form-control {
    height: 40px;
    background: #fff !important;
    font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 1px solid #e6e6e6;
}

    .form-control:active,
    .form-control:focus {
        border-color: #e4b63b;
    }

    .form-control:hover,
    .form-control:active,
    .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #666666;
    }

.select-wrap, .wrap-icon {
    position: relative;
}

    .select-wrap .icon, .wrap-icon .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 22px;
    }

    .select-wrap select, .wrap-icon select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }

/* =========================
   SECTIONS & LAYOUT
   ========================= */
.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.top-bar {
    border-bottom: 1px solid #e9ecef !important;
}




/* =========================================================
   NAVBAR: FIX MOBILE FULL WIDTH + TOGGLE LEFT OF LOGO (RTL)
   - Works with your exact markup
   - Toggle only on <= 767.98px
   ========================================================= */

/* 0) Ensure header spans full viewport */
.site-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Sometimes sticky wrapper constrains width */
.sticky-wrapper,
.sticky-wrapper .site-navbar {
    width: 100% !important;
}

/* 1) Mobile + mini-tablet ONLY */
@media (max-width: 767.98px) {

    :root {
        --nav-h: 64px;
    }

    /* ✅ خلي محتوى الناف ياخد عرض الشاشة (بدل max-width بتاع Bootstrap) */
    .site-navbar > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    /* ✅ صف الناف: اللوجو يمين، الزرار يسار (جنب اللوجو) */
    .site-navbar .row.align-items-center {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        min-height: 72px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        /* عمود اللوجو يتمدد */
        .site-navbar .row.align-items-center > .col-6.col-lg-3 {
            flex: 1 1 auto !important;
            width: auto !important;
            max-width: none !important;
            display: flex !important;
            align-items: center !important;
        }

        /* عمود (NAV + Toggle) يبقى Auto ويتحرك للشمال */
        .site-navbar .row.align-items-center > .col-6.col-lg-9 {
            flex: 0 0 auto !important;
            width: auto !important;
            max-width: none !important;
            display: flex !important;
            align-items: center !important;
            /* ✅ يثبت العمود في أقصى الشمال */
            margin-left: auto !important;
            /* مهم: شيل justify-content-end في الموبايل */
            justify-content: flex-start !important;
        }

    /* ✅ اخفاء منيو الديسكتوب */
    .site-navbar .site-navigation {
        display: none !important;
    }

    /* ✅ اظهار زرار الموبايل */
    .site-navbar .site-menu-toggle {
        display: inline-flex !important;
        margin: 0 !important;
    }

    /* مقاس اللوجو */
    .navbar-logo {
        height: 40px;
    }
}

/* 2) Tablet الكبير + Desktop: من 768 وفوق (التوجل يختفي) */
@media (min-width: 768px) {
    .site-navbar .site-navigation {
        display: block !important;
    }

    .site-navbar .site-menu-toggle {
        display: none !important;
    }
}

/* 3) Desktop: القائمة جنب اللوجو (بدون ما تتزق بعيد) */
@media (min-width: 992px) {
    .site-navbar .row.align-items-center {
        justify-content: flex-start !important;
        gap: 16px !important;
    }

        .site-navbar .row.align-items-center > .col-lg-3,
        .site-navbar .row.align-items-center > .col-lg-9 {
            flex: 0 0 auto !important;
            width: auto !important;
            max-width: none !important;
            margin-left: 0 !important;
            justify-content: flex-start !important;
        }

    .site-navbar .site-menu.main-menu {
        justify-content: flex-start !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .site-navbar .toggle-button {
        position: static !important;
        right: auto !important;
    }
}
/* =========================================================
   NAVBAR – GOLD ONLY (UPDATED)
   - Remove underline completely
   - Make gold same as main brand gold (no yellow)
   - Mobile menu items become "gold buttons" on hover/active
========================================================= */

/* Brand Gold */
:root {
    --lux-gold: #e4b63b; /* الذهبي الرئيسي */
    --lux-gold-deep: #caa032; /* أعمق للهوفر */
    --lux-gold-glow: rgba(228,182,59,.45);
}

/* =========================
   Desktop Menu Links (NO underline)
========================= */
.site-navbar .site-menu .nav-link {
    color: #fff;
    position: relative;
    transition: color .25s ease;
}

    /* ✅ شيل الخط اللي تحت الكلمة نهائيًا */
    .site-navbar .site-menu .nav-link::after {
        content: none !important;
        display: none !important;
    }

    /* Hover + Active: ذهبي فخم نفس الرئيسي */
    .site-navbar .site-menu .nav-link:hover,
    .site-navbar .site-menu .nav-link.active {
        color: var(--lux-gold) !important;
        text-shadow: 0 0 18px rgba(0,0,0,.18);
    }

/* =========================
   Toggle Icon (Hamburger)
========================= */
.site-menu-toggle .icon-menu,
.site-menu-toggle span,
.site-menu-toggle i {
    color: var(--lux-gold) !important;
    transition: color .25s ease, text-shadow .25s ease;
}

.site-menu-toggle:hover .icon-menu,
.site-menu-toggle:hover span,
.site-menu-toggle:hover i {
    color: var(--lux-gold-deep) !important;
    text-shadow: 0 0 14px var(--lux-gold-glow);
}

/* =========================
   Mobile Menu Links => Gold "Buttons" on hover/active
========================= */
.site-mobile-menu .site-nav-wrap a {
    color: #111 !important;
    font-weight: 900;
    border-radius: 12px;
    padding: 10px 14px;
    display: block;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

    /* ✅ عند hover/active خلي الخلفية ذهبي فخم (مش أصفر) */
    .site-mobile-menu .site-nav-wrap a:hover,
    .site-mobile-menu .site-nav-wrap li.active > a,
    .site-mobile-menu .site-nav-wrap a:focus {
        background: linear-gradient(180deg, rgba(228,182,59,.98), rgba(202,160,50,.98)) !important;
        color: #111 !important;
        transform: translateX(-2px);
        box-shadow: 0 16px 40px rgba(0,0,0,.18), 0 0 0 1px rgba(228,182,59,.35) inset;
        outline: none !important;
    }

    /* لو القالب بيحط border/underline للـ mobile items */
    .site-mobile-menu .site-nav-wrap a::after,
    .site-mobile-menu .site-nav-wrap a::before {
        content: none !important;
        display: none !important;
    }

/* =========================
   Mobile Menu Close Icon (Gold)
========================= */
.site-mobile-menu-close span {
    color: var(--lux-gold) !important;
}

/* =========================
   Clean Focus
========================= */
.site-menu-toggle:focus,
.site-menu-toggle:active {
    outline: none !important;
    box-shadow: none !important;
}
.site-mobile-menu .site-nav-wrap li a:hover {
    background: linear-gradient(180deg, rgba(228,182,59,.98), rgba(202,160,50,.98)) !important;
}

/* =========================================================
   NAVBAR – FIX SHIFT/GAP + RESPONSIVE FOR <992 ONLY
   - Fix right gap + left shift on mobile
   - Responsive behavior on ALL screens < 992px
   - Desktop (>=992px) unchanged
========================================================= */

/* 0) Header always full viewport width */
.site-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Sometimes wrapper causes overflow */
.sticky-wrapper,
.sticky-wrapper .site-navbar {
    width: 100% !important;
}

/* ✅ أهم سطرين لحل “الفراغ يمين + مزقوق شمال” */
.site-navbar .container {
    max-width: 100% !important; /* امنع max-width بتاع bootstrap */
    width: 100% !important;
}

/* 1) RESPONSIVE on ALL < 992px (mobile + tablets) */
@media (max-width: 991.98px) {

    /* خفّف أي overflow أفقي يحصل من row negative margins */
    html, body {
        overflow-x: hidden;
    }

    /* ✅ امنع row السالب اللي بيعمل shift */
    .site-navbar .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-navbar .row.align-items-center {
        margin-left: 0 !important; /* يلغي -15px */
        margin-right: 0 !important; /* يلغي -15px */
        width: 100% !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        min-height: 72px !important;
        /* padding داخلي “بدل” container */
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

        /* ✅ اعزل padding الأعمدة كمان لو بيزق */
        .site-navbar .row.align-items-center > [class*="col-"] {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        /* LOGO column يمين */
        .site-navbar .row.align-items-center > .col-6.col-lg-3 {
            flex: 1 1 auto !important;
            width: auto !important;
            max-width: none !important;
            display: flex !important;
            align-items: center !important;
        }

        /* Toggle column شمال (جنب اللوجو) */
        .site-navbar .row.align-items-center > .col-6.col-lg-9 {
            flex: 0 0 auto !important;
            width: auto !important;
            max-width: none !important;
            margin-left: auto !important; /* يثبت ناحية الشمال */
            display: flex !important;
            align-items: center !important;
            justify-content: flex-start !important;
        }

    /* ✅ في كل المقاسات <992: اخفاء منيو الديسكتوب واظهار التوجل */
    .site-navbar .site-navigation {
        display: none !important;
    }

    .site-navbar .site-menu-toggle {
        display: inline-flex !important;
        margin: 0 !important;
    }

    .navbar-logo {
        height: 40px;
    }
}

/* 2) Desktop & large screens ONLY (>=992px): رجّع الديسكتوب */
@media (min-width: 992px) {
    .site-navbar .site-navigation {
        display: block !important;
    }

    .site-navbar .site-menu-toggle {
        display: none !important;
    }
}




/* =========================
   SCROLL TO TOP BUTTON
   ========================= */
.scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 215, 0, 0.35);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(8px);
    color: #e4b63b;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(0.92);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
    z-index: 9999;
}

    .scroll-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .scroll-top:hover {
        background: rgba(0, 0, 0, 0.75);
        transform: translateY(-2px) scale(1.03);
    }

    .scroll-top:active {
        transform: scale(0.97);
    }

.scroll-top__icon {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-1px);
}

.scroll-top__progress {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
}

.scroll-top__track,
.scroll-top__bar {
    fill: none;
    stroke-width: 4;
    cx: 28;
    cy: 28;
    r: 24;
}

.scroll-top__track {
    stroke: rgba(255, 215, 0, 0.18);
}

.scroll-top__bar {
    stroke: rgba(255, 215, 0, 0.95);
    stroke-linecap: round;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    transition: stroke-dashoffset 0.1s linear;
}

/* =========================
   NAVBAR - VARIABLES
   ========================= */
:root {
    --primary: #e4b63b;
    --nav-h: 72px;
    --nav-bg-start: rgba(0,0,0,0);
    --nav-bg-scroll: rgba(10,10,10,.60);
    --nav-blur-start: 0px;
    --nav-blur-scroll: 14px;
    --panel: rgba(18,18,18,.92);
    --panel-border: rgba(255,237,0,.18);
    --text: rgba(255,255,255,.92);
}

/* =========================
   NAVBAR - MAIN STYLES
   ========================= */
.sticky-wrapper .site-navbar,
.sticky-wrapper.is-sticky .site-navbar {
    background: transparent !important;
    box-shadow: none !important;
}

.site-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    padding: 0 !important;
    background: var(--nav-bg-start) !important;
    backdrop-filter: blur(var(--nav-blur-start));
    -webkit-backdrop-filter: blur(var(--nav-blur-start));
    border-bottom: 1px solid rgba(255,237,0,.10);
    transition: background .25s ease, backdrop-filter .25s ease, box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

    .site-navbar.navbar-solid {
        background: var(--nav-bg-scroll) !important;
        backdrop-filter: blur(var(--nav-blur-scroll));
        -webkit-backdrop-filter: blur(var(--nav-blur-scroll));
        box-shadow: 0 18px 55px rgba(0,0,0,.35), 0 0 0 1px rgba(255,237,0,.06) inset;
        border-bottom-color: rgba(255,237,0,.18);
    }

    .site-navbar .container,
    .site-navbar .container-fluid,
    .site-navbar .row.align-items-center {
        height: 100%;
    }

    .site-navbar .row.align-items-center {
        align-items: center !important;
        min-height: 0 !important;
    }

/* =========================
   NAVBAR - LOGO
   ========================= */
.navbar-logo {
    height: 44px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform .25s ease;
}

.site-logo a {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .site-logo a:hover .navbar-logo {
        transform: scale(1.03);
    }

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
}

    .site-navbar .site-logo a {
        color: #fff;
    }

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

/* =========================
   NAVBAR - DESKTOP MENU
   ========================= */
.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    gap: 4px;
}

    .site-navbar .site-navigation .site-menu .active {
        color: #e4b63b !important;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            position: relative;
            padding: 10px 10px !important;
            margin: 0 6px !important;
            border-radius: 12px;
            color: rgba(255,255,255,.92) !important;
            font-weight: 700;
            line-height: 1;
            display: inline-block;
            text-decoration: none !important;
            transition: transform .18s ease, background .18s ease, color .18s ease;
        }

            .site-navbar .site-navigation .site-menu > li > a:hover {
                color: #e4b63b;
                transform: translateY(-1px);
                background: rgba(255,237,0,.10);
            }

            .site-navbar .site-navigation .site-menu > li > a.active {
                color: #e4b63b !important;
                background: rgba(255,237,0,.12);
            }

            /* Underline animated */
            .site-navbar .site-navigation .site-menu > li > a::after {
                content: "";
                position: absolute;
                left: 10px;
                right: 10px;
                bottom: 6px;
                height: 2px;
                border-radius: 999px;
                background: var(--primary);
                transform: scaleX(0);
                transform-origin: center;
                transition: transform .22s ease;
                opacity: .95;
            }

            .site-navbar .site-navigation .site-menu > li > a:hover::after,
            .site-navbar .site-navigation .site-menu > li > a.active::after {
                transform: scaleX(1);
            }

    /* =========================
   NAVBAR - DROPDOWN MENU
   ========================= */
    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            border-top: 2px solid #e4b63b;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #000 !important;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #e4b63b !important;
                    background: #f8f9fa;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 9px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f8f9fa;
                        color: #ced4da;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a,
        .site-navbar .site-navigation .site-menu .has-children:focus > a,
        .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #e4b63b;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover,
        .site-navbar .site-navigation .site-menu .has-children:focus,
        .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

/* =========================
   MOBILE MENU TOGGLE
   ========================= */
.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,237,0,.28);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

    .site-menu-toggle:hover {
        transform: translateY(-1px);
        background: rgba(255,255,255,.10);
        border-color: rgba(255,237,0,.42);
    }

    .site-menu-toggle:active {
        transform: scale(.98);
    }

/* =========================
   MOBILE MENU PANEL
   ========================= */
body.offcanvas-menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3500;
}

.site-mobile-menu {
    width: min(92vw, 360px);
    position: fixed;
    right: 12px;
    top: 12px;
    height: calc(100vh - 24px);
    border-radius: 22px;
    background: var(--panel);
    border: 1px solid var(--panel-border);
    box-shadow: 0 30px 80px rgba(0,0,0,.55);
    overflow: hidden;
    z-index: 4000;
    transform: translateX(110%);
    transition: transform .28s ease;
}

body.offcanvas-menu .site-mobile-menu {
    transform: translateX(0%);
}

@media (max-width: 991.98px) {
    body.nol-header-hidden .site-navbar {
        display: none !important;
    }
}

.site-mobile-menu-header {
    padding: 14px 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.site-mobile-menu-close {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,237,0,.18);
    transition: transform .18s ease, background .18s ease;
}

    .site-mobile-menu-close:hover {
        transform: scale(1.03);
        background: rgba(255,255,255,.12);
    }

    .site-mobile-menu-close span {
        color: var(--text);
        font-size: 22px;
        cursor: pointer;
    }

.site-mobile-menu-body {
    padding: 14px 14px 22px;
    height: calc(100vh - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.site-mobile-menu .nol-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    direction: rtl;
}

    .site-mobile-menu .nol-mobile-nav > li > a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 13px 14px;
        border-radius: 16px;
        color: rgba(255,255,255,.92) !important;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.08);
        font-weight: 800;
        font-size: 16px;
        transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }

        .site-mobile-menu .nol-mobile-nav > li > a:hover {
            transform: translateX(-2px);
            background: rgba(255,237,0,.10);
            border-color: rgba(255,237,0,.22);
        }

        .site-mobile-menu .nol-mobile-nav > li > a.active {
            background: rgba(255,237,0,.16);
            border-color: rgba(255,237,0,.32);
            color: #fff !important;
        }

.site-mobile-menu::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 30% 30%, rgba(255,237,0,.18), transparent 60%);
    filter: blur(16px);
    pointer-events: none;
}

/* Legacy mobile menu styles */
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #e4b63b;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #e4b63b;
        }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #e4b63b;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

/* =========================
   STICKY WRAPPER
   ========================= */
.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .sticky-wrapper .site-navbar ul li a {
            color: rgba(255, 255, 255, 0.7) !important;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #fff !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #e4b63b;
        }

        .sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                color: #e4b63b !important;
            }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* =========================
   RESPONSIVE NAVBAR
   ========================= */
@media (max-width: 991.98px) {
    :root {
        --nav-h: 64px;
    }

    .navbar-logo {
        height: 38px;
    }

    .site-navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(0,0,0,.35);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

        .site-navbar .container {
            padding-left: 14px;
            padding-right: 14px;
        }

        .site-navbar .row.align-items-center {
            min-height: 72px;
        }

    .navbar-logo {
        height: 40px;
    }
}

@media (min-width: 992px) {
    .site-menu-toggle {
        display: none !important;
    }

    body.nol-header-hidden .site-navbar {
        display: flex !important;
    }
}

/* =========================
   HERO SECTIONS
   ========================= */
#home-section {
    padding-top: var(--nav-h);
}

.site-section-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    clip-path: inset(0);
}

    .site-section-cover,
    .site-section-cover .container {
        position: relative;
        z-index: 2;
    }

        .site-section-cover,
        .site-section-cover .container > .row {
            height: calc(100vh - 196px);
            min-height: 577px;
        }

@media (max-width: 991.98px) {
    .site-section-cover,
    .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 400px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

    .site-section-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-cover h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
    }
}

.site-section-cover p {
    font-size: 18px;
    color: #fff;
}

/* =========================
   FTCO COVER
   ========================= */
.ftco-cover-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: calc(var(--nav-h) * -1);
    padding-top: var(--nav-h);
}

    .ftco-cover-1,
    .ftco-cover-1 .container > .row {
        height: 100vh;
        min-height: 900px;
    }

        .ftco-cover-1.innerpage,
        .ftco-cover-1.innerpage .container > .row {
            height: 90vh;
            min-height: 700px;
        }

        .ftco-cover-1 > .container {
            position: relative;
        }

        .ftco-cover-1.overlay {
            position: relative;
        }

            .ftco-cover-1.overlay:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: .5;
                background: #000;
            }

            .ftco-cover-1.overlay h1 {
                color: #fff;
                font-size: 3rem;
            }

            .ftco-cover-1.overlay p {
                color: #fff;
            }

                .ftco-cover-1.overlay p a {
                    color: #fff;
                    text-decoration: underline;
                    font-weight: 700;
                }

                    .ftco-cover-1.overlay p a:hover {
                        text-decoration: none;
                    }

            .ftco-cover-1.overlay form .form-control,
            .ftco-cover-1.overlay form .btn {
                height: 55px;
                border-radius: 4px;
            }

            .ftco-cover-1.overlay form .form-control {
                padding-left: 20px;
                padding-right: 20px;
                border-color: transparent;
                margin-right: 10px;
            }

            .ftco-cover-1.overlay form .btn {
                border-color: transparent;
            }

/* =========================
   LANDING HERO
   ========================= */
.landing-hero {
    direction: rtl;
    padding: 40px 20px;
    position: relative;
}

.landing-title {
    font-size: 56px;
    font-weight: 950;
    letter-spacing: -1.4px;
    margin: 0;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 2px 0 rgba(255,255,255,0.05);
}

.landing-accent {
    display: block;
    width: 120px;
    height: 4px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,215,0,0.15), #e4b63b, rgba(255,215,0,0.15));
    box-shadow: 0 0 22px rgba(255,215,0,0.45);
}

.landing-hero {
    animation: heroFadeUp 0.9s ease-out both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .landing-title {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .landing-accent {
        width: 90px;
    }
}

/* =========================
   VISION PREMIUM SECTION
   ========================= */
.vision-premium {
    direction: rtl;
    position: relative;
    border-radius: 28px;
    padding: 44px 40px;
    overflow: hidden;
    background: rgba(255,255,255,0.018);
    border: 1px solid rgba(255,215,0,0.22);
    box-shadow: 0 20px 70px rgba(0,0,0,0.20), 0 1px 0 rgba(255,255,255,0.04) inset;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

    .vision-premium::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 28px;
        background: linear-gradient(135deg, rgba(255,215,0,0.55), rgba(255,215,0,0.10), rgba(255,255,255,0.10));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .vision-premium::after {
        content: "";
        position: absolute;
        inset: -120px -160px auto auto;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle at 30% 30%, rgba(255,215,0,0.14), transparent 55%), radial-gradient(circle at 70% 60%, rgba(255,255,255,0.06), transparent 55%);
        filter: blur(14px);
        pointer-events: none;
    }

.vision-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 34px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.vision-left {
    text-align: right;
}

.vision-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,215,0,0.08);
    border: 1px solid rgba(255,215,0,0.28);
    color: #e4b63b;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .4px;
}

.vision-h {
    margin: 16px 0 14px;
    font-size: 44px;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -1.2px;
    color: #ffffff;
}

    .vision-h span {
        color: #e4b63b;
        text-shadow: 0 10px 30px rgba(255,215,0,0.18);
    }

.vision-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

    .vision-line::before {
        content: "";
        height: 3px;
        width: 120px;
        border-radius: 999px;
        background: linear-gradient(90deg, #e4b63b, rgba(255,215,0,0.08));
        box-shadow: 0 0 18px rgba(255,215,0,0.30);
    }

    .vision-line::after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #e4b63b;
        box-shadow: 0 0 16px rgba(255,215,0,0.45);
    }

.vision-right {
    text-align: right;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid rgba(255,255,255,0.10);
    padding-left: 26px;
}

.vision-p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.95;
    color: rgba(255,255,255,0.90);
    font-weight: 500;
}

    .vision-p:last-child {
        margin-bottom: 0;
    }

.vision-premium:hover {
    border-color: rgba(255,215,0,0.30);
    box-shadow: 0 26px 90px rgba(0,0,0,0.22), 0 0 0 1px rgba(255,215,0,0.08);
    transform: translateY(-2px);
    transition: all .35s ease;
}

.vision-premium {
    transition: all .35s ease;
}

@media (max-width: 992px) {
    .vision-premium {
        padding: 30px 22px;
    }

    .vision-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vision-right {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,0.10);
        padding-top: 16px;
    }

    .vision-h {
        font-size: 32px;
    }

    .vision-p {
        font-size: 16px;
        line-height: 1.9;
    }
}

/* Vision variants */
.services-premium .vision-chip {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,215,0,0.35);
}

.services-premium .vision-line::before {
    background: linear-gradient(90deg, rgba(255,215,0,0.9), rgba(255,215,0,0.2));
}

.jobs-premium .vision-chip {
    background: rgba(255,255,255,0.035);
    border-color: rgba(255,215,0,0.34);
}

.jobs-premium::after {
    opacity: .75;
}

/* =========================
   BLOCK COMPONENTS
   ========================= */
.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .bg-image.overlay {
        position: relative;
    }

        .bg-image.overlay:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
        }

    .bg-image > .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }

    .display-1, .display-3 {
        font-size: 3rem;
    }
}

/* =========================
   PLAY BUTTON
   ========================= */
.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .play-single-big > span {
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }

    .play-single-big:hover {
        width: 120px;
        height: 120px;
    }

/* =========================
   OVERLAPS
   ========================= */
.overlap-to-top {
    margin-top: -150px;
}

/* =========================
   LISTS
   ========================= */
.ul-check {
    margin-bottom: 50px;
}

    .ul-check li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

        .ul-check li:before {
            left: 0;
            font-size: 20px;
            top: -.3rem;
            font-family: "icomoon";
            content: "\e5ca";
            position: absolute;
        }

    .ul-check.white li:before {
        color: #fff;
    }

    .ul-check.success li:before {
        color: #71bc42;
    }

    .ul-check.primary li:before {
        color: #e4b63b;
    }

/* =========================
   BLOCK HEADING
   ========================= */
.block-heading-1 span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
}

.block-heading-1 h2 {
    font-size: 3rem;
    color: #e4b63b;
}

@media (max-width: 991.98px) {
    .block-heading-1 h2 {
        font-size: 2rem;
    }
}

/* =========================
   BLOCK FEATURE
   ========================= */
.block-feature-1-wrap {
    margin-bottom: 7rem;
}

    .block-feature-1-wrap > .container > .row {
        margin-left: -18px;
        margin-right: -18px;
    }

        .block-feature-1-wrap > .container > .row > .col,
        .block-feature-1-wrap > .container > .row > [class*="col-"] {
            padding-right: 36px;
            padding-left: 36px;
        }

.block-feature-1 {
    background: #f2f2f2;
    padding: 30px 30px 30px 50px;
    position: relative;
}

    .block-feature-1 h2 {
        font-size: 18px;
    }

    .block-feature-1 .icon {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -40px;
        top: 50%;
        border: 4px solid #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

        .block-feature-1 .icon > span {
            font-size: 40px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

/* =========================
   BLOCK VIDEO
   ========================= */
.block-img-video-1-wrap .block-img-video-1 {
    position: relative;
    margin-top: -10rem;
}

@media (max-width: 991.98px) {
    .block-img-video-1-wrap .block-img-video-1 {
        margin-top: -6rem;
    }
}

.block-img-video-1 > a {
    display: block;
    position: relative;
    cursor: pointer;
}

    .block-img-video-1 > a .icon {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

        .block-img-video-1 > a .icon > span {
            position: absolute;
            top: 50%;
            font-size: .8rem;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #000;
        }

    .block-img-video-1 > a:hover .icon {
        background: #fff;
        width: 90px;
        height: 90px;
    }

/* =========================
   BLOCK COUNTER
   ========================= */
.block-counter-1 {
    text-align: center;
}

    .block-counter-1 .number,
    .block-counter-1 .caption {
        display: block;
        line-height: 1;
    }

    .block-counter-1 .number {
        color: #e4b63b;
        font-size: 4rem;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

@media (max-width: 991.98px) {
    .block-counter-1 .number {
        font-size: 2rem;
    }
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(52, 58, 64, 0.3);
}

.block-counter-1 .caption {
    font-size: 14px;
    letter-spacing: .05em;
}

/* =========================
   BLOCK TEAM MEMBER
   ========================= */
.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .15s all ease-in-out;
    -o-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
}

    .block-team-member-1 figure img {
        max-width: 130px !important;
        margin-left: auto;
        margin-right: auto;
    }

/* =========================
   BLOCK SOCIAL
   ========================= */
.block-social-1 > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

    .block-social-1 > a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* =========================
   BLOCK TESTIMONY
   ========================= */
.block-testimony-1 {
    padding: 20px;
    position: relative;
}

    .block-testimony-1 blockquote {
        background: #fff;
        padding: 30px;
        font-style: italic;
        font-size: 18px;
        color: #000;
        font-family: 'Georgia', Times, serif;
        position: relative;
    }

    .block-testimony-1 figure {
        position: relative;
        padding-top: 20px;
    }

        .block-testimony-1 figure:before {
            position: absolute;
            content: "";
            width: 50px;
            left: 50%;
            display: none;
            top: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #e4b63b;
            height: 2px;
        }

        .block-testimony-1 figure img {
            max-width: 60px;
        }

    .block-testimony-1 h3 {
        font-size: 18px;
    }

/* =========================
   OWL CAROUSEL
   ========================= */
.block-13 .owl-nav {
    display: none;
}

.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

    .block-13 .owl-dots .owl-dot {
        display: inline-block;
    }

        .block-13 .owl-dots .owl-dot span {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 4px;
            background: #cccccc;
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            margin: 3px;
        }

        .block-13 .owl-dots .owl-dot.active span {
            background: #e4b63b;
        }

.owl-all .owl-dots {
    text-align: center;
    margin-top: 30px;
}

    .owl-all .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-all .owl-dots .owl-dot > span {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #ccc;
            margin: 5px;
            border-radius: 50%;
        }

        .owl-all .owl-dots .owl-dot.active > span {
            background: #e4b63b;
        }

@media (min-width: 992px) {
    .owl-all .owl-nav,
    .owl-all .owl-dots {
        display: none;
    }

    .owl-all .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 120% !important;
        padding-top: 10px;
    }

    .owl-all .owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    .owl-all .owl-stage-outer > .owl-stage > .owl-item {
        display: -ms-inline-grid;
        display: inline-grid;
        float: none;
        margin-bottom: 30px;
    }
}

/* =========================
   SLIDE ONE ITEM
   ========================= */
.slide {
    height: 100vh;
    min-height: 900px;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: none;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
}

    .slide-one-item .owl-nav .owl-prev:hover,
    .slide-one-item .owl-nav .owl-next:hover {
        color: #fff;
    }

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
    }

        .slide-one-item .owl-dots .owl-dot > span {
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.4);
            margin: 3px;
        }

        .slide-one-item .owl-dots .owl-dot.active > span {
            width: 20px;
            background: #fff;
        }

/* =========================
   POST ENTRY
   ========================= */
.post-entry {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    .post-entry:hover {
        -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    }

    .post-entry h2 {
        font-size: 20px;
    }

    .post-entry *:last-child {
        margin-bottom: 0;
    }

.by {
    color: #000;
    border-bottom: 1px dotted #ccc;
}

    .by:hover {
        border-bottom: 1px dotted #e4b63b;
    }

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

    .post-meta a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

.blog-entry .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
}

    .blog-entry .blog-thumbnail img {
        border-radius: 4px;
    }

.blog-entry .blog-excerpt a {
    color: #000;
}

    .blog-entry .blog-excerpt a:hover {
        color: #e4b63b;
    }

.post-entry-1 .meta {
    color: #ccc;
}

.post-entry-1 .post-entry-1-contents {
    background: #fff;
    padding: 20px;
}

    .post-entry-1 .post-entry-1-contents h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

        .post-entry-1 .post-entry-1-contents h2 a {
            color: #000;
        }

            .post-entry-1 .post-entry-1-contents h2 a:hover {
                color: #e4b63b;
            }

.post-entry-1.person-1 {
    text-align: center;
}

    .post-entry-1.person-1 img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto -45px auto;
    }

    .post-entry-1.person-1 .post-entry-1-contents {
        padding-top: 4rem;
    }

/* =========================
   SIDEBAR
   ========================= */
.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

    .categories li:last-child,
    .sidelink li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .categories li a,
    .sidelink li a {
        display: block;
    }

        .categories li a span,
        .sidelink li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

    .categories li.active a,
    .sidelink li.active a {
        color: #000;
        font-style: italic;
    }

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

    .search-form .form-group {
        position: relative;
    }

        .search-form .form-group input {
            padding-right: 50px;
        }

    .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* =========================
   COMMENTS
   ========================= */
.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3 {
                font-size: 20px;
                color: #000;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000;
                text-transform: uppercase;
                font-size: 14px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #000;
                    background: #e3e3e3;
                }




/* =========================
   FOOTER SUBSCRIBE FORM
   ========================= */
.footer-suscribe-form .form-control {
    color: #000;
}

    .footer-suscribe-form .form-control:hover,
    .footer-suscribe-form .form-control:active,
    .footer-suscribe-form .form-control:focus {
        color: #000 !important;
    }

.footer-suscribe-form .btn {
    color: #fff;
}

/* =========================
   FTCO BLOCKS
   ========================= */
.ftco-blocks-cover-1 .ftco-service-image-1 {
    margin-top: -70px;
    position: static;
}

.block__73694 .block__73422 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .block__73694 .block__73422 {
        height: 400px;
    }
}

/* =========================
   FEATURES
   ========================= */
.feature-1 {
    background: #ccc;
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 30px;
}

    .feature-1 .feature-1-contents {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .feature-1 .feature-1-contents h2 {
            font-size: 1.2rem;
        }

    .feature-1:hover .feature-1-contents,
    .feature-1:focus .feature-1-contents {
        visibility: visible;
        opacity: .95;
    }

.more {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .1rem;
    border-bottom: 2px solid #e4b63b;
}

.feature-2 {
    color: #fff;
}

    .feature-2 h3 {
        color: #fff;
    }

    .feature-2 .caption {
        font-weight: bold;
        color: #e4b63b;
        display: block;
        margin-bottom: 10px;
    }

.fixed-content {
    position: -webkit-sticky;
    position: sticky;
    top: .2rem;
}

.feature-3 {
    position: relative;
    margin-bottom: 40px;
}

    .feature-3:before {
        position: absolute;
        left: -3rem;
        line-height: 0;
        top: 1rem;
        font-size: 2rem;
        color: #71bc42;
        font-family: "icomoon";
        content: "\e86c";
    }

    .feature-3 h3 {
        font-size: 1.3rem;
    }

/* =========================
   SECTION VARIATIONS
   ========================= */
.section-2 {
    background: #1c2d37;
}

    .section-2 .section-2-title {
        color: #fff;
    }

        .section-2 .section-2-title h2 {
            color: #fff;
        }

.section-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .section-3 > .container {
        z-index: 2;
    }

    .section-3:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
    }

.section-4 {
    border-top: 1px solid #efefef;
}

/* =========================
   TESTIMONIALS
   ========================= */
.testimonial-1 .quote-icon-wrap {
    font-size: 2rem;
    color: #e4b63b;
}

.testimonial-1 p {
    font-size: 1.5rem;
}

.testimonial-2 {
    background: #fff;
    padding: 30px;
}

    .testimonial-2 blockquote {
        font-size: 1.3rem;
    }

    .testimonial-2 .v-card img {
        width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        border-radius: 50%;
    }

/* =========================
   CAREERS
   ========================= */
.careers-1 {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

/* =========================
   CAR RENT FEATURES
   ========================= */
.feature-car-rent-box-1 {
    position: relative;
    padding: 30px;
    background: #fff;
}

    .feature-car-rent-box-1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
        background: #e4b63b;
    }

    .feature-car-rent-box-1 ul {
        padding: 0;
        margin: 0;
    }

        .feature-car-rent-box-1 ul li {
            display: block;
            padding: 20px 0;
            list-style: none;
            border-bottom: 1px solid #efefef;
            margin: 0;
            position: relative;
        }

            .feature-car-rent-box-1 ul li .spec {
                position: absolute;
                right: 0;
            }

            .feature-car-rent-box-1 ul li:last-child {
                border-bottom: none;
            }

/* =========================
   TRIP FORM (فورم الحجز - مودرن موحد مع الوظائف واتصل بنا)
   ========================= */
.trip-form {
    padding: 40px 30px;
    background: #fff;
    position: relative;
    margin-top: -90px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

    .trip-form h3 {
        font-size: 20px;
        margin-bottom: 30px;
        color: #000;
    }

/* الكارد المودرن (مستخدم في صفحات أخرى أو عند الحاجة) */
.nol-booking-card {
    background: var(--lux-card);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--nol-border);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.nol-booking-card__header {
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), 0.12), rgba(0, 0, 0, 0.04));
    border-bottom: 1px solid var(--nol-border);
}

.nol-booking-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(var(--nol-gold-rgb), 0.2);
    color: var(--nol-ink);
    font-weight: 700;
    font-size: 13px;
}

.nol-booking-card__body {
    padding: 24px;
}

/* تنسيق مودرن للحقول والأزرار فقط عند استخدام الكارد */
.nol-booking-card .trip-form h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 12px 0 6px;
    color: var(--nol-ink);
}

.nol-booking-card .trip-form .form-control {
    height: 52px;
    border-radius: 14px;
    border: 1px solid var(--nol-border);
    padding: 12px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nol-booking-card .trip-form .form-control:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 4px rgba(var(--nol-gold-rgb), 0.18);
}

.nol-booking-card .trip-form textarea.form-control {
    height: auto;
    min-height: 100px;
    resize: vertical;
}

.nol-booking-card .trip-form .btn-primary {
    background: var(--nol-gold) !important;
    color: var(--nol-ink) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    height: 52px;
    padding: 0 24px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(var(--nol-gold-rgb), 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nol-booking-card .trip-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(var(--nol-gold-rgb), 0.35);
}

/* =========================
   NOL MODERN FORMS (مشترك: الوظائف + اتصل بنا)
   ========================= */
.nol-form-card {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: var(--lux-card);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.10);
}

.nol-form-card__header {
    padding: 22px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), 0.18), rgba(0, 0, 0, 0.06));
    border-bottom: 1px solid var(--nol-border);
}

.nol-form-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(var(--nol-gold-rgb), 0.18);
    color: var(--nol-ink);
    font-weight: 700;
    font-size: 13px;
}

.nol-form-card__title {
    margin: 12px 0 6px;
    font-weight: 800;
    color: var(--nol-ink);
}

.nol-form-card__subtitle {
    margin: 0;
    color: var(--nol-muted);
    font-size: 14px;
}

.nol-form-card__body {
    padding: 22px;
}

.nol-fgroup {
    position: relative;
}

.nol-fcontrol {
    height: 52px;
    border-radius: 14px;
    border: 1px solid var(--nol-border);
    background: #fff;
    padding: 18px 14px 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    direction: rtl;
    text-align: right;
    width: 100%;
}

.nol-fcontrol:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 4px rgba(var(--nol-gold-rgb), 0.18);
}

.nol-flabel {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 13px;
    color: var(--nol-muted);
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    pointer-events: none;
    transition: transform 0.15s ease, top 0.15s ease, color 0.15s ease;
}

.nol-fcontrol:focus + .nol-flabel,
.nol-fcontrol:not(:placeholder-shown) + .nol-flabel {
    top: -9px;
    color: var(--nol-ink);
}

.nol-fcontrol.textarea {
    height: auto;
    min-height: 140px;
    padding-top: 20px;
    resize: vertical;
}

.nol-btn-primary {
    border-radius: 14px;
    height: 52px;
    padding: 0 18px;
    font-weight: 800;
    border: 0;
    color: var(--nol-ink);
    background: var(--nol-gold);
    box-shadow: 0 14px 34px rgba(var(--nol-gold-rgb), 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nol-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(var(--nol-gold-rgb), 0.30);
}

/* زر عرض المزيد (صفحة الأسطول) */
.nol-btn-load-more {
    background: var(--nol-gold) !important;
    color: var(--nol-ink) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 12px 28px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(var(--nol-gold-rgb), 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nol-btn-load-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(var(--nol-gold-rgb), 0.35);
    color: var(--nol-ink) !important;
}

/* ريسبونسف الفورم */
@media (max-width: 768px) {
    .trip-form .row > [class*="col-"] {
        margin-bottom: 1rem;
    }
    .nol-booking-card__body,
    .nol-form-card__body {
        padding: 16px;
    }
    .trip-form .btn-primary,
    .nol-btn-primary {
        width: 100%;
    }
}

/* =========================
   ITEM CARDS
   ========================= */
.item-1 .item-1-contents {
    padding: 20px;
    background: #fff;
}

    .item-1 .item-1-contents h3 {
        font-size: 18px;
    }

    .item-1 .item-1-contents .rent-price > span {
        font-size: 1.7rem;
    }

    .item-1 .item-1-contents ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .item-1 .item-1-contents ul li {
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #efefef;
            display: block;
            position: relative;
        }

            .item-1 .item-1-contents ul li .spec {
                position: absolute;
                right: 0;
            }

            .item-1 .item-1-contents ul li:last-child {
                border-bottom: none;
            }

    .item-1 .item-1-contents .action {
        margin-top: 20px;
    }





/*------------------------------------------------------
Offers (FINAL) - PURE WHITE IMAGE BG + LUX GREY HEADER + RESPONSIVE OWL
------------------------------------------------------*/
:root {
    --lux-gold: #e4b63b;
    --lux-white: #ffffff;
    /* ✅ رمادي فخم موحد للسكاشن */
    --lux-section: #f1f2f4; /* نفس اللي عندك بس هنستخدمه للسكشنين */
    --lux-gray2: #e2e5ea;
    --lux-chip: #eef0f3;
    --lux-chip-border: rgba(0,0,0,.08);
    /* ✅ Premium Offer Badge */
    --offer-a: #ff3b3b;
    --offer-b: #d60000;
    --offer-c: #760000;
}

/* =========================
   ✅ SECTION BACKGROUND (Offers + Booking)
   نفس اللون الرمادي الفخم
========================= */

/* سكشن العروض */
.exclusive-offers-section {
    position: relative;
    overflow: hidden;
    padding: 48px 0;
    background: var(--lux-section) !important; /* ✅ بدل transparent */
}

    .exclusive-offers-section::before,
    .exclusive-offers-section::after {
        content: none !important;
    }

/* سكشن الحجز اللي ورا الفورم */
.site-section.bg-light {
    background: var(--lux-section) !important; /* ✅ نفس اللون */
}

/* TITLE */
.section-title-wrapper {
    margin-bottom: 28px;
}

.subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--lux-gold) !important;
    border: 1px solid rgba(0,0,0,.10);
    color: #111;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.main-title {
    font-family: 'Cairo',sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #111;
    margin: 14px 0 10px;
    letter-spacing: -.6px;
    line-height: 1.15;
}

.title-underline {
    width: 84px;
    height: 3px;
    border-radius: 999px;
    margin: 12px auto 0;
    background: linear-gradient(90deg,transparent,rgba(228,182,59,.95),transparent);
}

.section-description {
    font-size: 16px;
    color: rgba(0,0,0,.62);
    max-width: 680px;
    margin: 10px auto 0;
    line-height: 1.85;
}

/* WRAPPER – السلايدر */
.exclusive-slider-wrapper {
    position: relative;
    padding: 20px 60px 24px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .exclusive-slider-wrapper {
        padding: 18px 50px 22px;
    }
}

@media (max-width: 767px) {
    .exclusive-slider-wrapper {
        padding: 16px 44px 20px;
    }
}

@media (max-width: 480px) {
    .exclusive-slider-wrapper {
        padding: 14px 40px 18px;
    }
}

/* أزرار السابق/التالي */
.exclusive-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(var(--nol-gold-rgb), .35);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    color: var(--nol-gold);
    cursor: pointer;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.exclusive-nav-btn:hover {
    background: rgba(var(--nol-gold-rgb), .12);
    border-color: var(--nol-gold);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 12px 32px rgba(var(--nol-gold-rgb), .25);
}

.exclusive-nav-btn:active {
    transform: translateY(-50%) scale(0.98);
}

.exclusive-nav-btn.prev-btn {
    right: 4px;
}

.exclusive-nav-btn.next-btn {
    left: 4px;
}

.exclusive-nav-btn svg {
    width: 22px;
    height: 22px;
    opacity: .95;
}

.exclusive-nav-btn.prev-btn svg {
    transform: scaleX(-1);
}

.exclusive-nav-btn.next-btn svg {
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .exclusive-nav-btn {
        width: 44px;
        height: 44px;
    }
    .exclusive-nav-btn.prev-btn {
        right: 2px;
    }
    .exclusive-nav-btn.next-btn {
        left: 2px;
    }
    .exclusive-nav-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .exclusive-nav-btn {
        width: 40px;
        height: 40px;
    }
    .exclusive-nav-btn.prev-btn {
        right: 0;
    }
    .exclusive-nav-btn.next-btn {
        left: 0;
    }
}

/* CAROUSEL */
.exclusive-carousel {
    padding: 10px 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#offersCarousel,
#offersCarousel .owl-stage-outer,
#offersCarousel .owl-stage,
#offersCarousel .owl-item {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

    #offersCarousel::before,
    #offersCarousel::after,
    #offersCarousel .owl-stage-outer::before,
    #offersCarousel .owl-stage-outer::after,
    #offersCarousel .owl-stage::before,
    #offersCarousel .owl-stage::after,
    .exclusive-carousel::before,
    .exclusive-carousel::after {
        content: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

.exclusive-carousel .owl-item {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .exclusive-carousel .owl-item {
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .exclusive-carousel .owl-item {
        padding: 0 6px;
    }
}

@media (max-width: 480px) {
    .exclusive-carousel .owl-item {
        padding: 0 4px;
    }
}

#offersCarousel[data-owl-ready="0"] {
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

#offersCarousel[data-owl-ready="1"] {
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    transition: opacity .3s ease;
}

/* CARD – كارد العروض */
.exclusive-carousel .exclusive-car-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.exclusive-carousel .exclusive-car-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0,0,0,.12), 0 0 0 1px rgba(var(--nol-gold-rgb), .15);
    border-color: rgba(var(--nol-gold-rgb), .2);
}

.exclusive-carousel .exclusive-car-card * {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

.exclusive-carousel .exclusive-car-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--nol-gold), transparent);
    opacity: .9;
    z-index: 2;
}

/* IMAGE */
.exclusive-carousel .car-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}

@media (max-width:1199px) {
    .exclusive-carousel .car-image-wrapper {
        height: 210px;
    }
}

@media (max-width:991px) {
    .exclusive-carousel .car-image-wrapper {
        height: 200px;
    }
}

@media (max-width:767px) {
    .exclusive-carousel .car-image-wrapper {
        height: 185px;
    }
}

@media (max-width:480px) {
    .exclusive-carousel .car-image-wrapper {
        height: 170px;
    }
}

.exclusive-carousel .car-image,
.exclusive-carousel .car-image * {
    box-shadow: none !important;
    filter: none !important;
    outline: none !important;
}

.exclusive-carousel .car-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    transform: scale(1);
    transition: transform .35s ease;
}

.exclusive-carousel .exclusive-car-card:hover .car-image {
    transform: scale(1.03);
}

.exclusive-carousel .image-overlay {
    display: none !important;
}

/* ======================================================
   ✅ OFFER STICKER: أصغر + أنيق + فخم (WHITE TEXT)
====================================================== */
.exclusive-carousel .car-badge.badge-seal {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transform: rotate(-8deg);
    transform-origin: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--offer-a) 0%, var(--offer-b) 50%, var(--offer-c) 100%);
    border: 2px solid rgba(255,255,255,.4);
    box-shadow: 0 8px 24px rgba(0,0,0,.25), 0 0 0 3px rgba(255,255,255,.15);
    overflow: visible;
    user-select: none;
    transition: transform .25s ease;
}

.exclusive-carousel .exclusive-car-card:hover .car-badge.badge-seal {
    transform: rotate(-8deg) scale(1.05);
}

.exclusive-carousel .car-badge.badge-seal::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    pointer-events: none;
}

.exclusive-carousel .car-badge.badge-seal::after {
    display: none;
}

.exclusive-carousel .car-badge.badge-seal .seal-percent,
.exclusive-carousel .car-badge.badge-seal .seal-off {
    position: relative;
    z-index: 2;
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.exclusive-carousel .car-badge.badge-seal .seal-percent {
    font-size: 26px;
    letter-spacing: -1px;
}

.exclusive-carousel .car-badge.badge-seal .seal-off {
    font-size: 10px;
    letter-spacing: .5px;
    opacity: .95;
    text-transform: uppercase;
}

/* لزقة من الـ API (badge-seal--auto) */
.exclusive-carousel .car-badge.badge-seal.badge-seal--auto {
    width: auto;
    min-width: 70px;
    max-width: 90px;
    height: 70px;
    border-radius: 16px;
    padding: 8px 10px;
    transform: rotate(-6deg);
    border: 2px solid rgba(255,255,255,.5);
    box-shadow: 0 10px 28px rgba(0,0,0,.28), 0 0 0 2px rgba(255,255,255,.2) inset;
}

.exclusive-carousel .exclusive-car-card:hover .car-badge.badge-seal.badge-seal--auto {
    transform: rotate(-6deg) scale(1.05);
}

.exclusive-carousel .car-badge.badge-seal.badge-seal--auto::before {
    inset: 5px;
    border-radius: 12px;
}

.exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__top {
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1.1;
    text-transform: uppercase;
    opacity: 1;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__extra {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .3px;
    line-height: 1.15;
    margin-top: 1px;
    opacity: .95;
    text-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__percent {
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-top: 2px;
    text-shadow: 0 2px 6px rgba(0,0,0,.25);
}

@media (max-width: 480px) {
    .exclusive-carousel .car-badge.badge-seal {
        width: 64px;
        height: 64px;
        top: 10px;
        right: 10px;
    }
    .exclusive-carousel .car-badge.badge-seal .seal-percent {
        font-size: 22px;
    }
    .exclusive-carousel .car-badge.badge-seal .seal-off {
        font-size: 9px;
    }
    .exclusive-carousel .car-badge.badge-seal.badge-seal--auto {
        min-width: 62px;
        max-width: 80px;
        height: 62px;
        padding: 6px 8px;
    }
    .exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__top {
        font-size: 10px;
    }
    .exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__extra {
        font-size: 9px;
    }
    .exclusive-carousel .car-badge.badge-seal.badge-seal--auto .badge-seal__percent {
        font-size: 20px;
    }
}

/* CONTENT */
.exclusive-carousel .car-content {
    padding: 16px 18px 14px;
    background: #fff !important;
}

.exclusive-carousel .car-header {
    margin-bottom: 10px;
}

.exclusive-carousel .car-header-box {
    background: var(--lux-chip) !important;
    border: 1px solid var(--lux-chip-border) !important;
    border-radius: 16px;
    padding: 10px 12px;
}

.exclusive-carousel .car-title {
    font-family: 'Cairo',sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #111;
    margin: 0 0 8px 0;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
}

/* stars */
.exclusive-carousel .car-rating {
    display: flex;
    justify-content: center;
    gap: 3px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    border: none !important;
}

    .exclusive-carousel .car-rating .star {
        color: var(--lux-gold);
        font-size: 16px;
    }

/* SPECS */
.exclusive-carousel .car-specs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 2px 10px;
    margin: 0;
    background: transparent !important;
    border: none !important;
}

.exclusive-carousel .spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: transparent;
    min-width: 0;
}

    .exclusive-carousel .spec-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        color: var(--lux-gold);
    }

.exclusive-carousel .spec-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-align: right;
}

.exclusive-carousel .spec-value {
    font-size: 12px;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.exclusive-carousel .spec-label {
    font-size: 9px;
    color: rgba(0,0,0,.55);
    margin-top: 2px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FOOTER + BOOK */
.exclusive-carousel .car-footer {
    padding-top: 8px;
    margin-top: 6px;
    border-top: 1px solid rgba(0,0,0,.08);
    background: #fff !important;
}

.exclusive-carousel .book-now-btn {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--lux-gold) !important;
    color: #111 !important;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .15s ease, filter .15s ease;
}

    .exclusive-carousel .book-now-btn:hover {
        transform: translateY(-1px);
        filter: brightness(.98);
    }

    .exclusive-carousel .book-now-btn svg {
        color: #111 !important;
        transition: transform .15s ease;
    }

    .exclusive-carousel .book-now-btn:hover svg {
        transform: translateX(-3px);
    }

/* DOTS */
.exclusive-carousel .owl-dots {
    text-align: center;
    margin-top: 22px;
    background: transparent !important;
}

.exclusive-carousel .owl-dot {
    display: inline-block;
    margin: 0 6px;
}

    .exclusive-carousel .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: rgba(0,0,0,.16);
        display: block;
        transition: width .22s ease, background .22s ease, transform .22s ease;
    }

    .exclusive-carousel .owl-dot.active span {
        width: 32px;
        background: var(--nol-gold);
        box-shadow: 0 2px 8px rgba(212,175,55,.4);
        transform: translateY(-1px);
    }

    .exclusive-carousel .owl-dot:hover span {
        background: var(--nol-gold);
        opacity: .85;
    }

/* RESPONSIVE TEXT */
@media (max-width:991px) {
    .main-title {
        font-size: 34px;
    }
}

@media (max-width:767px) {
    .main-title {
        font-size: 30px;
    }

    .section-description {
        font-size: 15px;
    }

    .exclusive-carousel .car-title {
        font-size: 18px;
    }

    .exclusive-carousel .spec-value {
        font-size: 11px;
    }

    .exclusive-carousel .spec-label {
        font-size: 9px;
    }
}

/* ======================================================
   ✅ Booking Form Luxury Style
====================================================== */

.trip-form {
    background: #fff;
    border-radius: 18px !important;
    border: 2px solid #e4b63b !important;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08), 0 0 0 4px rgba(228,182,59,0.08);
    padding: 30px 25px;
    transition: all 0.3s ease-in-out;
}

    .trip-form:hover {
        box-shadow: 0 15px 45px rgba(0,0,0,0.12), 0 0 0 5px rgba(228,182,59,0.12);
    }

    /* Title */
    .trip-form h3 {
        font-weight: 800;
        color: #444;
        position: relative;
        padding-right: 15px;
    }

        .trip-form h3::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 28px;
            width: 5px;
            background: linear-gradient(180deg,#e4b63b,#caa032);
            border-radius: 10px;
        }

    /* Labels */
    .trip-form label {
        font-weight: 600;
        color: #666;
        margin-bottom: 6px;
    }

    /* Inputs */
    .trip-form .form-control {
        border-radius: 12px;
        border: 1.5px solid #ddd;
        padding: 12px 14px; /* ✅ الأساس */
        font-size: 15px;
        background: #fafafa;
        transition: all 0.25s ease;
        line-height: 1.3; /* ✅ يمنع أكل النص */
        height: auto; /* ✅ يمنع قص النص */
    }

    /* ✅ FIX: select "اختر السيارة" النص بيتاكل */
    .trip-form select.form-control {
        padding-top: 13px; /* ✅ زيادة بسيطة */
        padding-bottom: 13px; /* ✅ زيادة بسيطة */
        padding-right: 16px;
        padding-left: 42px; /* ✅ مساحة للسهم */
        line-height: 1.35;
        min-height: 48px; /* ✅ يضمن ظهور النص كامل */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fafafa;
        background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
        background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%, 100% 0;
        background-size: 6px 6px, 6px 6px, 2.5em 100%;
        background-repeat: no-repeat;
    }

    /* ✅ لو الـselect RTL وعايز السهم على الشمال بدّل positions:
   background-position: 18px 50%, 12px 50%, 0 0;
   وبدّل padding-left/right بالعكس
*/

    /* Focus */
    .trip-form .form-control:focus {
        border-color: #e4b63b;
        box-shadow: 0 0 0 3px rgba(228,182,59,0.2);
        background: #fff;
    }

    /* Textarea */
    .trip-form textarea.form-control {
        resize: none;
    }

    /* Required star */
    .trip-form label .required-star {
        color: #c00;
        font-weight: 700;
        margin-left: 2px;
    }

    /* Dropdown hint (قائمة منسدلة) */
    .trip-form .dropdown-hint {
        font-size: 11px;
        font-weight: 500;
        color: #888;
        margin-right: 4px;
    }

    .trip-form .optional-hint {
        font-size: 11px;
        font-weight: 500;
        color: #999;
        margin-right: 4px;
    }

    /* Dropdown field: واضح إنه قائمة */
    .trip-form .form-group--dropdown label {
        display: block;
    }
    .trip-form .form-control--dropdown,
    .trip-form select.form-control {
        cursor: pointer;
        padding-left: 42px;
        padding-right: 14px;
    }
    html.rtl .trip-form .form-control--dropdown,
    html.rtl .trip-form select.form-control {
        background-position: 18px 50%, 12px 50%, 0 0;
        padding-right: 42px;
        padding-left: 14px;
    }

    /* Error message under each field */
    .trip-form .form-error {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #c00;
        min-height: 0;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .trip-form .form-error.form-error--visible {
        opacity: 1;
        min-height: 1.2em;
    }

    /* Error state: border on input */
    .trip-form .form-group.has-error .form-control {
        border-color: #dc3545;
        background-color: #fffafa;
    }
    .trip-form .form-group.has-error .form-control:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 3px rgba(220,53,69,0.2);
    }

    .trip-form small.text-danger {
        font-size: 12px;
        font-weight: 500;
    }

/* ===== فورمات اتصل بنا والوظائف (.fgroup) ===== */
.fgroup .required-star {
    color: #c00;
    font-weight: 700;
    margin-left: 2px;
}
.fgroup .optional-hint {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    margin-right: 4px;
}
.fgroup .dropdown-hint {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    margin-right: 4px;
}
.fgroup .form-error {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #c00;
    min-height: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.fgroup .form-error.form-error--visible {
    opacity: 1;
    min-height: 1.2em;
}
.fgroup.has-error .fcontrol,
.fgroup.has-error .cv-input {
    border-color: #dc3545;
    background-color: #fffafa;
}
.fgroup.has-error .fcontrol:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220,53,69,0.2);
}
.cv-zone.has-error {
    border-color: #dc3545;
    background-color: #fffafa;
}
.fgroup--dropdown .fcontrol--dropdown,
.fgroup--dropdown select.fcontrol {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 14px center;
    padding-left: 36px;
    padding-right: 14px;
}
html.rtl .fgroup--dropdown .fcontrol--dropdown,
html.rtl .fgroup--dropdown select.fcontrol {
    background-position: right 14px center;
    padding-right: 36px;
    padding-left: 14px;
}

/* ===== فورم الوظائف – استايل عصري وريسبونسف ===== */
.career-wrap {
    direction: rtl;
    text-align: right;
}

.career-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.04);
    transition: box-shadow .3s ease;
}

.career-card:hover {
    box-shadow: 0 28px 64px rgba(0,0,0,.1), 0 0 0 1px rgba(var(--nol-gold-rgb), .12);
}

.career-card__header {
    padding: 28px 28px 24px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .12) 0%, rgba(var(--nol-gold-rgb), .04) 100%);
    border-bottom: 1px solid var(--nol-border);
    position: relative;
}

.career-card__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 28px;
    left: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--nol-gold), transparent);
    opacity: .6;
}

html.rtl .career-card__header::after {
    right: 28px;
    left: 28px;
    background: linear-gradient(270deg, transparent, var(--nol-gold), transparent);
}

.career-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(var(--nol-gold-rgb), .2);
    color: var(--nol-ink);
    font-weight: 800;
    font-size: 13px;
    border: 1px solid rgba(var(--nol-gold-rgb), .35);
}

.career-title {
    margin: 16px 0 8px;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--nol-ink);
    letter-spacing: -0.02em;
}

.career-subtitle {
    margin: 0;
    font-size: 15px;
    color: var(--nol-muted);
    line-height: 1.6;
}

.career-card__body {
    padding: 28px;
}

/* كتلة النجاح / منع إعادة التقديم لمدة 24 ساعة */
.career-success-block {
    text-align: center;
    padding: 32px 24px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .08) 0%, rgba(var(--nol-gold-rgb), .02) 100%);
    border-radius: 20px;
    border: 1px solid rgba(var(--nol-gold-rgb), .2);
}
.career-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    background: var(--nol-gold);
    border-radius: 50%;
}
.career-success-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--nol-ink);
    margin: 0 0 8px;
}
.career-success-text {
    color: var(--nol-muted);
    margin: 0 0 12px;
    line-height: 1.6;
}
.career-success-hint {
    font-size: 0.95rem;
    color: var(--nol-gold);
    font-weight: 600;
    margin: 0;
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* حقول الفورم داخل صفحة الوظائف */
.career-card__body .fgroup {
    position: relative;
}

.career-card__body .fcontrol {
    height: 56px;
    border-radius: 16px;
    border: 1.5px solid var(--nol-border);
    background: #fff;
    padding: 20px 16px 8px;
    transition: border-color .25s ease, box-shadow .25s ease;
    direction: rtl;
    text-align: right;
    width: 100%;
    font-size: 16px;
}

.career-card__body .fcontrol:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 4px rgba(var(--nol-gold-rgb), .18);
}

.career-card__body .flabel {
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 14px;
    color: var(--nol-muted);
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    pointer-events: none;
    transition: top .2s ease, color .2s ease, font-size .2s ease;
}

.career-card__body .fcontrol:focus + .flabel,
.career-card__body .fcontrol:not(:placeholder-shown) + .flabel {
    top: -10px;
    font-size: 12px;
    color: var(--nol-ink);
}

.career-card__body .fcontrol.textarea {
    height: auto;
    min-height: 120px;
    padding-top: 22px;
    resize: vertical;
}

.career-card__body select.fcontrol {
    padding-top: 12px;
    cursor: pointer;
}

/* منطقة رفع السيرة الذاتية */
.career-card__body .cv-zone {
    border: 2px dashed rgba(var(--nol-gold-rgb), .4);
    border-radius: 20px;
    padding: 20px;
    background: rgba(var(--nol-gold-rgb), .06);
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.career-card__body .cv-zone:hover {
    border-color: var(--nol-gold);
    background: rgba(var(--nol-gold-rgb), .1);
    box-shadow: 0 8px 24px rgba(var(--nol-gold-rgb), .12);
}

.career-card__body .cv-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.career-card__body .cv-title {
    font-weight: 800;
    margin: 0;
    font-size: 15px;
    color: var(--nol-ink);
}

.career-card__body .cv-hint {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--nol-muted);
}

.career-card__body .cv-input {
    border-radius: 14px;
    height: 52px;
    padding: 12px 14px;
    border: 1.5px solid var(--nol-border);
    background: #fff;
    width: 100%;
    font-size: 15px;
}

.career-card__body .cv-input:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 3px rgba(var(--nol-gold-rgb), .18);
}

.career-card__body .cv-note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--nol-muted);
    line-height: 1.5;
}

.career-card__body .cv-note b {
    color: var(--nol-ink);
}

/* أزرار وتذييل الفورم */
.career-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--nol-border);
    flex-wrap: wrap;
}

.career-mini {
    flex: 1;
    min-width: 180px;
    margin: 0;
    font-size: 13px;
    color: var(--nol-muted);
}

.btn-career {
    border-radius: 16px;
    height: 56px;
    padding: 0 28px;
    font-weight: 800;
    font-size: 1rem;
    border: 0;
    color: var(--nol-ink);
    background: var(--nol-gold);
    box-shadow: 0 12px 32px rgba(var(--nol-gold-rgb), .28);
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
}

.btn-career:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(var(--nol-gold-rgb), .35);
}

.btn-career:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

#careerAlert {
    border-radius: 16px;
    padding: 14px 18px;
    font-weight: 600;
}

/* ريسبونسف فورم الوظائف */
@media (max-width: 992px) {
    .career-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .career-card__header {
        padding: 22px 20px 20px;
    }
    .career-card__header::after {
        right: 20px;
        left: 20px;
    }
    html.rtl .career-card__header::after {
        right: 20px;
        left: 20px;
    }
    .career-title {
        font-size: 1.3rem;
    }
    .career-card__body {
        padding: 22px 20px;
    }
    .career-grid {
        gap: 16px;
    }
    .career-card__body .fcontrol {
        height: 52px;
        border-radius: 14px;
        font-size: 16px;
    }
    .career-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 20px;
        padding-top: 18px;
    }
    .career-mini {
        text-align: center;
        min-width: 0;
    }
    .btn-career {
        width: 100%;
        height: 54px;
    }
}

@media (max-width: 480px) {
    .career-card__header {
        padding: 18px 16px 16px;
    }
    .career-card__header::after {
        right: 16px;
        left: 16px;
    }
    html.rtl .career-card__header::after {
        right: 16px;
        left: 16px;
    }
    .career-chip {
        padding: 8px 14px;
        font-size: 12px;
    }
    .career-title {
        font-size: 1.2rem;
    }
    .career-subtitle {
        font-size: 14px;
    }
    .career-card__body {
        padding: 18px 16px;
    }
    .career-grid {
        gap: 14px;
    }
    .career-card__body .fcontrol {
        height: 50px;
        padding: 18px 14px 6px;
    }
    .career-card__body .flabel {
        top: 16px;
        right: 14px;
        font-size: 13px;
    }
    .career-card__body .cv-zone {
        padding: 16px;
    }
    .btn-career {
        height: 52px;
        padding: 0 20px;
    }
}

/* ===== صفحة اتصل بنا – استايل عصري وريسبونسف ===== */
.contact-modern-wrap {
    direction: rtl;
    text-align: right;
}

.contact-modern-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    align-items: start;
    direction: rtl;
}

/* كروت اتصل بنا (معلومات + فورم) */
.contact-modern-grid .mcard {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.04);
    transition: box-shadow .3s ease;
}

.contact-modern-grid .mcard:hover {
    box-shadow: 0 28px 64px rgba(0,0,0,.1), 0 0 0 1px rgba(var(--nol-gold-rgb), .1);
}

.contact-modern-grid .mcard__header {
    padding: 24px 24px 20px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .12) 0%, rgba(var(--nol-gold-rgb), .04) 100%);
    border-bottom: 1px solid var(--nol-border);
    position: relative;
}

.contact-modern-grid .mcard__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 24px;
    left: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--nol-gold), transparent);
    opacity: .6;
}

html.rtl .contact-modern-grid .mcard__header::after {
    background: linear-gradient(270deg, transparent, var(--nol-gold), transparent);
}

.contact-modern-grid .mchip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(var(--nol-gold-rgb), .2);
    color: var(--nol-ink);
    font-weight: 800;
    font-size: 13px;
    border: 1px solid rgba(var(--nol-gold-rgb), .35);
}

.contact-modern-grid .mtitle {
    margin: 14px 0 6px;
    font-weight: 900;
    font-size: 1.35rem;
    color: var(--nol-ink);
    letter-spacing: -0.02em;
}

.contact-modern-grid .msub {
    margin: 0;
    font-size: 14px;
    color: var(--nol-muted);
    line-height: 1.5;
}

.contact-modern-grid .mcard__body {
    padding: 24px;
}

/* شبكة حقول الفورم (اتصل بنا) */
.contact-form-card .mgrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-form-card .fgroup {
    position: relative;
}

.contact-form-card .fcontrol {
    height: 56px;
    border-radius: 16px;
    border: 1.5px solid var(--nol-border);
    background: #fff;
    padding: 20px 16px 8px;
    transition: border-color .25s ease, box-shadow .25s ease;
    direction: rtl;
    text-align: right;
    width: 100%;
    font-size: 16px;
}

.contact-form-card .fcontrol:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 4px rgba(var(--nol-gold-rgb), .18);
}

.contact-form-card .flabel {
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 14px;
    color: var(--nol-muted);
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    pointer-events: none;
    transition: top .2s ease, color .2s ease, font-size .2s ease;
}

.contact-form-card .fcontrol:focus + .flabel,
.contact-form-card .fcontrol:not(:placeholder-shown) + .flabel {
    top: -10px;
    font-size: 12px;
    color: var(--nol-ink);
}

.contact-form-card .fcontrol.textarea {
    height: auto;
    min-height: 160px;
    padding-top: 22px;
    resize: vertical;
}

.contact-form-card .actions-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--nol-border);
    flex-wrap: wrap;
}

.contact-form-card .actions-row p {
    margin: 0;
    font-size: 13px;
    color: var(--nol-muted);
}

.contact-form-card .btn-send {
    border-radius: 16px;
    height: 56px;
    padding: 0 28px;
    font-weight: 800;
    font-size: 1rem;
    border: 0;
    color: var(--nol-ink);
    background: var(--nol-gold);
    box-shadow: 0 12px 32px rgba(var(--nol-gold-rgb), .28);
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
}

.contact-form-card .btn-send:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(var(--nol-gold-rgb), .35);
}

.contact-form-card .btn-send:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

#contactAlert {
    border-radius: 16px;
    padding: 14px 18px;
    font-weight: 600;
}

/* بطاقة معلومات التواصل */
.contact-modern-grid .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-modern-grid .info-item {
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(0,0,0,.02);
    border: 1px solid var(--nol-border);
    margin-bottom: 12px;
    transition: border-color .2s ease, background .2s ease;
}

.contact-modern-grid .info-item:hover {
    background: rgba(var(--nol-gold-rgb), .06);
    border-color: rgba(var(--nol-gold-rgb), .2);
}

.contact-modern-grid .info-item--last {
    margin-bottom: 0;
}

.contact-modern-grid .info-ico {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--nol-gold-rgb), .18);
    flex: 0 0 auto;
    font-size: 20px;
}

.contact-modern-grid .info-k {
    margin: 0;
    font-weight: 900;
    font-size: 14px;
    color: var(--nol-ink);
}

.contact-modern-grid .info-v {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--nol-muted);
    line-height: 1.6;
}

.contact-modern-grid .info-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-modern-grid .info-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--nol-border);
    background: #fff;
    font-weight: 800;
    font-size: 13px;
    color: var(--nol-ink);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-modern-grid .info-pill:hover {
    border-color: rgba(var(--nol-gold-rgb), .4);
    box-shadow: 0 4px 12px rgba(var(--nol-gold-rgb), .12);
}

.contact-modern-grid .info-pill img {
    width: 20px;
    height: 20px;
}

/* ريسبونسف اتصل بنا */
@media (max-width: 992px) {
    .contact-modern-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contact-modern-grid .mcard__header {
        padding: 20px 20px 18px;
    }
    .contact-modern-grid .mcard__header::after {
        right: 20px;
        left: 20px;
    }
    html.rtl .contact-modern-grid .mcard__header::after {
        right: 20px;
        left: 20px;
    }
    .contact-modern-grid .mtitle {
        font-size: 1.25rem;
    }
    .contact-modern-grid .mcard__body {
        padding: 20px;
    }
    .contact-form-card .mgrid2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .contact-form-card .fcontrol {
        height: 52px;
        border-radius: 14px;
    }
    .contact-form-card .actions-row {
        flex-direction: column;
        align-items: stretch;
        margin-top: 18px;
    }
    .contact-form-card .actions-row p {
        text-align: center;
    }
    .contact-form-card .btn-send {
        width: 100%;
        height: 54px;
    }
    .contact-modern-grid .info-item {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .contact-modern-grid .mcard__header {
        padding: 18px 16px 16px;
    }
    .contact-modern-grid .mcard__header::after {
        right: 16px;
        left: 16px;
    }
    html.rtl .contact-modern-grid .mcard__header::after {
        right: 16px;
        left: 16px;
    }
    .contact-modern-grid .mchip {
        padding: 8px 14px;
        font-size: 12px;
    }
    .contact-modern-grid .mtitle {
        font-size: 1.15rem;
    }
    .contact-modern-grid .mcard__body {
        padding: 18px 16px;
    }
    .contact-form-card .fcontrol {
        height: 50px;
        padding: 18px 14px 6px;
    }
    .contact-form-card .flabel {
        top: 16px;
        right: 14px;
        font-size: 13px;
    }
    .contact-form-card .btn-send {
        height: 52px;
    }
    .contact-modern-grid .info-ico {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

/* Booking Alert */
#bookingAlert {
    border-radius: 12px;
    padding: 12px 15px;
    font-weight: 600;
}

/* Button */
.trip-form button[type="submit"] {
    background: linear-gradient(135deg,#e4b63b,#caa032) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 45px;
    box-shadow: 0 8px 25px rgba(228,182,59,0.35);
    transition: all 0.3s ease;
}

    .trip-form button[type="submit"]:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(228,182,59,0.45);
        background: linear-gradient(135deg,#f0c95a,#e4b63b) !important;
    }

/* Inputs hover */
.trip-form .form-control:hover {
    border-color: #e4b63b;
}

/* Responsive */
@media (max-width:768px) {
    .trip-form {
        padding: 20px 15px;
    }

        .trip-form button[type="submit"] {
            width: 100%;
        }
}











/* =========================
   SERVICES – FINAL FORCE STYLE
========================= */
:root {
    --lux-gold: #e4b63b;
    --lux-black: #111;
    --lux-card: #f3f4f6; /* رمادي فخم للكروت */
    --lux-muted: rgba(0,0,0,.6);
}

/* ==================================================
   🔴 FORCE CONTAINER BACKGROUND = WHITE (HARD RESET)
================================================== */
.site-section.section-3,
.site-section.section-3 .container {
    background: #ffffff !important;
    background-image: none !important;
}

    /* إلغاء أي overlay */
    .site-section.section-3::before,
    .site-section.section-3::after {
        content: none !important;
        background: none !important;
    }

/* ==================================================
   SECTION TITLE
================================================== */
.section-3 {
    padding: 90px 0;
}

    .section-3 h2 {
        font-family: 'Cairo',sans-serif;
        font-size: 38px;
        font-weight: 900;
        color: var(--lux-black);
        letter-spacing: -.6px;
        margin-bottom: 14px;
        position: relative;
        display: inline-block;
    }

        /* خط ذهبي فخم تحت العنوان */
        .section-3 h2::after {
            content: "";
            display: block;
            width: 90px;
            height: 4px;
            margin: 14px auto 0;
            border-radius: 999px;
            background: linear-gradient( 90deg, transparent, var(--lux-gold), transparent );
        }

    .section-3 .services-sub {
        font-size: 16px;
        color: var(--lux-muted);
        max-width: 760px;
        margin: 18px auto 55px;
        line-height: 1.95;
    }

/* ==================================================
   SERVICE CARD
================================================== */
.service-1 {
    position: relative;
    height: 100%;
    background: #f3f4f6 !important; /* ✅ رمادي للكارت */
    background-image: none !important;
    border-radius: 22px;
    padding: 38px 32px;
    /* ✅ حواف ذهبية فخمة */
    border: 1.5px solid rgba(228,182,59,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    transition: all .35s ease;
}

    /* لمعان ذهبي خفيف أعلى الكارت */
    .service-1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 32px;
        right: 32px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent, var(--lux-gold), transparent );
    }

    /* Hover */
    .service-1:hover {
        transform: translateY(-6px);
        box-shadow: 0 30px 70px rgba(0,0,0,.14), 0 0 0 6px rgba(228,182,59,.12);
    }

/* ==================================================
   ICON
================================================== */
.service-1-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1.5px solid rgba(228,182,59,.75);
}

    .service-1-icon span {
        position: static !important;
        transform: none !important;
        font-size: 28px;
        color: var(--lux-gold);
    }

    .service-1-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

/* ==================================================
   CONTENT
================================================== */
.service-1-contents h3 {
    font-size: 21px;
    font-weight: 900;
    color: var(--lux-black);
    margin-bottom: 12px;
}

.service-1-contents p {
    font-size: 15px;
    color: var(--lux-muted);
    line-height: 2;
    margin: 0;
}

/* ==================================================
   SERVICES PAGE – تصميم بنتو (Bento)
================================================== */
.svc-page {
    padding: 3rem 0 4rem;
    background: var(--nol-gray-light, #f1f2f4);
    color: var(--nol-ink);
}

.svc-page__intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.svc-page__title {
    font-family: 'Cairo', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 900;
    color: var(--nol-ink);
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

.svc-page__lead {
    font-size: 1rem;
    color: var(--nol-muted);
    margin: 0;
    font-weight: 600;
}

.svc-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

.svc-tile {
    position: relative;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid var(--nol-border);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
    transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}

.svc-tile::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 100% 0%, rgba(var(--nol-gold-rgb), .12) 0%, transparent 70%);
    pointer-events: none;
}

html.rtl .svc-tile::before {
    right: auto;
    left: 0;
    background: radial-gradient(circle at 0% 0%, rgba(var(--nol-gold-rgb), .12) 0%, transparent 70%);
}

.svc-tile:hover {
    background: #fff;
    border-color: rgba(var(--nol-gold-rgb), .35);
    box-shadow: 0 12px 36px rgba(0,0,0,.08);
    transform: translateY(-4px);
}

.svc-tile--hero {
    grid-column: 1 / -1;
    padding: 2.25rem 2rem;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .1) 0%, #fff 100%);
    border-color: rgba(var(--nol-gold-rgb), .25);
}

.svc-tile--hero::before {
    width: 200px;
    height: 200px;
    opacity: 0.9;
}

.svc-tile--hero:hover {
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .14) 0%, #fff 100%);
    border-color: rgba(var(--nol-gold-rgb), .4);
}

.svc-tile__num {
    display: inline-block;
    font-family: 'Cairo', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--nol-gold);
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}

.svc-tile__icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--nol-gold-rgb), .18);
    border: 1px solid rgba(var(--nol-gold-rgb), .35);
    margin-bottom: 1rem;
}

.svc-tile__icon-wrap [class^="flaticon-"],
.svc-tile__icon-wrap [class*=" flaticon-"],
.svc-tile__icon-wrap span {
    color: var(--nol-gold) !important;
    font-size: 1.5rem;
}

.svc-tile--hero .svc-tile__icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 1.85rem;
}

.svc-tile--hero .svc-tile__icon-wrap [class^="flaticon-"],
.svc-tile--hero .svc-tile__icon-wrap [class*=" flaticon-"],
.svc-tile--hero .svc-tile__icon-wrap span {
    font-size: 1.85rem !important;
}

.svc-tile__title {
    font-family: 'Cairo', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--nol-ink);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.svc-tile--hero .svc-tile__title {
    font-size: 1.6rem;
}

.svc-tile__desc {
    font-size: 0.95rem;
    color: var(--nol-muted);
    line-height: 1.7;
    margin: 0;
}

.svc-tile--hero .svc-tile__desc {
    font-size: 1.05rem;
    max-width: 56ch;
}

@media (max-width: 767px) {
    .svc-page {
        padding: 2.5rem 0 3rem;
    }
    .svc-bento {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.75rem;
    }
    .svc-tile--hero {
        padding: 1.75rem 1.25rem;
    }
    .svc-tile {
        padding: 1.5rem 1.25rem;
    }
    .svc-tile__title {
        font-size: 1.15rem;
    }
    .svc-tile--hero .svc-tile__title {
        font-size: 1.4rem;
    }
    .svc-tile__desc {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .svc-page__title {
        font-size: 1.5rem;
    }
    .svc-page__lead {
        font-size: 0.9rem;
    }
    .svc-tile__icon-wrap {
        width: 46px;
        height: 46px;
        font-size: 1.35rem;
    }
    .svc-tile--hero .svc-tile__icon-wrap {
        width: 56px;
        height: 56px;
    }
}

/* ==================================================
   RESPONSIVE
================================================== */
@media(max-width:991px) {
    .section-3 {
        padding: 70px 0;
    }
}

@media(max-width:575px) {
    .section-3 h2 {
        font-size: 30px;
    }

    .service-1 {
        padding: 30px 24px;
    }
}



/* ==================================================
   FORCE SERVICE ICONS COLOR = GOLD
================================================== */

/* أيقونات الفونت */
.service-1-icon span,
.service-1-icon i {
    color: #e4b63b !important;
}

/* أيقونات flaticon تحديدًا */
.service-1-icon [class^="flaticon-"],
.service-1-icon [class*=" flaticon-"] {
    color: #e4b63b !important;
}

/* لو الأيقونة SVG */
.service-1-icon svg {
    fill: #e4b63b !important;
    stroke: #e4b63b !important;
}

/* لو الأيقونة صورة (PNG/SVG img) نخليها متناسقة */
.service-1-icon img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(520%) hue-rotate(4deg) brightness(95%) contrast(92%);
}





/* ======================================================
   NEWS (LUX) - SCOPED ONLY TO .news-section
   - Background like offers container
   - Date between image and title (GREY LUX)
   - Luxury border for card
   - No impact on other sections
====================================================== */

:root{
  --lux-gold:#e4b63b;
  --lux-section:#f1f2f4; /* نفس لون العروض */
  --lux-card:#ffffff;
  --lux-ink:#111;
  --lux-muted:rgba(0,0,0,.62);
  --lux-border:rgba(0,0,0,.08);
}

/* ===== SECTION BG (ONLY NEWS) ===== */
.news-section{
  background: var(--lux-section) !important;
  position: relative;
  overflow: hidden;
}

.news-section::before,
.news-section::after{
  content:none !important;
}

.news-section .container{
  background: transparent !important;
}

/* ===== HEADER ===== */
.news-section .nol-news-head{
  text-align:center;
}

.news-section .nol-news-chip{
  display:inline-flex;
  align-items:center;
  padding:7px 14px;
  border-radius:999px;
  background: rgba(228,182,59,.16);
  border: 1px solid rgba(228,182,59,.35);
  color: var(--lux-ink);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
}

.news-section .nol-news-title{
  margin:14px 0 10px;
  font-size:42px;
  font-weight: 950;
  color: var(--lux-ink);
  letter-spacing: -0.7px;
  line-height: 1.15;
}

.news-section .nol-news-underline{
  width: 92px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, rgba(228,182,59,.95), transparent);
}

.news-section .nol-news-sub{
  font-size: 16px;
  color: var(--lux-muted);
  max-width: 760px;
  margin: 14px auto 0;
  line-height: 1.9;
}

/* ===== CARD WRAPPER (LUX BORDER) ===== */
.news-section .news-card.news-card--lux{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--lux-card);
  border: none;

  /* بوردر فاخر متعدد الطبقات */
  box-shadow:
    0 0 0 1.5px rgba(228,182,59,.35),
    0 18px 55px rgba(0,0,0,.10);

  transition: transform .22s ease, box-shadow .22s ease;
}

.news-section .news-card.news-card--lux:hover{
  transform: translateY(-5px);
  box-shadow:
    0 0 0 2px rgba(228,182,59,.55),
    0 30px 80px rgba(0,0,0,.14),
    0 0 0 6px rgba(228,182,59,.10);
}

/* gold strap */
.news-section .news-card.news-card--lux::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:3px;
  border-radius:999px;
  background: linear-gradient(90deg, transparent, rgba(228,182,59,.95), transparent);
  z-index: 2;
}

/* ===== IMAGE ===== */
.news-section .news-card__img{
  position: relative;
  display:block;
  height: 220px;
  background: #fff;
  overflow:hidden;
}

@media (max-width: 991px){
  .news-section .news-card__img{ height: 205px; }
}
@media (max-width: 767px){
  .news-section .news-card__img{ height: 190px; }
}
@media (max-width: 480px){
  .news-section .news-card__img{ height: 175px; }
}

.news-section .news-card__img img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.news-section .news-card.news-card--lux:hover .news-card__img img{
  transform: scale(1.04);
}

/* shine */
.news-section .news-card__shine{
  position:absolute;
  inset:-60px -120px;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.18) 45%, transparent 70%);
  transform: rotate(12deg);
  pointer-events:none;
  opacity:0;
  transition: opacity .35s ease;
}

.news-section .news-card.news-card--lux:hover .news-card__shine{
  opacity: 1;
}

/* ===== BODY ===== */
.news-section .news-card__body{
  padding: 18px 18px 16px;
}

/* ===== DATE (GREY LUX VERSION) ===== */
.news-section .news-meta{
  display:flex;
  justify-content:center;
  margin-top: -12px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.news-section .news-date.news-date--lux{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 9px 16px;
  border-radius: 999px;

  /* رمادي فخم */
  background: var(--lux-section);

  border: 1.5px solid rgba(228,182,59,.45);
  color: var(--lux-ink);
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: .4px;

  box-shadow:
    0 10px 24px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.6);
}

.news-section .news-date.news-date--lux::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background: rgba(228,182,59,.95);
  box-shadow: 0 0 14px rgba(228,182,59,.35);
}

/* ===== TITLE ===== */
.news-section .news-card__title{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.35;
  color: var(--lux-ink);
  text-align:center;
}

.news-section .news-card__title a{
  color: var(--lux-ink);
  text-decoration:none;
}

.news-section .news-card__title a:hover{
  color: var(--lux-gold);
}

/* ===== TEXT ===== */
.news-section .news-card__text{
  margin:0;
  color: rgba(0,0,0,.64);
  font-size: 14.5px;
  line-height: 1.95;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== RESPONSIVE HEADER ===== */
@media (max-width: 991px){
  .news-section .nol-news-title{ font-size: 36px; }
}
@media (max-width: 767px){
  .news-section .nol-news-title{ font-size: 32px; }
  .news-section .nol-news-sub{ font-size: 15px; }
}







/* ======================================================
   HOW IT WORKS – ULTRA LUX (Scoped)
   Works ONLY inside .how-lux
====================================================== */
.how-lux {
    --gold: #e4b63b;
    --gold-soft: rgba(228,182,59,.82);
    --gold-deep: rgba(202,160,50,.95);
    --bg: #ffffff;
    --chip: #eef0f3;
    --ink: #111;
    --muted: rgba(0,0,0,.60);
    background: var(--bg);
}

/* =========================
   HEAD
========================= */
.how-lux__head {
    text-align: center;
}

.how-lux__title {
    font-family: "Cairo", sans-serif;
    font-size: 40px;
    font-weight: 1000;
    color: var(--ink);
    letter-spacing: -1px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.how-lux__underline {
    width: 96px;
    height: 3px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    box-shadow: 0 10px 26px rgba(228,182,59,.14);
}

.how-lux__sub {
    margin: 0;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.9;
}

/* =========================
   STEPS WRAP
========================= */
.how-lux .how-it-works {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 10px 0;
    flex-wrap: nowrap; /* ✅ مهم: يفضلوا في نفس الصف */
}

    /* الخط الذهبي الخلفي (Desktop) */
    .how-lux .how-it-works::before {
        content: "";
        position: absolute;
        top: 52px;
        left: 10%;
        right: 10%;
        height: 7px;
        border-radius: 999px;
        z-index: 0;
        background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, var(--gold) 55%, rgba(180,130,25,.25) 100% );
        box-shadow: 0 16px 34px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(0,0,0,.06);
    }

    /* =========================
   STEP
========================= */
    .how-lux .how-it-works .step {
        position: relative;
        z-index: 2; /* فوق الخط */
        flex: 1 1 0; /* ✅ كل خطوة تاخد مساحة متساوية */
        min-width: 0;
        text-align: center;
        padding-top: 4px;
    }

        /* =========================
   NUMBER CIRCLE (Metal)
========================= */
        .how-lux .how-it-works .step .number {
            position: relative;
            z-index: 2;
            width: 78px;
            height: 78px;
            margin: 0 auto 12px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 28%, #ffffff 0%, #fbfbfb 38%, #f1f1f1 70%, #ededed 100% );
            border: 2.8px solid rgba(228,182,59,.78);
            box-shadow: 0 26px 70px rgba(0,0,0,.14), inset 0 0 0 9px rgba(228,182,59,.08), inset 0 1px 0 rgba(255,255,255,.75);
            display: grid;
            place-items: center;
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

            /* inner ring */
            .how-lux .how-it-works .step .number::before {
                content: "";
                position: absolute;
                inset: 13px;
                border-radius: 50%;
                border: 1px solid rgba(0,0,0,.05);
            }

            /* الرقم */
            .how-lux .how-it-works .step .number > span {
                font-size: 19px;
                font-weight: 1000;
                letter-spacing: .9px;
                color: #101010;
            }

        /* =========================
   CAPTION CHIP
========================= */
        .how-lux .how-it-works .step .caption {
            display: inline-block;
            max-width: 100%;
            padding: 10px 18px;
            border-radius: 999px;
            background: linear-gradient(180deg, #f6f7f9 0%, #eef0f3 100%);
            border: 1px solid rgba(0,0,0,.07);
            box-shadow: 0 18px 45px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.85);
            font-size: 13px;
            font-weight: 950;
            letter-spacing: .35px;
            color: rgba(0,0,0,.78);
            line-height: 1.2;
            white-space: nowrap; /* ✅ ما ينزلش سطر */
            overflow: hidden;
            text-overflow: ellipsis;
            transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
        }

        /* =========================
   HOVER
========================= */
        .how-lux .how-it-works .step:hover .number {
            transform: translateY(-4px);
            border-color: rgba(228,182,59,.92);
            box-shadow: 0 34px 90px rgba(0,0,0,.18), inset 0 0 0 9px rgba(228,182,59,.11), inset 0 1px 0 rgba(255,255,255,.80);
        }

        .how-lux .how-it-works .step:hover .caption {
            transform: translateY(-2px);
            border-color: rgba(228,182,59,.28);
            background: linear-gradient(180deg, rgba(228,182,59,.14) 0%, rgba(228,182,59,.10) 100%);
            color: #111;
        }

/* ======================================================
   RESPONSIVE (Keep SAME ROW + smaller size/text)
====================================================== */

/* تابلت */
@media (max-width: 991px) {
    .how-lux__title {
        font-size: 34px;
    }

    .how-lux .how-it-works {
        gap: 14px;
        padding-top: 16px;
    }

        /* تصغير الدواير والتكست */
        .how-lux .how-it-works::before {
            top: 44px;
            left: 6%;
            right: 6%;
            height: 6px;
        }

        .how-lux .how-it-works .step .number {
            width: 60px;
            height: 60px;
            border-width: 2.2px;
            box-shadow: 0 18px 50px rgba(0,0,0,.12), inset 0 0 0 7px rgba(228,182,59,.08), inset 0 1px 0 rgba(255,255,255,.75);
        }

            .how-lux .how-it-works .step .number::before {
                inset: 10px;
            }

            .how-lux .how-it-works .step .number > span {
                font-size: 15px;
            }

        .how-lux .how-it-works .step .caption {
            font-size: 11px;
            padding: 8px 12px;
            box-shadow: 0 14px 34px rgba(0,0,0,.07), inset 0 1px 0 rgba(255,255,255,.85);
        }
}

/* موبايل */
@media (max-width: 575px) {
    .how-lux__title {
        font-size: 28px;
    }

    .how-lux__sub {
        font-size: 14px;
    }

    /* ✅ يفضلوا في نفس الصف */
    .how-lux .how-it-works {
        gap: 10px;
        padding: 12px 6px 0;
        flex-wrap: nowrap;
    }

        .how-lux .how-it-works::before {
            top: 38px;
            left: 4%;
            right: 4%;
            height: 5px;
        }

        .how-lux .how-it-works .step .number {
            width: 52px;
            height: 52px;
            border-width: 2px;
            margin-bottom: 10px;
            box-shadow: 0 14px 40px rgba(0,0,0,.10), inset 0 0 0 6px rgba(228,182,59,.08), inset 0 1px 0 rgba(255,255,255,.78);
        }

            .how-lux .how-it-works .step .number::before {
                inset: 9px;
            }

            .how-lux .how-it-works .step .number > span {
                font-size: 13px;
                letter-spacing: .6px;
            }

        .how-lux .how-it-works .step .caption {
            font-size: 10px;
            padding: 7px 10px;
            letter-spacing: .2px;
        }
}




/* ======================================================
   NOL FOOTER – LUX PREMIUM (SCOPED)
   Applies ONLY inside .nol-footer
====================================================== */
.nol-footer {
    --gold: #e4b63b;
    --gold2: #d6ad3a;
    --bg: #0b0c0f; /* أسود فخم مش حاد */
    --panel: rgba(255,255,255,.04);
    --line: rgba(255,255,255,.08);
    --text: rgba(255,255,255,.92);
    --muted: rgba(255,255,255,.62);
    position: relative;
    background: radial-gradient(circle at 18% 10%, rgba(228,182,59,.10), transparent 45%), radial-gradient(circle at 85% 80%, rgba(255,255,255,.05), transparent 55%), linear-gradient(180deg, #0b0c0f 0%, #070709 100%);
    padding: 70px 0 22px;
    overflow: hidden;
}

    .nol-footer::before {
        content: "";
        position: absolute;
        inset: -180px auto auto -220px;
        width: 520px;
        height: 520px;
        background: radial-gradient(circle at 30% 30%, rgba(228,182,59,.18), transparent 62%);
        filter: blur(18px);
        pointer-events: none;
    }

    .nol-footer::after {
        content: "";
        position: absolute;
        inset: auto -180px -220px auto;
        width: 560px;
        height: 560px;
        background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.06), transparent 62%);
        filter: blur(18px);
        pointer-events: none;
    }

    .nol-footer .container {
        position: relative;
        z-index: 1;
    }

/* ===== Top layout ===== */
.nol-footer__top {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.nol-footer__block {
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(228,182,59,.14);
    border-radius: 20px;
    padding: 22px 18px;
    box-shadow: 0 22px 70px rgba(0,0,0,.35);
    position: relative;
    overflow: hidden;
}

    .nol-footer__block::before {
        content: "";
        position: absolute;
        top: 0;
        right: 18px;
        left: 18px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(228,182,59,.95), transparent);
        opacity: .9;
    }

.nol-footer__h {
    color: #fff;
    font-weight: 950;
    font-size: 18px;
    margin: 0 0 14px;
    letter-spacing: .2px;
}

    .nol-footer__h::after {
        content: "";
        display: block;
        width: 58px;
        height: 3px;
        margin-top: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, var(--gold), transparent);
        box-shadow: 0 10px 24px rgba(228,182,59,.22);
    }

.nol-footer__p {
    margin: 0;
    color: var(--muted) !important;
    font-size: 14.5px;
    line-height: 2;
}

/* ===== Links ===== */
.nol-footer__links li {
    margin-bottom: 4px;
}

    .nol-footer__links li:last-child {
        margin-bottom: 0;
    }

.nol-footer__links a {
    color: rgba(255,255,255,.72);
    font-weight: 900;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 10px;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    border: 1px solid transparent;
}

    .nol-footer__links a::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(228,182,59,.70);
        box-shadow: 0 0 16px rgba(228,182,59,.30);
    }

    .nol-footer__links a:hover,
    .nol-footer__links li.active a {
        color: #fff;
        background: rgba(228,182,59,.10);
        border-color: rgba(228,182,59,.22);
        transform: translateX(-2px);
    }

/* ===== Social ===== */
.nol-footer__mid {
    padding-top: 22px;
}

.nol-footer__social {
    margin-top: 18px;
    padding: 18px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(228,182,59,.16);
    box-shadow: 0 26px 85px rgba(0,0,0,.40);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.nol-footer__chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(228,182,59,.14);
    border: 1px solid rgba(228,182,59,.26);
    color: var(--gold);
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .6px;
}

.nol-footer__socialH {
    margin: 10px 0 4px;
    color: #fff;
    font-weight: 1000;
    font-size: 20px;
}

.nol-footer__socialP {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
}

.nol-footer__icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Gold social button */
.nol-social {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.10), rgba(255,255,255,.03));
    border: 1px solid rgba(228,182,59,.28);
    box-shadow: 0 20px 65px rgba(0,0,0,.45);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

    .nol-social:hover {
        transform: translateY(-6px) scale(1.06);
        border-color: rgba(228,182,59,.62);
        background: rgba(228,182,59,.10);
        box-shadow: 0 32px 95px rgba(0,0,0,.55), 0 0 0 6px rgba(228,182,59,.10);
    }

    .nol-social img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        /* ✅ make PNG gold */
        filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(520%) hue-rotate(4deg) brightness(95%) contrast(92%);
        opacity: .98;
        transition: transform .22s ease, opacity .22s ease;
    }

    .nol-social:hover img {
        transform: scale(1.08);
        opacity: 1;
    }

/* ===== Bottom ===== */
.nol-footer__bottom {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    text-align: center;
}

.nol-footer__copy {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .nol-footer {
        padding: 60px 0 20px;
    }

    .nol-footer__social {
        justify-content: center;
        text-align: center;
    }

    .nol-footer__socialText {
        width: 100%;
        text-align: center;
    }

    .nol-footer__icons {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .nol-footer__block {
        padding: 20px 16px;
    }

    .nol-footer__h {
        font-size: 17px;
    }

    .nol-footer__p {
        font-size: 13.8px;
    }

    .nol-social {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

        .nol-social img {
            width: 26px;
            height: 26px;
        }

    .nol-footer__copy {
        font-size: 13px;
    }
}










/* =========================
   OFFERS BADGE (centered + small text)
   ========================= */

.badge-seal--auto {
  position: absolute;
  top: 16px;
  right: 16px;          /* RTL: يمين */
  left: auto;
  z-index: 5;

  width: auto;
  max-width: 220px;
  min-width: 115px;

  padding: 12px 14px;
  border-radius: 18px;

  display: flex;
  flex-direction: column;
  align-items: center;  /* ✅ توسيط أفقي */
  justify-content: center;

  text-align: center;   /* ✅ توسيط النص */
  gap: 4px;

  box-shadow: 0 12px 32px rgba(0,0,0,.20);
  backdrop-filter: blur(2px);

  white-space: normal;
  word-break: break-word;
}

/* topText في سطر لوحده */
.badge-seal__top {
  font-weight: 900;
  font-size: 12px;      /* ✅ صغير */
  letter-spacing: .3px;
  line-height: 1.15;
  opacity: .96;
  text-transform: none;
}

/* علومة إضافية للزقة (من الـ API) */
.badge-seal__extra {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .3px;
  line-height: 1.15;
  margin-top: 1px;
  opacity: .95;
}

/* percent في سطر لوحده */
.badge-seal__percent {
  font-weight: 950;
  font-size: 22px;      /* ✅ واضح بس مش ضخم */
  line-height: 1;
  margin-top: 1px;
}

/* وصف العرض (صغير ومتوسطن) */
.badge-seal__desc {
  font-size: 11px;      /* ✅ صغير */
  line-height: 1.45;
  opacity: .95;

  /* max 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================
   OFFER BOX (header + text) - flashy
   ========================= */

.offer-box {
  margin: 12px 0 14px;
  padding: 14px 14px;
  border-radius: 18px;

  /* ✅ Background مختلف + جذاب */
  background: linear-gradient(135deg, rgba(228,182,59,.18), rgba(0,0,0,.04));
  border: 1px solid rgba(228,182,59,.35);

  position: relative;
  overflow: hidden;

  box-shadow: 0 12px 30px rgba(228,182,59,.10);
}

.offer-box::before {
  content: "";
  position: absolute;
  inset: -40px -40px auto auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(228,182,59,.30), transparent 60%);
  transform: rotate(15deg);
  pointer-events: none;
}

.offer-box::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(0,0,0,.08), transparent 60%);
  pointer-events: none;
}

/* Header ملفت */
.offer-box__header {
  position: relative;
  font-weight: 950;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;

  color: #141414;
}

/* Text مناسب للعروض */
.offer-box__text {
  position: relative;
  font-size: 13.2px;
  line-height: 1.75;
  color: rgba(0,0,0,.70);

  /* clamp 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Chip صغيرة جذابة */
.offer-box__chip {
  position: relative;
  margin-top: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 900;

  padding: 7px 12px;
  border-radius: 999px;

  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.10);

  box-shadow: 0 10px 18px rgba(0,0,0,.06);
}

/* تحسينات على الكارت */
.offer-card__title {
  font-weight: 950;
}

.offer-card__footer .book-now-btn {
  border-radius: 14px;
}

.offer-card__footer .book-now-btn--disabled,
.book-now-btn.book-now-btn--disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 576px) {
  .badge-seal--auto { max-width: 200px; min-width: 105px; }
  .badge-seal__percent { font-size: 20px; }
  .badge-seal__desc { font-size: 10.8px; }
}

.badge-seal--auto{
  border: 1px solid rgba(255,255,255,.25);
}


/* =========================
   OFFERS BADGE (TOP + % ONLY)
   ========================= */

.badge-seal--auto {
  position: absolute;
  top: 18px;
  right: 18px; /* RTL */

  z-index: 5;

  min-width: 90px;
  padding: 10px 14px;

  border-radius: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;     /* توسيط أفقي */
  justify-content: center; /* توسيط رأسي */

  text-align: center;
  gap: 2px;

  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  backdrop-filter: blur(2px);

  border: 1px solid rgba(255,255,255,.25);
}

/* التوب تكست */
.badge-seal__top {
  font-size: 11px;      /* صغير */
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.1;
  opacity: .95;
}

/* النسبة */
.badge-seal__percent {
  font-size: 22px;      /* أكبر من التوب */
  font-weight: 950;
  line-height: 1;
}

/* موبايل */
@media (max-width: 576px) {
  .badge-seal__percent { font-size: 19px; }
  .badge-seal__top { font-size: 10px; }
}

/* =========================
   REVEAL ON SCROLL (عناصر تظهر عند التمرير - تفاعلي)
   ========================= */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-on-scroll.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-on-scroll.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-on-scroll.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-on-scroll.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-on-scroll.reveal-delay-5 { transition-delay: 0.5s; }

/* =========================
   MOBILE RESPONSIVE (تحسينات الموبايل)
   ========================= */
@media (max-width: 991px) {
    .exclusive-offers-section,
    .news-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .section-title-wrapper .main-title,
    .nol-news-title {
        font-size: 28px !important;
    }
    .vision-h {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .ftco-cover-1 .container .row {
        min-height: 280px;
    }
    .vision-grid {
        gap: 1rem;
    }
    .nol-booking-card__header,
    .nol-form-card__header {
        padding: 18px 16px;
    }
    .contact-modern-grid,
    .career-grid {
        grid-template-columns: 1fr;
    }
    .site-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .navbar-logo {
        height: 36px !important;
    }
    .trip-form {
        margin-top: -50px;
    }
    .main-title,
    .nol-news-title {
        font-size: 24px !important;
    }
    .exclusive-carousel .car-content {
        padding: 12px 14px;
    }
    .news-section .news-card__img {
        height: 180px;
    }
}

/* =========================
   ABOUT PAGE – من نحن (مودرن، ألوان الموقع)
   ========================= */
.about-page {
    --about-gold: var(--nol-gold);
    --about-ink: var(--nol-ink);
    --about-muted: var(--nol-muted);
    --about-bg: #fff;
    --about-bg-alt: var(--lux-section);
}

.about-page .about-section {
    padding: 4rem 0;
    background: var(--about-bg) !important;
}

.about-page .about-section--alt {
    background: var(--about-bg-alt) !important;
}

.about-page .about-block {
    gap: 2rem;
}

/* صورة مع إطار وظهر مودرن */
.about-page .about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.06);
}

.about-page .about-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--about-gold), transparent);
    z-index: 2;
}

.about-page .about-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.about-page .about-img-wrap:hover .about-img {
    transform: scale(1.02);
}

/* المحتوى النصي */
.about-page .about-content {
    text-align: right;
    direction: rtl;
}

.about-page .about-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(var(--nol-gold-rgb), .18);
    border: 1px solid rgba(var(--nol-gold-rgb), .4);
    color: var(--about-ink);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.about-page .about-title {
    font-family: 'Cairo', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--about-ink);
    margin: 0 0 12px;
    line-height: 1.25;
}

.about-page .about-underline {
    width: 70px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-gold), transparent);
    margin-bottom: 20px;
}

.about-page .about-lead {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--about-muted);
    margin: 0 0 24px;
}

/* قائمة القيم */
.about-page .about-values {
    margin: 0;
    padding: 0;
}

.about-page .about-values li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--about-ink);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.about-page .about-values li:last-child {
    border-bottom: none;
}

.about-page .about-value-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--about-gold);
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(var(--nol-gold-rgb), .25);
}

/* مميزات رسالتنا (أرقام) */
.about-page .about-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-page .about-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
    font-weight: 700;
    font-size: 15px;
    color: var(--about-ink);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about-page .about-feature:hover {
    transform: translateX(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    border-color: rgba(var(--nol-gold-rgb), .25);
}

html.rtl .about-page .about-feature:hover {
    transform: translateX(4px);
}

.about-page .about-feature-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(var(--nol-gold-rgb), .2), rgba(var(--nol-gold-rgb), .08));
    color: var(--about-gold);
    font-weight: 900;
    font-size: 14px;
}

/* ريسبونسف صفحة من نحن */
@media (max-width: 991px) {
    .about-page .about-section {
        padding: 3rem 0;
    }
    .about-page .about-title {
        font-size: 1.65rem;
    }
    .about-page .about-block .order-lg-1 {
        order: 1;
    }
    .about-page .about-block .order-lg-2 {
        order: 2;
    }
}

@media (max-width: 767px) {
    .about-page .about-section {
        padding: 2.5rem 0;
    }
    .about-page .about-title {
        font-size: 1.45rem;
    }
    .about-page .about-lead {
        font-size: 1rem;
    }
    .about-page .about-content {
        text-align: right;
    }
    .about-page .about-feature {
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-page .about-title {
        font-size: 1.3rem;
    }
    .about-page .about-values li {
        font-size: 14px;
    }
}

/* =========================
   FLEET PAGE – كروت الأسطول (ألوان رئيسية + ريسبونسف + ريال بنفس فونت السعر)
   ========================= */
/* الكارد الرئيسي – حصري وجذاب */
.modern-car-card-horizontal {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    border: 1px solid rgba(var(--nol-gold-rgb), .15);
    display: flex;
    flex-direction: row;
    min-height: 200px;
    max-height: 320px;
}

.modern-car-card-horizontal:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(0,0,0,.12), 0 0 0 2px rgba(var(--nol-gold-rgb), .25);
    border-color: rgba(var(--nol-gold-rgb), .4);
}

.modern-car-card-horizontal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--nol-gold), transparent);
    z-index: 2;
}

/* منطقة الصورة */
.car-image-section {
    position: relative;
    width: 35%;
    min-height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--lux-section) 0%, #e8eaee 100%);
}

.car-image-horizontal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.modern-car-card-horizontal:hover .car-image-horizontal {
    transform: scale(1.08);
}

/* شارة متاحة / غير متاحة */
.available-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #1a7f37 0%, #28a745 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Cairo', sans-serif;
    box-shadow: 0 4px 16px rgba(40,167,69,.35);
    letter-spacing: .3px;
}

.unavailable-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Cairo', sans-serif;
    box-shadow: 0 4px 16px rgba(220,38,38,.35);
    letter-spacing: .3px;
}

/* محتوى الكارد */
.car-content-section {
    width: 65%;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, #fff 0%, var(--lux-section) 100%);
}

.car-header-horizontal { margin-bottom: 10px; }

.title-section {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.car-name-horizontal {
    font-family: 'Cairo', sans-serif;
    font-size: 1.65rem;
    font-weight: 900;
    color: var(--nol-ink);
    margin: 0;
    letter-spacing: -.5px;
    line-height: 1.2;
}

.car-year-text {
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: var(--nol-muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* المواصفات */
.car-specs-horizontal {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 10px 12px;
    margin: 8px 0;
    background: rgba(var(--nol-gold-rgb), .06);
    border-radius: 14px;
    justify-content: space-evenly;
    border: 1px solid rgba(var(--nol-gold-rgb), .12);
}

.spec-item-horizontal {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    transition: all .25s ease;
    border-radius: 10px;
}

.spec-item-horizontal:hover {
    background: rgba(var(--nol-gold-rgb), .12);
    transform: translateY(-2px);
}

.spec-icon-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.08));
    transition: transform .25s ease;
}

.spec-item-horizontal:hover .spec-icon-img {
    transform: scale(1.06);
}

.spec-info { display: flex; flex-direction: column; gap: 0; }

.spec-value {
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: var(--nol-ink);
    line-height: 1.15;
}

.spec-label {
    font-size: 10px;
    color: var(--nol-muted);
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1.2;
}

.spec-divider {
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.12), transparent);
}

/* الفوتر: العمر + السعر + الزر */
.car-footer-horizontal {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.footer-info-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.footer-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.1), transparent);
    border-radius: 1px;
}

/* الحد الأدنى للعمر */
.minage-section-horizontal {
    min-width: 160px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    direction: rtl;
    text-align: right;
}

.minage-label {
    font-family: 'Cairo', sans-serif;
    font-size: 11px;
    color: var(--nol-muted);
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1;
}

.minage-display {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.minage-display i {
    color: var(--nol-gold);
    font-size: 13px;
}

.minage-amount {
    font-family: 'Cairo', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: var(--nol-ink);
    letter-spacing: -.4px;
}

.minage-unit {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: var(--nol-muted);
}

/* السعر – الرقم وكلمة "ريال" بنفس الفونت (Cairo) ليكونان وحدة واحدة */
.price-section-horizontal {
    min-width: 180px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    display: flex;
    align-items: center;
}

.price-value-horizontal { display: flex; align-items: center; }

.price-wrapper { display: flex; flex-direction: column; gap: 4px; }

.price-label {
    font-family: 'Cairo', sans-serif;
    font-size: 11px;
    color: var(--nol-muted);
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1;
}

.price-display {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

/* السعر – لون واضح؛ ريال بفونت عملة مالية */
.price-amount {
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    letter-spacing: -.5px;
    line-height: 1;
    color: var(--nol-ink);
    font-size: 1.6rem;
}

.currency {
    font-family: 'Tajawal', 'Cairo', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 1;
    color: var(--nol-gray);
}

.price-empty .price-label,
.price-empty .price-amount,
.price-empty .currency { visibility: hidden; }

/* زر احجز الآن – نفس ستايل فورم الحجز (ذهبي) */
.btn-book-now-horizontal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--nol-gold);
    color: var(--nol-ink);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 14px;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 14px 34px rgba(var(--nol-gold-rgb), .25);
    letter-spacing: .3px;
    white-space: nowrap;
    margin-right: auto;
}

.btn-book-now-horizontal:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(var(--nol-gold-rgb), .35);
    color: var(--nol-ink);
    background: var(--nol-gold);
    border-color: rgba(0,0,0,.1);
    text-decoration: none;
}

.btn-book-now-horizontal--disabled {
    background: #9ca3af;
    color: #4b5563;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.btn-book-now-horizontal--disabled:hover {
    transform: none;
    box-shadow: none;
}

.btn-book-now-horizontal i { font-size: 1.1rem; }

/* حاوية الأسطول – منع overflow على الموبايل */
@media (max-width: 768px) {
    .site-section.bg-light.reveal-on-scroll {
        overflow-x: hidden;
    }
    .site-section.bg-light .container[dir="rtl"] .row {
        margin-left: 0;
        margin-right: 0;
    }
    .site-section.bg-light .container[dir="rtl"] .row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 100%;
    }
}

/* ريسبونسف كروت الأسطول – الكارد كامل يظهر في الشاشة */
@media (max-width: 992px) {
    .modern-car-card-horizontal { max-height: 280px; }
    .car-image-section { width: 32%; min-height: 180px; }
    .car-content-section { padding: 18px 20px; }
    .car-name-horizontal { font-size: 1.45rem; }
    .minage-section-horizontal { min-width: 140px; }
    .minage-amount { font-size: 1.25rem; }
    .price-amount { font-size: 1.45rem; }
    .currency { font-size: 0.95rem; }
    .btn-book-now-horizontal { padding: 12px 22px; font-size: 0.95rem; }
}

@media (max-width: 768px) {
    .site-section.bg-light .container[dir="rtl"] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .modern-car-card-horizontal {
        flex-direction: column;
        min-height: auto;
        max-height: none;
    }
    .modern-car-card-horizontal::before { height: 3px; }
    .car-image-section {
        width: 100%;
        height: 200px;
        min-height: 200px;
    }
    .car-content-section {
        width: 100%;
        padding: 14px 16px;
    }
    .car-name-horizontal { font-size: 1.25rem; }
    .car-year-text { font-size: 12px; }
    .car-specs-horizontal {
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 8px;
        margin: 6px 0;
    }
    .spec-divider { display: none; }
    .spec-item-horizontal {
        flex: 1 1 calc(50% - 8px);
        min-width: 90px;
        padding: 6px 8px;
    }
    .spec-icon-img { width: 20px; height: 20px; }
    .spec-value { font-size: 12px; }
    .spec-label { font-size: 9px; }
    .car-footer-horizontal {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        padding-top: 10px;
        border-top-width: 1px;
    }
    .footer-info-group {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    .footer-divider { display: block; width: 1px; min-height: 36px; }
    .minage-section-horizontal,
    .price-section-horizontal {
        min-width: 0;
        flex: 1 1 140px;
        padding: 8px 10px;
    }
    .minage-amount { font-size: 1.1rem; }
    .minage-label,
    .price-label { font-size: 10px; }
    .price-amount { font-size: 1.25rem; }
    .currency { font-size: 0.85rem; }
    .btn-book-now-horizontal {
        width: 100%;
        margin: 0;
        padding: 14px 16px;
        font-size: 0.95rem;
    }
}

/* موبايل صغير – كارد مضغوط ليكون كامل في الشاشة */
@media (max-width: 480px) {
    .site-section.bg-light .container[dir="rtl"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-12.mb-4 {
        margin-bottom: 1rem !important;
    }
    .modern-car-card-horizontal {
        border-radius: 16px;
    }
    .car-image-section {
        height: 165px;
        min-height: 165px;
    }
    .car-content-section {
        padding: 12px 14px;
    }
    .car-header-horizontal { margin-bottom: 6px; }
    .car-name-horizontal { font-size: 1.1rem; line-height: 1.25; }
    .car-year-text { font-size: 11px; }
    .car-specs-horizontal {
        padding: 8px 6px;
        margin: 4px 0;
        gap: 6px;
    }
    .spec-item-horizontal {
        min-width: 80px;
        padding: 5px 6px;
    }
    .spec-icon-img { width: 18px; height: 18px; }
    .spec-value { font-size: 11px; }
    .spec-label { font-size: 8px; }
    .car-footer-horizontal {
        gap: 8px;
        padding-top: 8px;
    }
    .minage-section-horizontal,
    .price-section-horizontal {
        padding: 6px 8px;
    }
    .minage-amount { font-size: 1rem; }
    .minage-unit { font-size: 11px; }
    .price-amount { font-size: 1.1rem; }
    .currency { font-size: 0.8rem; }
    .btn-book-now-horizontal {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
    .available-badge,
    .unavailable-badge {
        top: 8px;
        right: 8px;
        padding: 4px 10px;
        font-size: 11px;
    }
}

/* شاشات صغيرة جداً – أقصى ضغط */
@media (max-width: 360px) {
    .car-image-section {
        height: 150px;
        min-height: 150px;
    }
    .car-content-section { padding: 10px 12px; }
    .car-name-horizontal { font-size: 1rem; }
    .car-specs-horizontal { padding: 6px 4px; }
    .spec-item-horizontal { min-width: 70px; }
    .footer-info-group { flex-direction: column; }
    .footer-divider { display: none; }
}

/* صندوق بحث وفلترة الأسطول */
.fleet-search-wrap {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(var(--nol-gold-rgb), .2);
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.fleet-search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
}

.fleet-search-field {
    flex: 1 1 200px;
    min-width: 0;
}

.fleet-search-label {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--nol-ink);
    margin-bottom: 6px;
}

.fleet-search-input,
.fleet-search-select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: var(--nol-ink);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fleet-search-input:focus,
.fleet-search-select:focus {
    outline: none;
    border-color: var(--nol-gold);
    box-shadow: 0 0 0 3px rgba(var(--nol-gold-rgb), .18);
}

.fleet-search-input::placeholder {
    color: var(--nol-muted);
}

.fleet-search-clear {
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.15);
    background: var(--lux-section);
    color: var(--nol-ink);
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.fleet-search-clear:hover {
    background: rgba(var(--nol-gold-rgb), .12);
    border-color: rgba(var(--nol-gold-rgb), .3);
}

.fleet-search-result-count {
    margin: 12px 0 0;
    font-size: 14px;
    color: var(--nol-muted);
    font-weight: 600;
}

/* ريسبونسف صندوق البحث – تابلت */
@media (max-width: 768px) {
    .fleet-search-wrap {
        padding: 1rem 1.25rem;
        margin-bottom: 1.25rem;
        border-radius: 16px;
    }
    .fleet-search-row {
        gap: 0.75rem;
    }
    .fleet-search-field {
        flex: 1 1 100%;
    }
    .fleet-search-input,
    .fleet-search-select {
        height: 46px;
        font-size: 16px; /* يمنع zoom على iOS */
    }
    .fleet-search-clear {
        width: 100%;
        padding: 12px 16px;
    }
    .fleet-search-result-count {
        font-size: 13px;
        margin-top: 10px;
    }
}

/* ريسبونسف صندوق البحث – موبايل */
@media (max-width: 480px) {
    .fleet-search-wrap {
        padding: 12px 14px;
        margin-bottom: 1rem;
        border-radius: 14px;
    }
    .fleet-search-label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .fleet-search-input,
    .fleet-search-select {
        height: 44px;
        padding: 0 14px;
        font-size: 15px;
        border-radius: 10px;
    }
    .fleet-search-clear {
        padding: 11px 14px;
        font-size: 13px;
        border-radius: 10px;
    }
    .fleet-search-result-count {
        font-size: 12px;
        margin-top: 8px;
    }
}

/* ريسبونسف صندوق البحث – شاشات صغيرة جداً */
@media (max-width: 360px) {
    .fleet-search-wrap {
        padding: 10px 12px;
    }
    .fleet-search-input,
    .fleet-search-select {
        height: 42px;
        padding: 0 12px;
        font-size: 14px;
    }
}

/* =========================
   GLOBAL MOBILE RESPONSIVE – كل الصفحات (موحد مثل صفحة الأسطول)
   ========================= */

/* تابلت وأقل */
@media (max-width: 768px) {
    body,
    .site-wrap {
        overflow-x: hidden;
    }
    .site-wrap .container,
    .site-section .container,
    .nol-footer .container {
        padding-left: 14px;
        padding-right: 14px;
        max-width: 100%;
    }
    .site-wrap .container .row,
    .site-section .container .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .site-wrap .container .row [class*="col-"],
    .site-section .container .row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .site-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    /* الهيرو */
    .ftco-cover-1 .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .ftco-cover-1 .container .row {
        min-height: 260px;
    }
    .vision-premium {
        padding: 1rem 0;
    }
    .vision-h {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .vision-p {
        font-size: 0.95rem;
    }
    /* الفورمات */
    .trip-form {
        padding: 20px 16px;
    }
    .nol-booking-card__body,
    .nol-form-card__body,
    .mcard__body,
    .career-card__body {
        padding: 18px 16px;
    }
    .contact-modern-grid .mcard,
    .career-wrap .career-card {
        margin-bottom: 1rem;
    }
    /* الخدمات */
    .section-3 {
        padding: 2.5rem 0;
    }
    .section-3 h2 {
        font-size: 1.65rem;
    }
    .service-1 {
        padding: 24px 20px;
    }
    /* كيف تفعلها */
    .how-lux__title {
        font-size: 1.5rem;
    }
    .how-lux .how-it-works .step .caption {
        font-size: 11px;
    }
    /* الفوتر */
    .nol-footer__top .row [class*="col-"] {
        margin-bottom: 1rem;
    }
    .nol-footer__block {
        margin-bottom: 0.5rem;
    }
}

/* موبايل */
@media (max-width: 480px) {
    .site-wrap .container,
    .site-section .container,
    .nol-footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .site-wrap .container .row,
    .site-section .container .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .site-wrap .container .row [class*="col-"],
    .site-section .container .row [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .site-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .ftco-cover-1 .container .row {
        min-height: 220px;
    }
    .vision-h {
        font-size: 1.35rem;
    }
    .vision-chip {
        font-size: 11px;
        padding: 6px 12px;
    }
    .trip-form {
        padding: 16px 12px;
        margin-top: -40px;
    }
    .trip-form h3 {
        font-size: 1.15rem;
    }
    .section-3 h2 {
        font-size: 1.4rem;
    }
    .section-3 .services-sub {
        font-size: 14px;
    }
    .service-1 {
        padding: 20px 16px;
    }
    .service-1-contents h3 {
        font-size: 1.1rem;
    }
    .how-lux__title {
        font-size: 1.3rem;
    }
    .how-lux__sub {
        font-size: 13px;
    }
    .exclusive-offers-section .main-title,
    .nol-news-title {
        font-size: 1.35rem !important;
    }
    .nol-news-sub,
    .section-description {
        font-size: 14px;
    }
    .nol-footer__h {
        font-size: 1rem;
    }
    .nol-footer__p {
        font-size: 13px;
    }
    /* زر عرض المزيد */
    .nol-btn-load-more {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}

/* شاشات صغيرة جداً */
@media (max-width: 360px) {
    .site-wrap .container,
    .site-section .container,
    .nol-footer .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .site-wrap .container .row,
    .site-section .container .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .site-wrap .container .row [class*="col-"],
    .site-section .container .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-section {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .vision-h {
        font-size: 1.2rem;
    }
    .trip-form {
        padding: 14px 10px;
    }
    .section-3 h2 {
        font-size: 1.25rem;
    }
    .how-lux__title {
        font-size: 1.15rem;
    }
}

/* =========================
   ريسبونسف: صفحة الفروع، اتصل بنا، الوظائف، من نحن (موبايل)
   ========================= */
@media (max-width: 992px) {
    .branches-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .branches-toolbar > div {
        min-width: 100% !important;
    }
    #mapContainer {
        height: 380px;
    }
    .branch-cards-grid {
        grid-template-columns: 1fr;
    }
    .ftco-cover-1 .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .vision-premium {
        padding: 24px 18px;
    }
    .vision-h {
        font-size: 1.75rem;
    }
    .about-section .about-block {
        flex-direction: column;
    }
    .about-section .about-img-wrap {
        max-width: 100%;
    }
    .about-section .about-content {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .branches-toolbar {
        padding: 1rem;
    }
    #mapContainer {
        height: 320px;
        border-radius: 10px;
    }
    .branch-card .branch-card-body {
        padding: 1.25rem;
    }
    .branch-card .branch-card-title {
        font-size: 1.15rem;
    }
    .branch-cards-title {
        font-size: 1.2rem;
        margin: 1.5rem 0 1rem;
    }
    .vision-premium {
        padding: 20px 14px;
    }
    .vision-h {
        font-size: 1.5rem;
    }
    .vision-p {
        font-size: 0.95rem;
    }
    .contact-modern-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
    .about-section .about-title {
        font-size: 1.4rem;
    }
    .about-section .about-lead {
        font-size: 0.95rem;
    }
    .career-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 576px) {
    .site-section.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .branches-toolbar {
        padding: 0.75rem;
    }
    #mapContainer {
        height: 280px;
    }
    .branch-card .branch-card-img-wrap {
        height: 180px;
    }
    .branch-card .branch-card-body {
        padding: 1rem;
    }
    .vision-premium {
        padding: 16px 12px;
        border-radius: 20px;
    }
    .vision-h {
        font-size: 1.35rem;
    }
    .vision-chip {
        font-size: 12px;
        padding: 6px 12px;
    }
}
