/* Mobile Fix: Badge ko niche lane ke liye */
@media (max-width: 480px) {
  div.fade-in-up {
    margin-top: 90px !important;
  }
}

/* Copyright Replace Fix */
footer {
  text-align: center !important;
}

footer * {
  display: none !important;
}

footer::after {
  content: "© 2025 Blacktiel. All Rights Reserved." !important;
  display: block !important;
  color: #aaa !important;
  font-size: 14px !important;
  padding: 20px 0 !important;
}
