.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a55676f:#E4E9EB;--e-global-color-b8943cd:#FFFFFF;--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-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-primary );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{color:var( --e-global-color-primary );}.elementor-kit-11 label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */body {
    background-color: #f4f4f4;
}
.elementor-button {
    background-color: #6EC1E4 !important;
}
/* שינוי צבע הרקע של שדה הקלט */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="num"],
.wpcf7 textarea {
    background-color: #f4f4f4; /* צבע רקע */
    color: /* צבע רגיל של קישור */
a {
    color: #f4f4f4; /* שנה לצבע הרצוי */
    text-decoration: none; /* הסרת קו תחתון */
}

/* צבע בעת ריחוף (hover) */
a:hover {
    color: #f4f4f4; /* צבע אחר בעת מעבר עכבר */
    text-decoration: underline; /* אפשרות להוספת קו תחתון */
}

/* צבע של קישורים שכבר נלחצו */
a:visited {
    color: #990033; /* שנה לצבע הרצוי */
}
; /* צבע טקסט */
    border: 1px solid #54595F; /* צבע מסגרת */
    padding: 10px;
    border-radius: 5px;
}

/* שינוי צבע של כפתור השליחה */
.wpcf7 input[type="submit"] {
    background-color: #6EC1E4; /* צבע רקע */
    color: #fff; /* צבע טקסט */
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* שינוי צבע כפתור השליחה במעבר עכבר */
.wpcf7 input[type="submit"]:hover {
    background-color: #6EC1E4; /* צבע רקע בעת ריחוף */
}
/* הסרת שוליים ורווחים מיותרים */
html, body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

/* ביטול רווחים פנימיים של אלמנטור */
.elementor-section {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ווידג'טים של אלמנטור */
.elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}/* End custom CSS */