.footer {
  position: relative;
  background: var(--dark-bg);
  padding: 4rem 0 2rem;
  overflow: hidden;
  z-index: 1;
}

.footer-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}



.footer-content {
  margin-bottom: 3rem;
}

.footer-brand .logo-icon {
  width: 13.313rem;
}

.footer-brand .logo-text {
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.footer-links h5 {
  font-family: var(--font-montserrat);
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1rem;
  letter-spacing: 0.009rem
}

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

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  font-family: var(--font-karla);
  font-size: 0.875rem;
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.006rem
}

.footer-links ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
}

.footer-bottom p {
  font-family: var(--font-inter);
  font-size: 0.875rem;
  color: var(--gray-light);
  margin: 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 2.5rem 0 1rem;
  }
  .footer-content{margin-bottom: 1.25rem}
  .footer-bottom{padding-top: 1rem}
}
