body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

header {
  background: #111;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.location {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.85;
}

section {
  max-width: 800px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.services h2 {
  text-align: center;
  margin-bottom: 30px;
}

.service {
  margin-bottom: 25px;
}

.service h3 {
  margin-bottom: 8px;
  color: #111;
}

.service p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

textarea {
  min-height: 100px;
}

button, .button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background: #000;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

button:hover, .button:hover {
  background: #333;
}

.hidden {
  display: none;
}

.thank-you {
  text-align: center;
}
