.form-control, .form-select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #000;
}

.btn-submit {
  background-color: #28a745;
  color: white;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 600;
}

.btn-submit:hover {
  background-color: #218838;
}

.footer-link {
  color: #006e67;
  text-decoration: underline;
}

.footer-link:hover {
  color: #004f49;
  text-decoration: none;
}

.footer-map {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.footer-map:hover {
  transform: scale(1.02);
}

.footer-divider {
  border-top: 1px solid #ced4da;
  margin-top: 2rem;
}
