.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7d2be2b:#083D77;--e-global-color-6163932:#000000;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;--e-global-typography-4bc52ec-font-family:"Assistant";--e-global-typography-4bc52ec-font-size:60px;--e-global-typography-4bc52ec-font-weight:900;--e-global-typography-4bc52ec-line-height:64px;font-size:16px;font-weight:400;line-height:1.6px;overscroll-behavior:none;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:#1D1BE0;}.elementor-kit-10 h1{font-size:48px;font-weight:700;}.elementor-kit-10 h2{font-size:36px;font-weight:600;}.elementor-kit-10 h3{font-size:26px;font-weight:600;}.elementor-kit-10 h4{font-size:20px;font-weight:600;}.elementor-kit-10 h5{font-size:16px;font-weight:700;}.elementor-kit-10 h6{font-size:16px;font-weight:700;}.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-kit-10{--e-global-typography-4bc52ec-font-size:38px;--e-global-typography-4bc52ec-line-height:1.4em;}.elementor-kit-10 h1{font-size:42px;}.elementor-kit-10 h2{font-size:32px;}.elementor-kit-10 h3{font-size:24px;}.elementor-kit-10 h4{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-4bc52ec-font-size:28px;}.elementor-kit-10 h1{font-size:38px;}.elementor-kit-10 h2{font-size:30px;}.elementor-kit-10 h3{font-size:22px;}.elementor-kit-10 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================== */
/* == Reduced Motion Accessibility == */
/* ================================== */
@media (prefers-reduced-motion: reduce) {
  .elementor-motion-effects-element-to-animate,
  .elementor-invisible[data-settings*="animation"],
  .animated {
    animation: none !important;
    transition: none !important;
  }
  .elementor-motion-effects-container {
    transform: none !important;
  }
}

/* ===================================================== */
/* == Display & Style 'Contact' Button in Mobile Menu == */
/* ===================================================== */

/* First, hide the button's list item on Desktop */
@media (min-width: 1025px) {
    .elementor-nav-menu .menu-item.menu-button {
        display: none !important;
    }
}

/* On mobile/tablet, show the list item and style the link as a button */
@media (max-width: 1024px) {
    /* Make sure the list item itself is visible */
    .elementor-nav-menu .menu-item.menu-button {
        display: list-item !important;
        margin-top: 15px !important;
        padding-top: 15px !important;
        border-top: 1px solid #EEEEEE !important;
    }

    /* Style the link inside it */
    .elementor-nav-menu .menu-item.menu-button a {
        background-color: #5459DE !important; /* שנה לצבע המותג שלך */
        color: #FFFFFF !important;
        border-radius: 8px !important;
        padding: 12px 18px !important;
        text-align: center !important;
        width: auto !important;
    }
}

/* ======================================= */
/* == Accessibility: Skip to Main Content == */
/* ======================================= */

/* הסתרת קישור דילוג כאשר לא בפוקוס */
.skip-link.screen-reader-text {
    position: absolute;
    left: -9999px; /* מחוץ למסך */
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
}

/* הצגת קישור דילוג כאשר מקבל פוקוס (לחיצה על TAB) */
.skip-link.screen-reader-text:focus {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    position: static; /* או absolute עם מיקום נראה */
    background-color: #eee; /* צבע רקע בולט - התאם לצבעי האתר שלך! */
    color: #333; /* צבע טקסט - התאם לצבעי האתר שלך! */
    padding: 10px 15px; /* מרווח פנימי */
    text-decoration: none; /* מסיר קו תחתון של קישור */
    display: block; /* גורם לו לתפוס שורה שלמה ולקבל גודל */
    text-align: center; /* ממורכז */
    margin: 10px auto; /* מרווח חיצוני, ממורכז אופקית */
    border: 2px solid #ccc; /* מסגרת לבולטות */
    border-radius: 5px; /* פינות מעוגלות */
}/* End custom CSS */