footer {
    margin-top: 5rem;
  background-color: #7e885b;
  color: var(--white);
  padding: 2rem 0;
  font-family: 'Poppins', sans-serif;
}

footer a {
  color: var(--white);
  text-decoration: none;
}

footer a:hover {
  color: var(--accent-yellow);
  text-decoration: underline;
}

footer h5 {
  margin-bottom: 1rem;
  font-weight: 600;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

footer address {
  font-style: normal;
  line-height: 1.5;
}

footer .map-container iframe {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px var(--shadow);
}

footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 1.5rem 0;
}

footer p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
