.footer-custom {
  background-color: #1c1c1c; /* Warna gelap */
}

.footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-custom a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-custom .emoji {
  font-size: 1.2rem;
  margin-right: 6px;
}
.footer-logo {
  max-width: 80px;
  height: auto;
}