.car-tab.tabNavList,
.bike-tab.tabNavList {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffb600;
    border-radius: 48px;
    height: 120px;
    min-width: 200px;
    padding: 0 40px;
    overflow: visible;
}

.bike-tab.tabNavList {
    background: #EFEFEF !important;
}

.pickupDropWidget h3 {
    font-size: 16px !important;
}

.car-bg-text,
.bike-bg-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #161513;
    opacity: 0.18;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 43.71px !important;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: 0%;
    -webkit-mask-image: linear-gradient(to right, rgb(75, 75, 75) 20%, transparent 100%);
    mask-image: linear-gradient(to right, rgb(75, 75, 75) 20%, transparent 100%);
}

.car-main-content,
.bike-main-content {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

.car-main-text,
.bike-main-text {
    font-size: 38px;
    color: #222;
    font-weight: 700;
    margin-left: 10px;
}



.custom-radio-row {
    display: flex;
    align-items: center;

}

.custom-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.custom-radio-label input[type="checkbox"] {
    display: none;
}

.custom-radio {
    width: 24px;
    height: 24px;
    border: 3px solid #FFC400;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    box-sizing: border-box;
    background: #fff;
}

.custom-radio-label input[type="checkbox"]:checked+.custom-radio::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #FFC400;
    border-radius: 50%;
    display: block;
}

.custom-radio-text {
    color: #222;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.swap-circle {
    background: #181818;
    border-radius: 50%;
    width: 54px !important;
    height: 54px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swap-circle svg {
    width: 26px;
    height: 26px;
    display: block;
}

.center_swap_arrow {
    background: transparent !important;
    width: 54px !important;
    height: 54px !important;
}

.pickupRow,
.dropRow {
    border: none;
}

.pickuplocation {
    flex: 1;
}



.pickuplocation .location-input .dateStyleWithoutData,
.pickuplocation .location-input .dateStyleWithData {
    background: #EFEFEF;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0% !important;
    margin: 5px;

}

.pickuplocation .input-box {
    flex-direction: row;
}

.pickuplocation .input-box .text-secondary,
.pickuplocation .input-box .text-secondary2 {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0%;
}

.pickupDateSection {

    background: #EFEFEF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pickupDateSectionInner {
    width: 100%;
    padding: 1rem 1.2rem;
    align-items: center;
}

.pickup-input {

    justify-content: start;
}

.pickup-input .inputText {
    background-color: #EFEFEF !important;
    font-size: 14px !important;

}

.pickupdate,
.pickuplocation,
.droplocation,
.dropdate {
    max-width: 100%;
}

.pickup_time_list *,
.drop_time_list * {
    font-size: 14px !important;
}

.new_pickup_date .new_pickup_date_day,
.new_drop_date .new_drop_date_day,
.new_pickup_time .new_pickup_time_hour,
.new_drop_time .new_drop_time_hour {
    font-size: 40px !important;
    color: #FFB600;
}

.new_pickup_date_day,
.new_drop_date_day,
.new_pickup_time_hour,
.new_drop_time_hour {
    font-size: 14px !important;
    color: #FFB600;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.new_pickup_date_month,
.new_pickup_date_year,
.new_drop_date_month,
.new_drop_date_year,
.new_pickup_time .new_pickup_time_min,
.new_drop_time .new_drop_time_min,
.new_pickup_time .new_pickup_time_meridian,
.new_drop_time .new_drop_time_meridian {
    margin-bottom: 5px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
}

.new_pickup_date,
.new_drop_date,
.new_pickup_time,
.new_drop_time {
    align-items: center;
}

.car-main-text,
.bike-main-text {
    left: 5;
}




.dateMainRange {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.dateMainRange .new_pickup_date_month {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;

    font-size: 17px;
}

.dateMainRange .new_pickup_date_year {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;

    font-size: 17px;
}

.dateMainRange .new_pickup_time_min {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;

    font-size: 17px;
}

.dateMainRange .new_pickup_time_meridian {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #222;

    font-size: 17px;
}

.search-widget-container {
    background: #fff;
    border-radius: 8px;
    padding: 25px !important;

    position: relative;
    z-index: 2;
    align-self: center;
    width: 100%;

    box-shadow: 0px 18.76px 62.52px 0px #171A210D !important;

}

.vehicleTypeText {
    font-size: 16px;
    font-weight: 600;
    color: #161513;
    margin-bottom: 0;
}

.categoriesFlex {
    display: flex;
    gap: 8px;
}

.vehicleTypeSwitcher {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.vehicle-type-btn {
    background: #FFB600;
    color: #222;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 23px;
    height: 47px;
    justify-content: space-between;
    gap: 42px;
}

.vehicle-type-label {
    position: relative;
    display: flex;
    align-items: center;
}

.vehicle-type-bg {
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #000;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 40%);
    mask-image: linear-gradient(to left, transparent 0%, black 40%);
    font-size: 43px;
    letter-spacing: 2px;
}

.vehicle-type-text {
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #161513;
    margin-right: 16px;
    margin-left: 25px;
    font-size: 16px;
}

.vehicle-type-btn.inactive {
    background: #EFEFEF;
    color: #bbb;
}



.trySpotBooking {
    background: rgba(255, 182, 0, 0.1);
    border: 1px #FFB600 solid;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 2px 0px 1px 12px;
    position: relative;
}

.trySpotBooking .trySpotFlex p {
    margin-bottom: 0px;
    color: rgba(22, 21, 19, 0.6);
    font-size: 12px;
    font-weight: 500;
}

.trySpotBooking .trySpotFlex p span {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 182, 0, 1);
}

.trySpotBooking .trySpotFlex label {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #161513;
}

.search-widget-divider {
    width: 100%;
    height: 0;
    margin: 0;
    margin-bottom: 0px;
    border-top: 1.04px solid;
    border-image-source: linear-gradient(90deg, rgba(178, 178, 178, 0.2) 21.63%, rgba(0, 0, 0, 0.4) 51.44%, rgba(178, 178, 178, 0.2) 84.13%);
    border-image-slice: 1;
    align-self: center;
    margin-bottom: 1.5rem;
}

.searchMarginTop {
    max-width: 1211px;
    margin: 0px auto 0px;
    padding: 0 50px;
}

.pickUpLoactionHeader {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    color: #1A202C;
    font-size: 18px;
}

.location-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    background: #EFEFEF;
    border-radius: 12px;
    overflow: hidden;
    padding: 0px 19px;
}

.location-input {
    border: none;
    background: #EFEFEF;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: start;

}

.text-secondary,
.text-secondary2 {
    font-size: 12px;
    font-weight: 400;
    flex: 1;
}

.searchMainAll {
    background: #ffb600;
    color: #222;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.searchMainAll:hover {
    background: #ffd700;
}

.bottomBtnMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 0 0;
}

.bottomBtnMain.d-none {
    justify-content: flex-end !important;
}

@media (max-width:1270px) {
    .trySpotBooking:after {
        display: none;
    }

}

@media (max-width:1199px) {
    .exchangeIcon {
        display: none;
    }

    .swap-btn {
        display: none;
    }

    .vehicleTypeSwitcher {
        flex-direction: column;
        gap: 0px;
    }

    .searchMarginTop {
        max-width: 1152px;
        margin: 24px 0px;
        padding: 0 0px !important;
    }

    .search-widget-container {
        margin-top: 0px;

    }

    .search-form {
        display: block;
    }


    .bookingMainactive {
        order: -1;
        padding: 10px 8px 10px 16px;
        margin-bottom: 20px;
    }

    .vehicleTypeSwitcher .vehicleTypeText {
        margin-bottom: 12px;
    }

    svg {
        transform: scale(0.8);
    }


}



@media (max-width:767px) {

    .pickupDateSectionInner {
        padding: 13px 7px;
    }

    .search-widget-container {
        padding: 13px !important;
    }

    .searchMarginTop {
        padding: 0 17px;
    }

    .search-widget-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .lets-drive-btn {
        width: 100%;
    }

    .swap-btn {
        display: none;
    }

    .bookingMainactive {
        width: 100%;
        padding: 10px 8px 10px 16px;
    }

    .categoriesFlex {
        width: 100%;
    }

    .vehicle-type-btn {
        width: 100%;
        border-radius: 6px;
        gap: 0px;
    }

    svg {
        transform: scale(0.8);
    }

    .searchMainAll {
        width: 100%;
    }

}

@media (max-width:570px) {

    .bottomBtnMain {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0px;
    }

    .location-input-group {
        padding: 0 8px;
    }

    .pickup-input .inputText::placeholder,
    .location-input .inputText::placeholder {
        font-size: 11px;
    }

    .location-input {
        font-size: 11px;
    }

    .new_pickup_date .new_pickup_date_day,
    .new_drop_date .new_drop_date_day,
    .new_pickup_time .new_pickup_time_hour,
    .new_drop_time .new_drop_time_hour {
        font-size: 30px !important;
        margin-right: 3px !important;
    }

    .new_pickup_date_month,
    .new_pickup_date_year,
    .new_drop_date_month,
    .new_drop_date_year,
    .new_pickup_time .new_pickup_time_min,
    .new_drop_time .new_drop_time_min,
    .new_pickup_time .new_pickup_time_meridian,
    .new_drop_time .new_drop_time_meridian {
        font-size: 14px !important;
    }

    .categoriesFlex img {
        display: none;
    }

    .search-widget-container {
        padding: 0px;
        box-shadow: none;
    }

    .searchMarginTop {
        margin: 5px 0px;
    }

    .date-picker,
    .time-picker {
        padding: 9px;
    }

    .custom-date {
        gap: 7px;
    }

}