<style>
footer {
  background-color: #6f1d1b;
  color: #eee;
  padding: 40px 20px 10px;
  font-size: 14px;
}
footer {
  background-color: #222;
  color: #eee;
  padding: 40px 20px 10px;
  font-size: 14px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-box {
  flex: 1 1 200px;
}

.footer-logo {
  width: 80px;
  margin-bottom: 10px;
  background-color: #fff;
  padding:15px;
}

.footer-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-box ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-box p {
  margin: 5px 0;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.map iframe {
  width: 100%;
  border-radius: 5px;
}
</style>