/* Footer */
footer {
  background-color: #2c5aa0;
  color: white;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #a8c5f0;
}

.footer-info {
  border-top: 1px solid #4a6fa5;
  padding-top: 20px;
  font-size: 14px;
  color: #a8c5f0;
}
