
```css
/* ===== RESET &amp;amp;amp;amp;amp;amp;amp; SCOPE ===== */
#BayadZist_root__Bz7K3,
#BayadZist_root__Bz7K3 *,
#BayadZist_root__Bz7K3 *::before,
#BayadZist_root__Bz7K3 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif !important;
}

#BayadZist_root__Bz7K3 {
    direction: rtl !important;
    background: #ffffff !important;
    color: #111827 !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
}

/* ===== NAVIGATION ===== */
#BayadZist_root__Bz7K3 .BZH_nav__Cd5E6 {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: rgba(255,255,255,0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0,166,147,0.1) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_navInner__De6F7 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 4rem !important;
}

#BayadZist_root__Bz7K3 .BZH_logo__Ef7G8 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
}

#BayadZist_root__Bz7K3 .BZH_logoIcon__Fg8H9 {
    background: #00A693 !important;
    color: #ffffff !important;
    padding: 0.625rem !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 4px 6px rgba(0,166,147,0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#BayadZist_root__Bz7K3 .BZH_logoIcon__Fg8H9 svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    animation: BZH_spinSlow__Gh9I0 8s linear infinite !important;
}

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

#BayadZist_root__Bz7K3 .BZH_logoText__Gh9I0 {
    display: flex !important;
    flex-direction: column !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_logoTitle__Hi0J1 {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #064e3b !important;
    letter-spacing: -0.025em !important;
}

#BayadZist_root__Bz7K3 .BZH_logoSub__Ij1K2 {
    font-size: 0.625rem !important;
    color: #65a30d !important;
    font-weight: 500 !important;
}

#BayadZist_root__Bz7K3 .BZH_desktopMenu__Jk2L3 {
    display: none !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_desktopMenu__Jk2L3 {
        display: flex !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_navItem__Kl3M4 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

#BayadZist_root__Bz7K3 .BZH_navItem__Kl3M4:hover {
    color: #00A693 !important;
    background: rgba(0,166,147,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_navItem__Kl3M4.BZH_active__Lm4N5 {
    color: #065f46 !important;
}

#BayadZist_root__Bz7K3 .BZH_navIcon__Mn5O6 {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_active__Lm4N5 .BZH_navIcon__Mn5O6 {
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_ctaBtn__No6P7 {
    display: none !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: linear-gradient(135deg, #064e3b, #00A693) !important;
    color: #ffffff !important;
    padding: 0.625rem 1.25rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(0,166,147,0.2) !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_ctaBtn__No6P7:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0,166,147,0.3) !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_ctaBtn__No6P7 {
        display: flex !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_ctaIcon__Op7Q8 {
    width: 1rem !important;
    height: 1rem !important;
    color: #a7f3d0 !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileToggle__Pq8R9 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem !important;
    border-radius: 0.75rem !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: #6b7280 !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_mobileToggle__Pq8R9 {
        display: none !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_menuOpen__St1U2 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_menuClose__Tu2V3 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: none !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileMenu__Uv3W4 {
    display: none !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0,166,147,0.1) !important;
    padding: 0.5rem 1rem 1rem !important;
    gap: 0.25rem !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileMenu__Uv3W4.BZH_open__Vw4X5 {
    display: flex !important;
    flex-direction: column !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileItem__Wx5Y6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: right !important;
    width: 100% !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileItem__Wx5Y6:hover {
    background: #f9fafb !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileItem__Wx5Y6.BZH_active__Lm4N5 {
    background: rgba(0,166,147,0.05) !important;
    color: #065f46 !important;
    border-right: 4px solid #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_mobIcon__Xy6Z7 {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_mobileCta__Yz7A8 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    background: linear-gradient(135deg, #064e3b, #00A693) !important;
    color: #ffffff !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 0.5rem !important;
}

/* ===== TAB SYSTEM ===== */
#BayadZist_root__Bz7K3 .BZH_tab__Ab3C4 {
    display: none !important;
}

#BayadZist_root__Bz7K3 .BZH_tab__Ab3C4.BZH_tabActive__Bc4D5 {
    display: block !important;
}

/* ===== HERO SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_heroWrap__Cd5E6 {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 1.5rem 1rem 3rem !important;
}

#BayadZist_root__Bz7K3 .BZH_heroBox__De6F7 {
    position: relative !important;
    border-radius: 2.5rem !important;
    overflow: hidden !important;
    min-height: 380px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25) !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    text-align: center !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_heroBox__De6F7 {
        min-height: 440px !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_bgLayer__Fg8H9 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_bgImg__Gh9I0 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.05) !important;
    transition: transform 12s ease-out !important;
}

#BayadZist_root__Bz7K3 .BZH_heroBox__De6F7:hover .BZH_bgImg__Gh9I0 {
    transform: scale(1) !important;
}

#BayadZist_root__Bz7K3 .BZH_overlay__Hi0J1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,0.25) !important;
    z-index: 1 !important;
}

#BayadZist_root__Bz7K3 .BZH_sunGlow__Ij1K2 {
    position: absolute !important;
    top: -10% !important;
    right: 10% !important;
    width: 24rem !important;
    height: 24rem !important;
    background: rgba(245,158,11,0.1) !important;
    border-radius: 9999px !important;
    filter: blur(80px) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

#BayadZist_root__Bz7K3 .BZH_contentLayer__Jk2L3 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 36rem !important;
    margin: 0 1rem !important;
    padding: 1.5rem 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 1rem !important;
    background: rgba(0,28,25,0.45) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border-radius: 1.5rem !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1) !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_contentLayer__Jk2L3 {
        padding: 2rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_badge__Lm4N5 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    background: rgba(0,166,147,0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(0,166,147,0.25) !important;
    color: #00A693 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_badgeIcon__No6P7 {
    width: 0.875rem !important;
    height: 0.875rem !important;
    color: #00A693 !important;
    animation: BZH_pulse__Op7Q8 2s cubic-bezier(0.4,0,0.6,1) infinite !important;
}

@keyframes BZH_pulse__Op7Q8 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

#BayadZist_root__Bz7K3 .BZH_textBlock__Op7Q8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_title__Qr9S0 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
    text-align: center !important;
    background: linear-gradient(to right, #ffffff, #f3f4f6, #ffffff) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_title__Qr9S0 {
        font-size: 1.875rem !important;
    }
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_title__Qr9S0 {
        font-size: 2.25rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_desc__Rs0T1 {
    font-size: 0.75rem !important;
    color: #f3f4f6 !important;
    max-width: 28rem !important;
    line-height: 1.6 !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 auto !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_desc__Rs0T1 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_featuresGrid__St1U2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 24rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    margin-top: 0.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_featuresGrid__St1U2 {
        gap: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_featCard__Uv3W4 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    padding: 0.5rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    transition: all 0.3s ease !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_featCard__Uv3W4:hover {
    background: rgba(255,255,255,0.1) !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_featCard__Uv3W4 {
        padding: 0.625rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_featIconWrap__Vw4X5 {
    background: rgba(0,166,147,0.2) !important;
    color: #00A693 !important;
    padding: 0.375rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid rgba(0,166,147,0.35) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#BayadZist_root__Bz7K3 .BZH_featIcon__Wx5Y6 {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_featText__Xy6Z7 {
    display: flex !important;
    flex-direction: column !important;
}

#BayadZist_root__Bz7K3 .BZH_featLabel__Yz7A8 {
    font-size: 9px !important;
    color: #d1d5db !important;
}

#BayadZist_root__Bz7K3 .BZH_featValue__Za8B9 {
    font-size: 11px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_featValue__Za8B9 {
        font-size: 0.75rem !important;
    }
}

/* ===== ANIMATIONS ===== */
#BayadZist_root__Bz7K3 .BZH_animateIn__Ef7G8 {
    opacity: 0 !important;
    transform: translateY(15px) !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

#BayadZist_root__Bz7K3 .BZH_heroBox__De6F7.BZH_visible__Fg8H9 .BZH_animateIn__Ef7G8,
#BayadZist_root__Bz7K3 .BZH_heroBox__De6F7.BZH_visible__Fg8H9 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#BayadZist_root__Bz7K3 .BZH_delay1__Kl3M4 { transition-delay: 0.2s !important; }
#BayadZist_root__Bz7K3 .BZH_delay2__Mn5O6 { transition-delay: 0.35s !important; }
#BayadZist_root__Bz7K3 .BZH_delay3__Pq8R9 { transition-delay: 0.5s !important; }
#BayadZist_root__Bz7K3 .BZH_delay4__Tu2V3 { transition-delay: 0.65s !important; }

/* ===== PHILOSOPHY SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_philosophy__Ab3C4 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

#BayadZist_root__Bz7K3 .BZH_philContent__Bc4D5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_philBadge__Cd5E6 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #00A693 !important;
    background: rgba(0,166,147,0.1) !important;
    padding: 0.375rem 1rem !important;
    border-radius: 9999px !important;
    display: inline-block !important;
    width: fit-content !important;
}

#BayadZist_root__Bz7K3 .BZH_philTitle__De6F7 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
    line-height: 1.4 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_philTitle__De6F7 {
        font-size: 1.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_philDesc__Ef7G8 {
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
    max-width: 1200px !important;
}

#BayadZist_root__Bz7K3 .BZH_benefitsGrid__Fg8H9 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.875rem !important;
    width: 100% !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_benefitsGrid__Fg8H9 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_benefitCard__Gh9I0 {
    padding: 0.875rem !important;
    border-radius: 0.75rem !important;
    background: #FAFDFD !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_benefitCard__Gh9I0:hover {
    border-color: rgba(0,166,147,0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_benefitCard__Gh9I0 {
        padding: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_benefitIcon__Hi0J1 {
    width: 2.125rem !important;
    height: 2.125rem !important;
    border-radius: 0.5rem !important;
    background: rgba(0,166,147,0.1) !important;
    color: #00A693 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0,166,147,0.2) !important;
    margin-bottom: 0.625rem !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_benefitCard__Gh9I0:hover .BZH_benefitIcon__Hi0J1 {
    background: #00A693 !important;
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_benefitIcon__Hi0J1 svg {
    width: 1.125rem !important;
    height: 1.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_benefitTitle__Ij1K2 {
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    color: #111827 !important;
    margin-bottom: 0.625rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_benefitTitle__Ij1K2 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_benefitDesc__Jk2L3 {
    font-size: 0.625rem !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_benefitDesc__Jk2L3 {
        font-size: 0.6875rem !important;
    }
}

/* ===== CONTACT SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_contactSection__Kl3M4 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
}

#BayadZist_root__Bz7K3 .BZH_contactBox__Lm4N5 {
    background: linear-gradient(135deg, rgba(0,166,147,0.05), #ffffff, rgba(0,166,147,0.02)) !important;
    border: 1px solid rgba(0,166,147,0.15) !important;
    border-radius: 1.5rem !important;
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    text-align: right !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_contactBox__Lm4N5 {
        padding: 2.5rem !important;
        flex-direction: row !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_contactInfo__Mn5O6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_contactHeader__No6P7 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_contactIcon__Op7Q8 {
    background: rgba(0,166,147,0.1) !important;
    color: #00A693 !important;
    padding: 0.625rem !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#BayadZist_root__Bz7K3 .BZH_contactIcon__Op7Q8 svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    animation: BZH_pulse__Op7Q8 2s cubic-bezier(0.4,0,0.6,1) infinite !important;
}

#BayadZist_root__Bz7K3 .BZH_contactTitle__Pq8R9 {
    font-weight: 900 !important;
    font-size: 1.125rem !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_contactTitle__Pq8R9 {
        font-size: 1.25rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_contactText__Qr9S0 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.75 !important;
    max-width: 48rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_contactText__Qr9S0 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_contactText__Qr9S0 p {
    margin-bottom: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_contactGrid__Rs0T1 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    width: 100% !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_contactGrid__Rs0T1 {
        width: auto !important;
        min-width: 30rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_contactCard__St1U2 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    background: #0a0a0a !important;
    border: 1px solid rgba(38,38,38,0.8) !important;
    color: #00A693 !important;
    font-weight: 700 !important;
    padding: 1.125rem !important;
    border-radius: 1rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

#BayadZist_root__Bz7K3 .BZH_contactCard__St1U2:hover {
    background: #000000 !important;
}

#BayadZist_root__Bz7K3 .BZH_span2__Tu2V3 {
    grid-column: span 2 !important;
}

#BayadZist_root__Bz7K3 .BZH_ccLeft__Uv3W4 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_ccIcon__Vw4X5 {
    width: 1.375rem !important;
    height: 1.375rem !important;
    color: #00A693 !important;
    transition: transform 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_contactCard__St1U2:hover .BZH_ccIcon__Vw4X5 {
    transform: translateX(4px) translateY(-4px) !important;
}

#BayadZist_root__Bz7K3 .BZH_ccText__Wx5Y6 {
    display: flex !important;
    flex-direction: column !important;
}

#BayadZist_root__Bz7K3 .BZH_ccTitle__Xy6Z7 {
    font-size: 0.75rem !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    margin-bottom: 0.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_ccLink__Yz7A8 {
    font-size: 0.6875rem !important;
    font-family: monospace !important;
    letter-spacing: 0.05em !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_ccBadge__Za8B9 {
    font-size: 0.625rem !important;
    background: rgba(0,166,147,0.15) !important;
    color: #00A693 !important;
    padding: 0.25rem 0.625rem !important;
    border-radius: 0.5rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    transition: background 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_contactCard__St1U2:hover .BZH_ccBadge__Za8B9 {
    background: rgba(0,166,147,0.25) !important;
}

/* ===== COOPERATION SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_coopSection__Ab3C4 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem 3rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

#BayadZist_root__Bz7K3 .BZH_coopLayout__Bc4D5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    align-items: stretch !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_coopLayout__Bc4D5 {
        grid-template-columns: 8fr 4fr !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopText__Cd5E6 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_coopTop__De6F7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_coopBadge__Ef7G8 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #00A693 !important;
    background: rgba(0,166,147,0.1) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    display: inline-block !important;
    width: fit-content !important;
}

#BayadZist_root__Bz7K3 .BZH_coopTitle__Fg8H9 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
    margin-top: 0.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopTitle__Fg8H9 {
        font-size: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopDesc__Gh9I0 {
    font-size: 0.75rem !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
    max-width: 1200px !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopDesc__Gh9I0 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopDesc__Gh9I0 p {
    margin-bottom: 0.875rem !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatures__Hi0J1 {
    padding: 1rem 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatTitle__Ij1K2 {
    font-weight: 800 !important;
    color: #111827 !important;
    font-size: 0.875rem !important;
    margin-bottom: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatGrid__Jk2L3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_coopFeatGrid__Jk2L3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopFeat__Kl3M4 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.875rem !important;
    padding: 1.125rem !important;
    border-radius: 1rem !important;
    background: rgba(245,245,245,0.5) !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeat__Kl3M4:hover {
    border-color: rgba(0,166,147,0.2) !important;
    background: rgba(0,166,147,0.02) !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatIcon__Lm4N5 {
    width: 2.25rem !important;
    height: 2.25rem !important;
    border-radius: 0.75rem !important;
    background: rgba(0,166,147,0.1) !important;
    color: #00A693 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatIcon__Lm4N5 svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatText__Mn5O6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_coopFeatTitle2__No6P7 {
    font-weight: 800 !important;
    color: #111827 !important;
    font-size: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopFeatTitle2__No6P7 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopFeatDesc__Op7Q8 {
    font-size: 0.625rem !important;
    color: #1f2937 !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopFeatDesc__Op7Q8 {
        font-size: 0.6875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopNote__Pq8R9 {
    padding: 1rem !important;
    background: rgba(0,166,147,0.05) !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
    line-height: 1.75 !important;
    font-size: 0.75rem !important;
    margin-top: 1rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopNote__Pq8R9 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopImage__Qr9S0 {
    position: relative !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    min-height: 340px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_coopImg__Rs0T1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.7s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_coopImage__Qr9S0:hover .BZH_coopImg__Rs0T1 {
    transform: scale(1.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_coopImgOverlay__St1U2 {
    position: relative !important;
    z-index: 2 !important;
    padding: 1.5rem !important;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2), transparent) !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_coopImgBadge__Tu2V3 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    color: #00A693 !important;
    margin-bottom: 0.375rem !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_coopImgTitle__Uv3W4 {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.25rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopImgTitle__Uv3W4 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_coopImgDesc__Vw4X5 {
    font-size: 0.625rem !important;
    color: #d1d5db !important;
    font-weight: 700 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_coopImgDesc__Vw4X5 {
        font-size: 0.75rem !important;
    }
}

/* ===== FORM CARDS GRID ===== */
#BayadZist_root__Bz7K3 .BZH_formCardsGrid__Wx5Y6 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_formCardsGrid__Wx5Y6 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7 {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f3f4f6 !important;
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    transition: all 0.5s ease !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7 {
        padding: 2rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    border-color: rgba(0,166,147,0.3) !important;
    transform: translateY(-6px) !important;
}

#BayadZist_root__Bz7K3 .BZH_fcTop__Yz7A8 {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_fcIcon__Za8B9 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 1rem !important;
    background: rgba(0,166,147,0.1) !important;
    color: #00A693 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0,166,147,0.25) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    flex-shrink: 0 !important;
    transition: all 0.5s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7:hover .BZH_fcIcon__Za8B9 {
    background: #00A693 !important;
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_fcIcon__Za8B9 svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    transition: transform 0.5s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7:hover .BZH_fcIcon__Za8B9 svg {
    transform: scale(1.1) !important;
}

#BayadZist_root__Bz7K3 .BZH_fcTitle__Ab3C4 {
    font-weight: 900 !important;
    font-size: 1.25rem !important;
    color: #111827 !important;
    transition: color 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_formCard__Xy6Z7:hover .BZH_fcTitle__Ab3C4 {
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_fcDesc__Bc4D5 {
    font-size: 0.75rem !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_fcDesc__Bc4D5 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_fcBtn__Cd5E6 {
    width: 100% !important;
    background: #0a0a0a !important;
    border: 1px solid #262626 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 0.875rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_fcBtn__Cd5E6:hover {
    background: #171717 !important;
    transform: scale(1.02) !important;
}

#BayadZist_root__Bz7K3 .BZH_fcBtnIcon__Ef7G8 {
    width: 1rem !important;
    height: 1rem !important;
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_fcBtn__Cd5E6:hover .BZH_fcBtnIcon__Ef7G8 {
    transform: rotate(180deg) translateX(-4px) !important;
}

/* ===== TOURS SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_toursSection__Fg8H9 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

#BayadZist_root__Bz7K3 .BZH_toursHeader__Gh9I0 {
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_toursTitle__Hi0J1 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_toursTitle__Hi0J1 {
        font-size: 1.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_toursSub__Ij1K2 {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
}

#BayadZist_root__Bz7K3 .BZH_filtersBox__Jk2L3 {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_filterRow__Kl3M4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
    justify-content: space-between !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_filterRow__Kl3M4 {
        flex-direction: row !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_searchWrap__Lm4N5 {
    position: relative !important;
    width: 100% !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_searchWrap__Lm4N5 {
        max-width: 28rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_searchIcon__Mn5O6 {
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #9ca3af !important;
}

#BayadZist_root__Bz7K3 .BZH_searchInput__No6P7 {
    width: 100% !important;
    padding: 0.75rem 3rem 0.75rem 1rem !important;
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_searchInput__No6P7:focus {
    background: #ffffff !important;
    border-color: #00A693 !important;
    box-shadow: 0 0 0 2px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_diffFilter__Pq8R9 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    overflow-x: auto !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_diffFilter__Pq8R9 {
        width: auto !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_diffLabel__Qr9S0 {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_diffIcon__Rs0T1 {
    width: 0.875rem !important;
    height: 0.875rem !important;
}

#BayadZist_root__Bz7K3 .BZH_diffBtns__St1U2 {
    display: flex !important;
    gap: 0.375rem !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_diffBtn__Tu2V3 {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    border: 1px solid #e5e7eb !important;
    color: #4b5563 !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

#BayadZist_root__Bz7K3 .BZH_diffBtn__Tu2V3.BZH_diffActive__Uv3W4 {
    background: #064e3b !important;
    border-color: #064e3b !important;
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_diffBtn__Tu2V3:hover:not(.BZH_diffActive__Uv3W4) {
    background: #f9fafb !important;
}

#BayadZist_root__Bz7K3 .BZH_catTabs__Vw4X5 {
    display: flex !important;
    gap: 0.5rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.5rem !important;
    border-top: 1px solid #f3f4f6 !important;
    padding-top: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_catTab__Wx5Y6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.625rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    border: 1px solid #f3f4f6 !important;
    background: #ffffff !important;
    color: #4b5563 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_catTab__Wx5Y6 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_catTab__Wx5Y6.BZH_catActive__Xy6Z7 {
    background: #064e3b !important;
    border-color: #064e3b !important;
    color: #ffffff !important;
    box-shadow: 0 4px 6px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_catTab__Wx5Y6:hover:not(.BZH_catActive__Xy6Z7) {
    border-color: rgba(0,166,147,0.2) !important;
    color: #065f46 !important;
}

#BayadZist_root__Bz7K3 .BZH_catIcon__Yz7A8 {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_catActive__Xy6Z7 .BZH_catIcon__Yz7A8 {
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_toursGrid__Za8B9 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_toursGrid__Za8B9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_toursGrid__Za8B9 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Tour Card */
#BayadZist_root__Bz7K3 .BZH_tourCard__Ab3C4 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_tourCard__Ab3C4:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
}

#BayadZist_root__Bz7K3 .BZH_tourImg__Bc4D5 {
    position: relative !important;
    aspect-ratio: 16/10 !important;
    overflow: hidden !important;
    background: #f3f4f6 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourImg__Bc4D5 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_tourCard__Ab3C4:hover .BZH_tourImg__Bc4D5 img {
    transform: scale(1.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_tourImgOverlay__Cd5E6 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent, transparent) !important;
}

#BayadZist_root__Bz7K3 .BZH_tourDiff__De6F7 {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tourDiff__De6F7 {
        font-size: 0.75rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tourDiff__De6F7.BZH_diffBeginner__Ef7G8 {
    color: #065f46 !important;
    border: 1px solid #a7f3d0 !important;
    background: #ecfdf5 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourDiff__De6F7.BZH_diffModerate__Fg8H9 {
    color: #92400e !important;
    border: 1px solid #fde68a !important;
    background: #fffbeb !important;
}

#BayadZist_root__Bz7K3 .BZH_tourDiff__De6F7.BZH_diffProfessional__Gh9I0 {
    color: #9f1239 !important;
    border: 1px solid #fecdd3 !important;
    background: #fff1f2 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourLoc__Hi0J1 {
    position: absolute !important;
    bottom: 1rem !important;
    right: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourLoc__Hi0J1 svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
    color: #a7f3d0 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourBody__Ij1K2 {
    padding: 1.5rem !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_tourTitle__Jk2L3 {
    font-weight: 800 !important;
    font-size: 1rem !important;
    color: #111827 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    transition: color 0.3s ease !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tourTitle__Jk2L3 {
        font-size: 1.125rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tourCard__Ab3C4:hover .BZH_tourTitle__Jk2L3 {
    color: #065f46 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourDesc__Kl3M4 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

#BayadZist_root__Bz7K3 .BZH_tourMeta__Lm4N5 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-top: 1px solid #f9fafb !important;
    border-bottom: 1px solid #f9fafb !important;
    padding: 0.75rem 0 !important;
    font-size: 0.75rem !important;
    color: #4b5563 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourMeta__Lm4N5 &amp;amp;amp;amp;amp;amp;gt; div {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_tourMeta__Lm4N5 svg {
    width: 1rem !important;
    height: 1rem !important;
    color: #9ca3af !important;
}

#BayadZist_root__Bz7K3 .BZH_tourMeta__Lm4N5 .BZH_orgName__Mn5O6 {
    font-weight: 700 !important;
    color: #065f46 !important;
}

#BayadZist_root__Bz7K3 .BZH_tourFooter__No6P7 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_tourPrice__Op7Q8 {
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_tourPriceLabel__Pq8R9 {
    font-size: 0.625rem !important;
    color: #9ca3af !important;
    font-weight: 500 !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_tourPriceVal__Qr9S0 {
    font-weight: 900 !important;
    font-size: 0.875rem !important;
    color: #065f46 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tourPriceVal__Qr9S0 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tourBookBtn__Rs0T1 {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    background: #00A693 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 0.625rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0,166,147,0.2) !important;
    transition: all 0.3s ease !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tourBookBtn__Rs0T1 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tourBookBtn__Rs0T1:hover {
    background: #00897b !important;
}

#BayadZist_root__Bz7K3 .BZH_tourBookBtn__Rs0T1 svg {
    width: 1rem !important;
    height: 1rem !important;
    transform: rotate(180deg) !important;
}

/* No Results */
#BayadZist_root__Bz7K3 .BZH_noResults__Bc4D5 {
    background: #ffffff !important;
    padding: 3rem !important;
    text-align: center !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    max-width: 32rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_noResIcon__De6F7 {
    width: 3rem !important;
    height: 3rem !important;
    color: #d1d5db !important;
    animation: BZH_bounce__Ef7G8 2s infinite !important;
}

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

#BayadZist_root__Bz7K3 .BZH_noResTitle__Ef7G8 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
}

#BayadZist_root__Bz7K3 .BZH_noResDesc__Fg8H9 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

#BayadZist_root__Bz7K3 .BZH_resetBtn__Gh9I0 {
    background: rgba(0,166,147,0.1) !important;
    color: #065f46 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_resetBtn__Gh9I0:hover {
    background: rgba(0,166,147,0.2) !important;
}

/* ===== GUIDES SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_guidesSection__Ij1K2 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guidesIntro__Jk2L3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guidesBadge__Kl3M4 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #00A693 !important;
    background: rgba(0,166,147,0.05) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    display: inline-block !important;
    width: fit-content !important;
}

#BayadZist_root__Bz7K3 .BZH_guidesTitle__Lm4N5 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_guidesTitle__Lm4N5 {
        font-size: 1.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_guidesDesc__Mn5O6 {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    max-width: 48rem !important;
}

#BayadZist_root__Bz7K3 .BZH_secHeader__Op7Q8 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}

#BayadZist_root__Bz7K3 .BZH_secIcon__Pq8R9 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_secTitle__Qr9S0 {
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_secTitle__Qr9S0 {
        font-size: 1.25rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_orgGrid__Rs0T1,
#BayadZist_root__Bz7K3 .BZH_guideGrid__Uv3W4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_orgGrid__Rs0T1,
    #BayadZist_root__Bz7K3 .BZH_guideGrid__Uv3W4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_orgGrid__Rs0T1,
    #BayadZist_root__Bz7K3 .BZH_guideGrid__Uv3W4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Organizer Card */
#BayadZist_root__Bz7K3 .BZH_orgCard__St1U2 {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_orgCard__St1U2:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
    transform: translateY(-4px) !important;
}

#BayadZist_root__Bz7K3 .BZH_orgHeader__Tu2V3 {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
}

#BayadZist_root__Bz7K3 .BZH_orgLogo__Uv3W4 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 1rem !important;
    object-fit: cover !important;
    border: 2px solid rgba(0,166,147,0.1) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

#BayadZist_root__Bz7K3 .BZH_orgInfo__Vw4X5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_orgNameWrap__Wx5Y6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
}

#BayadZist_root__Bz7K3 .BZH_orgName__Xy6Z7 {
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgVerified__Yz7A8 {
    width: 1rem !important;
    height: 1rem !important;
    color: #10b981 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgRating__Za8B9 {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    font-size: 0.75rem !important;
    color: #f59e0b !important;
    font-weight: 600 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgRating__Za8B9 svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
    fill: #f59e0b !important;
    color: #f59e0b !important;
}

#BayadZist_root__Bz7K3 .BZH_orgBio__Ab3C4 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgStats__Bc4D5 {
    border-top: 1px solid #f9fafb !important;
    padding-top: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgStatLabel__Cd5E6 {
    color: #9ca3af !important;
    display: block !important;
    margin-bottom: 0.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_orgStatValue__De6F7 {
    font-weight: 800 !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_orgSafety__Ef7G8 {
    font-weight: 800 !important;
    color: #065f46 !important;
}

/* Guide Card */
#BayadZist_root__Bz7K3 .BZH_guideCard__Fg8H9 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.3s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_guideCard__Fg8H9:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
    transform: translateY(-4px) !important;
}

#BayadZist_root__Bz7K3 .BZH_guideBanner__Gh9I0 {
    height: 5rem !important;
    background: linear-gradient(to right, rgba(6,78,59,0.1), rgba(245,245,245,1), rgba(254,240,138,0.1)) !important;
    position: relative !important;
}

#BayadZist_root__Bz7K3 .BZH_guideBody__Hi0J1 {
    padding: 0 1.5rem 1.5rem !important;
    position: relative !important;
    margin-top: -2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideTop__Ij1K2 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
}

#BayadZist_root__Bz7K3 .BZH_guideAvatar__Jk2L3 {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 9999px !important;
    object-fit: cover !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
    background: #f9fafb !important;
}

#BayadZist_root__Bz7K3 .BZH_guideApproved__Kl3M4 {
    background: #ecfdf5 !important;
    color: #065f46 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    border: 1px solid #a7f3d0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideApproved__Kl3M4 svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideName__Lm4N5 {
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideMeta__Mn5O6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideMeta__Mn5O6 .BZH_guideRating__No6P7 {
    display: flex !important;
    align-items: center !important;
    gap: 0.125rem !important;
    color: #f59e0b !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideMeta__Mn5O6 .BZH_guideRating__No6P7 svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
    fill: #f59e0b !important;
    color: #f59e0b !important;
}

#BayadZist_root__Bz7K3 .BZH_guideBio__Op7Q8 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideSpecs__Pq8R9 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideSpecLabel__Qr9S0 {
    font-size: 0.625rem !important;
    color: #9ca3af !important;
    font-weight: 600 !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_guideSpecTags__Rs0T1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideSpecTag__St1U2 {
    font-size: 0.625rem !important;
    background: #f3f4f6 !important;
    color: #4b5563 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.375rem !important;
    font-weight: 500 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideCerts__Tu2V3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideCertItem__Uv3W4 {
    display: flex !important;
    gap: 0.375rem !important;
    align-items: center !important;
    font-size: 0.6875rem !important;
    color: #4b5563 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideCertDot__Vw4X5 {
    width: 0.25rem !important;
    height: 0.25rem !important;
    background: #00A693 !important;
    border-radius: 9999px !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideFooter__Wx5Y6 {
    border-top: 1px solid #f9fafb !important;
    background: rgba(249,250,251,0.4) !important;
    padding: 0.75rem 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 0.6875rem !important;
    color: #6b7280 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideFooter__Wx5Y6 .BZH_guideEco__Xy6Z7 {
    color: #065f46 !important;
    font-weight: 700 !important;
}

/* Pledge Card */
#BayadZist_root__Bz7K3 .BZH_pledgeCard__Wx5Y6 {
    background: linear-gradient(to right, rgba(0,166,147,0.05), rgba(254,240,138,0.05)) !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_pledgeCard__Wx5Y6 {
        padding: 2rem !important;
        flex-direction: row !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_pledgeText__Xy6Z7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeTitle__Yz7A8 {
    font-weight: 800 !important;
    color: #111827 !important;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_pledgeTitle__Yz7A8 {
        font-size: 1.125rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_pledgeIcon__Za8B9 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #65a30d !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeDesc__Ab3C4 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_pledgeDesc__Ab3C4 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_pledgeBadge__Bc4D5 {
    background: #ffffff !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #f3f4f6 !important;
    font-weight: 900 !important;
    font-size: 0.875rem !important;
    color: #065f46 !important;
    white-space: nowrap !important;
}

/* ===== ABOUT SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_aboutSection__Cd5E6 {
    max-width: 56rem !important;
    margin: 0 auto !important;
    padding: 3rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutSection__Cd5E6 {
        padding: 5rem 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutHeader__De6F7 {
    text-align: center !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutBadge__Ef7G8 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #00A693 !important;
    background: rgba(0,166,147,0.05) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 9999px !important;
    display: inline-block !important;
    width: fit-content !important;
    margin: 0 auto !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutTitle__Fg8H9 {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutTitle__Fg8H9 {
        font-size: 2.25rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutIntro__Gh9I0 {
    background: #f9fafb !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f3f4f6 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutIntro__Gh9I0 {
        padding: 2rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutIntroP1__Hi0J1 {
    font-weight: 500 !important;
    color: #111827 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutIntroP1__Hi0J1 {
        font-size: 1.125rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutIntroP2__Ij1K2 {
    font-size: 0.875rem !important;
    color: #4b5563 !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutIntroP2__Ij1K2 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutSection2__Jk2L3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    padding-top: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutSecHeader__Kl3M4 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    border-right: 4px solid #00A693 !important;
    padding-right: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutSecTitle__Lm4N5 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutSecTitle__Lm4N5 {
        font-size: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutSecIcon__Mn5O6 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutSecBody__No6P7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutSecBody__No6P7 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutBold__Op7Q8 {
    font-weight: 700 !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutProblems__Pq8R9 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    background: rgba(254,226,226,0.4) !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(254,226,226,1) !important;
    text-align: right !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutProblems__Pq8R9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutProblems__Pq8R9 li {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    font-size: 0.75rem !important;
    color: #374151 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_aboutProblems__Pq8R9 li {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_problemDot__Qr9S0 {
    width: 0.375rem !important;
    height: 0.375rem !important;
    border-radius: 9999px !important;
    background: #f87171 !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_aboutHighlight__Rs0T1 {
    color: #065f46 !important;
    font-weight: 700 !important;
    background: rgba(0,166,147,0.05) !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
}

#BayadZist_root__Bz7K3 .BZH_missionBox__Tu2V3 {
    background: rgba(0,166,147,0.03) !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid rgba(0,166,147,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_missionBold__Uv3W4 {
    font-weight: 700 !important;
    color: #064e3b !important;
}

#BayadZist_root__Bz7K3 .BZH_missionText__Vw4X5 {
    color: #111827 !important;
    font-weight: 500 !important;
}

#BayadZist_root__Bz7K3 .BZH_missionItalic__Wx5Y6 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    font-style: italic !important;
}

#BayadZist_root__Bz7K3 .BZH_servicesBody__Xy6Z7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_servicesBody__Xy6Z7 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_serviceCards__Yz7A8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_serviceCard__Za8B9 {
    background: #ffffff !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_serviceCard__Za8B9 {
        padding: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_svcTitle__Ab3C4 {
    font-weight: 900 !important;
    color: #111827 !important;
    margin-bottom: 0.25rem !important;
    font-size: 0.875rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_svcTitle__Ab3C4 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_svcDesc__Bc4D5 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_svcDesc__Bc4D5 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_diffBody__Cd5E6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_diffBody__Cd5E6 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_diffList__De6F7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    background: rgba(0,166,147,0.03) !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(0,166,147,0.05) !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_diffList__De6F7 li {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    font-size: 0.75rem !important;
    color: #374151 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_diffList__De6F7 li {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_diffCheck__Ef7G8 {
    color: #00A693 !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_diffNote__Fg8H9 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    background: #f9fafb !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    font-weight: 700 !important;
    border: 1px solid #f3f4f6 !important;
    width: fit-content !important;
    margin-right: auto !important;
}

#BayadZist_root__Bz7K3 .BZH_philoBody__Gh9I0 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_philoBody__Gh9I0 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_philoGrid__Hi0J1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_philoGrid__Hi0J1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_philoItem__Ij1K2 {
    background: #f9fafb !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #f3f4f6 !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    font-size: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_philoItem__Ij1K2 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_visionBody__Jk2L3,
#BayadZist_root__Bz7K3 .BZH_commitBody__Kl3M4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_visionBody__Jk2L3,
    #BayadZist_root__Bz7K3 .BZH_commitBody__Kl3M4 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_commitList__Lm4N5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
    background: #f9fafb !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
}

#BayadZist_root__Bz7K3 .BZH_commitList__Lm4N5 li {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    font-size: 0.75rem !important;
    color: #374151 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_commitList__Lm4N5 li {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_commitDot__Mn5O6 {
    width: 0.5rem !important;
    height: 0.5rem !important;
    border-radius: 9999px !important;
    background: #00A693 !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_commitQuote__No6P7 {
    text-align: center !important;
    font-weight: 900 !important;
    color: #065f46 !important;
    background: rgba(0,166,147,0.05) !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_commitQuote__No6P7 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_aboutFooter__Pq8R9 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid #f3f4f6 !important;
    text-align: center !important;
}

#BayadZist_root__Bz7K3 .BZH_footerBadge__Qr9S0 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: rgba(0,166,147,0.05) !important;
    color: #065f46 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin: 0 auto !important;
}

#BayadZist_root__Bz7K3 .BZH_footerIcon__Rs0T1 {
    width: 1rem !important;
    height: 1rem !important;
    fill: #00A693 !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_footerText__St1U2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_footerText__St1U2 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_footerFinal__Tu2V3 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
    padding-top: 1rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_footerFinal__Tu2V3 {
        font-size: 1.5rem !important;
    }
}

/* ===== PLANNER SECTION ===== */
#BayadZist_root__Bz7K3 .BZH_plannerSection__Uv3W4 {
    max-width: 56rem !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_plannerSection__Uv3W4 {
        padding: 3rem 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_plannerHeader__Vw4X5 {
    text-align: center !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerIcon__Wx5Y6 {
    background: linear-gradient(135deg, #00A693, #059669) !important;
    color: #ffffff !important;
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 6px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerIcon__Wx5Y6 svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #a7f3d0 !important;
    animation: BZH_pulse__Op7Q8 2s cubic-bezier(0.4,0,0.6,1) infinite !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerTitle__Xy6Z7 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_plannerTitle__Xy6Z7 {
        font-size: 1.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_plannerDesc__Yz7A8 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_plannerDesc__Yz7A8 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_plannerForm__Za8B9 {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid rgba(0,166,147,0.1) !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_plannerForm__Za8B9 {
        padding: 2rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_formGroup__Cd5E6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_formLabel__De6F7 {
    font-size: 0.875rem !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
    display: block !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_formLabel__De6F7 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_inputWrap__Ef7G8 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

#BayadZist_root__Bz7K3 .BZH_inputIcon__Fg8H9 {
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #9ca3af !important;
}

#BayadZist_root__Bz7K3 .BZH_formInput__Gh9I0,
#BayadZist_root__Bz7K3 .BZH_input__Tu2V3 {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    font-size: 0.875rem !important;
    color: #1f2937 !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 1rem !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_inputWrap__Ef7G8 .BZH_input__Tu2V3 {
    padding-right: 3rem !important;
}

#BayadZist_root__Bz7K3 .BZH_formInput__Gh9I0:focus,
#BayadZist_root__Bz7K3 .BZH_input__Tu2V3:focus {
    background: #ffffff !important;
    border-color: #00A693 !important;
    box-shadow: 0 0 0 2px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerGrid__Hi0J1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_plannerGrid__Hi0J1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_formSelect__Ij1K2,
#BayadZist_root__Bz7K3 .BZH_select__Vw4X5 {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.75rem !important;
    color: #374151 !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    outline: none !important;
    appearance: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_formSelect__Ij1K2,
    #BayadZist_root__Bz7K3 .BZH_select__Vw4X5 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_formSelect__Ij1K2:focus,
#BayadZist_root__Bz7K3 .BZH_select__Vw4X5:focus {
    background: #ffffff !important;
    border-color: #00A693 !important;
    box-shadow: 0 0 0 2px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerBtn__Jk2L3 {
    width: 100% !important;
    background: linear-gradient(135deg, #064e3b, #00A693) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    border-radius: 1rem !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 15px -3px rgba(0,166,147,0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    font-size: 0.875rem !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerBtn__Jk2L3:hover {
    background: linear-gradient(135deg, #04392b, #00897b) !important;
}

#BayadZist_root__Bz7K3 .BZH_plannerBtnIcon__Kl3M4 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #a7f3d0 !important;
}

/* Loading */
#BayadZist_root__Bz7K3 .BZH_plannerLoading__Lm4N5 {
    background: #ffffff !important;
    padding: 3rem !important;
    text-align: center !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    max-width: 32rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_spinner__No6P7 {
    width: 4rem !important;
    height: 4rem !important;
    border: 4px solid rgba(0,166,147,0.1) !important;
    border-top-color: #00A693 !important;
    border-radius: 9999px !important;
    animation: BZH_spin__Op7Q8 1s linear infinite !important;
}

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

#BayadZist_root__Bz7K3 .BZH_loadTitle__Op7Q8 {
    font-weight: 800 !important;
    color: #111827 !important;
    font-size: 1.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_loadDesc__Pq8R9 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

/* Result */
#BayadZist_root__Bz7K3 .BZH_plannerResult__Qr9S0 {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

#BayadZist_root__Bz7K3 .BZH_resultHeader__St1U2 {
    background: linear-gradient(135deg, #064e3b, #022c22) !important;
    color: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_resultHeader__St1U2 {
        padding: 2rem !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_resultInfo__Tu2V3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_resultBadge__Uv3W4 {
    font-size: 0.625rem !important;
    color: #a7f3d0 !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    display: inline-block !important;
    width: fit-content !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_resultBadge__Uv3W4 {
        font-size: 0.75rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_resultTitle__Vw4X5 {
    font-size: 1.125rem !important;
    font-weight: 900 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_resultTitle__Vw4X5 {
        font-size: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_resultReset__Wx5Y6 {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    transition: background 0.2s ease !important;
    align-self: flex-start !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_resultReset__Wx5Y6 {
        align-self: auto !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_resultReset__Wx5Y6:hover {
    background: rgba(255,255,255,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_resetIcon__Yz7A8 {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_resultSummary__Za8B9 {
    font-size: 0.75rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding-top: 1rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_resultSummary__Za8B9 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_resultMeta__Ab3C4 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
    font-size: 0.75rem !important;
    color: #a7f3d0 !important;
    padding-top: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_resultBody__Bc4D5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    align-items: start !important;
}

@media (min-width: 1024px) {
    #BayadZist_root__Bz7K3 .BZH_resultBody__Bc4D5 {
        grid-template-columns: 7fr 5fr !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_itineraryCol__Cd5E6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_colTitle__De6F7 {
    font-weight: 800 !important;
    font-size: 1rem !important;
    color: #111827 !important;
    border-right: 4px solid #00A693 !important;
    padding-right: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_colTitle__De6F7 {
        font-size: 1.125rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_timeline__Ef7G8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    position: relative !important;
    border-right: 2px solid rgba(0,166,147,0.1) !important;
    padding-right: 1rem !important;
    margin-right: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_timelineItem__Fg8H9 {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_tlNode__Gh9I0 {
    position: absolute !important;
    right: -1.375rem !important;
    top: 0.375rem !important;
    background: #00A693 !important;
    color: #ffffff !important;
    width: 0.625rem !important;
    height: 0.625rem !important;
    border-radius: 9999px !important;
    border: 4px solid #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_tlCard__Hi0J1 {
    background: #ffffff !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tlCard__Hi0J1 {
        padding: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tlDay__Ij1K2 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_tlTitle__Jk2L3 {
    font-weight: 800 !important;
    font-size: 0.875rem !important;
    color: #111827 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tlTitle__Jk2L3 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tlActivities__Kl3M4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
    font-size: 0.75rem !important;
    color: #4b5563 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tlActivities__Kl3M4 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_tlActivities__Kl3M4 li {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: flex-start !important;
}

#BayadZist_root__Bz7K3 .BZH_tlBullet__Lm4N5 {
    color: #00A693 !important;
    font-weight: 900 !important;
    flex-shrink: 0 !important;
}

#BayadZist_root__Bz7K3 .BZH_tlAccom__Mn5O6 {
    background: #f9fafb !important;
    padding: 0.625rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.6875rem !important;
    color: #6b7280 !important;
}

#BayadZist_root__Bz7K3 .BZH_sidebarCol__No6P7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_checklistBox__Op7Q8 {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_checklistBox__Op7Q8 {
        padding: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_checkTitle__Pq8R9 {
    font-weight: 800 !important;
    font-size: 0.875rem !important;
    color: #111827 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    border-bottom: 1px solid #f3f4f6 !important;
    padding-bottom: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_checkTitle__Pq8R9 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_checkIcon__Qr9S0 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItems__Rs0T1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_checkCat__St1U2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_checkCatLabel__Tu2V3 {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    color: #9ca3af !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_checkList__Uv3W4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItem__Vw4X5 {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem !important;
    border-radius: 0.5rem !important;
    text-align: right !important;
    font-size: 0.75rem !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #374151 !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItem__Vw4X5:hover {
    background: #f9fafb !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItem__Vw4X5.BZH_checked__Wx5Y6 {
    background: rgba(16,185,129,0.05) !important;
    border-color: #a7f3d0 !important;
    color: #065f46 !important;
    text-decoration: line-through !important;
    opacity: 0.8 !important;
}

#BayadZist_root__Bz7K3 .BZH_checkBox__Xy6Z7 {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #d1d5db !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItem__Vw4X5.BZH_checked__Wx5Y6 .BZH_checkBox__Xy6Z7 {
    background: #059669 !important;
    border-color: #059669 !important;
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_checkItem__Vw4X5.BZH_checked__Wx5Y6 .BZH_checkBox__Xy6Z7::after {
    content: '✓' !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_ecoBox__Yz7A8 {
    background: rgba(16,185,129,0.05) !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid #a7f3d0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_ecoTitle__Za8B9 {
    font-weight: 800 !important;
    font-size: 0.875rem !important;
    color: #064e3b !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_ecoTitle__Za8B9 {
        font-size: 1rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_ecoIcon__Ab3C4 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #059669 !important;
}

#BayadZist_root__Bz7K3 .BZH_ecoList__Bc4D5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
    font-size: 0.75rem !important;
    color: #064e3b !important;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_ecoList__Bc4D5 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_ecoList__Bc4D5 li {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: flex-start !important;
}

#BayadZist_root__Bz7K3 .BZH_ecoCheck__Cd5E6 {
    width: 1rem !important;
    height: 1rem !important;
    color: #059669 !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

/* ===== FORM PAGES ===== */
#BayadZist_root__Bz7K3 .BZH_formPage__De6F7 {
    max-width: 56rem !important;
    margin: 0 auto !important;
    padding: 3rem 1rem !important;
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_formHeader__Ef7G8 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #f3f4f6 !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_backBtn__Fg8H9 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_backBtn__Fg8H9:hover {
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_backIcon__Gh9I0 {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_formTitleWrap__Hi0J1 {
    text-align: right !important;
}

#BayadZist_root__Bz7K3 .BZH_formTitle__Ij1K2 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_formSub__Jk2L3 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    margin-top: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_tourForm__Kl3M4,
#BayadZist_root__Bz7K3 .BZH_orgForm__Kl3M4,
#BayadZist_root__Bz7K3 .BZH_guideForm__Kl3M4 {
    background: #ffffff !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_tourForm__Kl3M4,
    #BayadZist_root__Bz7K3 .BZH_orgForm__Kl3M4,
    #BayadZist_root__Bz7K3 .BZH_guideForm__Kl3M4 {
        padding: 2.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_stepBadge__Mn5O6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
}

#BayadZist_root__Bz7K3 .BZH_stepText__No6P7 {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    color: #00A693 !important;
    background: rgba(0,166,147,0.05) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
}

#BayadZist_root__Bz7K3 .BZH_stepIcon__Op7Q8 {
    width: 1rem !important;
    height: 1rem !important;
    color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_formGrid__Pq8R9 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_formGrid__Pq8R9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_fg__Qr9S0 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_label__Rs0T1 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #374151 !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_required__St1U2 {
    color: #ef4444 !important;
}

#BayadZist_root__Bz7K3 .BZH_mono__Xy6Z7 {
    font-family: monospace !important;
    text-align: left !important;
    direction: ltr !important;
}

#BayadZist_root__Bz7K3 .BZH_fgGrid__Wx5Y6 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_textarea__Yz7A8 {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.75rem !important;
    color: #1f2937 !important;
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    outline: none !important;
    resize: vertical !important;
    line-height: 1.5 !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_textarea__Yz7A8 {
        font-size: 0.875rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_textarea__Yz7A8:focus {
    background: #ffffff !important;
    border-color: #00A693 !important;
    box-shadow: 0 0 0 2px rgba(0,166,147,0.2) !important;
}

#BayadZist_root__Bz7K3 .BZH_listsGrid__Za8B9 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 768px) {
    #BayadZist_root__Bz7K3 .BZH_listsGrid__Za8B9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_listBox__Ab3C4 {
    background: #f9fafb !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    border: 1px solid #f3f4f6 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_listBox__Ab3C4 {
        padding: 1.5rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_listTitle__Bc4D5 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_listAdd__Cd5E6 {
    display: flex !important;
    gap: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_listInput__De6F7 {
    flex: 1 !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.75rem !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    outline: none !important;
    transition: border-color 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_listInput__De6F7:focus {
    border-color: #00A693 !important;
}

#BayadZist_root__Bz7K3 .BZH_addBtn__Fg8H9 {
    background: #00A693 !important;
    color: #ffffff !important;
    padding: 0.5rem !important;
    border-radius: 0.5rem !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_addBtn__Fg8H9:hover {
    background: #00897b !important;
}

#BayadZist_root__Bz7K3 .BZH_addBtn__Fg8H9 svg {
    width: 1rem !important;
    height: 1rem !important;
}

#BayadZist_root__Bz7K3 .BZH_listItems__Hi0J1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
    padding-top: 0.5rem !important;
    max-height: 10rem !important;
    overflow-y: auto !important;
}

#BayadZist_root__Bz7K3 .BZH_listItem__Jk2L3 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem !important;
    border: 1px solid #f3f4f6 !important;
}

#BayadZist_root__Bz7K3 .BZH_listItem__Jk2L3 span {
    font-size: 0.75rem !important;
    color: #374151 !important;
}

#BayadZist_root__Bz7K3 .BZH_removeBtn__Kl3M4 {
    color: #f87171 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_removeBtn__Kl3M4:hover {
    color: #dc2626 !important;
}

#BayadZist_root__Bz7K3 .BZH_removeBtn__Kl3M4 svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
}

#BayadZist_root__Bz7K3 .BZH_formActions__Op7Q8 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 1rem !important;
    border-top: 1px solid #f3f4f6 !important;
}

#BayadZist_root__Bz7K3 .BZH_cancelBtn__Pq8R9 {
    padding: 0.75rem 1.5rem !important;
    border: 1px solid #e5e7eb !important;
    background: transparent !important;
    color: #374151 !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    font-size: 0.75rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_cancelBtn__Pq8R9:hover {
    background: #f9fafb !important;
}

#BayadZist_root__Bz7K3 .BZH_submitBtn__Qr9S0 {
    padding: 0.875rem 2rem !important;
    background: #00A693 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 15px -3px rgba(0,166,147,0.2) !important;
    font-size: 0.75rem !important;
    transition: background 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_submitBtn__Qr9S0:hover {
    background: #00897b !important;
}

/* Success Message */
#BayadZist_root__Bz7K3 .BZH_successMsg__Rs0T1 {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    max-width: 32rem !important;
    margin: 0 auto !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_successMsg__Rs0T1 {
        padding: 3rem !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_successIcon__Tu2V3 {
    width: 4rem !important;
    height: 4rem !important;
    background: rgba(0,166,147,0.05) !important;
    color: #00A693 !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

#BayadZist_root__Bz7K3 .BZH_successIcon__Tu2V3 svg {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_successTitle__Uv3W4 {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #111827 !important;
}

#BayadZist_root__Bz7K3 .BZH_successDesc__Vw4X5 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
}

#BayadZist_root__Bz7K3 .BZH_successBtn__Wx5Y6 {
    width: 100% !important;
    padding: 0.75rem 1.25rem !important;
    background: #00A693 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 0.75rem !important;
    transition: background 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_successBtn__Wx5Y6:hover {
    background: #00897b !important;
}

/* ===== ORGANIZER FORM SPECIFIC ===== */
#BayadZist_root__Bz7K3 .BZH_pledgeBox__Za8B9 {
    background: #fffbeb !important;
    border: 1px solid #fde68a !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeHeader__Ab3C4 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.625rem !important;
    justify-content: flex-end !important;
    color: #92400e !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeTitle2__Bc4D5 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeIcon2__Cd5E6 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeText2__De6F7 {
    font-size: 0.6875rem !important;
    color: #92400e !important;
    line-height: 1.5 !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeCheck__Ef7G8 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    padding-top: 0.5rem !important;
}

#BayadZist_root__Bz7K3 .BZH_pledgeLabel__Gh9I0 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #78350f !important;
    user-select: none !important;
    cursor: pointer !important;
}

#BayadZist_root__Bz7K3 .BZH_checkbox__Hi0J1 {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #fcd34d !important;
    accent-color: #00A693 !important;
}

/* ===== GUIDE FORM SPECIFIC ===== */
#BayadZist_root__Bz7K3 .BZH_certsSection__No6P7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_certsGrid__Op7Q8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    #BayadZist_root__Bz7K3 .BZH_certsGrid__Op7Q8 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#BayadZist_root__Bz7K3 .BZH_certItem__Qr9S0 {
    padding: 0.75rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e5e7eb !important;
    background: #f9fafb !important;
    color: #4b5563 !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: right !important;
    font-size: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_certItem__Qr9S0:hover {
    background: #f3f4f6 !important;
}

#BayadZist_root__Bz7K3 .BZH_certItem__Qr9S0.BZH_certActive__Rs0T1 {
    background: rgba(0,166,147,0.05) !important;
    border-color: #6ee7b7 !important;
    color: #064e3b !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_certCheck__St1U2 {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 9999px !important;
    border: 1px solid #d1d5db !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

#BayadZist_root__Bz7K3 .BZH_certItem__Qr9S0.BZH_certActive__Rs0T1 .BZH_certCheck__St1U2 {
    background: #00A693 !important;
    border-color: #00A693 !important;
    color: #ffffff !important;
}

#BayadZist_root__Bz7K3 .BZH_certItem__Qr9S0.BZH_certActive__Rs0T1 .BZH_certCheck__St1U2::after {
    content: '✓' !important;
    font-size: 0.5625rem !important;
    font-weight: 700 !important;
}

#BayadZist_root__Bz7K3 .BZH_guideNote__Tu2V3 {
    background: rgba(0,166,147,0.05) !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideNoteIcon__Uv3W4 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #00A693 !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideNoteText__Vw4X5 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

#BayadZist_root__Bz7K3 .BZH_guideNoteTitle__Wx5Y6 {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    color: #064e3b !important;
    display: block !important;
}

#BayadZist_root__Bz7K3 .BZH_guideNoteDesc__Xy6Z7 {
    font-size: 0.6875rem !important;
    color: #065f46 !important;
    line-height: 1.5 !important;
}
```
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #000;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #000;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #000;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 4px  4px;
            }
            .logo-container img{
                display: block;
                width: 220px;
                height: 60px;
                max-width: 220px;
                max-height: 60px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #000;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #00A693;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 15px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #000;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid red;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #000;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #fffff;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #fffff;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: #00A693;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #00A693;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #000;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #00A693;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #000;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #00A693;
                    border-radius: 3px;
                    background: #000;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #000;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #000;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #00A693;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #00A693;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #00A693;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #000;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #000;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #000;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #00A693;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #000 !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #000;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #000;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #00A693;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #000;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #000;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: auto;  
                        grid-template-columns: 220px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_6{
;
width:100%;
padding-top:4vw;
padding-right:4vw;
padding-bottom:4vw;
padding-left:4vw;
border-style:none;
}#module_footer_column_14{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_row_37{
;
margin-top:0px;
border-style:none;
}#module_footer_items_48{
;
cursor:default;
width:14vw;
height:5vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_48:hover{
;
}#module_footer_column_15{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_49{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_49:hover{
;
}#module_footer_row_39{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_50{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_50:hover{
;
}#module_footer_row_41{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_52{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_52:hover{
;
}#module_footer_row_40{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_51{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_51:hover{
;
}#module_footer_column_16{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_53{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_53:hover{
;
}#module_footer_row_43{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_54{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_54:hover{
;
}#module_footer_row_44{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_55{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_55:hover{
;
}#module_footer_row_45{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_56{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_56:hover{
;
}#module_footer_row_46{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_57{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_57:hover{
;
}#module_footer_column_17{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_58{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_58:hover{
;
color:#00A693;
}#module_footer_row_48{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_59{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_59:hover{
;
}#module_footer_row_49{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_60{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_60:hover{
;
}#module_footer_row_71{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:0.15vw;
border-color:#fff;
}#module_footer_items_86{
;
cursor:default;
text-align:center;
line-height:1.5vw;
color:#fff;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_86:hover{
;
}#public_footer_main_4{;background-color:#000000;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_4:hover{;}
                #public_footer_main_4{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_4 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_4 
            
            #public_footer_main_4 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_4 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_4:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}