/* === FOOTER.CSS === */
.footer-greenway {
  font-family: Arial, sans-serif;
  background: #222;
  color: white;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}

.footer-greenway-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-greenway a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-greenway a:hover,
.footer-greenway a:active {
  color: #ffffff;
}
