/* Header CSS Fixes - General Selectors */

/* Fix for the "העלאת עסק" button color - More specific to override gradients */
.elementor-widget-button .elementor-button,
.elementor-12378 .elementor-widget-button .elementor-button,
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button {
    background-color: #2A3056 !important;
    background-image: none !important;
    background: #2A3056 !important;
    font-family: "Noto Sans Hebrew", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-button .elementor-button:hover,
.elementor-12378 .elementor-widget-button .elementor-button:hover,
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button:hover {
    background-color: #1a1f3a !important;
    background-image: none !important;
    background: #1a1f3a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(42, 48, 86, 0.3) !important;
}

/* Fix for button content wrapper direction */
.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-direction: row-reverse !important;
    gap: 8px !important;
}

/* Fix for icon list items layout - make them horizontal */
.elementor-widget-icon-list .elementor-icon-list-items {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items {
    margin-left: -11px !important;
    margin-right: -11px !important;
}

.elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 11px !important;
    margin-right: 11px !important;
    display: flex !important;
    align-items: center !important;
}

/* Fix for icon list item styling */
.elementor-widget-icon-list .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
    font-family: "Noto Sans Hebrew", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #434D89 !important;
    transition: color 0.3s ease !important;
    cursor: pointer !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
}

.elementor-widget-icon-list .elementor-icon-list-item:hover {
    color: #2A3056 !important;
    background-color: rgba(42, 48, 86, 0.05) !important;
}

/* Fix for icon list text */
.elementor-widget-icon-list .elementor-icon-list-text {
    font-family: "Noto Sans Hebrew", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #434D89 !important;
    transition: color 0.3s ease !important;
}

/* Fix for header container layout */
.elementor-element.elementor-element-f7466b3 .e-con-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 0 !important;
    gap: 20px !important;
}

/* Fix for logo container */
.elementor-element.elementor-element-df41c40 {
    flex-shrink: 0 !important;
}

/* Fix for icon list container */
.elementor-element.elementor-element-51bb0c2 {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Fix for button container */
.elementor-element.elementor-element-15d451e {
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .elementor-element.elementor-element-f7466b3 .e-con-inner {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .elementor-widget-icon-list .elementor-icon-list-items {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items {
        margin: 0 !important;
    }
    
    .elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin: 0 !important;
    }
}

/* Additional fixes for better visual hierarchy */
.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child)::after {
    display: none !important; /* Remove separators */
}

/* Fix for button icon */
.elementor-widget-button .elementor-button-icon svg {
    width: 25px !important;
    height: 8px !important;
    fill: white !important;
}

/* Ensure proper RTL support */
body.rtl .elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after {
    left: -11px !important;
    right: auto !important;
}

body:not(.rtl) .elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after {
    right: -11px !important;
    left: auto !important;
}

/* Fix for any potential z-index issues */
.elementor-element.elementor-element-15d451e {
    z-index: 20 !important;
}

/* Ensure proper spacing and alignment */
.elementor-widget-icon-list .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-button .elementor-widget-container {
    margin: 0 !important;
}

/* Fix for any potential overflow issues */
.elementor-widget-icon-list .elementor-widget-container {
    overflow: visible !important;
}

/* Override any gradient backgrounds on buttons */
.elementor-widget-button .elementor-button,
.elementor-12378 .elementor-widget-button .elementor-button {
    background: #2A3056 !important;
    background-image: none !important;
    background-color: #2A3056 !important;
}

/* Additional specificity to override gradient variables */
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button,
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button:hover,
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button:focus,
.elementor-12378 .elementor-element.elementor-element-15d451e .elementor-button:active {
    background: #2A3056 !important;
    background-image: none !important;
    background-color: #2A3056 !important;
    background: linear-gradient(none) !important;
} 