.elementor-19340 .elementor-element.elementor-element-3c30400{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e1b42f */.contact-container {
  direction: rtl;
  margin: 0;
  padding: 0;
  font-family: "almoni-l2", sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 20px;
  box-sizing: border-box;
}

.contact-page-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-main-heading {
  font-family: "almoni-r2", sans-serif;
  font-size: 36px;
  color: #aa7550;
  margin-bottom: 20px;
}

.contact-intro-text {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}

.contact-section {
  margin-bottom: 35px;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-subheading {
  font-family: "almoni-r2", sans-serif;
  font-size: 26px;
  color: #aa7550;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.contact-paragraph {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.7;
}

.contact-link {
  color: #aa7550;
  text-decoration: none;
  font-size: 20px;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-form {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
}

.contact-label {
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.contact-input, .contact-textarea {
  width: 100%;
  font-size: 20px;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact-button {
  background: #aa7550;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-button:hover {
  background: #8f5f3a;
}

/* מובייל */
@media (max-width: 600px) {
  .contact-main-heading {
    font-size: 30px;
  }

  .contact-subheading {
    font-size: 22px;
  }

  .contact-paragraph,
  .contact-link,
  .contact-label,
  .contact-input,
  .contact-textarea,
  .contact-button {
    font-size: 18px;
  }
}/* End custom CSS */