.elementor-kit-9765{--e-global-color-primary:#36BAEC;--e-global-color-secondary:#131327;--e-global-color-text:#000000;--e-global-color-accent:#008FC9;--e-global-color-2fc69a3:#FFFFFF;--e-global-color-2d73020:#F1F1F1;--e-global-color-4a6a849:#D9D9D9;--e-global-color-0ae15ed:#F0F0F0;--e-global-color-3099496:#CBCBCB;--e-global-color-34e0584:#F6F6F6;--e-global-color-d345d05:#E9F6FF;--e-global-color-ccb320b:#41A3EA;--e-global-color-520708c:#36495F;--e-global-color-0056fa6:#0041C7;--e-global-color-b861703:#007CD7;--e-global-color-9bda773:#F7F7F8;--e-global-color-11320c6:#FFFFFF;--e-global-color-220e6c0:#78797B;--e-global-color-87bc8ab:#EEEEEE;--e-global-color-09e261c:#FF5A23;--e-global-color-8d9b347:#F7F7F8;--e-global-color-aa5ac8f:#0D0E88;--e-global-color-6dd5b75:#1E69BF;--e-global-color-d24382f:#3ABAEB;--e-global-color-9562720:#DFF4FC;--e-global-color-8da18df:#ED1260;--e-global-color-3910c38:#00DE00;--e-global-color-aa00a6a:#007CD7;--e-global-color-92ef0a1:#229DF6;--e-global-color-1e08634:#3ACBE8;--e-global-color-db5f0aa:#0041C7;--e-global-color-401df53:#0493D1;--e-global-color-d513de8:#1D2F50;--e-global-color-00d3422:#9E9FAA;--e-global-color-9a7f132:#444B56;--e-global-color-7ff02b5:#9F90FB;--e-global-color-8074789:#11151D;--e-global-color-cad7d25:#F0C08F;--e-global-color-5706783:#32BCED;--e-global-color-5949e15:#63646B;--e-global-color-34a8630:#63646B;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-34fe4f0-font-family:"Arimo";--e-global-typography-4036709-font-family:"Roboto";--e-global-typography-3534cdc-font-family:"Assistant";--e-global-typography-3534cdc-font-weight:600;--e-global-typography-09071a9-font-family:"Assistant";--e-global-typography-09071a9-font-weight:400;--e-global-typography-41e706c-font-family:"Rubik";--e-global-typography-41e706c-font-weight:500;--e-global-typography-7d1cb52-font-family:"ploni";--e-global-typography-7d1cb52-font-size:50px;--e-global-typography-7d1cb52-font-weight:400;font-size:14px;}.elementor-kit-9765 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9765 h1{font-size:45px;}.elementor-kit-9765 h2{font-size:35px;}.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-kit-9765 h1{font-size:20px;}.elementor-kit-9765 h2{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Fix Twenty Twenty-One theme overrides === */

/* Reset body font size for the form */
.neptucombination_container,
.neptucombination_container * {
    font-size: 16px;
}

/* Radio buttons - restore native appearance */
.neptucombination_container input[type="radio"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
}

/* Checkboxes - restore native appearance */
.neptucombination_container input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
}

/* Text inputs - thin gray border like staging */
.neptucombination_container input[type="text"],
.neptucombination_container select {
    border: 1px solid #666666 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

/* Step heading buttons - next/inactive */
.stage_heading_button.next_stage {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Step heading buttons - current/active */
.stage_heading_button.current_stage {
    background: #F0C090 !important;
    color: #000000 !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Step heading buttons - previous */
.stage_heading_button.prev_stage {
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* "הוסף קו" button - outlined */
.add_new_line {
    background: #F0C090 !important;
    color: black !important;
    border: 1px solid black !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.add_new_line:hover,
.add_new_line:focus {
    background: #3ABAEB !important;
    color: #ffffff !important;
}

/* Continue / action buttons */
.continue_to_next_stage,
.blue_button {
    background: #3ABAEB !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* General button reset inside form */
.neptucombination_container button {
    font-size: 16px !important;
    padding: 8px 16px !important;
    font-weight: 400 !important;
}

.stage_container .stage_heading_button {
    max-width: 170px !important;
    height: auto !important;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=radio]:checked:after {
        opacity: 0 !important;
    }
}
input{
    outline: none !important;
}/* End custom CSS */