.footer {
  position: relative;
  background: var(--visamart-img-cta, url('../img/cta.png')) center/cover no-repeat;
  color: #fff;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.footer__inner {
  position: relative;
  max-width: 1376px;
  margin: 0 auto;
  padding: 64px 32px 40px;
}

.footer__label {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 16px;
}

.footer__divider {
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 40px 0;
}

.footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.footer__buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.footer-btn {
  padding: 10px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(4px);
  text-decoration: none;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer__middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer__info {
  display: flex;
  gap: 40px;
}

.footer__info--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__info span {
  display: block;
  opacity: 0.6;
  font-size: 14px;
}

#footer > footer > div > div.footer__middle > div.footer__info > div:nth-child(2) > a {
  text-decoration: underline;
}

.footer__map {
  height: 280px;
  border-radius: 24px;
  background: rgba(255,255,255,0.2);
}

/* ===== NAV ===== */

.footer__nav {
  display: flex;
  gap: 60px;
}

/* ===== BOTTOM ===== */

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__logo {
  font-size: 32px;
  font-weight: 600;
}

.footer__links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer__links a {
  width: 30%;
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.66);
}

.footer__text {
  font-size: 13px;
  opacity: 0.6;
  max-width: 1000px;
}

.footer__nav--item a{
  text-decoration: underline;
  margin-top: 20px;
}

.footer__nav--item  {
  width: 20%;
}

.footer__info--items .footer__label {
  margin-bottom: 0;
}

.footer__text .widget,
.footer__info .widget {
  margin: 0;
}

.footer__text .textwidget {
  font-size: inherit;
  line-height: inherit;
  opacity: inherit;
  color: inherit;
}