.contact-page { position: relative; z-index: 1; }
.contact-page + * { clear: both; }
.contact-map { position: relative; z-index: 1; width: 100%; height: 500px; background: #e5e3df; overflow: hidden; }
.contact-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.contact-section { position: relative; z-index: 1; --green: #00753d; --green-dark: #006535; padding: 48px 0 58px; background: #fff; color: #273035; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr); gap: 58px; align-items: stretch; }
.contact-heading h1, .contact-form-heading h2 { margin: 0; color: var(--green); font-size: 30px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.contact-heading > span { display: block; width: 142px; height: 3px; margin: 14px 0 27px; background: var(--green); }
.contact-heading p { margin: 0 0 32px; color: #242b2f; font-size: 16px; font-weight: 500; text-transform: uppercase; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-info-item { min-height: 184px; padding: 0 24px 28px 22px; }
.contact-info-item:nth-child(even) { border-left: 1px solid #e0e4e2; }
.contact-info-item:nth-child(n + 3) { padding-top: 28px; border-top: 1px solid #e0e4e2; }
.contact-info-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 10px; border-radius: 50%; background: #e3f2e9; color: var(--green); font-size: 27px; }
.contact-info-item h2 { margin: 0 0 7px; color: var(--green); font-size: 17px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.contact-info-item p { margin: 0; color: #263036; font-size: 14px; line-height: 1.65; }
.contact-info-item a { color: inherit; text-decoration: none; word-break: break-word; }
.contact-info-item a:hover { color: var(--green); }
.contact-form-card { height: 100%; padding: 26px 25px 22px; border-radius: 16px; background: #fff; box-shadow: 0 2px 26px rgba(24, 53, 39, .13); }
.contact-form-heading { text-align: center; }
.contact-form-heading h2 { font-size: 25px; }
.contact-form-heading span { display: block; width: 115px; height: 3px; margin: 13px auto 21px; background: var(--green); }
.contact-field { position: relative; margin-bottom: 12px; }
.contact-field label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.contact-field > i { position: absolute; z-index: 1; top: 50%; left: 16px; width: 18px; color: #657076; font-size: 16px; text-align: center; transform: translateY(-50%); pointer-events: none; }
.contact-field-textarea > i { top: 17px; transform: none; }
.contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-height: 44px; padding: 10px 14px 10px 50px; border: 1px solid #d6dcda; border-radius: 4px; outline: none; background: #fff; color: #354047; font-size: 14px !important; line-height: 1.4; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-field select { appearance: auto; }
.contact-field textarea { min-height: 98px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #677177; opacity: 1; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 117, 61, .1); }
.contact-submit { display: flex; align-items: center; justify-content: center; gap: 13px; width: 100%; min-height: 48px; margin-top: 15px; border: 0; border-radius: 4px; background: var(--green); color: #fff; font-size: 16px; font-weight: 800; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease, opacity .2s ease; }
.contact-submit i { font-size: 19px; }
.contact-submit:hover, .contact-submit:focus-visible { background: var(--green-dark); }
.contact-submit:active { transform: translateY(1px); }
.contact-submit:disabled { cursor: wait; opacity: .7; }
body > header { z-index: 1000 !important; pointer-events: auto; }
@media (max-width: 991.98px) {
  .contact-map { height: 390px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-form-card { max-width: 660px; width: 100%; margin: 0 auto; }
}
@media (max-width: 575.98px) {
  .contact-map { height: 300px; }
  .contact-section { padding: 34px 0 42px; }
  .contact-heading h1 { font-size: 25px; }
  .contact-heading p { font-size: 14px; line-height: 1.55; }
  .contact-info-item { min-height: 174px; padding-right: 12px; padding-left: 12px; }
  .contact-info-icon { width: 52px; height: 52px; font-size: 23px; }
  .contact-info-item h2 { font-size: 15px; }
  .contact-info-item p { font-size: 12px; }
  .contact-form-card { padding: 23px 15px 17px; border-radius: 12px; }
  .contact-form-heading h2 { font-size: 21px; }
  .contact-submit { font-size: 14px; }
}
