.wpt-form-wrap .wpt-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: end;
}
.wpt-form-wrap .wpt-nav li a {
    width: 100%;
    height: 100%;
    text-align: center;
}
.wpt-form-wrap .wpt-nav li {
    padding: 15px;
    background: #ffffffd6;
    cursor: pointer;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    width: 100%;
}
.wpt-form-group label {
    gap: 5px;
    display: flex;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.wpt-form-group label svg {
    width: 15px;
    height: 15px;
}

.wpt-clear-btn {
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 23px;
    top: 13px;
    right: 26px;
    background: #0000;
    border: 0;
    justify-content: end;
    cursor: pointer;
    z-index: 1;
}
.wpt-form-wrap .select2-container .select2-selection--single,
.wpt-form-wrap input {
    min-height: 43px;
    padding: 10px 15px!important;
}
.wpt-form-wrap .select2-container--default .select2-selection--single {
    padding-top: 7px !important;
}
.wpt-form-wrap .select2-selection--single .select2-selection__rendered {
    padding: 0!important;
}
.wpt-form-wrap .select2-selection--single .select2-selection__arrow {
    top: 8px!important;
    right: 3px!important;
}
.wpt-form-group .wrap-icon{
position: relative;
}
.wpt-form-group .wrap-icon svg {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 14px;
    pointer-events: none;
}

.wpt-form-wrap .wpt-nav li.active {
    background: #FFF;
}
.wpt-form-wrap .wpt-nav svg {
    width: 18px;
    height: 18px;
}
.wpt-form-wrap .wpt-nav li a{
    color: #555;
}
.wpt-form-wrap .wpt-nav li a:hover {
    color: #000;
}
.select2-search--dropdown .select2-search__field {
    min-height: 42px;
    margin-top: -9px;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background-color: #000;
    border-color: #000;
}
/*booking*/
.booking-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}
.booking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.b-logo {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}
.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.step {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999;
    position: relative;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
}
.step.active {
    border-color: #1c609d;
    color: #1c609d;
}
.step-line {
    height: 2px;
    background-color: #ccc;
    width: 100px;
    margin: 0 10px;
}
.step-text {
    position: absolute;
    top: 90px;
    white-space: nowrap;
    color: #999;
    font-size: 18px;
}
.search-results {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-results .icon {
    margin-right: 10px;
    font-size: 24px;
}
.b-title{
    text-align: center;
    margin-bottom: 30px;
    color: #1c609d;
    font-size: 28px;
    font-weight: normal;
}
.sort-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: center;
}
.sort-container label {
    margin-right: 10px;
    font-weight: bold;
}
.sort-select {
    padding: 8px 12px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #fff;
}
.main-content, .transfer-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.summary-panel {
    border-radius: 8px;
    flex-basis: calc(30% - 10px);
}
.summary-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.summary-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.edit-btn {
    background-color: #1c609d;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    float: right;
}
.trip-details {
    margin-top: 20px;
}
.trip-icon {
    margin-right: 10px;
    font-size: 20px;
}
.trip-row {
    display: flex;
    margin-bottom: 15px;
}
.trip-label {
    width: 40%;
    font-weight: bold;
}
.trip-value {
    width: 60%;
}
.car-results, .transfer-detail {
    display: flex;
    flex-direction: column;
    flex-basis: calc(70% - 10px);
}
.car-results .transfer-options {
    width: 100%;
}
div#transfer-cards-container {
    width: 100%;
}
.transfer-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
}
.vehicle-img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    margin-right: 20px;
}
.vehicle-details {
    flex-grow: 1;
}
.vehicle-type {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c609d;
}
.service-type {
    color: #666;
    margin-bottom: 20px;
}
.rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.rating-text {
    margin-right: 10px;
}
.stars {
    color: #ffc107;
}
.capacity-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.capacity-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.capacity-icon {
    margin-left: 10px;
    color: #000000;
}
.price-container {
    text-align: right;
}
.price {
    color: #F44336;
    font-size: 32px;
    font-weight: bold;
}
.trip-type {
    color: #666;
    margin-bottom: 10px;
}
.cancellation {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #444;
}
.info-btn {
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.info-icon {
    margin-right: 5px;
    background-color: #000000;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.book-btn {
    background-color: #1c609d;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-icon {
    margin-left: 5px;
}
span.capacity-icon {
    display: flex;
}
span.text-capacity {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
span.capacity-icon svg {
    height: 18px;
    width: 18px;
}
.capacity-item span.text-capacity > span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
span.capacity-icon {
    display: flex;
}
span.text-capacity {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
span.text-capacity svg {
    height: 18px;
    width: 18px;
}
.capacity-item span.text-capacity > span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.supplier-box {
    display: flex;
    flex-direction: column;
    position: relative;
}
.supplier-box .supplier-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.supplier-box .supplier-row .b-box {
    display: flex;
}
.supplier-box .supplier-row .b-box span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.rating-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.supplier-box .supplier-row .b-box span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.supplier-box .supplier-row .b-box span > svg {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.supplier-box .supplier-row .b-box.transfer-info {
    padding: 20px;
    flex-basis: calc(45% - 10px);
}
.supplier-box .supplier-row .b-box.review-score {
    flex-basis: calc(55% - 10px);
}
.supplier-box .supplier-row .b-box.transfer-info.active {
    background: #eaeaea;
}
.supplier-box .rating-container {
    display: flex;
    gap: 13px;
    align-items: center;
}
.stars {
    font-size: 20px;
    line-height: 1;
}
.transfer-box {
    background-color: #f8f8f8;
    color: #222;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    position: relative;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    z-index: 1;
    overflow: hidden;
    display: none;
}
.transfer-box span.cancel-btn {
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #F44336;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.transfer-box span.cancel-btn svg {
    width: 16px;
    height: 16px;
}
.transfer-box .transfer-text_box {
    position: relative;
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.transfer-box .transfer-text_box ul {
    margin: 0;
    padding: 0;
    margin-left: 16px;
}
span.price-t {
    font-size: 60%;
}
.transfer-card {
    gap: 15px;
    flex-wrap: wrap;
}
.transfer-card .transfer-thumbnail {
    flex-basis: calc(30% - 10px);
}
.transfer-card .vehicle-details {
    flex-basis: calc(50% - 10px);
}
.transfer-card .price-container {
    flex-basis: calc(20% - 10px);
}
.transfer-card .price-container .cancel-text {
    font-size: 14px;
}
.p-box span.text-p {
    font-size: 14px;
}
button.book-btn {
    font-size: 14px;
    border-radius: 50px;
}
button.book-btn svg {
    width: 18px;
    height: 18px;
}
.stars {
    display: inline-flex;
    position: relative;
    /* font-size: 30px; */
    color: #ddd; /* Empty star color */
}
.stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFD700; /* Gold color for filled stars */
}
.numeric-rating {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}
div#numeric-display {
    display: none;
}
.numeric-rating {
    display: none;
}
.box-booking {
    background: #f1f1f1;
}
.supplier-box.active .transfer-box {
    display: block;
}
.supplier-box.active .b-box.transfer-info {
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}
h1.result-title {
    padding: 2em 0 1em;
    text-align: center;
    display: block;
    color: #000;
    font-size: 33px;
}
.summary-info {
    display: flex;
    justify-content: space-between;
}
.summary-info button.edit-btn {
    padding: 13px 20px;
    line-height: 1;
}
.summary-info h2.summary-title {
    margin: 0;
}
/*booking*/
.booking-containerx {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.booking-title {
    text-align: center;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.input-group {
    position: relative;
    margin-bottom: 20px;
}
.input-label {
    color: #4a4a4a;
    margin-bottom: 8px;
    gap: 5px;
    display: flex;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.input-field, .select-field {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
    background-color: transparent;
    transition: border-color 0.3s;
}
.input-field:focus, .select-field:focus {
    outline: none;
    border-color: #000000;
}
.input-field::placeholder {
    color: #aaa;
}
.clear-btn {
    position: absolute;
    right: 15px;
    top: 40px;
    background-color: #ccc;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.split-input {
    display: flex;
    gap: 20px;
}
.split-input .input-group {
    flex: 1;
}
.input-icon {
    display: flex;
    align-items: center;
}
.input-icon i {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #666;
}
.icon-input {
    padding-left: 45px;
}
.quote-btn {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #1c609d;
    color: white;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}
.quote-btn:hover {
    background-color: #000000;
}
.hidden {
    display: none;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    display: flex !important;
    align-items: center;
}
.input-group {
    margin: 0;
}
.booking-containerx {
    display: none;
}
.booking-containerx.active {
    display: flex;
}
.summary-box.none {
    display: none;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.input-group input {
    height: 40px;
    padding: 10px !important;
}
.transfer-box.active {
    display: flex;
}
.capacity-item {
    display: flex;
    gap: 6px;
}
div#transfer-cards-container span.capacity-icon {
    margin: 0;
}
.loader {
    width: 70px;
    height: 26px;
    background: #1c609d;
    border-radius: 50px;
    --c:no-repeat radial-gradient(farthest-side,#000 92%,#0000);
    --s:18px 18px;
    -webkit-mask:
      var(--c) left  4px top 50%,
      var(--c) center,
      var(--c) right 4px top 50%,
      linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    animation: l1 1.5s infinite;
  }
  @keyframes l1 {
    0%    {-webkit-mask-size:0    0  ,0    0  ,0    0  ,auto}
    16.67%{-webkit-mask-size:var(--s),0    0  ,0    0  ,auto}
    33.33%{-webkit-mask-size:var(--s),var(--s),0    0  ,auto}
    50%   {-webkit-mask-size:var(--s),var(--s),var(--s),auto}
    66.67%{-webkit-mask-size:0    0  ,var(--s),var(--s),auto}
    83.33%{-webkit-mask-size:0    0  ,0    0  ,var(--s),auto}
    100%  {-webkit-mask-size:0    0  ,0    0  ,0    0  ,auto}
  }
  .box-loading {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 1000;
    background: #ffffffc2;
    align-items: center;
    justify-content: center;
}
form#bookingForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blur {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px) saturate(120%);
    -webkit-backdrop-filter: saturate(120%);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    bottom: 0;
    right: 0;
    opacity: 1;
}
.loader {
    z-index: 9;
}
.box-booking {
    padding: 5em 0;
}
.transfer-detail {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
}
.divided {
    height: 3px;
    background: #ebebeb;
    display: block;
    margin: 2em 0;
}
.transfer-detail button.book-now-btn {
    background-color: #1c609d;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    margin: 0 auto;
    font-weight: 500;
}
div#transfer-detail input {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    color: #000000;
    font-weight: 500;
    height: 50px;
    border: 1px solid #c5c5c5;
    padding: 15px;
}
.passenger-info-section {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     gap: 20px;
}
 .transfer-detail h2 {
     font-size: 26px;
     font-weight: 500;
     flex-basis: 100%;
     color: #000;
}
 .passenger-info-section > div {
     flex-basis: calc(50% - 10px);
}
 .passenger-info-section .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
     width: 100%;
}
 .transfer-detail label {
     font-size: 16px;
     padding-bottom: 10px;
     display: block;
     font-weight: 500;
     color: #000;
}
.transfer-detail .flight-info-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.flight-info-section > div {
    flex-basis: calc(50% - 10px);
}
.luggage-section {
    background-color: #1c609d;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 10px auto 35px 0;
}
 .luggage-item {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 15px;
     padding: 10px;
     background-color: #ffffff;
     border: 1px solid #444;
     border-radius: 5px;
     color: #000000;
}
 .luggage-item:last-child{
    margin: 0;
 }
 .luggage-item label {
     color: #ffffff;
     font-size: 14px;
     font-weight: 500;
     flex: 1;
     padding: 0;
     color: #000000;
}
 .luggage-item button {
    background-color: #1c609d;
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
 .luggage-item button:hover {
     background-color: #1c609d;
}
 .luggage-item span {
     font-size: 16px;
     width: 30px;
     text-align: center;
     color: #000000;
}
 .luggage-item input[type="hidden"] {
     display: none;
}
.payment-info-section {
    background-color: #1c609d;
    padding: 20px;
    border-radius: 8px;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
}
 .payment-info-section h2 {
     color: #ffffff;
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 15px;
}
 .payment-options-section ul {
     list-style: none;
     padding: 0;
     margin: 0 0 20px 0;
}
 .payment-options-section li {
     color: #000000;
     font-size: 16px;
     padding: 10px;
     background-color: #ffffff;
     border-radius: 5px;
     margin-bottom: 10px;
}
 .terms-section {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
}
div#transfer-detail .terms-section input[type="checkbox"] {
     margin-right: 10px;
     width: 16px;
     height: 16px;
     accent-color: #444;
}
.terms-section label {
     color: #000;
     font-size: 16px;
}
 .terms-section a {
     color: #000;
     text-decoration: underline;
}
 .terms-section a:hover {
     color: #cccccc;
}
 .submit-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
 .book-now-btn {
     background-color: #444;
     color: #ffffff;
     border: none;
     padding: 10px 20px;
     font-size: 16px;
     font-weight: bold;
     border-radius: 5px;
     cursor: pointer;
     transition: background-color 0.3s ease;
}
 .book-now-btn:hover {
     background-color: #666;
}
.transfer-detail .terms-section label {
    padding: 0;
}
input#dob {
    background: #e0e0e0;
    cursor: not-allowed;
}
.transfer-list {
    display: none;
}
.error-message {
    background: #ffc7c3;
    color: #d91b0d;
    padding: 8px 17px;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    padding-top: 10px;
}
.confirm-section {
     display: none;
     flex-direction: column;
     background-color: #fff;
     border-radius: 8px;
     padding: 20px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
 .confirm-section h2 {
     background: #1c609d;
     font-size: 28px;
     color: #fff;
     padding: 20px;
     border-radius: 6px;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 20px;
}
 button#confirm-btn, .edit-booking_btn {
     background-color: #1c609d;
     color: white;
     border: none;
     border-radius: 50px;
     padding: 10px 25px;
     cursor: pointer;
     font-size: 21px;
     font-weight: 500;
     border: 2px solid #1c609d;
}
.confirm-section.active {
    display: flex;
}
.active {
    display: flex;
}
.popup {
     position: fixed;
     top: 0;
     height: 100%;
     width: 100%;
     display: flex;
     z-index: 1000;
     background: #ffffffc2;
     align-items: center;
     justify-content: center;
     z-index: 999999;
}
.popup .blur{
    background: rgb(0 0 0 / 31%);
}
 .popup .popup-content {
     background: #fff;
     border: 1px solid #f6f6f6;
     box-shadow: 0 5px 23px #9c9c9c63;
     border-radius: 10px;
     padding: 40px;
     width: 100%;
     max-width: 460px;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     gap: 20px 10px;
     z-index: 99;
}
 .popup .popup-content > button {
    background: #fff;
    padding: 11px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: calc(50% - 5px);
    color: #fff;
    border-radius: 50px;
    border: 2px solid #1c609d;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.1;
}
 .popup .popup-content p {
     flex-basis: 100%;
     font-size: 16px;
     font-weight: 600;
     margin: 0;
     color: #000;
}
 button#yes {
     background: #1c609d;
}
 button#no {
     background: #fff;
     color: #1c609d;
     border-color: #1c609d;
}
.popup .popup-content > button:hover {
     opacity: 0.7;
}
.box-btn_cf {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.box-btn_cf .couple-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-btn_cf form {
    width: 100%;
    position: relative;
}
.box-btn_cf {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     max-width: 800px;
     margin: 0 auto;
}
 .box-btn_cf .couple-link {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     max-width: 600px;
     align-items: center;
     margin: 0 auto;
}
 .box-btn_cf form {
     width: 100%;
     position: relative;
}
 .head-cf {
     text-align: center;
     font-size: 16px;
     font-weight: 600;
}
 .confirm-section h2 {
     text-align: center;
}
 .confirm-section {
     width: 100%;
     max-width: 800px;
     margin: 0 auto;
}
button#edit-confirm {
    background: #fff;
    color: #1c609d;
}
.step.active .step-text {
    color: #1c609d;
}
.step-line.active {
    background: #000;
}
button#confirm-btn:hover, .edit-booking_btn:hover {
    opacity: 0.7;
    border-color: #000;
}
.success-section {
    display: flex;
}
.head-codebook {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-codebook h3 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.booking-container.bk-box {
    padding: 5em 0;
}
.bk-all{
    position: relative;
    background: #f1f1f1;
}
.status-bar_pending h2 {
    background-color: #1c609d; 
}
.status-bar_success h2 {
    background-color: #4caf50; 
}
.status-bar_cancel h2 {
    background-color: #d12c3b; 
}
button.cc-btn {
    background-color: #e61d0e;
    border-radius: 50px;
    color: #fff;
    padding: 12px 20px 10px;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
}
button.cc-btn:hover {
    opacity: 0.7;
}
.transfer-list.active {
    display: flex !important;
}
.booking-containerx select {
    padding: 11px;
}
.split-input {
    flex-direction: column;
}
body .split-input .input-group input[type="text"] {
    padding: 11px !important;
    border-radius: 8px;
    height: 40px !important;
}
.input-wrapper {
    position: relative;
    overflow: hidden;
}
.input-wrapper svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    margin-top: -1px;
}
div#transfer-detail .input-wrapper input {
    padding-left: 40px;
}
.box-booking ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
input#timeXXX {
    background: #e0e0e0;
    cursor: not-allowed;
}
.supplier-box .supplier-row .b-box.transfer-info {
    flex-basis: 100%;
    align-items: self-end;
}
.supplier-box .supplier-row .b-box.review-score {
    display: none;
}
button.wpt-clear-btn {
    display: none;
}

/* --- Loading Spinner --- */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.spinner {
    border: 5px solid rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: #0073aa;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- Pop-up Modal --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 380px;
    text-align: center;
    transform: scale(0.9);
    animation: popup-animation 0.3s ease-out forwards;
}

@keyframes popup-animation {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-icon svg {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.popup-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.popup-message {
    font-size: 16px;
    color: #666;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.popup-close-btn {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Success State */
.popup-content.success .popup-title {
    color: #27ae60;
}
.popup-content.success .popup-close-btn {
    background-color: #27ae60;
    color: #fff;
}
.popup-content.success .popup-close-btn:hover {
    background-color: #229954;
}

/* Error State */
.popup-content.error .popup-title {
    color: #e74c3c;
}
.popup-content.error .popup-close-btn {
    background-color: #e74c3c;
    color: #fff;
}
.popup-content.error .popup-close-btn:hover {
    background-color: #c0392b;
}

/* --- Confirmation Pop-up --- */
#confirm-popup .popup-content {
    max-width: 420px;
}

#confirm-popup .popup-message {
    font-size: 18px;
}

.confirm-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
}

.confirm-buttons button {
    flex: 1;
    border-radius: 50px;
    color: #fff;
}

#confirm-yes {
    background-color: #000000; /* Green */
}

#confirm-yes:hover {
    background-color: #000000;
}

#confirm-no {
    background-color: #000000; /* Red */
}

#confirm-no:hover {
    background-color: #000000;
}
.wpt-form-wrap .wpt-nav {
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}
form.wpt-form {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
.wpt-form-wrap .wpt-nav li:first-child {
    border-top-left-radius: 18px;
}
.wpt-form-wrap .wpt-nav li:last-child {
    border-top-right-radius: 18px;
}
.payment-options-section li {
    display: flex;
    gap: 10px;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
    .box-booking {
        padding: 5em 5em;
    }
}
/*ipad (tablet)*/
@media (max-width: 1024px) {
    .main-content {
        flex-direction: column;
    }
    .transfer-detail,
    .car-results,
    .summary-panel {
        width: 100%;
            flex-basis: 100%;
    }

    .row-booking {
        padding: 2em;
    }
    .box-booking {
        padding: 0;
    }
    button#confirm-btn, .edit-booking_btn {
        font-size: 18px;
    }
    .confirm-section h2 {
        font-size: 24px;
    }
    .head-codebook h3 {
        font-size: 24px;
    }
    .booking-container.bk-box {
        padding: 2em 0;
    }
    
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
    .progress-bar {
    max-width: 92%;
    margin:0 auto;
    }
    .row-booking {
        padding: 2em 0.7em;
    }
    .transfer-card {
        flex-direction: column;
   }
    .transfer-card .transfer-thumbnail {
        flex-basis: 100%;
   }
    .transfer-card .vehicle-details {
        flex-basis: 100%;
   }
    .transfer-card .price-container {
        flex-basis: 100%;
   }
    .vehicle-img {
        width: 100%;
        margin: 0;
   }
    .supplier-box .supplier-row {
        flex-direction: column;
        width: 100%;
        justify-content: left;
        align-items: baseline;
   }
    .supplier-box {
        align-items: baseline;
        text-align: left;
   }
    .supplier-box .supplier-row .b-box.review-score, .supplier-box .supplier-row .b-box.transfer-info {
        flex-basis: 100%;
   }
    .supplier-box .supplier-row .b-box.transfer-info {
        width: 100%;
        align-items: center;
        justify-content: center;
   }
   .step-text {
    font-size: 10px;
    top: 60px;
}
.step {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
h1.result-title {
    font-size: 25px;
    padding-bottom: 0.5em;
}
.popup .popup-content {
    max-width: 80%;
}
.popup .popup-content > button{
    font-size: 14px;
}
button#edit-confirm {
    background: #fff;
    color: #000;
}
.box-btn_cf .couple-link {
    flex-direction: column;
    gap: 10px;
}
button#confirm-btn, .edit-booking_btn {
    width: 100%;
    font-size: 16px;
}
.confirm-section h2 {
    font-size: 21px;
}
.head-cf {
    font-size: 14px;
}
.head-codebook h3 {
    font-size: 21px;
}
/*edit*/
.transfer-card .transfer-thumbnail {
     flex-basis: calc(55% - 10px);
}
 .transfer-card {
     flex-direction: row;
     align-items: center;
     justify-content: center;
     align-items: self-end;
     gap: 0 10px;
}
 .transfer-card .vehicle-details {
     flex-basis: calc(45% - 10px);
     flex-grow: unset;
}
 .capacity-info {
     justify-content: flex-end;
     align-items: flex-end;
     gap: 0px;
     margin-bottom: 5px;
     font-size: 13px;
}
 .supplier-box .rating-container {
     flex-direction: column;
     align-items: flex-end;
     gap: 0;
}
 .rating-title {
     text-align: right;
}
 .supplier-box .supplier-row {
     align-items: flex-end;
     justify-content: right;
     gap: 0px;
}
 .supplier-box .supplier-row .b-box.transfer-info {
     display: none;
}
 .vehicle-type {
     position: absolute;
     left: 20px;
}
 .price {
     line-height: 1;
}

.transfer-card .transfer-thumbnail {
    margin-bottom: -25px;
}
span.text-capacity {
    font-size: 13px;
}
.rating-title {
    font-size: 13px;
}
.transfer-card .price-container .cancel-text {
    font-size: 13px;
}
.p-box span.text-p {
    font-size: 13px;
}
.transfer-card .price-container {
    padding-top: 5px;
}
.flight-info-section > div {
    flex-basis: 100%;
}
.passenger-info-section > div {
    flex-basis: 100%;
}
.transfer-detail h2 {
    font-size: 24px;
}
.divided {
    margin: 1em 0;
}
.iti {
    width: 100%;
}
.wpt-form-group button[type="submit"] {
    width: 100% !important;
}
.form-g .grid-cols-2 {
    display: grid;
}
.progress-bar {
    margin-bottom: 60px;
}
.transfer-card {
    padding-top: 40px;
}
.vehicle-type {
    top: 25px;
}
}