/* Contact Us: page-scoped button and form control normalization. */
body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 {
  justify-content: flex-start !important;
  gap: 56px !important;
  border-bottom: 1px solid #e5e7eb !important;
  margin-bottom: 32px !important;
}

body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 button {
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  padding: 0 0 13px !important;
  box-shadow: none !important;
}

body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 button[class*="bg-[#f7941d]"] {
  color: #f7941d !important;
}

body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 button[class*="bg-[#f7941d]"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #f7941d;
}

body.page-id-65 .wpcf7-form .form-container,
body.page-id-65 .container-wrap .wpcf7-form .form-container {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-65 section.max-w-7xl .grid > .bg-white.rounded-xl,
body.page-id-65 section.max-w-7xl .grid > .bg-white.rounded-xl:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

body.page-id-65 .wpcf7-form .wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  width: auto !important;
  height: auto !important;
  padding: 11px 20px !important;
  background: #f7941d !important;
  border: 1px solid #f7941d !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  text-transform: none !important;
}

body.page-id-65 .wpcf7-form .wpcf7-submit:hover,
body.page-id-65 .wpcf7-form .wpcf7-submit:focus {
  background: #e88210 !important;
  border-color: #e88210 !important;
  color: #ffffff !important;
}

body.page-id-65 .form-container input[type="text"],
body.page-id-65 .form-container input[type="email"],
body.page-id-65 .form-container input[type="tel"],
body.page-id-65 .form-container select,
body.page-id-65 .form-container textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: #444444 !important;
  font-size: 14.5px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.page-id-65 .form-container .form-row.two-col > div {
  flex: 0 0 284px !important;
  width: 284px !important;
  max-width: 284px !important;
  min-width: 0 !important;
}

body.page-id-65 .form-container .form-row.two-col > div > p {
  margin: 0 !important;
  line-height: 1 !important;
}

body.page-id-65 .form-container .form-row.two-col > div > p > br {
  display: none !important;
}

body.page-id-65 .form-container .form-row.two-col .wpcf7-form-control-wrap {
  display: block !important;
}

body.page-id-65 .form-container .form-row.two-col input,
body.page-id-65 .form-container .form-row.two-col select {
  margin: 0 !important;
}

body.page-id-65 .form-container input[type="text"]:focus,
body.page-id-65 .form-container input[type="email"]:focus,
body.page-id-65 .form-container input[type="tel"]:focus,
body.page-id-65 .form-container select:focus,
body.page-id-65 .form-container textarea:focus {
  border-color: #f7941d !important;
  box-shadow: 0 0 0 2px rgba(247, 148, 29, 0.15) !important;
  outline: none !important;
}

body.page-id-65 .form-container textarea {
  display: block !important;
  width: 584px !important;
  max-width: 100% !important;
  min-height: 100px !important;
  resize: vertical;
}

body.page-id-65 .form-container .form-terms.apar-inline-terms {
  display: block !important;
  margin-top: 12px !important;
}

body.page-id-65 form.wpcf7-form .form-container > div.form-terms.apar-inline-terms {
  display: block !important;
  margin: 12px 0 8px !important;
}

body.page-id-65 .form-container .form-terms.apar-inline-terms p {
  margin-top: 0 !important;
}

body.page-id-65 .wpcf7-form .wpcf7-submit,
body.page-id-65 .wpcf7-form .wpcf7-submit:hover,
body.page-id-65 .wpcf7-form .wpcf7-submit:focus,
body.page-id-65 .wpcf7-form .wpcf7-submit:active {
  box-shadow: none !important;
  transform: none !important;
}

body.page-id-65 .wpcf7-form .form-container input[type="submit"].wpcf7-submit,
body.page-id-65 .container-wrap .wpcf7-form .form-container input[type="submit"].wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 11px 20px !important;
  background-color: #f7941d !important;
  background-image: none !important;
  border: 1px solid #f7941d !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

body.page-id-65 .wpcf7-form .form-container input[type="submit"].wpcf7-submit:hover,
body.page-id-65 .wpcf7-form .form-container input[type="submit"].wpcf7-submit:focus,
body.page-id-65 .wpcf7-form .form-container input[type="submit"].wpcf7-submit:active,
body.page-id-65 .container-wrap .wpcf7-form .form-container input[type="submit"].wpcf7-submit:hover,
body.page-id-65 .container-wrap .wpcf7-form .form-container input[type="submit"].wpcf7-submit:focus,
body.page-id-65 .container-wrap .wpcf7-form .form-container input[type="submit"].wpcf7-submit:active {
  background-color: #e88210 !important;
  border-color: #e88210 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-id-65 .form-container .wpcf7-not-valid-tip {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  background: transparent !important;
  padding-left: 0 !important;
}

@media only screen and (max-width: 690px) {
  body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 {
    gap: 24px !important;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
  }

  body.page-id-65 section[x-data] > div.flex.flex-wrap.justify-center.gap-3.mb-12 button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body.page-id-65 .form-container .form-row.two-col > div {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-id-65 .form-container textarea {
    width: 100% !important;
  }
}
