.elementor-198 .elementor-element.elementor-element-8355cd2{--display:flex;}.elementor-198 .elementor-element.elementor-element-b64febd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-198 .elementor-element.elementor-element-8355cd2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-e738b73 *//* גוף האתר */
body {
  margin: 0;
  padding: 0px 20px;
  background-color: #4e8aeb;
  background-repeat: repeat;
  background-size: 400px auto;
}

/* מעטפת הטופס */
#myForm {
  max-width: 420px;
  width: 90vw;
  margin: 50px auto;
  padding: 30px 25px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #eff5ff;
  border: 1px solid #ccc;
  direction: rtl;
  text-align: center;
}

/* בועות שיחה של הנציגה */
.chat-bubble {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  text-align: right;
}

.chat-bubble .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  order: 1;
}

.chat-bubble .message {
  background: #ffffff;
  border-radius: 16px 0px 16px 16px;
  padding: 12px 16px;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  direction: rtl;
  text-align: right;
  order: 2;
}

/* שדות טקסט */
#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="range"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 18px;
  text-align: right;
}

#myForm input:focus {
  border-color: #002dff;
  outline: none;
}

/* תצוגת גיל */
#ageDisplayWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: -10px;
  gap: 6px;
}

/* כפתורים */
#myForm button {
  width: 100%;
  padding: 14px;
  background: #002DFF;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#myForm button:hover {
  background: #0866ff;
  transform: scale(1.02);
}

button[disabled] {
  background: #ccc !important;
  cursor: not-allowed;
}

/* שלבים */
.form-step {
  display: none;
}
.form-step.active-step {
  display: block;
}

/* כפתורי מעבר */
.button-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

/* שגיאות */
.error-msg {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

/* כותרת טופס */
.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-title {
  font-size: 22px;
  font-weight: bold;
  color: #000000 !important;
  margin: 0;
}

.form-secure-note {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 20px;
  font-weight: 500;
}

/* ——— דיסקליימרים מתחת לשדה הטלפון ——— */
.consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-weight: normal !important;
  text-align: right;
}

.consent-wrap input[type="checkbox"] {
  margin-top: 2px;
  inline-size: 18px;
  block-size: 18px;
  min-width: 18px;
}

.consent-text {
  display: inline-block;
  font-size: 13px;
  font-weight: normal !important;
  color: #000;
  text-align: right;
}

/* קישורים כחולים רגילים */
.consent-text a {
  text-decoration: underline;
  color: #0000EE;
}

.consent-error {
  display: none;
  color: #d00;
  font-size: 13px;
  margin: 4px 0 8px;
  text-align: right;
}

/* צ'קבוקס דיוור אופציונלי */
.optional-consent { margin-top: 4px; }
.optional-consent .consent-text {
  font-size: 13px;
  font-weight: normal !important;
  color: #000;
  text-align: right;
}
.optional-consent .consent-text a {
  text-decoration: underline;
  color: #0000EE;
}/* End custom CSS */