/* === FOOTER A-N.GR === */
.site-footer {
  background: #0b0c10;
  color: #d9d9d9;
  font-size: 15px;
  line-height: 1.6;
}

.site-footer a {
  color: #d9d9d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #ff3b3f;
}

.footer-title {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.social-links a {
  font-size: 18px;
  color: #ccc;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  color: #ff3b3f;
  transform: translateY(-3px);
}

.site-footer hr {
  border-color: #333;
}

.site-footer .btn-outline-light {
  border-color: #ff3b3f;
  color: #ff3b3f;
  font-weight: 500;
}

.site-footer .btn-outline-light:hover {
  background-color: #ff3b3f;
  color: #fff;
}

/* Responsive διορθώσεις */
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}
