#terms-popup,
#appreciation-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

@media (max-width: 768px) {
  .social-icons {
    margin-top: 20px;
    text-align: center;
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .fa-brands,
  .fab {
    font-weight: 500;
    font-size: 2em;
  }
}
