
.hero {
      background: url('office image/massage room.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 4rem;
    }
    .testimonial {
      background-color: #f8f9fa;
      padding: 2rem;
      border-radius: 10px;
    }
    .carousel-item img, .carousel-item video {
      object-fit: cover;
      height: 500px;
    }
    .section-title {
      margin: 3rem 0 2rem;
    }
  