
.footer {
  background-color: #2e1a0d;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Roboto', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin: 6px 0;
}

.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.footer-col select,
.footer-col input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  border: none;
  border-radius: 4px;
}

.footer-col button {
  margin-top: 10px;
  background-color: #fff;
  color: #2e1a0d;
  border: none;
  padding: 8px 14px;
  font-weight: bold;
  cursor: pointer;
}

.footer-col .checkbox {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.footer-col .checkbox input {
  margin-right: 5px;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer-brand {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
