.elementor-68 .elementor-element.elementor-element-47aee73{--display:flex;}/* Start custom CSS for html, class: .elementor-element-05fbe04 *//* כותרת טופס – הקטנה ומרווח במובייל */
@media (max-width: 768px){
  section#contact h2 {
    font-size: 22px;      /* הקטנה כדי שלא יעלה על השדות */
    line-height: 1.3;     /* צפיפות טובה */
    margin-bottom: 22px;  /* רווח מתחת לכותרת */
    word-break: break-word; /* למקרה של מילים ארוכות */
  }
  /* ריווח קל מעל ומתחת לטופס */
  section#contact .form {
    margin-top: 10px;
  }
  section#contact .form input,
  section#contact .form textarea {
    font-size: 16px;
    text-align: right; /* כל ה־placeholder מיושר לימין */
  }
  /* כפתור וואטסאפ – גדול וברור במובייל */
  .whatsapp-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 22px;
    font-size: 20px;
  }
  .whatsapp-btn svg {
    width: 26px;
    height: 26px;
  }
}

/* בדסקטופ: שמירה על נראות טובה לכפתור וואטסאפ */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
.whatsapp-btn svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

/* מפה מוטמעת – פרופורציות וריווח */
iframe.map {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 10px;
  margin-top: 18px;
}/* End custom CSS */