.footer-dark {
  background: radial-gradient(circle at top, #0b1220, #000);
  color: #fff;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Quick Links */
.footer-center {
  width: 40%;
  margin-inline: auto;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #8fd9fb;
}

/* Social Icons */
.social-icons a {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #8fd9fb;
  color: #000;
  transform: translateY(-4px);
}

.social-icons i {
  font-size: 24px;
  color: #000;
}

/* Image Grid */
.footer-projects img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  transition: 0.3s;
}

/* .footer-projects img:hover {
  transform: scale(1.05);
} */

/* Bottom */
.footer-bottom {
  border-top: 1px solid #1f2937;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .footer-center {
    width: 100%;
  }
}
