/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2026 | 16:04:34 */
/*JetFormBuilder 50% Fields DD - Step Buttons*/

/* DD - Logo Brief Step 1 Fields Layout */

/* שדות 50% - שתי עמודות */
.jet-form-builder-row:has(input[name="contact_person"]),
.jet-form-builder-row:has(input[name="contact_phone"]),
.jet-form-builder-row:has(input[name="contact_email"]),
.jet-form-builder-row:has(input[name="business_name"]),
.jet-form-builder-row:has(input[name="business_secondary_name"]),
.jet-form-builder-row:has(input[name="business_slogan"]) {
  float: right !important;
  display: block !important;
  width: calc(50% - 10px) !important;
  max-width: calc(50% - 10px) !important;
  box-sizing: border-box !important;
  margin-bottom: 22px !important;
}

/* השדה הימני בכל זוג */
.jet-form-builder-row:has(input[name="contact_person"]),
.jet-form-builder-row:has(input[name="contact_email"]),
.jet-form-builder-row:has(input[name="business_secondary_name"]) {
  margin-left: 20px !important;
  clear: right !important;
}

/* השדה השמאלי בכל זוג */
.jet-form-builder-row:has(input[name="contact_phone"]),
.jet-form-builder-row:has(input[name="business_name"]),
.jet-form-builder-row:has(input[name="business_slogan"]) {
  margin-left: 0 !important;
}

/* שדות 100% */
.jet-form-builder-row:has(input[name="business_field"]),
.jet-form-builder-row:has(textarea[name="business_overview"]),
.jet-form-builder-row:has(input[name="existing_brand_files"]) {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 22px !important;
}

/* רוחב פנימי מלא */
.jet-form-builder-row:has(input[name="contact_person"]) input,
.jet-form-builder-row:has(input[name="contact_phone"]) input,
.jet-form-builder-row:has(input[name="contact_email"]) input,
.jet-form-builder-row:has(input[name="business_name"]) input,
.jet-form-builder-row:has(input[name="business_secondary_name"]) input,
.jet-form-builder-row:has(input[name="business_slogan"]) input,
.jet-form-builder-row:has(input[name="business_field"]) input,
.jet-form-builder-row:has(textarea[name="business_overview"]) textarea,
.jet-form-builder-row:has(input[name="existing_brand_files"]) input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ניקוי float לפני כפתורי השלב */
.jet-form-builder-row:has(.jet-form-builder__next-page),
.jet-form-builder-row:has(.jet-form-builder__prev-page),
.jet-form-builder-row:has(.jet-form-builder__submit) {
  clear: both !important;
}

/* מובייל - הכל 100% */
@media (max-width: 767px) {
  .jet-form-builder-row:has(input[name="contact_person"]),
  .jet-form-builder-row:has(input[name="contact_phone"]),
  .jet-form-builder-row:has(input[name="contact_email"]),
  .jet-form-builder-row:has(input[name="business_name"]),
  .jet-form-builder-row:has(input[name="business_secondary_name"]),
  .jet-form-builder-row:has(input[name="business_slogan"]),
  .jet-form-builder-row:has(input[name="business_field"]),
  .jet-form-builder-row:has(textarea[name="business_overview"]),
  .jet-form-builder-row:has(input[name="existing_brand_files"]) {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

/* DD - JetFormBuilder Buttons */

/* שורת כפתורי הבא / חזרה */
.jet-form-builder-row:has(.jet-form-builder__next-page),
.jet-form-builder-row:has(.jet-form-builder__prev-page),
.jet-form-builder-row:has(.jet-form-builder__submit) {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: fit-content !important;
  margin: 24px 0 0 12px !important;
  padding: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}

/* כפתור הבא + שליחה - כחול מלא */
.jet-form-builder button.jet-form-builder__next-page,
.jet-form-builder button.jet-form-builder__submit,
.jet-form-builder .jet-form-builder__next-page,
.jet-form-builder .jet-form-builder__submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 24px !important;
  border: 1px solid #0069aa !important;
  border-radius: 999px !important;
  background: #0069aa !important;
  color: #ffffff !important;
  font-family: "Assistant", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.jet-form-builder button.jet-form-builder__next-page:hover,
.jet-form-builder button.jet-form-builder__submit:hover,
.jet-form-builder .jet-form-builder__next-page:hover,
.jet-form-builder .jet-form-builder__submit:hover {
  background: #00598f !important;
  border-color: #00598f !important;
  color: #ffffff !important;
}

/* כפתור חזרה - לבן, טקסט כחול, קונטור כחול */
.jet-form-builder button.jet-form-builder__prev-page,
.jet-form-builder .jet-form-builder__prev-page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 24px !important;
  border: 1px solid #0069aa !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0069aa !important;
  font-family: "Assistant", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.jet-form-builder button.jet-form-builder__prev-page:hover,
.jet-form-builder .jet-form-builder__prev-page:hover {
  background: #0069aa !important;
  border-color: #0069aa !important;
  color: #ffffff !important;
}

/* מובייל */
@media (max-width: 767px) {
  .jet-form-builder-row:has(.jet-form-builder__next-page),
  .jet-form-builder-row:has(.jet-form-builder__prev-page),
  .jet-form-builder-row:has(.jet-form-builder__submit) {
    margin: 18px 0 0 8px !important;
  }

  .jet-form-builder button.jet-form-builder__next-page,
  .jet-form-builder button.jet-form-builder__prev-page,
  .jet-form-builder button.jet-form-builder__submit,
  .jet-form-builder .jet-form-builder__next-page,
  .jet-form-builder .jet-form-builder__prev-page,
  .jet-form-builder .jet-form-builder__submit {
    min-height: 40px !important;
    padding: 9px 18px !important;
    font-size: 15px !important;
  }
}

/* DD - Logo Brief Step 1 Field Icons - Gray */

/* בסיס לכל השדות עם אייקון */
.jet-form-builder-row:has(input[name="contact_person"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="contact_phone"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="contact_email"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="business_name"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="business_secondary_name"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="business_slogan"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="business_field"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(textarea[name="business_overview"]) .jet-form-builder__field-wrap,
.jet-form-builder-row:has(input[name="existing_brand_files"]) .jet-form-builder__field-wrap {
  position: relative !important;
}

/* ריווח פנימי לאייקון בצד שמאל */
.jet-form-builder-row:has(input[name="contact_person"]) input,
.jet-form-builder-row:has(input[name="contact_phone"]) input,
.jet-form-builder-row:has(input[name="contact_email"]) input,
.jet-form-builder-row:has(input[name="business_name"]) input,
.jet-form-builder-row:has(input[name="business_secondary_name"]) input,
.jet-form-builder-row:has(input[name="business_slogan"]) input,
.jet-form-builder-row:has(input[name="business_field"]) input,
.jet-form-builder-row:has(textarea[name="business_overview"]) textarea,
.jet-form-builder-row:has(input[name="existing_brand_files"]) input {
  padding-left: 48px !important;
  box-sizing: border-box !important;
}

/* בסיס האייקון */
.jet-form-builder-row:has(input[name="contact_person"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="contact_phone"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="contact_email"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="business_name"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="business_secondary_name"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="business_slogan"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="business_field"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(textarea[name="business_overview"]) .jet-form-builder__field-wrap::before,
.jet-form-builder-row:has(input[name="existing_brand_files"]) .jet-form-builder__field-wrap::before {
  content: "" !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  width: 20px !important;
  height: 20px !important;
  transform: translateY(-50%) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  opacity: 0.55 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* textarea - אייקון למעלה */
.jet-form-builder-row:has(textarea[name="business_overview"]) .jet-form-builder__field-wrap::before {
  top: 22px !important;
  transform: none !important;
}

/* 1-01 - שם איש קשר */
.jet-form-builder-row:has(input[name="contact_person"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}

/* 1-02 - טלפון */
.jet-form-builder-row:has(input[name="contact_phone"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.61a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.26-1.27a2 2 0 0 1 2.11-.45c.84.29 1.71.5 2.61.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
}

/* 1-03 - אימייל */
.jet-form-builder-row:has(input[name="contact_email"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") !important;
}

/* 1-04 - שם העסק */
.jet-form-builder-row:has(input[name="business_name"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M3 12h18'/%3E%3C/svg%3E") !important;
}

/* 1-05 - שם נוסף באנגלית */
.jet-form-builder-row:has(input[name="business_secondary_name"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 0 20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") !important;
}

/* 1-06 - סלוגן */
.jet-form-builder-row:has(input[name="business_slogan"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11H6a4 4 0 0 1 4-4'/%3E%3Cpath d='M18 11h-4a4 4 0 0 1 4-4'/%3E%3Cpath d='M6 11v6h4v-6'/%3E%3Cpath d='M14 11v6h4v-6'/%3E%3C/svg%3E") !important;
}

/* 1-07 - תחום העסק */
.jet-form-builder-row:has(input[name="business_field"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5'/%3E%3C/svg%3E") !important;
}

/* 1-08 - ספרו בקצרה */
.jet-form-builder-row:has(textarea[name="business_overview"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 18h10'/%3E%3C/svg%3E") !important;
}

/* 1-09 - העלאת קבצים */
.jet-form-builder-row:has(input[name="existing_brand_files"]) .jet-form-builder__field-wrap::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23999999' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M17 8l-5-5-5 5'/%3E%3Cpath d='M12 3v12'/%3E%3C/svg%3E") !important;
}

.elementor-18973 .elementor-element.elementor-element-c764bc6 .jet-form-builder__next-page-wrap {
    text-align: right;
}