
    .navbar {
      background-color: #fff;
      /* border-bottom: 1px solid #ddd; */
    }

    .navbar-brand {
      font-weight: bold;
      font-size: 1.5rem;
      color: #750575 !important;
    }

    .navbar-nav .nav-link {
      color: #750575 !important;
      font-weight: 500;
    }

    .btn-book {
      background-color: #750575;
      color: #fff;
      border-radius: 30px;
      padding: 6px 20px;
      font-weight: 500;
    }

    .btn-book:hover {
      background-color: #fff;
      color:#750575;
      border: 1px solid #000;
    }
    .search-box {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    background-color: white;
  }
  .form-control, .form-select {
    border-radius: 8px;
    padding: 0.75rem 0.75rem;
  }
  .btn-search {
    background-color: #ff7043;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: 600;
  }

  .thumbnail-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 0.5rem;
    background: white;
    border-radius: 10px;
    padding: 0.5rem;
  }
  .thumbnail-container img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
  }
  .main-section {
    border-radius: 16px;
    overflow: hidden;
  }



  .img-car{
    height: 100%;
    width: 100%;
  }

  .img-car img{
        height: 100%;
    width: 100%;
    object-fit: cover;
  }



       
         .btn-grad {background-image: linear-gradient(to right, #6441A5 0%, #2a0845  51%, #6441A5  100%)}
         .btn-grad {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
            transition: all 0.4s ease-in-out;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
          }
         
         