:root {
    --primary-color: #0069B3;
    --primary-hover: #005b99;
    --secondary-color: #f8fbff;
    --dark-color: #0c2340;
    --accent-color: #129BDB;
    --hero-start: #0069B3;
    --hero-end: #129BDB;
    --hero-base-start: #030712;
    --hero-base-mid: #081427;
    --hero-base-end: #0c2340;
    --section-dark-start: #061020;
    --section-dark-end: #0c2340;
    --section-soft-start: #081428;
    --section-soft-end: #0069B3;
    --footer-accent-start: #0069B3;
    --footer-accent-mid: #129BDB;
    --footer-accent-end: #0069B3;
    --focus-shadow: rgba(18, 155, 219, 0.35);
    --transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
    background: var(--secondary-color);
}

a {
    color: inherit;
}

/* 1. تعريف الأوزان الأربعة للخط */

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Medium-4.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/ArbFONTS-DINNextLTArabic-LIGHT-2-2.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


body {
    font-family: 'DIN Next LT Arabic', sans-serif !important;
}

h1, h2, h3, .section-title, .brand-text {
    font-family: 'DIN Next LT Arabic', sans-serif !important;
    font-weight: 500 !important;
}

.nav-link, .btn, .brand-title {
    font-weight: 500 !important;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid rgba(18, 155, 219, 0.08);
}

.nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-weight: 700;
    color: var(--dark-color);
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

.brand-text {
    font-size: 1.05rem;
}

.site-nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.site-nav a {
    text-decoration: none;
    font-weight: 600;
    color: rgba(12, 35, 64, 0.8);
    transition: var(--transition);
}

.site-nav a:hover {
    color: var(--primary-color);
}

.site-language-switcher {
    margin-inline-start: auto;
}

.language-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-btn {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(18, 155, 219, 0.2);
    background: #ffffff;
    color: var(--dark-color);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.language-btn:hover,
.language-btn:focus {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.language-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.mobile-nav-actions {
    display: none;
    align-items: center;
    gap: 8px;
}

.mobile-icon-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(18, 155, 219, 0.22);
    background: #ffffff;
    color: var(--dark-color);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
}

.mobile-icon-btn:hover,
.mobile-icon-btn:focus {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.hero-section {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at top left, rgba(18, 155, 219, 0.24), transparent 25%),
    radial-gradient(circle at bottom right, rgba(0, 105, 179, 0.22), transparent 30%),
    linear-gradient(135deg, var(--hero-base-start) 0%, var(--hero-base-mid) 45%, var(--hero-base-end) 100%);
}

.hero-section.has-hero-image {
    background: #F7F9FC;
    min-height: 820px;
    height: clamp(820px, 100vh, 1300px);
}

.hero-section.has-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

.hero-section.has-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hero-image) center center / cover no-repeat;
    z-index: 0;
    transform-origin: center;
}

html[dir="rtl"] .hero-section.has-hero-image::after {
    transform: none;
}

html[dir="rtl"] .hero-section.has-hero-image::before {
    background: transparent;
}

.hero-section.has-hero-image .hero-title,
.hero-section.has-hero-image .hero-subtitle,
.hero-section.has-hero-image .hero-badge {
    color: #0c2340 !important;
}

.hero-section.has-hero-image .hero-title {
    -webkit-text-fill-color: #0c2340 !important;
    text-shadow: none;
}

.hero-section.has-hero-image .hero-subtitle {
    color: #35587d !important;
}

.hero-section.has-hero-image .hero-badge {
    color: #0b3158 !important;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(12, 35, 64, 0.16);
}

.hero-grid {
    position: absolute;
    inset: 0;

    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
    opacity: 0.12; /* تقليل الشفافية قليلاً لتبدو أكثر غموضاً */
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.7;
    animation: heroFloat 12s ease-in-out infinite;
}

.hero-orb-one {
    width: 320px;
    height: 320px;
    top: 8%;
    left: 8%;
    background: rgba(18, 155, 219, 0.38);
}

.hero-orb-two {
    width: 380px;
    height: 380px;
    right: 6%;
    bottom: 10%;
    background: rgba(0, 105, 179, 0.34);
    animation-delay: 2s;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-inner.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: clamp(20px, 4vw, 72px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-glass {
    animation: fadeInUp 1s ease-out forwards;
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    background: none;
    border: none;
    backdrop-filter: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-copy {
    width: min(70vw, 800px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-90px);
}

html[dir="rtl"] .hero-copy {
    width: min(70vw, 800px);
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center;
}

html[dir="rtl"] .hero-glass {
    display: flex;
    justify-content: center;
}

html[dir="rtl"] .hero-inner {
    justify-content: center;
}

.hero-badge,
.section-kicker {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.8rem 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

html[lang^="ar"] .hero-badge,
html[lang^="ar"] .section-kicker {
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 700 !important;
}

html[lang^="ar"] .hero-badge {
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    word-spacing: normal !important;
}

.hero-title {
    background: none;
    -webkit-text-fill-color: #0c2340;
    color: #0c2340;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 0.9rem;
    letter-spacing: normal;
    font-feature-settings: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-title strong,
.hero-title b,
.hero-title .highlight,
.hero-title .accent {
    color: #0069B3;
    -webkit-text-fill-color: #0069B3;
}

html[lang^="ar"] .hero-title {
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    font-weight: 500 !important;
    line-height: 1.16;
    font-kerning: normal;
    font-feature-settings: normal !important;
    text-rendering: optimizeLegibility;
}

.hero-subtitle {
    font-size: 0.90rem;
    color: rgba(255, 255, 255, 0.82);
    color: #4a5568;
    margin: 0 auto 1.5rem;
    max-width: 720px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 1366px) {
    .hero-copy {
        max-width: 50%;
    }

    .hero-section.has-hero-image {
        min-height: 700px;
        height: clamp(700px, 100vh, 980px);
    }

    .hero-title {
        font-size: 1rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.78rem;
        max-width: 34ch; /* forces more wrapping */
        line-height: 1.55;
    }

    html[lang^="ar"] .hero-subtitle {
        max-width: 28ch;
        line-height: 1.7;
    }
}

@media (max-width: 1600px) {
    html[lang^="ar"] .hero-subtitle {
        max-width: 65ch;
        line-height: 1.7;
    }
}

.hero-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

html[dir="rtl"] .hero-actions {
    justify-content: center;
}

.hero-actions .btn-primary {
    padding: 12px 34px;
    box-shadow: 0 8px 20px rgba(0, 105, 179, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 105, 179, 0.32);
}

.btn {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: var(--transition);
}

.btn-primary {
    background: #0069B3; /* لونك الأساسي الصريح */
    padding: 15px 50px;
    font-size: 1rem;
    border-radius: 12px; /* زوايا أقل حدة لتناسب الكارت */
    box-shadow: 0 10px 20px rgba(0, 105, 179, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    transform: translateY(-3px);
    background: #005696;
    box-shadow: 0 15px 25px rgba(0, 105, 179, 0.4);
}

.landing-band {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
    background: linear-gradient(180deg, var(--section-dark-start) 0%, var(--section-dark-end) 100%);
}

.landing-band-soft {
    background: linear-gradient(180deg, var(--section-soft-start) 0%, var(--section-soft-end) 100%);
}

.landing-band-light {
    background: #ffffff !important; /* لون واحد نظيف */
    padding: 4rem 0 !important;
}

#clients.landing-band-light {
    background: #DCEEFF !important;
}

/* Vouchers section custom background */
#brands.landing-band {
    background: #F7F9FC !important;
}

#brands .container {
    width: min(1440px, calc(100% - 32px));
}

#brands .section-title,
#brands .section-copy {
    text-align: center; /* توسيط النصوص */
    color: #0c2340 !important;
}

#brands .section-kicker {
    display: table; /* أو inline-block */
    margin: 0 auto 15px auto; /* هذا هو السر! margin auto يضعه في المنتصف */
    text-align: center;
    color: #0b3158 !important;
    background: rgba(0, 105, 179, 0.08);
    border-color: rgba(0, 105, 179, 0.18);
    padding: 6px 16px; /* تأكدي من إضافة padding لكي يظهر كبسولة */
    border-radius: 50px;
}

.section-glass {
    position: relative;
    border-radius: 28px;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.section-glass-center {
    max-width: 920px;
    margin: 0 auto;
}

.section-glass-unified {
    background: #ffffff !important;
    border-radius: 32px !important; /* زوايا دائرية فخمة كما في الصورة */
    padding: 4.5rem 3.25rem !important; /* bigger container feel */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 105, 179, 0.08) !important;
    margin-bottom: 2rem;
}

.filter-sidebar {
    border-right: 1px solid #f0f3f7;
    padding-right: 20px;
}

.brands-section {
    overflow: visible;
}

.sticky-filter-wrapper {
    position: sticky;
    top: 100px;
    z-index: 1;
}

.voucher-filter-sticky {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.mobile-filter-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
    top: 0 !important;
    background: #F7F9FC;
    color: #0c2340;
}

.row > .mobile-filter-drawer {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile-filter-drawer .offcanvas-header {
    border-bottom: 1px solid rgba(12, 35, 64, 0.12);
}

.mobile-filter-drawer .offcanvas-title {
    color: #0c2340;
}

.mobile-filter-drawer .btn-close {
    filter: none;
}

.mobile-filter-drawer .airbnb-filter-sidebar {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.mobile-filter-drawer .voucher-filter-form .filter-segment .d-flex {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
}

.mobile-filter-drawer .voucher-filter-form .search-box {
    padding: 12px 16px;
    min-width: 100%;
    border: 1px solid rgba(12, 35, 64, 0.12) !important;
    border-radius: 12px;
    background: #ffffff;
}

.mobile-filter-drawer .voucher-filter-form .search-box i {
    color: rgba(12, 35, 64, 0.55);
}

.mobile-filter-drawer .voucher-filter-form .inline-search-input {
    color: #0c2340;
}

.mobile-filter-drawer .voucher-filter-form .inline-search-input::placeholder {
    color: rgba(12, 35, 64, 0.48);
}

.mobile-filter-drawer .voucher-filter-form .airbnb-chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(12, 35, 64, 0.10);
    color: #0c2340;
}

.mobile-filter-drawer .voucher-filter-form .airbnb-chip.is-active {
    color: #ffffff;
    background: #0069B3;
    border-color: #0069B3;
}

.mobile-filter-drawer .voucher-filter-form .airbnb-chip.is-active::after {
    display: none;
}

.mobile-filter-drawer .voucher-filter-form .airbnb-divider {
    background: rgba(12, 35, 64, 0.14);
}

.mobile-filter-drawer .voucher-filter-form .text-muted {
    color: rgba(12, 35, 64, 0.72) !important;
}

.mobile-filter-drawer .voucher-filter-form .airbnb-reset {
    border-color: rgba(12, 35, 64, 0.16);
    color: #0c2340;
    background: #ffffff;
}

.mobile-filter-drawer .voucher-filter-form .filter-search-row {
    align-items: stretch;
}

.mobile-filter-drawer .voucher-filter-form .filter-search-row .search-box {
    min-width: 0;
    flex: 1;
}

.mobile-filter-drawer .voucher-filter-form .filter-reset-btn {
    width: auto;
    min-width: 96px;
    height: 42px;
    border-radius: 12px;
    padding: 0 12px;
    justify-content: center;
}

.mobile-filter-drawer .voucher-filter-form .filter-reset-label {
    font-size: 0.84rem;
}

.mobile-filter-drawer .voucher-filter-form .airbnb-reset:hover {
    border-color: #7dd3fc;
    color: #ffffff;
    background: rgba(18, 155, 219, 0.24);
}

.landing-band-light .section-glass {
    background: transparent !important; /* إلغاء الخلفية البيضاء للصندوق */
    border: none !important; /* إزالة الحدود */
    box-shadow: none !important; /* إزالة الظل الذي يسبب الـ Tilts */
    padding-top: 2rem;
    backdrop-filter: none !important;
}

.section-kicker {
    display: inline-flex !important;
    align-self: flex-start !important;
    width: auto !important;

    /* 2. Make the bubble look smaller and cleaner */
    padding: 6px 16px !important;
    font-size: 12px !important;
    line-height: 1;

    /* 3. Visual styling */
    border-radius: 50px; /* Makes it a pill shape */
    white-space: nowrap;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
}


:root {
    --title-size-desktop: clamp(2rem, 2.8vw, 2.6rem);
    --title-size-laptop: clamp(1.8rem, 2.6vw, 2.25rem);
    --title-size-mobile: clamp(1.45rem, 6vw, 1.9rem);
}

.hero-title,
.section-title,
.voucherly-feature-section .voucherly-title,
.voucherly-title,
.channels-title,
#contact .contact-title,
#contact .contact-form-title {
    font-size: var(--title-size-desktop) !important;
}

@media (max-width: 1366px) {
    .hero-title,
    .section-title,
    .voucherly-feature-section .voucherly-title,
    .voucherly-title,
    .channels-title,
    #contact .contact-title,
    #contact .contact-form-title {
        font-size: var(--title-size-laptop) !important;
    }
}

@media (max-width: 991px) {
    .hero-title,
    .section-title,
    .voucherly-feature-section .voucherly-title,
    .voucherly-title,
    .channels-title,
    #contact .contact-title,
    #contact .contact-form-title {
        font-size: var(--title-size-mobile) !important;
    }
}

.section-copy {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.9;
}

.landing-band .section-kicker,
.landing-band .section-title,
.landing-band .section-copy {
    color: #ffffff;
}

.landing-band-light .section-kicker,
.landing-band-light .section-title,
.landing-band-light .section-copy {
    color: #0c2340;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 1.75rem;
}

.brand-scroller {
    width: 100%;
}

.brand-scroller::-webkit-scrollbar {
    height: 8px;
}

.brand-scroller::-webkit-scrollbar-thumb {
    background: rgba(18, 155, 219, 0.35);
    border-radius: 999px;
}

.brand-scroller .brand-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    width: max-content;
    gap: 18px;
    margin-top: 1.75rem;
}

.brand-scroller .brand-card {
    scroll-snap-align: start;
}

.abi-section-wrapper {
    padding: 100px 0;
    position: relative;
    overflow: hidden; /* ضروري جداً لكي لا يخرج النص المتحرك عن الشاشة */
    background-color: #f8fbff; /* لون الخلفية الفاتح في الصورة */
}

.abi-badge {
    background: #eef5ff;
    color: #0069B3;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(0, 105, 179, 0.1);
}

.points-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.slide-from-side {
    opacity: 0;
    transform: translateX(80px); /* تبدأ مزاحة لليمين */
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* تفعيل الحركة عند التمرير */
.slide-from-side.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.abi-point-card {
    background: white;
    padding: 20px 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    opacity: 0;
    transform: translateX(100px);
    transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.abi-point-card.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.point-num {
    background: #0069B3;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 50%;
    font-size: 0.8rem;
}

.point-circle {
    background: #0069B3;
    color: white;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

[dir="rtl"] .abi-point-card {
    transform: translateX(-50px);
    text-align: right;
}

[dir="rtl"] .abi-point-card.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* الماركي (الخلفية) */
.abi-marquee {
    position: absolute;
    top: 15%;
    opacity: 0.04;
    white-space: nowrap;
    z-index: 0;
    font-size: 7rem;
    font-weight: 900;
    color: #0069B3;
    pointer-events: none;
}

.abi-marquee-bg {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    gap: 50px;
    /* زِدنا الوقت هنا إلى 80 ثانية ليكون بطيئاً وفخماً */
    animation: slowMarquee 80s linear infinite;
}

.marquee-track span {
    font-size: 10rem;
    font-weight: 900;
    color: #0069B3;
    opacity: 0.03;
}


.marquee-content {
    display: inline-block;
    animation: marqueeMove 60s linear infinite;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes slowMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.section-glass {
    position: relative;
    z-index: 2;
}

.brand-card {
    justify-content: flex-start; /* يضمن تراص العناصر للأعلى */
    padding: 20px;
    height: 100%; /* للحفاظ على تساوٍ في طول الكروت */
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    scroll-snap-align: start;
    display: flex;
    transform: translateY(-5px);
    box-shadow: 0 2px 8.8px #E7EDF1 !important;
    transition: opacity 0.4s ease, transform 0.4s ease;
    flex-direction: column;
}

.card-hidden {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.landing-band-light .brand-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 155, 219, 0.12);
}

/* Voucher Brands full-width horizontal slider */
.brands-full-bleed {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

.brands-full-bleed .brand-scroller {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 clamp(16px, 4vw, 48px) 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.brands-full-bleed .brand-scroller::-webkit-scrollbar {
    height: 8px;
}

.brands-full-bleed .brand-scroller::-webkit-scrollbar-thumb {
    background: rgba(18, 155, 219, 0.35);
    border-radius: 999px;
}

.brands-full-bleed .brand-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    width: max-content;
    min-width: 100%;
    margin-top: 1.75rem;
    align-items: stretch;
    justify-content: flex-start;
}

.brands-full-bleed .brand-card {
    flex: 0 0 clamp(180px, 20vw, 260px);
}

.brand-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: rgba(0, 105, 179, 0.2); /* تلوين الحواف بالأزرق */
    box-shadow: 0 20px 40px rgba(0, 105, 179, 0.08); /* ظل أزرق ناعم جداً */
}

.airbnb-filter-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* تقليل المسافة العلوية */
    margin-bottom: 25px;
}

.airbnb-filter-bar {
    display: flex;
    align-items: center;
    justify-content: center; /* يوسط المحتوى داخل الشريط */
    background: #ffffff;
    padding: 6px 20px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    max-width: 95%;
    min-height: 50px;
    overflow-x: auto;
    scrollbar-width: none;
}

.airbnb-filter-bar::-webkit-scrollbar {
    display: none;
}

.airbnb-filter-bar .filter-segment {
    display: flex;
    gap: 15px;
    padding: 0 10px;
    flex-shrink: 0;
}

.airbnb-filter-bar .filter-segment.scrollable {
    overflow-x: auto;
    scrollbar-width: none;
    padding-inline-end: 20px;
}

.airbnb-filter-bar .filter-segment.scrollable::-webkit-scrollbar {
    display: none;
}

.airbnb-divider {
    width: 1px;
    height: 20px;
    align-self: center; /* يضمن أن الفاصل في المنتصف */
    background: #e0e0e0;
    margin: 0 10px;
    flex-shrink: 0;
}

.airbnb-chip {
    text-decoration: none;
    color: #0D0E0E;
    font-family: 'DIN Next LT Arabic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.airbnb-chip:hover {
    color: #000000;
}

.airbnb-chip.is-active {
    color: #0069B3;
}

.airbnb-chip.is-active::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 2px; /* تقريب الخط من النص */
    height: 2px;
    border-radius: 2px;
    background: #0069B3;
}

.voucher-filter-form .filter-options {
    width: 100%;
}

.voucher-filter-form .filter-options .airbnb-chip {
    width: 100%;
}

/* 24x24 checkbox indicator beside filter labels */
.voucher-filter-form .filter-options .airbnb-chip::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1.5px solid #C7CED6;
    border-radius: 6px;
    flex: 0 0 24px;
    order: 0;
    margin-inline-end: 8px;
}

.voucher-filter-form .filter-options .airbnb-chip.is-active::before {
    border-color: #0069B3;
    background: #0069B3;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.airbnb-reset {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    color: #717171;
    text-decoration: none;
    margin-inline-start: 10px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.airbnb-reset:hover {
    border-color: #222;
    color: #222;
    transform: rotate(-15deg);
}

/* Inline search inside Airbnb filter bar */
.voucher-filter-form .filter-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.voucher-filter-form .filter-search-row .search-box {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    min-width: 180px;
}

.search-box i {
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 0.95rem;
    line-height: 1;
    flex-shrink: 0;
    margin: 0;
}

.inline-search-input {
    border: none;
    outline: none;
    font-size: 0.9rem;
    width: 100%;
    background: transparent;
    color: #0c2340;
}

.voucher-filter-form .filter-reset-btn {
    width: auto;
    min-width: 36px;
    height: 36px;
    margin-inline-start: 0;
    border-radius: 999px;
    padding: 0 12px;
    gap: 6px;
}

.voucher-filter-form .filter-reset-label {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.voucher-filter-form .filter-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.voucher-filter-form .filter-section-title {
    margin-bottom: 0 !important;
}

.voucher-filter-form .filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mobile-only-filter-ui {
    display: none;
}

.mobile-filter-dropdown {
    background: #ffffff;
    border: 1px solid rgba(12, 35, 64, 0.12);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mobile-filter-dropdown summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    font-weight: 600;
    color: #0c2340;
}

.mobile-filter-dropdown summary::-webkit-details-marker {
    display: none;
}

.mobile-filter-dropdown[open] summary i {
    transform: rotate(180deg);
}

.mobile-filter-dropdown summary i {
    transition: transform 0.2s ease;
}

.mobile-filter-list {
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(12, 35, 64, 0.08);
}

.mobile-market-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.mobile-market-chip {
    width: auto !important;
    min-width: 0;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    line-height: 1.1;
    justify-content: center !important;
}

.mobile-market-chip::before,
.mobile-market-chip.is-active::after {
    display: none !important;
}

.voucher-filter-form .market-total-value {
    color: #475569;
    font-size: 0.86rem;
    font-weight: 600;
}

.voucher-filter-form .category-chip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.voucher-filter-form .category-chip-count {
    color: #0D0E0E;
    font-size: 18px;
    font-weight: 400;
    margin-inline-start: auto;
}

.voucher-filter-form .category-chip-label {
    font-size: 18px;
    font-weight: 400;
    margin-inline-end: 6px;
}

.voucher-filter-form .market-total-value {
    color: #0D0E0E;
    font-size: 18px;
    font-weight: 400;
}

/* RTL stability for brands filters/cards (desktop + mobile) */
html[dir="rtl"] #brands .sticky-filter-wrapper,
html[dir="rtl"] #brands .voucher-filter-sticky,
html[dir="rtl"] #brands .voucher-filter-form {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] #brands .voucher-filter-form .search-box {
    direction: rtl;
}

html[dir="rtl"] #brands .voucher-filter-form .search-box i {
    margin: 0;
}

html[dir="rtl"] #brands .voucher-filter-form .airbnb-chip {
    padding: 8px;
    text-align: right;
}

/* إطار الشعار الجديد */
.brand-logo-frame {
    width: 100%;
    max-width: 188px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    margin: 0 auto 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.brand-card:hover .brand-logo-frame {
    border-color: #0069B3;
    background: #f8fbff;
    box-shadow: 0 4px 12px rgba(0, 105, 179, 0.1);
}

.brand-card:hover .brand-logo {
    transform: scale(1.08); /* تكبير بسيط جداً وغير مزعج */
}

.brand-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brand-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 100%;
    gap: 4px;
    padding: 8px 8px 12px;
}

.brand-badges-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start; /* يتبع dir="rtl" أو dir="ltr" */
    margin-bottom: 6px;
}

.brand-badge {
    display: inline-block;
    background: rgba(0, 105, 179, 0.08); /* أزرق خفيف جداً */
    color: #0069B3;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    margin-right: 0;
    max-width: calc(50% - 4px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.brand-badge.is-active {
    background: #ffc000 !important; /* اللون البرتقالي الذي طلبته */
    color: white !important;
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.2);
}

.brand-badge.is-orange {
    background: #ffc000 !important; /* برتقالي */
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(255, 122, 0, 0.2);
}

.brand-title {
    text-align: center;
    width: 100%;
    margin-top: 0 !important;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    overflow: hidden;
    min-height: 2.5em;
    position: relative;
    cursor: default;
}

.brand-title-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-title.is-open::after {
    content: attr(data-full-name);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    max-width: min(260px, 80vw);
    width: max-content;
    padding: 7px 10px;
    border-radius: 10px;
    background: #0c2340;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
    box-shadow: 0 10px 22px rgba(12, 35, 64, 0.24);
    pointer-events: none;
}

.brand-title.is-open::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 31;
    border: 6px solid transparent;
    border-top-color: #0c2340;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .brand-title[data-full-name]:hover::after {
        content: attr(data-full-name);
        position: absolute;
        bottom: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 30;
        max-width: min(260px, 80vw);
        width: max-content;
        padding: 7px 10px;
        border-radius: 10px;
        background: #0c2340;
        color: #ffffff;
        font-size: 0.78rem;
        font-weight: 500;
        line-height: 1.4;
        white-space: normal;
        text-align: center;
        box-shadow: 0 10px 22px rgba(12, 35, 64, 0.24);
        pointer-events: none;
    }

    .brand-title[data-full-name]:hover::before {
        content: "";
        position: absolute;
        bottom: calc(100% + 2px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 31;
        border: 6px solid transparent;
        border-top-color: #0c2340;
        pointer-events: none;
    }
}

.center-all {
    align-items: center;
    text-align: center;
}

.brand-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-weight: 700;
}

.brand-link:hover {
    color: #ffffff;
}

#loadMoreBrands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-family: 'DIN Next LT Arabic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0069B3 !important;
}

#loadMoreBrands .btn-text,
#loadMoreBrands i {
    color: #0069B3 !important;
}

.muted-copy {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.65);
}

.landing-band-light .muted-copy {
    color: rgba(12, 35, 64, 0.65);
}

.section-head {
    max-width: 760px;
    margin: 0 auto 2rem;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

@media (max-width: 1199px) {
    .client-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .client-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.client-tile {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 155, 219, 0.12);
    box-shadow: 0 18px 40px rgba(10, 37, 64, 0.08);
    transition: var(--transition);
}

#clients .client-tile {
    animation: clientsFloat 5.2s ease-in-out infinite;
    will-change: transform;
}

#clients .client-tile:nth-child(2n) {
    animation-delay: 0.7s;
}

#clients .client-tile:nth-child(3n) {
    animation-delay: 1.4s;
}

.client-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(10, 37, 64, 0.12);
}

.client-brand-img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    filter: saturate(1);
    opacity: 1;
    transition: var(--transition);
}

.client-tile:hover .client-brand-img {
    filter: saturate(1.25);
    opacity: 1;
    transform: scale(1.04);
}

.client-name-fallback {
    color: rgba(12, 35, 64, 0.72);
    font-weight: 800;
    text-align: center;
}

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

@media (prefers-reduced-motion: reduce) {
    #clients .client-tile {
        animation: none;
    }
}

.stats-grid {
    width: min(100%, 1440px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stats-card-item {
    flex: 1 1 280px;
    max-width: calc((100% - 16px) / 3);
    padding: 32px;
    border-radius: 16px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    transition: var(--transition);
}

.stats-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 105, 179, 0.22);
}

.stats-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 1rem;
}

.stats-value {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.stats-suffix {
    font-size: 0.8em;
    margin-left: 4px;
    opacity: 0.95;
}

.stats-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 600;
}

#stats {
    margin-top: 72px;
    margin-bottom: 0;
}

#stats + #brands {
    margin-top: 0;
}

#stats .section-glass-unified {
    margin-bottom: 0;
}

.site-footer {
    background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
    color: #f8fafc;
}

.footer-accent {
    height: 4px;
    background: linear-gradient(90deg, var(--footer-accent-start), var(--footer-accent-mid), var(--footer-accent-end));
}

.footer-main {
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.footer-brand,
.footer-links-wrap,
.footer-contact-wrap {
    display: grid;
    gap: 14px;
}

.footer-logo {
    width: auto;
    max-width: 180px;
    max-height: 64px;
    object-fit: contain;
}

.footer-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #f8fafc;
}

.footer-description {
    max-width: 420px;
    margin: 0;
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.8;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.social-btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    justify-content: center;
    border-radius: 50px;
    background: rgba(0, 105, 179, 0.05); /* لون خفيف متناسق مع براند دجون */
    border: 1px solid rgba(0, 105, 179, 0.1);
    color: #0069B3;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-btn i {
    font-size: 1.2rem; /* حجم الأيقونة */
}

.social-btn:hover {
    background: #0069B3;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-heading {
    margin: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
    color: #ffffff;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.footer-links a {
    color: rgba(248, 250, 252, 0.72);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.7;
}

.footer-contact-icon {
    margin-top: 3px;
    color: rgba(16, 15, 15, 0.65);
    width: 16px;
    flex: 0 0 16px;
    text-align: center;
}

.footer-contact-text {
    min-width: 0;
}

html[dir="rtl"] .footer-contact-phone {
    direction: ltr;
    unicode-bidi: plaintext;
    text-align: left;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.1rem 0 1.4rem;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(248, 250, 252, 0.58);
}

.footer-copy {
    margin: 0;
    color: rgba(248, 250, 252, 0.58);
}

.site-messages {
    padding-top: 18px;
    display: grid;
    gap: 12px;
}

.site-message {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
    border: 1px solid transparent;
}

.site-message-success {
    background: rgba(18, 155, 219, 0.12);
    color: #0c2340;
    border-color: rgba(18, 155, 219, 0.18);
}

.site-message-error {
    background: rgba(220, 38, 38, 0.12);
    color: #7f1d1d;
    border-color: rgba(220, 38, 38, 0.18);
}

/* Contact form feedback animations */
@keyframes contactMessageIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes contactMessageOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-12px) scale(0.96);
    }
}

@keyframes contactSuccessPulse {
    0% {
        box-shadow: 0 10px 24px rgba(0, 105, 179, 0.12);
    }
    50% {
        box-shadow: 0 18px 36px rgba(0, 105, 179, 0.26);
    }
    100% {
        box-shadow: 0 10px 24px rgba(0, 105, 179, 0.12);
    }
}

@keyframes successCheckPop {
    0% {
        opacity: 0;
        transform: scale(0.35) rotate(-18deg);
    }
    65% {
        opacity: 1;
        transform: scale(1.12) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#contact .ajax-contact-message .site-message {
    animation: contactMessageIn 520ms cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center top;
    will-change: transform, opacity;
}

#contact .ajax-contact-message .site-message.site-message-success {
    animation: contactMessageIn 520ms cubic-bezier(0.16, 1, 0.3, 1),
    contactSuccessPulse 1.2s ease-in-out 0.55s 2;
    border-color: rgba(0, 105, 179, 0.34);
    box-shadow: 0 10px 24px rgba(0, 105, 179, 0.16);
    display: flex;
    align-items: center;
    gap: 10px;
}

#contact .ajax-contact-message .site-message-success .success-check-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0069B3;
    color: #ffffff;
    flex-shrink: 0;
    animation: successCheckPop 420ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#contact .ajax-contact-message .site-message-success .success-check-icon i {
    font-size: 0.72rem;
    line-height: 1;
}

#contact .ajax-contact-message .site-message-success .success-message-text {
    display: inline-block;
}

#contact .ajax-contact-message .site-message.is-hiding {
    animation: contactMessageOut 320ms ease forwards;
}

.contact-form {
    margin-top: 2rem;
    display: grid;
    gap: 18px;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}

.contact-visual {
    position: relative;
    height: 100%;
    justify-content: flex-start !important;
    min-height: 430px;
    border-radius: 28px;
    overflow: hidden;
    background: radial-gradient(circle at 14% 18%, rgba(18, 155, 219, 0.42), transparent 34%),
    radial-gradient(circle at 88% 86%, rgba(0, 105, 179, 0.34), transparent 36%),
    linear-gradient(135deg, #061020 0%, #0b1f3a 55%, #0069B3 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 72px rgba(0, 61, 122, 0.28);
}

.contact-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 84%);
    opacity: 0.22;
    pointer-events: none;
}

.contact-visual-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem !important; /* Added extra top padding to look nicer */
    color: #fff;
    background: linear-gradient(to top, rgba(6, 16, 32, 0.94) 8%, rgba(6, 16, 32, 0.22) 62%, transparent 100%);
}

.contact-title {
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    font-weight: 800;
    margin: 0 0 0.85rem;
    max-width: 16ch;
    line-height: 1.12;
}

.contact-copy {
    margin: 0;
    max-width: 44ch;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.85;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 0;
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 1.35rem;
    gap: 12px;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.55;
    font-size: 0.95rem;
}

.contact-detail-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 0.86rem;
}

/* أضف هذا التنسيق لزر الإرسال */
.contact-form .btn-primary {
    width: 100%;
    height: 56px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    box-shadow: 0 10px 20px rgba(0, 105, 179, 0.3);
}

.contact-form-card {
    border-radius: 28px;
    padding: 2.25rem 1.75rem;
    background: linear-gradient(180deg, #005b99 0%, #0c2340 100%);
    color: #ffffff;
    box-shadow: 0 30px 70px rgba(0, 61, 122, 0.2);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-field {
    display: grid;
    gap: 10px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field label,
.contact-label {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    background: transparent; /* إزالة الخلفية التي تجعلها تبدو كزر */
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); /* لون أبيض شفاف خفيف */
}

.contact-field .form-control {
    width: 100%;
    min-height: auto;
    padding: 8px 12px;
    border-radius: 12px; /* زوايا أنعم */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95); /* أبيض مريح للعين */
    color: #0c2340;
    font-size: 0.95rem;
    transition: var(--transition);
}

.contact-field .form-control::placeholder {
    color: rgba(12, 35, 64, 0.5);
}

.contact-field textarea.form-control {
    min-height: 144px;
    resize: vertical;
}

.contact-field .form-control:focus {
    background: #ffffff;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 4px var(--focus-shadow);
}

.contact-field .errorlist {
    margin: 0;
    padding-left: 18px;
    color: #7f1d1d;
    font-weight: 700;
}

.contact-form-card .captcha-label {
    text-transform: none;
    letter-spacing: 0.03em;
    font-size: 0.82rem;
}

.contact-form-card img.captcha {
    display: block;
    margin-bottom: 10px;
    width: 180px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.92);
}

.contact-form-card input[name="captcha_1"] {
    margin-top: 6px;
}

.contact-form-errors {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(220, 38, 38, 0.16);
    color: #7f1d1d;
    border: 1px solid rgba(220, 38, 38, 0.32);
    font-weight: 700;
}

.contact-actions {
    margin-top: 4px;
    display: flex;
    justify-content: flex-start;
}

.contact-section {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #dff4ff 0%, #c9ebff 100%);
}

@media (max-width: 767px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-fluid,
    .design-wrapper {
        padding-left: 88px !important;
        padding-right: 88px !important;
        max-width: 1440px; /* يمنع الصفحة من التمدد اللانهائي في الشاشات العملاقة */
        width: 100% !important;
        margin: 0 auto;

    }
}

@media (max-width: 1199px) {
    .container,
    .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 991px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-visual {
        min-height: 320px;
    }

    .contact-visual-overlay {
        position: relative !important; /* Switch from absolute to stack naturally */
        padding: 2rem 1.5rem !important; /* Tighten up padding for small screens */
        text-align: center; /* Optional: center text for a better mobile look */
        justify-content: center !important;
    }

    .contact-title {
        font-size: 1.8rem !important; /* Make the title smaller so it doesn't overflow */
        margin-bottom: 1rem;
    }
}

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(14px, -18px, 0) scale(1.04);
    }
}

@media (max-width: 991px) {
    #stats {
        margin-top: 96px;
        margin-bottom: 0;
    }

    .stats-card-item {
        max-width: calc((100% - 8px) / 2);
    }

    .sticky-filter-wrapper {
        position: static;
        top: auto;
        z-index: auto;
    }

    .voucher-filter-sticky {
        position: static;
        top: auto;
        max-height: none;
        overflow: visible;
    }

    .mobile-inline-filter .airbnb-filter-sidebar {
        background: #ffffff !important;
        border: 1px solid rgba(12, 35, 64, 0.10) !important;
        box-shadow: 0 10px 24px rgba(10, 37, 64, 0.08);
    }

    .mobile-inline-filter .voucher-filter-form > .filter-segment.filter-block,
    .mobile-inline-filter .voucher-filter-form > .airbnb-divider {
        display: none !important;
    }

    .mobile-inline-filter .mobile-only-filter-ui {
        display: block;
    }

    .mobile-inline-filter .mobile-only-filter-ui .airbnb-chip {
        padding: 8px;
        background: #ffffff;
        border: 1px solid rgba(12, 35, 64, 0.12);
        color: #0c2340;
    }

    .mobile-inline-filter .mobile-only-filter-ui .airbnb-chip.is-active {
        padding: 8px;
        background: #0069B3;
        border-color: #0069B3;
        color: #ffffff;
    }

    .nav-inner {
        min-height: 64px;
        gap: 10px;
        align-items: center;
    }

    .site-brand {
        width: auto;
        justify-content: flex-start;
        min-width: 0;
    }

    .brand-text {
        font-size: 0.92rem;
        white-space: nowrap;
    }

    .site-language-switcher,
    .site-nav {
        display: none !important;
    }

    .mobile-nav-actions {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }

    html[dir="rtl"] .nav-inner {
        direction: rtl;
    }

    html[dir="rtl"] .mobile-nav-actions {
        direction: rtl;
        justify-content: flex-start;
    }

    html[dir="rtl"] .mobile-filter-drawer .voucher-filter-form .search-box i {
        margin: 0;
    }

    html[dir="rtl"] .mobile-filter-drawer .voucher-filter-form .airbnb-chip {
        text-align: right;
    }

    .mobile-filter-drawer .offcanvas-body {
        padding: 1rem;
    }

    .mobile-filter-drawer .voucher-filter-form .filter-segment {
        gap: 10px;
    }

    .mobile-filter-drawer .voucher-filter-form .filter-segment h6 {
        margin-bottom: 0 !important;
    }

    .mobile-filter-drawer .voucher-filter-form .airbnb-reset {
        margin-inline-start: 0;
    }

    .mobile-filter-drawer .voucher-filter-form .btn-primary {
        min-height: 36px;
        border-radius: 10px;
        font-size: 0.82rem;
        padding-inline: 12px;
    }

    /* Inside your @media (max-width: 991px) block */
    .mobile-filter-drawer .filter-segment.search-box {
        display: flex;
        align-items: center;
        background-color: #f8f9fa; /* Light background for mobile depth */
        border: 1px solid #e0e0e0;
        border-radius: 12px; /* Slightly rounder for a modern mobile feel */
        padding: 12px 16px; /* Larger touch targets for mobile fingers */
        width: 100%;
    }

    .mobile-filter-drawer .filter-segment.search-box i {
        color: #6c757d;
        font-size: 1.1rem; /* Slightly larger icon for visibility */
        margin-inline-end: 12px; /* Uses logical properties for RTL/LTR support */
    }

    .mobile-filter-drawer .filter-segment.search-box input {
        border: none;
        background: transparent;
        outline: none;
        font-size: 16px; /* Prevents iOS from auto-zooming on focus */
        width: 100%;
        color: #212529;
    }

    #brandsGrid .brand-item-wrapper {
        display: flex;
        justify-content: center;
    }

    #brandsGrid .brand-card {
        width: 100%;
        max-width: 206px;
        height: auto;
        min-height: 0;
        padding: 12px;
        transform: none;
    }

    #brandsGrid .brand-card:hover {
        transform: translateY(-2px);
    }

    #brandsGrid .brand-card-body {
        padding: 8px 10px 12px;
        gap: 0;
        justify-content: flex-start;
    }

    #brandsGrid .brand-logo-frame {
        width: 100%;
        max-width: 188px;
        height: 88px;
        padding: 6px;
        margin: 0 auto 6px;
    }

    #brandsGrid .brand-badges-row {
        margin-bottom: 6px;
        gap: 4px;
    }

    #brandsGrid .brand-badge {
        font-size: 0.62rem;
        padding: 2px 6px;
    }

    .hero-section {
        min-height: 88vh;
    }

    .hero-section.has-hero-image {
        min-height: clamp(620px, 84vh, 820px);
        height: clamp(620px, 84vh, 820px);
    }

    .hero-glass {
        width: 92%;
        padding: 1.5rem 0;
    }

    .hero-copy {
        transform: translateY(-55px);
    }

    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    #brandsGrid .brand-title {
        font-size: 0.78rem;
        margin-top: 0;
        min-height: 2.35em;
        -webkit-line-clamp: 2;
    }

    #brandsGrid .brand-link {
        display: none;
    }
}


@media (max-width: 767px) {
    #stats {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .stats-card-item {
        max-width: 100%;
        width: 100%;
    }

    .container {
        width: min(100% - 48px, 1180px);
    }

    .landing-band,
    .landing-band-soft,
    .landing-band-light {
        padding: 24px 0 !important;
    }

    .hero-actions {
        width: 100%;
        justify-content: center;
    }

    .hero-actions .btn {
        width: 50%;
        min-width: 0;
        padding: 8px 14px;
        font-size: 0.82rem;
        margin: 0 auto;
    }

    .hero-copy {
        width: 100%;
        max-width: 92%;
        text-align: center !important;
        transform: none;
        margin: -8px auto 24px;
        padding: 14px 12px;
        background: transparent;
        border-radius: 14px;
        backdrop-filter: none;
    }

    .hero-section.has-hero-image {
        display: flex;
        align-items: center;
        min-height: 700px;
        height: auto;
        padding: 24px 0;
        background: #F7F9FC;
    }

    .hero-section.has-hero-image::after {
        background: url("../images/hero-mobile.svg") center 72% / contain no-repeat;
    }

    .hero-inner,
    .hero-glass {
        align-items: center;
        justify-content: center;
    }

    .hero-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .brand-grid {
        grid-template-columns: 1fr;
    }

    .brands-full-bleed .brand-card {
        flex: 0 0 clamp(180px, 20vw, 260px);
    }

    .client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-main {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 575px) {
    .site-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* DARK: dark backgrounds + white cards */
html[data-theme="dark-blue"] body {
    background: #071225;
    color: #eef4ff;
}

html[data-theme="dark-blue"] .site-navbar {
    background: #0b1a31;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark-blue"] .site-brand,
html[data-theme="dark-blue"] .site-nav a {
    color: rgba(255, 255, 255, 0.9);
}

html[data-theme="dark-blue"] .site-nav a:hover {
    color: #8fd3ff;
}

html[data-theme="dark-blue"] .language-btn {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] .mobile-icon-btn {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] .landing-band,
html[data-theme="dark-blue"] .landing-band-soft,
html[data-theme="dark-blue"] .landing-band-light,
html[data-theme="dark-blue"] .contact-section {
    background: linear-gradient(180deg, #071225 0%, #0c2340 100%) !important;
}

html[data-theme="dark-blue"] #brands.landing-band {
    background: linear-gradient(180deg, #071225 0%, #0c2340 100%) !important;
}

html[data-theme="dark-blue"] .section-title,
html[data-theme="dark-blue"] .section-copy,
html[data-theme="dark-blue"] .section-kicker,
html[data-theme="dark-blue"] .hero-title, /* تأكد من وجود الفاصلة هنا */
html[data-theme="dark-blue"] .hero-subtitle {
    color: #ffffff !important; /* هذا الأمر سيطبق الآن على كل ما سبق */
}

html[data-theme="dark-blue"] .hero-title {
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark-blue"] #clients .section-title,
html[data-theme="dark-blue"] #clients .section-copy {
    color: #ffffff !important;
}

html[data-theme="dark-blue"] #clients .section-kicker {
    color: #dbeafe !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] #brands .section-title,
html[data-theme="dark-blue"] #brands .section-copy {
    color: #ffffff !important;
}

html[data-theme="dark-blue"] #brands .section-kicker {
    color: #dbeafe !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] .airbnb-filter-sidebar.voucher-filter-sticky {
    background: rgba(8, 20, 40, 0.88);
    border-color: rgba(125, 211, 252, 0.22) !important;
}

html[data-theme="dark-blue"] .voucher-filter-form .search-box {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
}

html[data-theme="dark-blue"] .voucher-filter-form .inline-search-input {
    color: #e7f1ff;
}

html[data-theme="dark-blue"] .voucher-filter-form .inline-search-input::placeholder {
    color: rgba(219, 234, 254, 0.8);
}

html[data-theme="dark-blue"] .voucher-filter-form .filter-section-title,
html[data-theme="dark-blue"] .voucher-filter-form .market-total-value,
html[data-theme="dark-blue"] .voucher-filter-form .category-chip-count {
    color: #dbeafe !important;
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-chip {
    color: #bfdbfe;
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-chip:hover {
    color: #ffffff;
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-chip.is-active {
    color: #7dd3fc;
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-chip.is-active::after {
    background: #7dd3fc;
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-divider {
    background: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-reset {
    border-color: rgba(255, 255, 255, 0.3);
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.05);
}

html[data-theme="dark-blue"] .voucher-filter-form .airbnb-reset:hover {
    color: #ffffff;
    border-color: #7dd3fc;
    background: rgba(125, 211, 252, 0.16);
}

/* white cards in dark mode */
html[data-theme="dark-blue"] .feature-card,
html[data-theme="dark-blue"] .brand-card,
html[data-theme="dark-blue"] .client-tile,
html[data-theme="dark-blue"] .contact-form-card {
    background: #ffffff;
    color: #0c2340;
    border: 1px solid rgba(12, 35, 64, 0.12);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

/* ensure readable content inside white section cards in dark mode */
html[data-theme="dark-blue"] .section-glass-unified {
    background: rgba(8, 20, 40, 0.82) !important;
    border: 1px solid rgba(125, 211, 252, 0.22) !important;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark-blue"] .section-glass-unified .section-title,
html[data-theme="dark-blue"] .section-glass-unified .section-copy {
    color: #ffffff !important;
}

html[data-theme="dark-blue"] .section-glass-unified .section-kicker {
    color: #dbeafe !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark-blue"] .section-glass-unified hr {
    border-color: rgba(219, 234, 254, 0.22);
}

html[data-theme="dark-blue"] .brand-title,
html[data-theme="dark-blue"] .brand-link,
html[data-theme="dark-blue"] .muted-copy,
html[data-theme="dark-blue"] .contact-form-copy,
html[data-theme="dark-blue"] .contact-label,
html[data-theme="dark-blue"] .client-name-fallback,
html[data-theme="dark-blue"] .stats-label {
    color: #0c2340;
}

/* Keep performance cards dark/readable even on hard refresh */
html[data-theme="dark-blue"] .stats-card-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark-blue"] .stats-value,
html[data-theme="dark-blue"] .stats-label,
html[data-theme="dark-blue"] .stats-icon-wrap {
    color: #ffffff;
}

html[data-theme="dark-blue"] .stats-icon-wrap {
    background: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark-blue"] .contact-field label,
html[data-theme="dark-blue"] .contact-field .contact-label {
    color: rgba(12, 35, 64, 0.72);
}

html[data-theme="dark-blue"] .contact-field .form-control {
    border: 1px solid rgba(12, 35, 64, 0.24);
    background: #ffffff;
    color: #0c2340;
}

html[data-theme="dark-blue"] .contact-field .form-control:focus {
    border-color: #0069B3;
    box-shadow: 0 0 0 4px rgba(18, 155, 219, 0.22);
}

html[data-theme="dark-blue"] .brand-badge {
    background: rgba(0, 105, 179, 0.1);
    color: #0c2340;
}

html[data-theme="dark-blue"] .stats-icon-wrap {
    background: rgba(0, 105, 179, 0.1);
}

html[data-theme="dark-blue"] .mobile-filter-drawer .voucher-filter-form .btn-primary {
    color: #ffffff;
}

html[data-theme="dark-blue"] .mobile-filter-drawer {
    background: #0b1a31;
    color: #e7f1ff;
}

html[data-theme="dark-blue"] .mobile-filter-drawer .offcanvas-title .inline-search-input::placeholder {
    color: #ffffff;
}

html[data-theme="dark-blue"] .mobile-filter-drawer .inline-search-input::placeholder {
    color: rgba(16, 15, 15, 0.65) !important;
}

html[data-theme="dark-blue"] .mobile-filter-drawer .btn-close {
    filter: invert(1);
}

html[data-theme="dark-blue"] .mobile-filter-drawer .voucher-filter-form .filter-section-title,
html[data-theme="dark-blue"] .mobile-filter-drawer .voucher-filter-form .text-muted {
    color: rgba(231, 241, 255, 0.82) !important;
}

/* LIGHT: full light-blue palette */
html[data-theme="light-blue"] body {
    background: #eef7ff;
    color: #0c2340;
}

html[data-theme="light-blue"] .site-navbar {
    background: #f9fcff;
    border-bottom-color: rgba(12, 35, 64, 0.1);
}

html[data-theme="light-blue"] .site-brand,
html[data-theme="light-blue"] .site-nav a {
    color: #0c2340;
}

html[data-theme="light-blue"] .language-btn {
    background: #ffffff;
    color: #0c2340;
    border-color: rgba(12, 35, 64, 0.18);
}

html[data-theme="light-blue"] .mobile-icon-btn {
    background: #ffffff;
    color: #0c2340;
    border-color: rgba(12, 35, 64, 0.18);
}

html[data-theme="light-blue"] .mobile-filter-drawer {
    background: #f3f9ff;
    color: #0c2340;
}

html[data-theme="light-blue"] .mobile-filter-drawer .offcanvas-header {
    border-bottom-color: rgba(12, 35, 64, 0.14);
}

html[data-theme="light-blue"] .mobile-filter-drawer .offcanvas-title {
    color: #0c2340;
}

html[data-theme="light-blue"] .mobile-filter-drawer .btn-close {
    filter: none;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .search-box {
    border-color: rgba(12, 35, 64, 0.16) !important;
    background: #ffffff;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .search-box i {
    color: rgba(12, 35, 64, 0.6);
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .inline-search-input {
    color: #0c2340;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .inline-search-input::placeholder {
    color: rgba(12, 35, 64, 0.48);
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .airbnb-chip {
    background: #ffffff;
    color: #0c2340;
    border: 1px solid rgba(12, 35, 64, 0.12);
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .airbnb-chip.is-active {
    background: #0069B3;
    border-color: #0069B3;
    color: #ffffff;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .airbnb-divider {
    background: rgba(12, 35, 64, 0.14);
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .filter-section-title,
html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .text-muted {
    color: rgba(12, 35, 64, 0.78) !important;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .airbnb-reset {
    border-color: rgba(12, 35, 64, 0.18);
    color: #0c2340;
    background: #ffffff;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .airbnb-reset:hover {
    border-color: #0069B3;
    color: #0069B3;
    background: #eaf4ff;
}

html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .category-chip-count,
html[data-theme="light-blue"] .mobile-filter-drawer .voucher-filter-form .market-total-value {
    color: #0D0E0E;
    font-size: 18px;
    font-weight: 400;
}

/* Force mobile filter visual style (high priority override) */
@media (max-width: 991px) {
    .mobile-filter-drawer {
        background: #F7F9FC !important;
        color: #0c2340 !important;
    }

    .mobile-filter-drawer .offcanvas-header {
        border-bottom: 1px solid rgba(12, 35, 64, 0.12) !important;
    }

    .mobile-filter-drawer .offcanvas-title {
        color: #0c2340 !important;
    }

    .mobile-filter-drawer .btn-close {
        filter: none !important;
    }

    .mobile-filter-drawer .voucher-filter-form .search-box {
        background: #ffffff !important;
        border: 1px solid rgba(12, 35, 64, 0.12) !important;
    }

    .mobile-filter-drawer .voucher-filter-form .inline-search-input,
    .mobile-filter-drawer .voucher-filter-form .inline-search-input::placeholder,
    .mobile-filter-drawer .voucher-filter-form .search-box i {
        color: rgba(12, 35, 64, 0.58) !important;
    }

    .mobile-filter-drawer .voucher-filter-form .airbnb-chip {
        background: #ffffff !important;
        border: 1px solid rgba(12, 35, 64, 0.10) !important;
        color: #0c2340 !important;
    }

    .mobile-filter-drawer .voucher-filter-form .airbnb-chip.is-active {
        background: #0069B3 !important;
        border-color: #0069B3 !important;
        color: #ffffff !important;
    }
}

html[data-theme="light-blue"] .hero-section {
    color: #0c2340;
    background: radial-gradient(circle at top left, rgba(18, 155, 219, 0.20), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 105, 179, 0.16), transparent 32%),
    linear-gradient(135deg, #eaf6ff 0%, #d7ecff 45%, #bfe2ff 100%);
}

html[data-theme="light-blue"] .hero-section.has-hero-image {
    background: #F7F9FC !important;
}

html[data-theme="light-blue"] .hero-grid {
    background-image: linear-gradient(rgba(12, 35, 64, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 35, 64, 0.08) 1px, transparent 1px);
}

html[data-theme="light-blue"] .hero-orb-one {
    background: rgba(96, 165, 250, 0.24);
}

html[data-theme="light-blue"] .hero-orb-two {
    background: rgba(18, 155, 219, 0.20);
}

html[data-theme="light-blue"] .hero-glass {
    background: none;
    border: none;
    box-shadow: none;
}

html[data-theme="light-blue"] .landing-band,
html[data-theme="light-blue"] .landing-band-soft,
html[data-theme="light-blue"] .landing-band-light,
html[data-theme="light-blue"] .contact-section {
    background: linear-gradient(180deg, #eef7ff 0%, #dceeff 100%);
}

html[data-theme="light-blue"] #brands.landing-band {
    background: #F7F9FC !important;
}

html[data-theme="light-blue"] .section-glass {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(18, 155, 219, 0.14);
    box-shadow: 0 24px 55px rgba(10, 37, 64, 0.10);
}

html[data-theme="light-blue"] .section-title,
html[data-theme="light-blue"] .section-copy,
html[data-theme="light-blue"] .section-kicker,
html[data-theme="light-blue"] .hero-title,
html[data-theme="light-blue"] .hero-subtitle,
html[data-theme="light-blue"] .hero-badge {
    color: #0c2340;
}

html[data-theme="light-blue"] .feature-card,
html[data-theme="light-blue"] .brand-card,
html[data-theme="light-blue"] .client-tile,
html[data-theme="light-blue"] .stats-card-item,
html[data-theme="light-blue"] .contact-form-card {
    background: rgba(255, 255, 255, 0.96);
    color: #0c2340;
    border: 1px solid rgba(18, 155, 219, 0.14);
    box-shadow: 0 20px 45px rgba(10, 37, 64, 0.10);
}

html[data-theme="light-blue"] .brand-title,
html[data-theme="light-blue"] .brand-link,
html[data-theme="light-blue"] .muted-copy,
html[data-theme="light-blue"] .contact-form-copy,
html[data-theme="light-blue"] .contact-label,
html[data-theme="light-blue"] .client-name-fallback,
html[data-theme="light-blue"] .stats-label,
html[data-theme="light-blue"] .stats-value,
html[data-theme="light-blue"] .stats-icon-wrap {
    color: #0c2340;
}

html[data-theme="light-blue"] .brand-badge {
    background: rgba(0, 105, 179, 0.10);
    color: #0c2340;
}

html[data-theme="light-blue"] .stats-icon-wrap {
    background: rgba(0, 105, 179, 0.10);
}

html[data-theme="light-blue"] .stats-card-item {
    background: #FFFFFF;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

html[data-theme="light-blue"] .contact-visual {
    background: radial-gradient(circle at 14% 18%, rgba(18, 155, 219, 0.24), transparent 34%),
    radial-gradient(circle at 88% 86%, rgba(0, 105, 179, 0.18), transparent 36%),
    linear-gradient(135deg, #eaf6ff 0%, #d7ecff 55%, #bfe2ff 100%);
    border-color: rgba(18, 155, 219, 0.20);
    box-shadow: 0 26px 60px rgba(10, 37, 64, 0.12);
}

html[data-theme="light-blue"] .contact-visual::before {
    background-image: linear-gradient(rgba(12, 35, 64, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 35, 64, 0.08) 1px, transparent 1px);
}

html[data-theme="light-blue"] .contact-visual-overlay {
    color: #0c2340;
    background: linear-gradient(to top, rgba(238, 247, 255, 0.94) 8%, rgba(238, 247, 255, 0.58) 62%, transparent 100%);
}

html[data-theme="light-blue"] .contact-copy,
html[data-theme="light-blue"] .contact-title {
    color: #0c2340;
}

html[data-theme="light-blue"] .contact-form-card .form-control {
    background: #ffffff;
    color: #0c2340;
    border: 1px solid rgba(12, 35, 64, 0.12);
}

html[data-theme="light-blue"] .site-footer {
    background: linear-gradient(180deg, #f3f8ff 0%, #e3f1ff 100%);
    color: #0c2340;
}

html[data-theme="light-blue"] .footer-title,
html[data-theme="light-blue"] .footer-heading,
html[data-theme="light-blue"] .footer-description,
html[data-theme="light-blue"] .footer-links a,
html[data-theme="light-blue"] .footer-contact li,
html[data-theme="light-blue"] .footer-bottom p {
    color: #0c2340;
}

html[data-theme="light-blue"] .footer-bottom {
    border-top: 1px solid #d7e5f3;
}

html[data-theme="light-blue"] .social-btn {
    background: rgba(0, 105, 179, 0.08);
    border-color: rgba(0, 105, 179, 0.12);
    color: #0c2340;
}

/* Light theme contrast pass */
html[data-theme="light-blue"] .hero-title,
html[data-theme="light-blue"] .section-title,
html[data-theme="light-blue"] .contact-title {
    color: #0b2747;
}

html[data-theme="light-blue"] .hero-subtitle,
html[data-theme="light-blue"] .section-copy,
html[data-theme="light-blue"] .muted-copy,
html[data-theme="light-blue"] .contact-copy,
html[data-theme="light-blue"] .contact-form-copy {
    color: #1f456c;
}

html[data-theme="light-blue"] .hero-badge,
html[data-theme="light-blue"] .section-kicker {
    color: #0b3158;
    background: rgba(0, 105, 179, 0.08);
    border-color: rgba(0, 105, 179, 0.18);
}

html[data-theme="light-blue"] .brand-link:hover,
html[data-theme="light-blue"] .footer-links a:hover,
html[data-theme="light-blue"] .site-nav a:hover {
    color: #005b99;
}

html[data-theme="light-blue"] .contact-label {
    color: #1b3f65;
}

html[data-theme="light-blue"] .contact-form-card .form-control::placeholder {
    color: rgba(12, 35, 64, 0.55);
}

html[data-theme="dark-blue"] .site-footer {
    background: #0b1220;
    color: #f8fafc;
}

/* VoucherLy sections (ABI + How it Works) */
.voucherly-feature-section,
.voucherly-workflow-section {
    position: relative;
    padding: 120px 0;
    background: #F0F4FF;
}

.voucherly-feature-section {
    background: linear-gradient(rgba(240, 244, 255, 0.10), rgba(240, 244, 255, 0.10)),
    url("../images/Who's Voucher.svg") center / cover no-repeat;
}

.voucherly-feature-section .container {
    width: min(1100px, calc(100% - 32px));
}

.voucherly-feature-section .voucherly-head {
    max-width: 760px;
    margin: 0 auto 32px;
}

.voucherly-feature-section .voucherly-title {
    font-size: clamp(2rem, 2.8vw, 2.25rem);
    line-height: 1.3;
}

.voucherly-feature-section .voucherly-copy {
    font-size: 1rem;
    line-height: 1.8;
}

.voucherly-feature-section .voucherly-card {
    padding: 30px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

.voucherly-feature-section .voucherly-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin: 0 auto 12px;
    font-size: 1rem;
    background: rgba(0, 105, 179, 0.05);
    animation: iconFloat 4.5s ease-in-out infinite;
}

.voucherly-workflow-section {
    background: #F7FAFF;
    padding-top: 120px;
}

.voucherly-head {
    max-width: 920px;
    margin: 0 auto 40px;
}

.voucherly-kicker {
    background: rgba(0, 105, 179, 0.09);
    border-color: rgba(0, 105, 179, 0.2);
    color: #0B3158;
}

.voucherly-title {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1.2;
    color: #0D0E0E;
    font-weight: 700;
}

.voucherly-copy {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.85;
    color: #2F3B4A;
}

.voucherly-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.voucherly-card {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(10, 37, 64, 0.08);
    padding: 26px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voucherly-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(10, 37, 64, 0.14);
}

.voucherly-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0069B3;
    background: rgba(0, 105, 179, 0.1);
    font-size: 1.3rem;
}

.voucherly-card-title {
    margin: 0;
    color: #0D0E0E;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
}

.workflow-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 22px;
    margin: 12px 0 40px;
}

.workflow-step {
    flex: 1 1 0;
    max-width: 320px;
    background: #FFFFFF;
    border-radius: 32px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.workflow-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 105, 179, 0.12);
}

.workflow-step-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin: 0 auto 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 105, 179, 0.05);
    color: #0069B3;
    animation: iconFloat 4.5s ease-in-out infinite;
}

.workflow-step-number {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.workflow-step-label {
    margin: 0 0 8px;
    color: #0069B3;
    font-size: 0.95rem;
    font-weight: 700;
}

.workflow-step-text {
    margin: 0;
    color: #2F3B4A;
    line-height: 1.8;
    font-weight: 400;
}

.workflow-arrow {
    display: inline-block;
    align-self: center;
    width: clamp(34px, 4vw, 60px);
    height: 0;
    border-top: 2px dotted rgba(0, 105, 179, 0.34);
    margin: 0 2px;
    font-size: 0;
    line-height: 0;
    opacity: 1;
}

.workflow-arrow i {
    display: none;
}

.voucherly-workflow-section .voucherly-title {
    color: #0c2340;
    font-weight: 800;
}

.channels-wrap {
    max-width: 960px;
    margin: 40px auto 0;
}

.channels-title {
    margin: 0 0 18px;
    text-align: center;
    color: #0D0E0E;
    font-size: 1.35rem;
}

.channels-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.channels-marquee {
    display: flex;
    overflow: hidden;
    gap: 12px;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.channels-track {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    min-width: max-content;
    animation: channelsMarquee 28s linear infinite;
}

.channel-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #FFFFFF;
    color: #0C2340;
    font-weight: 600;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.channel-chip i {
    color: #0069B3;
    transition: color 0.35s ease;
}

.channel-chip:hover {
    background: #0069B3;
    border-color: #0069B3;
    color: #FFFFFF;
    transform: scale(1.05);
}

.channel-chip:hover i {
    color: #FFFFFF;
}

/* Reveal animation */
.reveal-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Workflow timeline animation */
.voucherly-workflow-section .voucherly-kicker,
.voucherly-workflow-section .voucherly-title,
.voucherly-workflow-section .workflow-step,
.voucherly-workflow-section .workflow-arrow,
.voucherly-workflow-section .channels-title,
.voucherly-workflow-section .channel-chip {
    opacity: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.voucherly-workflow-section .voucherly-kicker,
.voucherly-workflow-section .voucherly-title,
.voucherly-workflow-section .channels-title {
    transform: translateY(24px);
}

.voucherly-workflow-section .workflow-step {
    transform: translateY(20px) scale(0.9);
}

.voucherly-workflow-section .workflow-arrow {
    transform: translateY(12px) scale(0.92);
}

.voucherly-workflow-section .channel-chip {
    transform: translateY(10px) scale(0.94);
}

.voucherly-workflow-section.is-active .voucherly-kicker,
.voucherly-workflow-section.is-active .voucherly-title,
.voucherly-workflow-section.is-active .workflow-step,
.voucherly-workflow-section.is-active .workflow-arrow,
.voucherly-workflow-section.is-active .channels-title,
.voucherly-workflow-section.is-active .channel-chip {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.voucherly-workflow-section .voucherly-kicker {
    transition-delay: 0s;
}

.voucherly-workflow-section .voucherly-title {
    transition-delay: 0.12s;
}

.voucherly-workflow-section .workflow-step {
    transition-delay: calc(0.32s + (var(--wf-index, 0) * 0.2s));
}

.voucherly-workflow-section .workflow-arrow {
    transition-delay: calc(0.42s + (var(--wf-index, 0) * 0.2s));
}

.voucherly-workflow-section .channels-title {
    transition-delay: 1.02s;
}

.voucherly-workflow-section .channel-chip {
    transition-delay: calc(1.12s + (var(--ch-index, 0) * 0.08s));
}

@media (prefers-reduced-motion: reduce) {
    .voucherly-workflow-section .voucherly-kicker,
    .voucherly-workflow-section .voucherly-title,
    .voucherly-workflow-section .workflow-step,
    .voucherly-workflow-section .workflow-arrow,
    .voucherly-workflow-section .channels-title,
    .voucherly-workflow-section .channel-chip {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .workflow-step:hover,
    .channel-chip:hover {
        transform: none;
        box-shadow: none;
    }

    .voucherly-feature-section .voucherly-card-icon,
    .workflow-step-icon,
    .channels-track {
        animation: none !important;
    }
}

@media (max-width: 991px) {
    .voucherly-feature-section,
    .voucherly-workflow-section {
        padding: 72px 0;
    }

    .voucherly-workflow-section {
        padding-top: 72px;
    }

    .voucherly-card-grid {
        gap: 20px;
    }

    .voucherly-card-grid {
        grid-template-columns: 1fr;
    }

    .workflow-steps {
        flex-direction: column;
        align-items: center;
    }

    .workflow-arrow {
        width: 0;
        border-top: none;
        border-inline-start: 2px dotted rgba(0, 105, 179, 0.34);
        height: 22px;
        margin: 2px 0;
    }

    .workflow-step {
        width: 100%;
        max-width: none;
    }

    .channels-marquee {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .channels-track {
        animation-duration: 22s;
    }
}

@keyframes channelsMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 12px));
    }
}

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

/* Contact section: Figma alignment */
#contact.contact-section {
    background: #ECF3FB url("../images/contact.svg") center / cover no-repeat !important;
    min-height: 689px;
    padding: 72px 0;
}

#contact .container {
    width: min(1440px, calc(100% - 32px));
}

#contact .row {
    justify-content: space-between;
}


#contact .contact-form-card {
    background: #FFFFFF !important;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(13, 14, 14, 0.08);
    border: none;
    color: #0D0E0E;
}

#contact .contact-form-title {
    margin: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    font-weight: 700;
    color: #0D0E0E;
}

#contact .contact-form-copy {
    color: #2F3B4A;
    font-size: 18px;
    margin: 0;
}

#contact .contact-form-card form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#contact .contact-field {
    margin: 0 !important;
}

#contact .contact-label {
    color: #0D0E0E !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

#contact .contact-field .form-control,
#contact .contact-field .form-control::placeholder {
    font-family: "Avenir Arabic", "DIN Next LT Arabic", "Segoe UI", sans-serif;
    font-size: 18px;
}

#contact .contact-field .form-control {
    min-height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(13, 14, 14, 0.16);
    background: #FFFFFF;
    color: #0D0E0E;
    padding: 12px 16px;
}

#contact .contact-field textarea.form-control {
    min-height: 160px;
}

#contact .contact-field .form-control::placeholder {
    color: rgba(13, 14, 14, 0.45);
}

#contact .contact-submit-btn {
    min-height: 56px;
    border-radius: 12px;
    padding: 14px 24px;
    background: #0069B3;
    border-color: #0069B3;
    box-shadow: 0 10px 22px rgba(0, 105, 179, 0.28);
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

#contact .contact-submit-btn:hover,
#contact .contact-submit-btn:focus {
    background: #005696;
    border-color: #005696;
}

#contact .contact-visual {
    min-height: 100%;
    border-radius: 16px;
    border: none;
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
}

#contact .contact-visual::before {
    display: none;
}

#contact .contact-visual-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    width: 100%;
    padding: 24px 8px;
    background: transparent;
    color: #0D0E0E;
}

#contact .contact-title {
    font-family: "Dancing Script", "DIN Next LT Arabic", "Segoe UI", sans-serif;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #0D0E0E !important;
    margin: 0 0 10px;
    max-width: none;
}

#contact .contact-copy {
    color: #2F3B4A !important;
    font-size: 18px;
    line-height: 1.8;
}

html[dir="rtl"] #contact .contact-visual-overlay,
html[dir="rtl"] #contact .contact-form-card,
html[dir="rtl"] #contact .contact-field,
html[dir="rtl"] #contact .contact-label,
html[dir="rtl"] #contact .contact-copy,
html[dir="rtl"] #contact .contact-title,
html[dir="rtl"] #contact .contact-form-copy {
    text-align: right;
}

@media (max-width: 991px) {
    #contact.contact-section {
        background-position: top center;
        background-size: contain;
        padding: 56px 0;
        min-height: 0;
    }

    #contact .contact-form-card {
        padding: 24px;
    }

    #contact .contact-form-card form {
        gap: 20px;
    }

    #contact .contact-title {
        font-size: 36px;
    }

    #contact .contact-copy,
    #contact .contact-label,
    #contact .contact-field .form-control,
    #contact .contact-field .form-control::placeholder,
    #contact .contact-form-copy,
    #contact .contact-submit-btn {
        font-size: 16px;
    }
}
