.get_touch_hv {
  padding: 80px 0px;
  background: #fff;
}

.get_touch_container_hv {
  /* max-width: 1200px;
  margin: auto; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* LEFT */
.get_touch_banner_hv {
  position: relative;
  margin-bottom: 50px;
}

.get_touch_banner_hv img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
}
.hear_from_wrp {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 20px;
}
.email_phone_wrp {
  width: 120px;
  margin-left: 10px;
}
.email_phone_wrp img {
  width: 100%;
  height: 80px;
}
.banner_text_hv {
  /* position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); */
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner_text_hv h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.banner_text_hv p {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.6;
}

.address_block_hv {
  margin-bottom: 50px;
}

.address_block_hv h2 {
  font-size: 34px;
  margin-bottom: 14px;
  font-family: "Bodoni Moda", serif !important;
}

.address_block_hv p {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* RIGHT */
.get_touch_right_hv h2 {
  font-size: 42px;
  margin-bottom: 16px;
  font-family: "Bodoni Moda", serif !important;
}

.form_desc_hv {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  max-width: 460px;
}

.contact_form_hv {
  display: flex;
  flex-direction: column;
}

.contact_form_hv input,
.contact_form_hv textarea {
  padding: 14px 18px;
  border: 1px solid #cbb89d;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  font-family: "Bodoni Moda", serif !important;
}

.contact_form_hv textarea {
  min-height: 160px;
  resize: none;
}

.contact_form_hv button {
  margin: auto;
  margin-top: 20px;
  width: fit-content;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
  background: #8fa36b;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.location_img_wrp {
  width: 100%;
  height: 300px;
}
.location_img_wrp img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .get_touch_container_hv {
    gap: 40px;
  }

  .get_touch_right_hv h2 {
    font-size: 36px;
  }

  .address_block_hv h2 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .get_touch_container_hv {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .get_touch_banner_hv img {
    height: 260px;
  }

  .hear_from_wrp {
    padding: 20px;
  }

  .banner_text_hv {
    padding: 20px;
  }

  .banner_text_hv h3 {
    font-size: 26px;
  }

  .get_touch_right_hv h2 {
    font-size: 34px;
  }

  .contact_form_hv button {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .get_touch_hv {
    padding: 60px 16px;
  }

  .get_touch_banner_hv img {
    height: 220px;
  }

  .hear_from_wrp {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .email_phone_wrp {
    width: 90px;
    margin-left: 0;
  }

  .email_phone_wrp img {
    height: 60px;
  }

  .banner_text_hv h3 {
    font-size: 22px;
  }

  .banner_text_hv p {
    font-size: 13px;
  }

  .address_block_hv h2 {
    font-size: 26px;
  }

  .get_touch_right_hv h2 {
    font-size: 28px;
  }

  .form_desc_hv {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .get_touch_banner_hv img {
    height: 200px;
  }

  .banner_text_hv {
    padding: 16px;
  }

  .banner_text_hv h3 {
    font-size: 20px;
  }

  .contact_form_hv input,
  .contact_form_hv textarea {
    padding: 12px 14px;
    font-size: 13px;
  }

  .contact_form_hv button {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
  .location_img_wrp {
    height: 220px;
  }
}

.contact_form_hv .property_label {
  color: #000000;
}

.contact_form_hv .property_type {
  margin-top: 0;
}

.contact_form_hv .property_pills label {
  color: rgb(118 118 118);
  border: 1px solid #cbb89d;
}

.contact_form_hv .service_checkboxes label {
  color: rgb(118 118 118);
  border: 1px solid #cbb8a6;
}

.contact_form_hv .property_pills input:checked + label {
  background: rgb(118 118 118);
  border-color: rgb(118 118 118);
  color: #cbb89d;
}

.contact_form_hv .service_checkboxes input:checked + label {
  background: rgb(118 118 118);
  color: #cbb89f;
  border-color: rgb(118 118 118);
}
