@charset "utf-8";

.contact-page {
  --contact-ink: #17242b;
  --contact-muted: #718087;
  --contact-green: #2dcc70;
  --contact-green-dark: #1b9e58;
  --contact-soft: #f5f9f7;
  background: #ffffff;
  color: var(--contact-ink);
}
.contact-page .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, 0.09);
  position: relative;
  z-index: 20;
}
.contact-page #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, 0.18);
}
.contact-page-main {
  overflow: hidden;
}
.contact-hero {
  background: #132226 url("../../images/contact-page-header-img.jpg") center center / cover no-repeat;
  min-height: 415px;
  overflow: hidden;
  position: relative;
}
.contact-hero::before {
  background: linear-gradient(90deg, rgba(8, 20, 23, 0.95) 0%, rgba(8, 20, 23, 0.8) 52%, rgba(8, 20, 23, 0.4) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.contact-hero::after {
  background: linear-gradient(90deg, var(--contact-green), #9bf0bc);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.contact-hero .container {
  position: relative;
  z-index: 1;
}
.contact-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.64fr);
  min-height: 415px;
  padding: 55px 0;
}
.contact-hero-copy {
  max-width: 650px;
}
.contact-eyebrow,
.contact-section-eyebrow {
  color: var(--contact-green-dark);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 16px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.contact-hero .contact-eyebrow {
  color: #9bf0bc;
}
.contact-eyebrow .fa {
  font-size: 11px;
  margin: 0 6px 0 0;
}
.contact-hero h1 {
  color: #ffffff;
  font-size: clamp(45px, 5vw, 67px);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 18px;
}
.contact-hero h1 span {
  color: #9bf0bc;
  display: block;
  font-weight: 300;
}
.contact-hero-copy > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  max-width: 555px;
}
.contact-hero-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 17px;
  box-shadow: 0 20px 45px rgba(4, 14, 17, 0.25);
  justify-self: end;
  max-width: 370px;
  padding: 22px;
  width: 100%;
}
.contact-hero-card-top {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 17px;
}
.contact-hero-card-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 12px;
  color: var(--contact-green-dark);
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 17px;
  height: 43px;
  justify-content: center;
  width: 43px;
}
.contact-hero-card-icon .fa {
  margin: 0;
}
.contact-hero-card strong,
.contact-hero-card small {
  display: block;
}
.contact-hero-card strong {
  color: var(--contact-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}
.contact-hero-card small {
  color: #849197;
  font-size: 10px;
  line-height: 17px;
  margin-top: 1px;
}
.contact-hero-card-list {
  border-top: 1px solid #edf2ef;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
}
.contact-hero-card-list li {
  align-items: center;
  color: #77868a;
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 20px;
  margin: 0 0 7px;
}
.contact-hero-card-list li:last-child {
  margin-bottom: 0;
}
.contact-hero-card-list .fa {
  color: var(--contact-green-dark);
  font-size: 12px;
  margin: 0;
}
.contact-hero-card-link {
  align-items: center;
  background: var(--contact-green);
  border: 1px solid var(--contact-green);
  border-radius: 9px;
  color: #102119;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: space-between;
  line-height: 18px;
  margin-top: 17px;
  padding: 9px 11px 9px 13px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.contact-hero-card-link:hover,
.contact-hero-card-link:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 8px 17px rgba(45, 204, 112, 0.22);
  color: #102119;
  outline: none;
  transform: translateY(-1px);
}
.contact-hero-card-link .fa {
  font-size: 10px;
  margin: 0;
}
.contact-content-section {
  background: var(--contact-soft);
  padding: 105px 0 115px;
}
.contact-layout {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}
.contact-info-column {
  position: sticky;
  top: 25px;
}
.contact-section-eyebrow {
  color: var(--contact-green-dark);
}
.contact-info-column h2,
.contact-form-card h2,
.contact-bottom-copy h2 {
  color: var(--contact-ink);
  font-size: 38px;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 14px;
}
.contact-info-column h2 span,
.contact-form-card h2 span,
.contact-bottom-copy h2 span {
  color: var(--contact-green-dark);
  font-weight: 300;
}
.contact-info-intro {
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 27px;
  max-width: 380px;
}
.contact-info-cards {
  border-top: 1px solid #dfeae4;
  margin-bottom: 25px;
}
.contact-info-card {
  align-items: flex-start;
  border-bottom: 1px solid #dfeae4;
  display: flex;
  gap: 12px;
  padding: 15px 0;
}
.contact-info-card-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 10px;
  color: var(--contact-green-dark);
  display: inline-flex;
  flex: 0 0 35px;
  font-size: 13px;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.contact-info-card-icon .fa {
  margin: 0;
}
.contact-info-card-label,
.contact-info-card-value {
  display: block;
}
.contact-info-card-label {
  color: #8a979b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 15px;
  text-transform: uppercase;
}
.contact-info-card-value,
.contact-info-card-value a {
  color: var(--contact-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.contact-info-card-value a:hover,
.contact-info-card-value a:focus {
  color: var(--contact-green-dark);
}
.contact-hours-card {
  background: #17272b;
  border-radius: 15px;
  color: #ffffff;
  padding: 20px;
}
.contact-hours-heading {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-bottom: 13px;
}
.contact-hours-heading .fa {
  color: #8ee8b1;
  font-size: 16px;
  margin: 0;
}
.contact-hours-heading strong {
  font-size: 13px;
  line-height: 19px;
}
.contact-hours-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
.contact-hours-list li {
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  line-height: 18px;
  margin: 0 0 4px;
}
.contact-hours-list li:last-child {
  margin-bottom: 0;
}
.contact-hours-list strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}
.contact-socials {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 23px;
}
.contact-socials > span {
  color: #8a979b;
  font-size: 10px;
  font-weight: 800;
  margin-right: 4px;
}
.contact-socials a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfeae4;
  border-radius: 50%;
  color: #70807f;
  display: inline-flex;
  font-size: 13px;
  height: 31px;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 31px;
}
.contact-socials a:hover,
.contact-socials a:focus {
  background: var(--contact-green);
  border-color: var(--contact-green);
  color: #102119;
  outline: none;
  transform: translateY(-2px);
}
.contact-socials a .fa {
  margin: 0;
}
.contact-form-card {
  background: #ffffff;
  border: 1px solid #e1ebe5;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(26, 53, 37, 0.08);
  padding: 35px 37px 31px;
}
.contact-form-heading {
  margin-bottom: 22px;
}
.contact-form-card h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.contact-form-heading p {
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.contact-alert {
  border-radius: 9px;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 17px;
  padding: 10px 12px;
}
.contact-alert strong {
  font-weight: 900;
  margin-right: 3px;
}
.contact-alert-error {
  background: #fff1f1;
  border: 1px solid #f1c9c9;
  color: #a24141;
}
.contact-alert-success {
  background: #eefaf2;
  border: 1px solid #c5e8cf;
  color: #277344;
}
.contact-form-grid {
  display: grid;
  gap: 0 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-field {
  margin-bottom: 17px;
}
.contact-field-full {
  grid-column: 1 / -1;
}
.contact-field label {
  color: #37484e;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 17px;
  margin-bottom: 7px;
}
.contact-field label span {
  color: #d45d5d;
}
.contact-input-wrap {
  align-items: center;
  background: #f7faf8;
  border: 1px solid #e2ebe5;
  border-radius: 10px;
  display: flex;
  min-height: 48px;
  padding: 0 13px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-input-wrap:focus-within {
  background: #ffffff;
  border-color: #65d790;
  box-shadow: 0 0 0 3px rgba(45, 204, 112, 0.12);
}
.contact-input-wrap .fa {
  color: #8aa095;
  flex: 0 0 18px;
  font-size: 13px;
  margin: 0 9px 0 0;
  text-align: center;
}
.contact-input-wrap input,
.contact-input-wrap textarea {
  background: transparent;
  border: 0;
  color: var(--contact-ink);
  flex: 1;
  font-size: 13px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.contact-input-wrap input {
  height: 45px;
}
.contact-input-wrap textarea {
  line-height: 21px;
  min-height: 116px;
  padding: 13px 0;
  resize: vertical;
}
.contact-input-wrap input::placeholder,
.contact-input-wrap textarea::placeholder {
  color: #a1acae;
}
.contact-message-wrap {
  align-items: flex-start;
}
.contact-message-wrap > .fa {
  margin-top: 15px;
}
.contact-form-submit {
  align-items: center;
  background: var(--contact-green);
  border: 1px solid var(--contact-green);
  border-radius: 10px;
  box-shadow: 0 11px 24px rgba(45, 204, 112, 0.2);
  color: #102119;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  line-height: 22px;
  padding: 12px 18px;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.contact-form-submit:hover,
.contact-form-submit:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 14px 28px rgba(45, 204, 112, 0.28);
  color: #102119;
  outline: none;
  transform: translateY(-1px);
}
.contact-form-submit .fa {
  font-size: 11px;
  margin: 0;
}
.contact-form-note {
  color: #98a4a7;
  font-size: 10px;
  line-height: 18px;
  margin: 14px 0 0;
}
.contact-form-note .fa {
  color: var(--contact-green-dark);
  margin: 0 4px 0 0;
}
.contact-bottom-section {
  background: #ffffff;
  padding: 0 0 108px;
}
.contact-bottom-panel {
  background: #17272b url("../../images/facts_bg.jpg") center center / cover no-repeat;
  border-radius: 21px;
  box-shadow: 0 18px 39px rgba(20, 43, 31, 0.14);
  overflow: hidden;
  padding: 44px 48px;
  position: relative;
}
.contact-bottom-panel::before {
  background: linear-gradient(100deg, rgba(13, 29, 24, 0.96), rgba(13, 29, 24, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}
.contact-bottom-copy {
  max-width: 610px;
  position: relative;
  z-index: 1;
}
.contact-bottom-copy .contact-section-eyebrow {
  color: #8ee8b1;
}
.contact-bottom-copy h2 {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 9px;
}
.contact-bottom-copy h2 span {
  color: #9bf0bc;
}
.contact-bottom-copy p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 17px;
}
.contact-bottom-address {
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 19px;
}
.contact-bottom-address .fa {
  color: #8ee8b1;
  margin: 0;
}
.contact-bottom-actions {
  margin-top: 17px;
}
.contact-bottom-link {
  color: #8ee8b1;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
}
.contact-bottom-link:hover,
.contact-bottom-link:focus {
  color: #ffffff;
}
.contact-bottom-link .fa {
  font-size: 10px;
  margin: 0 0 0 6px;
}

@media (max-width: 1199px) {
  .contact-layout {
    gap: 50px;
  }
  .contact-info-column h2,
  .contact-form-card h2,
  .contact-bottom-copy h2 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .contact-hero-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
  }
  .contact-hero h1 {
    font-size: 50px;
  }
  .contact-content-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .contact-layout {
    display: block;
  }
  .contact-info-column {
    margin-bottom: 43px;
    position: static;
  }
  .contact-info-intro {
    max-width: 600px;
  }
  .contact-info-cards {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact-info-card {
    min-width: 0;
  }
  .contact-info-card-value,
  .contact-info-card-value a {
    font-size: 11px;
  }
  .contact-hours-card {
    max-width: 420px;
  }
  .contact-socials {
    margin-top: 19px;
  }
}

@media (max-width: 767px) {
  .contact-hero-grid {
    display: block;
    min-height: 0;
    padding-bottom: 45px;
    padding-top: 58px;
  }
  .contact-hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }
  .contact-hero-copy > p {
    font-size: 15px;
    line-height: 24px;
  }
  .contact-hero-card {
    margin-top: 35px;
    max-width: 450px;
  }
  .contact-content-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .contact-info-column h2,
  .contact-form-card h2,
  .contact-bottom-copy h2 {
    font-size: 32px;
  }
  .contact-info-cards {
    display: block;
  }
  .contact-info-card-value,
  .contact-info-card-value a {
    font-size: 13px;
  }
  .contact-form-card {
    padding: 28px 23px 25px;
  }
  .contact-form-grid {
    display: block;
  }
  .contact-bottom-section {
    padding-bottom: 68px;
  }
  .contact-bottom-panel {
    padding: 32px 25px;
  }
}

@media (max-width: 480px) {
  .contact-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-hero-card {
    align-items: flex-start;
    padding: 17px;
  }
  .contact-info-column h2,
  .contact-form-card h2,
  .contact-bottom-copy h2 {
    font-size: 29px;
  }
  .contact-form-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .contact-bottom-panel {
    padding: 28px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-socials a,
  .contact-form-submit,
  .contact-hero-card-link {
    transition: none;
  }
}
