.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 250px;
}

.footer-logo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 1rem;
  line-height: 1.5;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin: 8px 0;
}

.footer-links a,
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #000;
}

.footer-social a {
  margin-right: 12px;
  font-size: 1.2rem;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #000;
}

.site-footer {
  background: #0d1b2a;
  color: #fff;
  padding: 60px 20px 20px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-top: 10px;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover,
.footer-bottom a {
  color: #ff7f50;
}


.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}
