footer {
  background: #f2f2f2;
  padding: 3rem 2rem 2rem;
  font-family: var(--font-main);
  font-size: 0.95rem;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  bottom: 0;
}

.footer-left h3 {
  margin-bottom: 1rem;
}

.footer-left p {
  margin-bottom: 1.5rem;
}

.social-icons a {
  margin-right: 1rem;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.social-icons img {
  width: 100%;
  height: auto;
}

.footer-center h4,
.footer-right h4 {
  margin-bottom: 1rem;
}

.footer-center ul,
.footer-right ul {
  list-style: none;
  padding: 0;
}

.footer-center li,
.footer-right li {
  margin-bottom: 0.5rem;
}

.footer-center a,
.footer-right a {
  text-decoration: none;
  color: #333;
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: #777;
}

.footer-bottom a {
  color: #777;
  text-decoration: underline;
}
