.footer {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, .68);
}

.footer a:not(.btn) {
  color: rgba(255, 255, 255, .68);
}

.footer a:not(.btn):hover {
  color: #ffffff;
}

.footer .title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer_top.dark,
.footer_bottom.dark {
  background: #0f172a !important;
}

.footer_top.dark {
  position: relative;
  padding-top: 24px;
}

.footer_top.dark .site-logo img {
  max-height: 62px;
  max-width: 210px;
  object-fit: contain;
}

.footer_top.dark .quick-link li,
.footer_top.dark li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer_bottom.dark .container {
  padding: 22px 15px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer .btn-icon {
  width: 38px;
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
}

.footer .btn-icon:hover {
  transform: translateY(-1px);
  background: #2563eb;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 18px;
  padding: 7px 10px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  outline: none;
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 576px) {
  .footer_top.dark {
    text-align: center;
  }

  .footer-lang-selector {
    display: block;
    margin: 16px auto 0;
  }

  footer .col-auto {
    width: 100%;
    text-align: center;
  }
}
