* {
    margin: 0;
    padding: 0;
}

/* Navbar */
    .navbar {
      background-color: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand {
      font-weight: bold;
      font-size: 24px;
    }

    .nav-link.active {
      border-bottom: 2px solid black;
    }

    /* Hero Section */
    .hero {
      background: url('img/banner.avif') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      height: 100%; width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .hero * {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero p {
      font-size: 1.25rem;
      margin-top: 1rem;
    }

    .hero .btn {
      margin-top: 1.5rem;
      font-weight: bold;
      padding: 12px 25px;
      border-radius: 30px;
      border: 1px solid white;
    }

    .buy{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how{
        text-align: center;
    }
    .book{
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
    }
.service-box{
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 330px;
    margin: 10px;
}
.go {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .testimonial-section {
      margin: 0px auto;
      text-align: center;
      position: relative;
      padding: 40px;
      background-image: url('img/Untitled-design-51.jpg');
      background-size: cover;
      background-position: center;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .testimonial {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }

    .testimonial.active {
      display: block;
      opacity: 1;
    }

    .testimonial p {
      font-size: 1.1rem;
      color: #000;
      margin-bottom: 20px;
    }

    .testimonial h3 {
      font-size: 1.2rem;
      color: #222;
    }

    .nav-buttons {
      margin-top: 20px;
    }

    .nav-buttons button {
      color: #000;
      border: none;
      padding: 10px 16px;
      margin: 0 10px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 18px;
      transition: background 0.3s ease;
    }

    .nav-buttons button:hover {
      background-color: #444;
    }

    @media (max-width: 600px) {
      .testimonial-section {
        margin: 40px 20px;
        padding: 30px 20px;
      }

      .testimonial p {
        font-size: 1rem;
      }
    }

    .small{
        color: #fff;
    }
/*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 

      @media only screen and (max-width: 476px){
    .service-box {
        width: 400px !important;
    }
}