.hero-section {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.2rem;
}

.service-details h2 {
  color: #2e572f;
  margin-bottom: 20px;
}

.service-details p {
  font-size: 16px;
  color: #555;
}

.service-details .btn {
  background: #4CAF50;
  border: none;
}

.service-details .btn:hover {
  background: #2e572f;
}
