
  /* Base Footer Dark */
  footer.bg-dark {
    background-color: #0d0d0d !important;
  }

  /* Link Hover Effect pada Navigasi */
  .footer-links a:hover {
    color: #198754 !important;
    padding-left: 8px;
    transition: all 0.3s ease;
  }

  /* Hover Effect pada Link Kontak (IG & Shopee) */
  .contact-info-list a {
    transition: color 0.3s ease;
  }
  .contact-info-list a:hover {
    color: #198754 !important;
  }

  /* Ikon Styling */
  .contact-info-list i {
    min-width: 25px;
  }