* {
    margin: 0;
    padding: 0;
    outline: none;
}

a,
a:hover,
a:active a:focus {
    color: #212121;
    text-decoration: none;
    outline: 0;
}

button,
input {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

p,
label {
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: #fff;
}

.form-control {
    border: 1px solid #EBEDEF;
    color: #212121;
    height: 32px;
    border-radius: 4px;
    padding: 0 8px;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #359F83;
    border-color: #359F83;
}

.btn-secondary,
.btn-secondary:hover {
    color: #212121;
    background-color: transparent;
    border-color: transparent;
}

.material-icons {
    font-size: 20px;
}

.green-clr {
    color: #339E82;
}

.green {
    color: #1DAB1D;
}

.grey {
    color: #6D758D;
}

.trip-details-item.walk-bdr:after {
    border: 2px dashed #007BBE;
    left: 0;
}

.trip-details-item.bus-bdr:after {
    width: 8px;
    background-color: #FEC44E;
    border: 2px solid #EBB445;
}

/* Header */

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    max-height: 56px;
    background-color: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
}

.hd-lft {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-sec {
    display: flex;
}

.logo-sec h1 {
    height: 36px;
    display: flex;
}

.logo-sec span {
    font-size: 16px;
}

.hd-rht {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hd-call {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hd-call span {
    color: #878FA4;
}

.hd-lang {
    display: flex;
    gap: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}

.grey-badge {
    display: inline-flex;
    padding: 4px;
    gap: 4px;
    border-radius: 4px;
    background-color: #EBEDEF;
    width: max-content;
    align-items: center;
}

.hd-lang select {
    border: 0;
}

.hd-search-sec {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hd-search-sec select {
    border: 0;
    background-color: transparent;
    width: 180px;
    padding: 0 4px;
}

.hd-search-sec select:first-child {
    border-right: 1px solid #ddd;
}

.hd-search-sec .hd-search-btn {
    background: #339E82;
    border: 0;
    color: #fff;
    padding: 8px 8px;
    display: flex;
    margin: -1px;
    border-radius: 0 4px 4px 0;
}




/* Content Section */

.content-sec {
    /* position: fixed; */
    width: 360px;
    height: calc(100vh - 88px);
    top: 56px;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.kogo-section-title {
    background-color: #fff;
    border-bottom: 1px solid #EBEDEF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px 4px 0px 0px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kogo-section-title a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

}

.circle-btn {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #878FA4;
    font-size: 24px;
    background-color: #fff;
}

.dropdown-item {
    font-size: 14px;
    color: #212121;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #359F83;
}

.circle-btn i {
    color: #212121 !important;
}

.back-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.car-fetures li {
    font-size: 12px;
    color: #878FA4;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #878FA4;
}

.car-fetures {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.kogo-section-title h2 {
    font-size: 16px;
    color: #212121;
}

.user-input-sec {
    position: relative;
    padding: 16px;
}

.user-input-sec h3 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
}

.blue-badge {
    background-color: #CCE5FF;
    border: 1px solid #B8DAFF;
    color: #004085;
    border-radius: 4px;
    min-width: 32px;
    text-align: center;
}

.light-green {
    border-radius: 4px;
    border: 1px solid #BEE5EB;
    background: #D1ECF1;
    border-radius: 4px;
    min-width: 32px;
    text-align: center;
    color: #0C5460;
    font-size: 12px;
    font-weight: 500;
    padding: 0 4px;
}

.dropdown-menu {
    border: 1px solid #EBEDEF;
}

.kogo-exp-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 8px;
}

.kogo-exp-list li {
    width: 31.3%;
    text-align: center;
}

.kogo-exp-img {
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 8px;
}

.kogo-exp-img img {
    height: 48px;
}

.kogo-res-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kogo-res-list li .hotel-profile {
    display: grid;
    gap: 12px;
    grid-template-columns: 100px 1fr;
}

.kogo-res-list li {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #EBEDEF;
    border-radius: 4px;
}

.kogo-res-lt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kogo-res-lt h4 {
    font-size: 14px;
    font-weight: 500;
}

.kogo-res-lt p {
    font-size: 12px;
    color: #878FA4;
    font-size: 12px;
    color: #878FA4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
}

.grey-badge img {
    min-width: 16px;
    height: 17px;
}

.grey-badge p {
    color: #212121;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.grey-badge .material-icons-outlined {
    font-size: 16px;
}

.badge-container {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.hotel-list {
    max-height: calc(100vh - 136px);
    overflow: auto;
}

.kogo-res-rt {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.kogo-res-rt .kogo-res-dis {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(33 33 33 / 50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.kogo-res-rt>img {
    width: 100%;
    height: 88px;
}

.price-section strike {
    font-size: 14px;
    color: #FF1A1A;
    font-weight: 500;
}

.price-section h5 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}

.price-section p {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
}

.price-section {
    display: flex;
    gap: 4px;
    margin: 10px 0px;
}

.booking-section a {
    text-decoration: none !important;
    color: #339E82 !important;
    font-size: 14px;
    font-weight: 500;
}

.booking-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-section p {
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: #212121;
    align-items: center;
}

.booking-section img {
    width: 16px;
    height: 16px;
}

/* Map Section */

.map-sec {
    /* padding-top: 56px;
    margin-left: 320px; */
    border-radius: 4px;
    overflow: hidden;
}

.map-sec-item {
    width: 100%;
    height: calc(100vh - 88px);
}

.map-sec h2 {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: .1;
    margin: 0;
}

.mob-show {
    display: none;
}

.web-show {
    display: block;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: rgba(51, 158, 130, 0.15);
    color: #212121;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
}

.tab-btn.active {
    font-weight: 500;
    color: #fff;
    background-color: #339E82;
}

.tab-section {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.heading-info p {
    color: #878FA4;
    font-size: 14px;
}

.heading-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.form-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.form-group label {
    font-size: 12px;
    color: #878FA4;
    font-weight: 400;
}

.form-group .tab-btn {
    margin-top: 12px;
    font-size: 16px;
}

.form-box input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #EBEDEF;
    padding: 8px;
}

input::placeholder {
    font-size: 14px;
    color: #878FA4;
    font-weight: 300;
}

.column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#zoomcar_date.column2 {
    grid-template-columns: 1fr;
}
input[type='date'], input[type='datetime-local'] {
    position: relative;
    padding-left: 36px;
    background: url(../images/calendar.svg);
    background-position: 8px 6px;
    background-repeat: no-repeat;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0px;
    width: 100%;
    background: none;
}

.form-datetime-sec {
    position: relative;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #EBEDEF;
    padding: 8px;
}

.form-datetime-sec > input {
    top: 0;
    position: absolute;
    left: 0;
    border: 0;
    text-align: left;
}

.searchbar {
    background-image: url(../images/search.svg);
    background-position: 8px center;
    padding-left: 36px !important;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}

input {
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.form-group form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 16px;
    margin-top: 56px;
    background: #F0F4F6;
    padding: 16px;
}

.offcanvas-header {
    border-bottom: 1px solid #EBEDEF;
}

.offcanvas-header h5 {
    font-size: 16px;
}

.add-selection {
    position: relative;
}

.add-selection .add-list {
    position: absolute;
    top: 38px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #E6E6E6;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}

.add-selection .add-list li {
    border-bottom: 1px solid #E6E6E6;
    padding: 4px 8px;
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

/* .add-selection .add-list li>div {
    display: flex;
    gap: 8px;
    align-items: self-start;
}

.add-selection .add-list li>div .icon-item {
    margin-top: 4px;
} */

.add-selection .add-list li p {
    color: #212121;
    font-size: 14px;
    display: flex;
}

.add-selection .add-list li p span {
    color: #878FA4;
    font-size: 14px;
}

.add-selection .add-list li:last-child {
    border: none;
}

.add-selection .add-list li span {
    color: #878FA4;
    font-size: 12px;
}

.add-list ul li.d-flex {
    align-items: center;
    padding: 10px 8px;
}

.add-selection .add-list .add-name {
    display: flex;
    flex-direction: column;
}

.add-list ul {
    max-height: 200px;
    overflow: auto;
}

/*header*/
.lst-heading {
    font-size: 18px;
    color: var(--heading-clr);
    font-weight: 500;
}

.lst-heading-section {
    display: flex;
    gap: 16px;
    padding: 16px;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    background-color: #FFF;
}

.lst-heading-section {
    position: relative;
}

.lst-left-box {
    display: flex;
    gap: 16px;
    align-items: center;
}

.lst-heading-section {
    justify-content: space-between;
}

header {
    position: relative;
    z-index: 2;
}

/*header*/
.location {
    display: flex;
    align-items: center;
    gap: 8px;
}

.location p {
    color: #212121;
    font-size: 14px;
}

.close-bttn {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 7px;
    right: 16px;
    cursor: pointer;
}

.close-bttn span {
    color: #212121;
}

.op-50 {
    opacity: .5;
}

.map-search {
    position: fixed;
    top: 72px;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 2;
}

.cmap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    height: calc(100vh - 56px);
    top: 56px
}

.room-list {
    position: absolute;
    top: 64px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #EBEDEF;
    border-radius: 4px;
    width: 100%;
    max-height: 200px;
    overflow: auto;
}

.room-list li {
    padding: 10px 8px;
    color: #212121;
    font-size: 14px;
    border-bottom: 1px solid #EBEDEF;
    cursor: pointer;
}

.room-list li:last-child {
    border: none;
}

.room-list li.active {
    background-color: #339E82 !important;
    color: #fff;
}

.room-list li:hover {
    background-color: rgba(235, 237, 239, 0.20);
}

.room-list li a {
    color: #339E82;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
}

.room-heading h5 {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}

.room-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.room-desc p {
    color: #212121;
    font-size: 14px;
}

.room-desc span {
    color: #878FA4;
    font-size: 12px;
}

.sec-bttn {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #EBEDEF;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-bttn span {
    font-size: 20px;
}

.sec-bttn.active {
    border-color: #339E82;
}

.sec-bttn.active span {
    color: #339E82;
}

.room-no {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-section {
    display: flex;
    gap: 12px;
    align-items: center;
}

.button-section p {
    width: 16px;
    text-align: center;
}

.spcl-eloc-head {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.poi-top-arrow {
    background: #efefef;
    width: 48px;
    height: 4px;
    border-radius: 30px;
    border: 2px solid #dddddd;
}

.location-list {
    display: none;
    position: absolute;
    top: 50px;
    left: 120px;
    background-color: #fff;
    border: 1px solid #EBEDEF;
    border-radius: 4px;
    width: 150px;
    max-height: 500px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: auto;
}


.location-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    padding: 10px;
    margin: 5px 0;
    background-color: #ffffff;

    border-radius: 5px;
    /* Rounded corners on items */
    cursor: pointer;
    /* Makes the items clickable */
    transition: background-color 0.3s ease;
    /* Smooth background change on hover */
}

.location-list li:hover {
    background-color: #ececec;
    /* Light grey background on hover */
}

/* Optionally, for mobile responsiveness */
@media (max-width: 768px) {
    .location-list {
        max-width: 100%;
        /* Allows the list to take full width on small screens */
    }
}


@media screen and (max-width:768px) {
    .map-btn {
        position: fixed;
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }

    .mob-search {
        margin: 0px;
        padding: 16px !important;
        background-color: #fff;
    }

    .main-wrapper {
        gap: 0;
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .mob-show {
        display: block;
    }

    .offcanvas-end {
        border: none;
        width: 100%;
    }

    .web-show {
        display: none;
    }

    .content-sec {
        width: 100%;
    }

    .main-wrapper {
        gap: 0;
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .map-sec {
        padding-top: 0;
        margin-left: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .mob-show {
        display: block;
    }

    .offcanvas-end {
        border: none;
        width: 100%;
    }

    .web-show {
        display: none;
    }

    .spcl-eloc-head {
        display: flex;
    }

    .content-sec {
        width: 100%;
        height: 100vh !important;
        overflow-y: auto !important;
        max-height: none;
        position: inherit;
    }


    .list-wrapper .user-input-sec {
        height: auto;
        padding-bottom: 120px;
        top: calc(100vh - 210px);
        position: relative;
        z-index: 1;
        border-radius: 16px 16px 0 0;
        background-color: #fff;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.23);
        max-height: none;
        overflow: visible;
    }

    .home-wrapper .map-sec,
    .list-wrapper .header {
        display: none;
    }

    .home-wrapper .content-sec {
        height: calc(100vh - 56px) !important;
    }

    .list-wrapper .main-wrapper {
        margin-top: 0;
    }

    .list-wrapper .kogo-section-title {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

}

.mCSB_container {
    position: static !important;

}

#travel_loader {
    text-align: center;
    position: absolute;
    padding: 1px 1px 20px 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 12;
    background: #ddd;
    margin: 0px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    z-index: 1001;
    display: none
}

.mapboxgl-popup {
    max-width: 360px !important;
}

.mapboxgl-popup-content {
    border-radius: 8px !important;
    padding: 0 !important;
}

.mapboxgl-popup-close-button {
    display: none !important;
}

.mapboxgl-popup-content .car-fetures li > img, .mapboxgl-popup-content .grey-badge img {
    max-width: 16px;
}
.booking-section-hotels{
    padding-top: 8px;
    
}
a {
    cursor:pointer;
}
.ti-close::after {content:"X"}