@charset "UTF-8";
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.contact-page {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .contact-page {
    padding-top: 0;
  }
}
.contact-page__banner {
  width: 100%;
  height: 650px;
  position: relative;
}
.contact-page__banner .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.contact-page__banner .banner-content {
  padding-top: 68px;
  width: 1400px;
  margin-inline: auto;
  padding-inline: 176px;
}
.contact-page__banner .banner-content .title {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #000;
  text-transform: uppercase;
}
.contact-page__banner .banner-content .subtitle h1 {
  font-size: 70px;
  font-weight: 400;
  font-family: "BebasNeue";
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 4;
}
.contact-page__banner .banner-content .subtitle p {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #000;
  font-family: "heboo";
}
@media screen and (max-width: 768px) {
  .contact-page__banner {
    height: auto;
    position: unset;
  }
  .contact-page__banner .banner-image {
    width: 100%;
    height: 320px;
    position: unset;
    -o-object-position: right;
       object-position: right;
  }
  .contact-page__banner .banner-content {
    padding-top: 32px;
    width: 100%;
    padding-inline: 20px;
  }
  .contact-page__banner .banner-content .title {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 4px;
  }
  .contact-page__banner .banner-content .subtitle h1 {
    font-size: 50px;
  }
  .contact-page__banner .banner-content .subtitle p {
    font-size: 20px;
    line-height: 130%;
  }
}
.contact-page__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
  z-index: 4;
  margin-bottom: 50px;
  margin-top: -220px;
}
@media screen and (max-width: 768px) {
  .contact-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 62px;
    margin-bottom: 64px;
    gap: 80px;
    padding-inline: 28px;
  }
}
.contact-page__info-blocks {
  text-align: center;
}
.contact-page__info-blocks .info-block {
  width: 266px;
  height: 179px;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 70px;
}
.contact-page__info-blocks .info-block .block-title,
.contact-page__info-blocks .info-block .block-content {
  font-family: "heboo";
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
}
.contact-page__info-blocks .info-block .svg-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #3D484A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page__info-blocks .info-block.phone {
  background-color: #f7a91b;
}
.contact-page__info-blocks .info-block.email {
  background-color: #90ccd6;
}
.contact-page__info-blocks .info-block.email a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-family: "heboo";
}
.contact-page__info-blocks .info-block.address {
  background-color: #95b859;
}
.contact-page__info-blocks .info-block.address .block-content {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.65px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-page__info-blocks .info-block {
    width: 100%;
    height: 142px;
  }
  .contact-page__info-blocks .info-block .block-title,
  .contact-page__info-blocks .info-block .block-content {
    font-size: 20px;
    line-height: 130%;
  }
  .contact-page__info-blocks .info-block .block-title {
    margin-top: 16px;
  }
  .contact-page__info-blocks .info-block:not(:last-child) {
    margin-bottom: 54px;
  }
  .contact-page__info-blocks .info-block.address {
    margin-bottom: 0;
  }
  .contact-page__info-blocks .info-block.address .block-content {
    margin-top: 16px;
    width: 182px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 130%;
  }
}
.contact-page__form {
  width: 752px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  font-family: "Lato";
}
.contact-page__form .form-title {
  color: #000;
  text-align: start;
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  padding-inline: 40px;
  text-transform: uppercase;
}
.contact-page__form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  margin-bottom: 24px;
  padding-inline: 40px;
}
.contact-page__form .radio-row {
  display: block;
}
.contact-page__form .textarea-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.contact-page__form .textarea-row.rendering {
  opacity: 0;
}
.contact-page__form .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.contact-page__form .input-group .contact-input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  height: 48px;
  color: #6F6F6F;
  outline: none;
  font-family: "heboo";
}
.contact-page__form .input-group .contact-input::-webkit-input-placeholder {
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
}
.contact-page__form .input-group .contact-input::-moz-placeholder {
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
}
.contact-page__form .input-group .contact-input:-ms-input-placeholder {
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
}
.contact-page__form .input-group .contact-input::-ms-input-placeholder {
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
}
.contact-page__form .input-group .contact-input::placeholder {
  color: #6F6F6F;
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
}
.contact-page__form .input-group .contact-input.error {
  border: 1px solid #DA1B1B;
}
.contact-page__form .input-group .select-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%235A6E70'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 30px;
}
.contact-page__form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
.contact-page__form .radio-group:not(:last-child) {
  margin-bottom: 19px;
}
.contact-page__form .radio-group .contact-radio {
  width: 20px;
  height: 20px;
  accent-color: #6F6F6F;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-page__form .radio-group label {
  cursor: pointer;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  line-height: 20px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6F;
  margin: 0;
}
.contact-page__form .textarea-group {
  display: none;
  position: relative;
}
.contact-page__form .textarea-group .contact-textarea {
  width: 100%;
  min-height: 264px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 16px;
  color: #6F6F6F;
  font-family: "heboo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  resize: none;
}
.contact-page__form .textarea-group .contact-textarea::-webkit-input-placeholder {
  color: #6F6F6F;
  width: 590px;
}
.contact-page__form .textarea-group .contact-textarea::-moz-placeholder {
  color: #6F6F6F;
  width: 590px;
}
.contact-page__form .textarea-group .contact-textarea:-ms-input-placeholder {
  color: #6F6F6F;
  width: 590px;
}
.contact-page__form .textarea-group .contact-textarea::-ms-input-placeholder {
  color: #6F6F6F;
  width: 590px;
}
.contact-page__form .textarea-group .contact-textarea::placeholder {
  color: #6F6F6F;
  width: 590px;
}
.contact-page__form .textarea-group .contact-textarea:focus {
  outline: 2px solid rgba(0, 0, 0, 0.2);
}
.contact-page__form .textarea-group .contact-textarea.small {
  min-height: 120px;
}
.contact-page__form .textarea-group .contact-textarea.small::-webkit-input-placeholder {
  width: 418px;
}
.contact-page__form .textarea-group .contact-textarea.small::-moz-placeholder {
  width: 418px;
}
.contact-page__form .textarea-group .contact-textarea.small:-ms-input-placeholder {
  width: 418px;
}
.contact-page__form .textarea-group .contact-textarea.small::-ms-input-placeholder {
  width: 418px;
}
.contact-page__form .textarea-group .contact-textarea.small::placeholder {
  width: 418px;
}
.contact-page__form .textarea-group .contact-textarea.error {
  border: 1px solid #DA1B1B;
}
.contact-page__form .textarea-group.show {
  display: block;
}
.contact-page__form .checkbox-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 14px;
}
.contact-page__form .checkbox-group .checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #6F6F6F;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}
.contact-page__form .checkbox-group .checkbox-input:checked::after {
  content: "";
  background-color: #6F6F6F;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.contact-page__form .checkbox-group .checkbox-input.error {
  border: 2px solid #DA1B1B;
}
.contact-page__form .checkbox-group .checkbox-label {
  cursor: pointer;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.contact-page__form .checkbox-group .checkbox-label p {
  line-height: 24px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6F;
  margin: 0;
  padding: 0;
}
.contact-page__form .checkbox-group .checkbox-label a {
  text-decoration: underline;
}
.contact-page__form span.input-error {
  color: #DA1B1B;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
  left: 10px;
  z-index: 2;
  font-family: "heboo";
}
.contact-page__form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 21px 40px 24px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.contact-page__form .form-actions .file-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-page__form .form-actions .file-upload-wrapper button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page__form .form-actions .file-upload-wrapper button svg {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.contact-page__form .form-actions .file-upload-wrapper .file-upload-message p {
  font-size: 13px;
  font-weight: 400;
  font-family: "heboo";
  color: #948c8c;
  margin: 0;
  line-height: 130%;
}
.contact-page__form .form-actions .file-upload-wrapper .file-upload-message p a {
  color: #000;
}
.contact-page__form .form-actions .form-submit-wrapper button {
  width: 150px;
  height: 44px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  font-family: "heboo";
  font-weight: 700;
  font-size: 16px;
}
.contact-page__form .form-actions .file-upload-messages {
  position: absolute;
  bottom: 2px;
  left: 100px;
}
.contact-page__form .form-actions .file-upload-messages span {
  font-family: "heboo";
  font-size: 14px;
}
.contact-page__form .form-actions .file-upload-messages .error-file {
  color: #DA1B1B;
}
@media screen and (max-width: 768px) {
  .contact-page__form {
    width: 100%;
    padding-top: 44px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact-page__form .form-title {
    text-align: center;
    font-size: 30px;
    padding-inline: 0;
    margin-bottom: 32px;
  }
  .contact-page__form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
    padding-inline: 0;
  }
  .contact-page__form .radio-row {
    display: block;
    margin-block: 32px;
  }
  .contact-page__form .textarea-group .contact-textarea::-webkit-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea::-moz-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea:-ms-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea::-ms-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea::placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea.small {
    min-height: 120px;
  }
  .contact-page__form .textarea-group .contact-textarea.small::-webkit-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea.small::-moz-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea.small:-ms-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea.small::-ms-input-placeholder {
    width: 100%;
  }
  .contact-page__form .textarea-group .contact-textarea.small::placeholder {
    width: 100%;
  }
  .contact-page__form .form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    gap: 50px;
    padding-inline: 0;
  }
  .contact-page__form .form-actions .file-upload-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-page__form .form-actions .file-upload-wrapper button svg {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .contact-page__form .form-actions .file-upload-messages {
    bottom: unset;
    top: 100px;
    left: 50px;
  }
  .contact-page__form .form-actions .form-submit-wrapper {
    width: 100%;
  }
  .contact-page__form .form-actions .form-submit-wrapper button {
    width: 100%;
    background-color: #95b859;
    color: #000;
  }
}
.contact-page #form-submit-message .submit-message {
  font-family: "heboo";
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.contact-page #form-submit-message .submit-message-error {
  font-family: "heboo";
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #DA1B1B;
}

/* ===== OVERLAY (same as before) ===== */
#responseModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

#responseModal.show {
  opacity: 1;
  pointer-events: auto;
}

/* ===== MODAL BOX ===== */
#responseModal .modal-box {
  width: 420px;
  border-radius: 12px;
  overflow: hidden;
  font-family: "heboo";
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #8CAB4A;
  color: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

#responseModal.show .modal-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#closeModalBtn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* ✅ התאמה למובייל */
@media (max-width: 600px) {
  #responseModal .modal-box {
    max-width: 90%;
    padding: 20px;
    border-radius: 10px;
  }
}
/* ===== TOP GREEN SECTION ===== 
#responseModal .modal-box {
    background: #8CAB4A;
    color: #fff;
    padding: 15px 20px;
    text-align: right;
}

*/
/* title */
#responseModal #modalMessage {
  font-family: "BebasNeue";
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}

/* message */
#responseModal p {
  font-size: 16px;
  line-height: 1.5;
}

/* ===== BUTTON AREA (like grey bar) ===== */
#responseModal .modal-btn {
  margin-top: 25px;
  background: #fff;
  color: #8CAB4A;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "heboo";
  font-weight: 500;
  display: inline-block;
}

#modal-line.main {
  font-size: 28px;
  font-family: "BebasNeue";
  display: block;
}

#modal-line.sub {
  font-size: 16px;
  opacity: 0.9;
  display: block;
  margin-top: 5px;
}