/* ==========================================================
   FOOTER
========================================================== */

.footer {
  margin-top: 2px;

  border-top: 1px solid var(--border);

  text-align: center;
}

.footer-grid {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 8px;
}

.footer-brand {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 8px;

  margin-bottom: 8px;
}

.footer-brand img {
  width: 46px;

  height: 46px;
}

.footer-brand-text {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.footer-brand-name {
  font-weight: 700;

  color: var(--text);
}

.footer-domain {
  color: var(--text-soft);

  font-size: 0.92rem;
}

.footer-title {
  /* margin-top: 8px;*/
  font-weight: 600;

  color: var(--text);
}

.footer-text {
  margin: 2px 0;

  color: var(--text-soft);
}

.footer-mail {
  color: #2f6c9e;

  font-weight: 600;

  text-decoration: none;
}

.footer-mail:hover {
  opacity: 0.8;
}
.footer-contact-icon {
  width: 50px;
  height: 50px;

  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;

  border-radius: 50%;

  box-shadow: 0 8px 26px rgba(32, 93, 144, 0.12);

  border: 1px solid rgba(35, 98, 143, 0.08);
}

.footer-contact-icon img {
  width: 24px;
  height: 24px;

  opacity: 0.82;
}
