
.f00ter-wrapper {
  font-family: 'Montserrat', sans-serif;
  color: #ccc;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
}

.f00ter-top {
  display: flex;
  background: #1c1c1c;
  padding: 2rem 0;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
}

.f00ter-col {
  flex: 1 1 200px;
  min-width: 200px;
  padding-right: 2rem;
  border-right: 1px solid #333;
  padding-left: 2rem;
}

.f00ter-col:last-child {
  border-right: none;
  padding-right: 2rem;
}

.f00ter-wrapper .f00ter-col h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.f00ter-col ul {
  list-style: none;
  padding: 0;
}

.f00ter-col li {
  margin-bottom: 0.5rem;
}

.f00ter-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.f00ter-col a:hover {
  color: #c1990e;
}

.f00ter-logo {
  max-width: 300px;
  margin-bottom: 1rem;
}

.f00ter-contact p {
  margin: 0.5rem 0;
}

.f00ter-contact strong {
  color: #fff;
  font-weight: 600;
}

.f00ter-map {
  color: #c1990e !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.f00ter-map:hover {
  color: #fff !important;
}

/* Bottom strip */
.f00ter-bottom {
  background: #141414;
  color: #6f6f6f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.f00ter-bottom-right a {
  color: #6f6f6f;
  text-decoration: none;
  margin-left: 1rem;
  transition: color 0.3s;
}

.f00ter-bottom-right a:hover {
  color: #c1990e;
}

@media (max-width: 768px) {
  .f00ter-top {
    flex-direction: column;
    padding: 2rem;
  }

  .f00ter-col {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }

  .f00ter-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .f00ter-bottom-right a {
    margin-left: 0;
    margin-right: 1rem;
  }
}
