
.smart-footer {
  position: relative;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.95);
  color: #ccc;
  text-align: center;
  padding: 12px;
  font-size: 13px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;


}


.smart-footer a {
  color: #eeeeee;
  text-decoration: none;
}
