
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #fffdf7;
  color: #2f2f2f;
}

.hero {
  position: relative;
  text-align: center;
  color: white;
}

.hero-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: brightness(65%);
}

.hero-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #fff;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #e1a500;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
}

.intro, .services, .testimonials {
  padding: 40px 20px;
  text-align: center;
}

.service, .testimonial {
  margin-bottom: 30px;
}

.testimonial img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}

footer {
  background-color: #f1f1f1;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}
