
    
    .hero {
    background-image: url("office image/outside office.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 20px;
    text-align: center;
    height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: whitesmoke;
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      padding: 0 1rem;
    
  }

  .hero h1{
       font-size: 3rem;
      font-weight: bold;
    
      padding: 1rem;
      border-radius: 10px;
  }
  .hero h4{
     font-size: 2rem;
      font-weight: bold;
      
      padding: 1rem;
      border-radius: 7px;
  }
    .service-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
    }
    .testimonial-card {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .carousel-item img, .carousel-item video {
      object-fit: cover;
      height: 500px;
    }