/* ===== Contact Page Specific Styles ===== */

nav.links a.active {
  color: #7474CF;
}

section.contact-main-section {
  padding-top: 38px !important;
}

@media (max-width: 980px) {
  section.contact-main-section {
    padding-top: 34px !important;
  }
}

@media (max-width: 640px) {
  section.contact-main-section {
    padding-top: 30px !important;
  }
}

.contact-form .form-row {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 18px;
  margin-bottom: 18px;
}

.contact-form .form-status {
  margin-top: 12px;
  color: var(--slate);
  font-size: 13px;
}

.contact-form .form-status.error {
  color: #a52a2a;
}

/* Footer logo size */
.footer-logo {
  width: 215px;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  /* Footer logo - mobile */
  .footer-brand {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto 25px auto !important;
  }

  .footer-logo {
    width: 205px !important;
    height: auto !important;
    max-width: 205px !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 10px;
  }
}
