
.travel-form-container {
            background: white;
            padding: 20px;
            border-radius: 10px;
            //box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
        }

.travel-form-title {
            text-align: center;
            color: #333;
        }
        .travel-form-group {
            margin-bottom: 15px;
        }
        .travel-form-label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .travel-form-input, .travel-form-textarea {
            width: calc(100% - 0px);
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
            background-color: #fff;
            //cursor: pointer;
        }
        .travel-form-select {
            width: calc(100% - 0px);
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
            background-color: #fff;
            //cursor: pointer;
        }
        .travel-form-textarea {
            height: 80px;
            resize: none;
        }
        .travel-form-button {
            width: 100%;
            padding: 10px;
            background: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }
        .travel-form-button:hover {
            background: #218838;
        }
        
        .travel-form-phone{
         min-width: 330px!important;
        }
        
        @media (max-width: 800px) {
        .travel-form-phone{
         min-width: 100%!important;
         width: 320px!important;
         
        }
        }
        
        

.mt-60{
    marin-top:80px;
}

.tour-highlight {
    display: contents!important;
    font-weight: bold;
    color: #414141;
}

.tour-item {
    display: flex;
    align-items:normal!important;
    margin: 6px 0;
    font-size: 14px;
    color: #504e70;
    padding-bottom: 4px;
    position: relative;
}

.sticky-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #ddd;
      text-align: center;
      padding: 15px 20px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
      //transition: transform 0.3s ease-in-out;
      z-index: 10;
    }
    .price {
      font-size: 18px;
      font-weight: bold;
      color: #0a1f44;
      margin-bottom: 5px;
    }
    .price small {
      font-size: 14px;
      font-weight: normal;
      color: #555;
    }
    .sticky-bar button {
      background-color: #f96768 !important;
      color: white;
      border: none;
      padding: 10px 10px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 5px;
      font-weight: bold;
      width: 50%;
      max-width: 130px;
      text-align: center;
    }
    .sticky-bar button:hover {
      background-color: #003f80;
    }
    footer { 
    }
    /* Hide sticky bar on desktop */
    @media screen and (min-width: 768px) {
      .sticky-bar {
        display: none;
      }
    }
    
    .iti {
    //position: relative;
    //display: inline-masonry!important;
}
    
        
    