/**
 * HALINK DV04 - Footer (DV04)
 */
 .hl-footer {
  background-color: #0b2152;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 0;
}

.hl-footer .row {
  --bs-gutter-x: 2rem;
}

.hl-footer-title {
  color: var(--hl-gold);
  font-weight: 700;
  font-size: 14.62px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
}

.hl-footer-desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.62px;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.hl-footer-logo {
  display: block;
  max-height: 34px;
  width: auto;
  margin-bottom: 1rem;
}

.hl-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hl-footer-payments img {
  display: block;
  height: 32px;
  width: auto;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
}

.hl-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: 14.62px;
  line-height: 1.6;
}

.hl-footer-contact li + li {
  margin-top: 0.65rem;
}

.hl-footer-label {
  color: var(--hl-gold);
  font-weight: 600;
}

.hl-footer-value,
.hl-footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.hl-footer-contact a:hover {
  color: var(--hl-gold);
}

.hl-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hl-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  transition: var(--hl-transition);
}

.hl-footer-social a:hover {
  transform: translateY(-2px);
}

.hl-footer-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-footer-links li + li {
  margin-top: 0.55rem;
}

.hl-footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14.62px;
  line-height: 1.5;
  transition: var(--hl-transition);
}

.hl-footer-links a:hover {
  color: var(--hl-gold);
}

.hl-footer-bottom {
  border-top: 1px solid rgba(243, 189, 1, 0.35);
  margin-top: 2.5rem;
  padding: 10px 0 10px 0;
  font-size: 14.62px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}
.hl-footer-bottom p {
  margin-bottom:0
}
.hl-footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.hl-footer-bottom a:hover {
  color: var(--hl-gold);
}

.hl-back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: var(--hl-green);
  color: #ffffff;
  border: 0;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: var(--hl-shadow-md);
  cursor: pointer;
  transition: var(--hl-transition);
  z-index: 99;
}

.hl-back-to-top:hover {
  background-color: var(--hl-green-hover);
  transform: translateY(-4px);
}

@media (min-width: 992px) {
  .hl-footer .row {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .hl-footer .row > .widget {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
}

@media (max-width: 991.98px) {
  .hl-footer {
    padding-top: 2.5rem;
  }

  .hl-footer .widget + .widget {
    margin-top: 0.5rem;
  }
}
