.elementor-2 .elementor-element.elementor-element-637f7c7{--display:flex;}.elementor-2 .elementor-element.elementor-element-637f7c7.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-637f7c7{--width:81.129%;}}/* Start custom CSS for html, class: .elementor-element-58f285e *//* רקע כללי */
body {
font-family: 'Assistant', sans-serif !important;
  margin: 0;
  padding: 0;
  background: linear-gradient(145deg, #e7f0ff, #d2e2fb);
  background-attachment: fixed;
}

/* מעטפת הטופס */
#myForm {
  max-width: 420px;
  width: 90vw;
  margin: 60px auto;
  padding: 30px 25px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  border: 1px solid #d5d9e0;
  direction: rtl;
  text-align: center;
  position: relative;
}

/* כותרת */
.form-header {
  margin-bottom: 30px;
}
.form-title {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}

/* חותמת */
.form-stamp {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
  transform: rotate(-12deg);
  opacity: 0.9;
}
.form-stamp img {
  width: 100px;
  height: auto;
}

/* בועות שיחה */
.chat-bubble {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.chat-bubble .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #002DFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.chat-bubble .message {
  background: #f0f4ff;
  border-radius: 16px 0 16px 16px;
  padding: 14px 16px;
  font-size: 17px;
  color: #222;
  text-align: right;
  direction: rtl;
  max-width: 80%;
  line-height: 1.5;
}

/* שדות */
#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="range"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 17px;
  border-radius: 12px;
  border: 1px solid #ccc;
  margin-bottom: 18px;
  box-sizing: border-box;
}

/* טלפון מימין לשמאל */
#myForm input[type="tel"] {
  direction: rtl;
  text-align: right;
}

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

/* תצוגת גיל */
#ageDisplayWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: -8px;
  gap: 8px;
  color: #002dff;
}

/* כפתורים */
#myForm button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  background: #002DFF;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#myForm button:hover {
  background: #3a57f5;
  transform: translateY(-2px);
}
button[disabled] {
  background: #cccccc !important;
  cursor: not-allowed;
}

/* שגיאות */
.error-msg {
  color: #ff4444;
  font-size: 13px;
  margin-top: -8px;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

/* ניווט בין שלבים */
.button-row {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  justify-content: space-between;
}

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

/* הערת אבטחה */
.form-secure-note {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  color: #666;
}

.form-legal-note {
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-top: 10px;
}
.form-legal-note a {
  color: #002DFF;
  text-decoration: underline;
}
.approval-logos {
  max-width: 420px;
  width: 90vw;
  margin: 20px auto 40px;
  text-align: center;
  direction: rtl;
}
.approval-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.logos-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.logos-row img {
  max-height: 40px;
  max-width: 30%;
  object-fit: contain;
}

input[type=range] {
  -webkit-appearance: none;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #002DFF;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: -0px; /* ממרכז את העיגול על הקו */
  transition: transform 0.2s;
}

input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #002DFF;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.1);
}/* End custom CSS */