.booking-form-2 {
    margin-top: -50px;
}

a.white {
    color: #ffffff;
}

/* .menu-types a:hover, */
.menu-types a.active {
    background-color: #a9b14e;
    color: #ffff;
}

.menu-types a.car_image {
    background-image: url("../../img/_icon-car-1.png");
}

.menu-types a {
    background-color: #ffff;
}

body {
    font-family: Arial, sans-serif;
}

.trip-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
}

.tab-group {
    display: flex;
    gap: 10px;
}

.tab {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #000;
    transition: background-color 0.3s;
}

.tab.active {
    background-color: #1a68b4;
}

.option-group {
    display: flex;
    gap: 10px;
}

.option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    color: #000;
}

.hidden {
    display: none;
}

.booking-car-wrap {
    width: 33%;
}

/* Whatsapp */
.sticky-whatsapp {
    position: fixed;
    bottom: 35px;
    left: 38px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.set-whatsapp {
    height: 40px;
    width: 40px;
}

.pricing-head-wrap {
    position: static;
}

.text-sucess {
    color: #42a460;
}

.price {
    background-color: rgb(34, 34, 34) !important;
    background-image: url('../../img/texture.png');
    clip-path: polygon(100% 0px, 100% 100%, 10% 100%, 0% 70%, 0px 0px);
    font-weight: 700;
    font-size: 30px;
}

.pricing-item {
    border-top: 1px solid #ddd;
}

.half-with {
    max-width: 30%;
    height: auto;
}

.image {
    padding-top: 30px;
}

.top-routes-color {
    background-color: #222;
    background-image: url(../../img/texture.png);
}

.menu-types {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 10px !important;
}

.menu-types a {
    padding: 10px 20px;
    text-decoration: none;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-weight: bold;
}

.trip-option.active {
    background-color: #a9b14e;
    color: white;
}

.booking-form .invalid-feedback {
    /* width: 58%; */
    font-size: 14px;
}
.remove-mail-uppercase {
    text-transform: none !important;
}
.text-justify {
    text-align: justify !important;
}
.mw-cursor-pointer {
    cursor: pointer !important;
}
@media (min-width: 992px) {
    .popup-sidebox.mw-sidebox {
        padding: 47px !important;
    }
}

/* @media (min-width: 992px)  {
  .menu-types {
    margin-top: 69px !important;
    }
} */

del {
    text-decoration: none;
}

del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.mw-gallery-card {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.mw-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.booking-form-group {
    display: grid;
    /* grid-template-columns: 2fr; */
    grid-gap: 13px;
}
.mw-details-a:hover {
    color: white !important;
}
.service-sidebar ul li:hover .mw-details-a {
    color: white !important;
}
.service-details-info.mw-details-img img {
    object-fit: fill !important;
}
.fix-card {
    height: 200px;
}
.mw-booking-card{
    height: 250px;
}
.mw-airport-select .nice-select .list li:hover {
    color: #fff !important;
}
.custom-border-start {
  border-left: 5px solid #b2bb50 !important;
}

.airport-select-custom {
    max-width: 100%;
    width: 100%;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* airport transfer seeder drop down */
.airport-select-custom + .nice-select .option {
    white-space: normal !important;
    word-break: break-word;
}
.airport-select-custom + .nice-select .current {
    display: flex;             
    align-items: center;        
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    max-width: 100%;
    height: 50px;               
}

/* cabs booking page z-index */
.mw-0-z-index{
    z-index: 0 !important;
}


