.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8bcb35f:#D4AF37;--e-global-color-614b94a:#0F0F0F;--e-global-color-1ed128c:#1A1A1A;--e-global-color-fc467eb:#F2E9D8;--e-global-color-3004cbd:#CBAE74;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== רקע אתר מלא — DARK GRADIENT ===== */
body, html, .site, .elementor-kit, .elementor-section {
    background: radial-gradient(circle at top left,#26293B 0%,#111319 45%,#05060A 100%) !important;
    background-color: #05060A !important;
}

/* ===== ביטול רקעים לבנים של תבנית Elementor / Astra ===== */
.ast-container, 
.ast-page-builder-template, 
.site-content, 
#content,
.elementor-location-single,
.elementor-location-archive {
    background: transparent !important;
}

/* ===== מרכז את תוכן דף הבית כמו בסקיצה ===== */
.home .elementor-section {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1100px !important;
}

/* ===== כותרת דף הבית - יישור וצביעה ===== */
.home h1, .home .elementor-heading-title {
    color: #ffffff !important;
    text-align: right !important;
    font-weight: 700 !important;
}

/* ===== קופסה ראשית של החיפוש (Hero Box) ===== */
.hero-box, 
.elementor-widget-container .search-wrapper,
.elementor-widget-container .directorist-search-form {
    background: linear-gradient(135deg, #0f1118, #1c1f29) !important;
    border-radius: 22px !important;
    padding: 30px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35) !important;
}

/* ===== כפתור חיפוש ===== */
.hero-box button, 
.directorist-search-form button, 
button.directorist-btn {
    background: #d6a939 !important; /* זהב אפריקאי */
    color: #000 !important;
    font-weight: 700;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    transition: 0.2s;
}
.hero-box button:hover {
    background: #f0c455 !important;
}

/* ===== אייקוני קטגוריות ===== */
.category-card, 
.directorist-category,
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    background: #0f1118 !important;
    border-radius: 18px !important;
    padding: 18px !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25) !important;
}

.category-card:hover {
    transform: translateY(-4px);
    transition: 0.2s ease;
}

/* ===== טקסטים ===== */
body, p, span, a, .elementor-text-editor {
    color: #e4e4e4 !important;
    font-family: 'Assistant', sans-serif !important;
}

/* ===== לוגו למעלה - יישור וגודל ===== */
.site-logo img, .custom-logo {
    max-height: 70px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* כשלוחצים על הלוגו הוא חוזר לדף הבית */
.site-logo a, .custom-logo-link {
    display: block !important;
}

/* ===== התאמות למובייל ===== */
@media (max-width: 767px) {
    .home .elementor-section {
        padding: 0 12px !important;
    }

    .hero-box {
        padding: 20px !important;
    }

    .category-card {
        margin-bottom: 12px !important;
        padding: 14px !important;
    }

    .site-logo img {
        max-height: 58px !important;
    }
}/* End custom CSS */