.search-booking {
    position: relative;
    background: #f1f1f1;
    padding: 5em;
}
.search-booking .sb-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
.dropdown-x {
    position: absolute;
    z-index: 99;
}
.luggage-section {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.luggage-section .luggage-item {
    width: 100%;
    margin: 0;
}
/* Two Column Layout */
.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.column {
    flex: 1;
    min-width: 300px;
}

.booking-form-column {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.info-column .info-section {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 768px) {
    .two-column-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .search-booking {
        padding: 2em 1em;
    }
}

.search-booking .form-group {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search-booking input:focus {
    outline: none;
}

.search-booking button:hover {
    opacity: 0.7;
}

.search-booking .info-section {
    margin-top: 0;
    text-align: center;
}

.search-booking .info-section img {
    width: 40px;
    margin-bottom: 10px;
}

.search-booking .info-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.search-booking .info-section {
    position: relative;
}

.search-booking .info-section .thumbnail-svg svg {
    width: 70px;
    height: 70px;
}
.search-booking .info-section {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-booking .info-section p {
     font-size: 16px;
     font-weight: 300;
     color: #5b5b5b;
     display: flex;
     flex-direction: column;
     margin: 0;
     max-width: 600px;
     width: 100%;
     gap: 13px;
}
 .search-booking .info-section p strong {
     font-size: 18px;
     font-weight: 600;
     color: #000;
     display: block;
}
 .title-sb_info {
    position: relative;
}
 .search-booking .info-section p br {
     display: none;
}
 form#form-s_booking {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
}
 form#form-s_booking .form-group {
     margin: 0;
}
 form#form-s_booking button {
     background-color: #000000;
     color: white;
     border: none;
     border-radius: 4px;
     padding: 16px 20px;
     cursor: pointer;
     width: 100%;
     font-size: 16px;
     margin-top: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50px;
     max-width: 220px;
     gap: 5px;
     margin: 0 auto;
}
 form#form-s_booking button svg {
     width: 18px;
     height: 18px;
}
 .search-booking label {
     font-size: 16px;
     color: #000;
     font-weight: 500;
}
 .search-booking input {
     width: 100% !important;
     display: block !important;
     border-radius: 6px !important;
     color: #000000;
     font-weight: 500 !important;
     height: 50px !important;
     border: 1px solid #c5c5c5 !important;
     padding: 15px !important;
}
.search-booking h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}
.search-error {
    color: red;
    background: #ffe6e6;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid red;
    border-radius: 4px;
}
.select-wpt_class {
    width: 100%;
    min-height: 43px;
    padding: 10px 15px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    margin-top: 6px;
}
.no-results {
    text-align: center;
    color: #F44336;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*laptop*/
@media (max-width: 1280px){
.search-booking {
    padding: 5em;
}
}
/*ipad (tablet)*/
@media (max-width: 1024px) {
.search-booking {
    padding: 2em;
}
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
.search-booking {
    padding: 2em 1.5em;
}
.wpt-form-group .grid-cols-2 {
    display: flex;
    flex-direction: column;
}
.wpt-form-wrap .wpt-nav {
    overflow: hidden;
}
.luggage-section {
    flex-direction: column;
}
}