.elementor-844 .elementor-element.elementor-element-77e6831{--display:flex;}@media(max-width:767px){.elementor-844 .elementor-element.elementor-element-77e6831{--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-844 .elementor-element.elementor-element-b0ee38f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b0ee38f *//* גוף האתר */
body {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0px 20px;
  background-color: #ffffff;
  background-repeat: repeat;
  background-size: 400px auto;
}

/* מעטפת הטופס */
#myForm {
  max-width: 420px;
  width: 90vw;
  margin: 0px auto;
  padding: 30px 25px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #F5F5F1;
  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: #4CF06B;
  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: #1ddf42;
  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: #4CF06B;
  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 */