:root {
    --main-color: #555;
    --primary: #04765f;
    --secondary: #239a93;
    --roboto: Roboto, sans-serif;
}

.skeleton-price {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    display: inline-block;
}

.rs-footer .rs-radio-group>label:first-of-type,
.ts-yes-no-wrapper label:first-of-type,
.wc-actionRow label:first-of-type {
    color: green;
    font-weight: 600;
}

.rs-footer .rs-radio-group>label:nth-of-type(2),
.ts-yes-no-wrapper label:nth-of-type(2),
.wc-actionRow label:nth-of-type(2) {
    color: red;
    font-weight: 600;
}

.suggestion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestion-item {
    opacity: 0;
    animation: showOneByOne 0.3s ease forwards;
}

.suggestion-item:nth-child(1) {
    animation-delay: 0.1s;
}

.suggestion-item:nth-child(2) {
    animation-delay: 0.2s;
}

.suggestion-item:nth-child(3) {
    animation-delay: 0.3s;
}

.suggestion-item:nth-child(4) {
    animation-delay: 0.4s;
}

.suggestion-item:nth-child(5) {
    animation-delay: 0.5s;
}

.suggestion-item:nth-child(6) {
    animation-delay: 0.6s;
}

.suggestion-item:nth-child(7) {
    animation-delay: 0.7s;
}

.suggestion-item:nth-child(8) {
    animation-delay: 0.8s;
}

.suggestion-item:nth-child(9) {
    animation-delay: 0.9s;
}

.suggestion-item:nth-child(10) {
    animation-delay: 0.10s;
}

@keyframes showOneByOne {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media print {

    .bg-white.jhf-wrapper .cm-container,
    .main-header .cm-container,
    .top-header .cm-container {
        display: none !important;
    }
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@font-face {
    font-family: 'slick';
    src: url('/_next/static/media/slick.653a4cbb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* css nikita */
.subscription-container .img-wrapper {
    position: relative;
    width: 518px;
    height: 363px;
    display: flex;
    justify-content: flex-start;
}

.subscription-container .subscription_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

._phonepeSDK1764653675847 .mt8.border1.border-grey2.border-radius3.mx4 .p4.d-flex.justify-between.h5.medium.dark3 {
    display: none !important;
}

.for_sticky_he2 {
    /* position: sticky; */
    /* top: 0px; */
    z-index: 99999;
}

.baggage-scroll {
    overflow-x: scroll;
    width: 100%;
}

.sidebar .baggage-scroll {
    width: 100%;
    overflow-x: scroll;
}

.flight_list_box.dom .baggage-card,
.flight_list_box.return .baggage-card,
.all-bag-type .baggage-card {
    width: auto !important;
}

.container-fluid .row .sidebar-wrapper {
    height: 78vh;
    position: sticky;
    top: 70px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding-left: 0;
    z-index: 0;
}

/* Gateway Options */
.gateway-options {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.gateway-option {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.gateway-option input {
    margin-right: 8px;
}

.gateway-option.active {
    color: #fff;
    background-color: #239a93;
    border: 2px solid #239a93;
}

section.flight-listing-wrapper .boox_wrapper .limited-deals {
    position: sticky;
    top: 0px;
}

.gateway-options {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.morepaymentgatewayoption {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 500px;
    background: white;
    border-top: 1px solid #d2d2d2;
    box-shadow: none !important;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    margin-top: 20px;
    position: relative;
    z-index: 9;

}

.gateway-option {
    border: 2px solid #d9f0ef;
    border-radius: 10px;
    padding: 7px 10px;
    cursor: pointer;
    background: #f7fcfc;
    color: #00796b;
    /* font-weight: 500; */
    transition: all 0.3s;
}

.gateway-option input {
    display: none;
}

body .cm-spacing {
    padding: 0px 0;
}

.reas_box h3 {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin: 6px 0 6px 0;
}

.reas_box p {
    font-size: 13px;
    color: black;
}

/* styles.css */
.more-trains .orange {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    border-bottom: solid 5px #239a93;
    background: #239a93b5;
    text-transform: uppercase;
    color: #fff;
}

.more-trains .orange span {
    padding-right: 10px;
}

.more-trains ul li a {
    font-size: 15px;
    display: block;
    transition:
        ease-in .2s;
    font-weight: 300;
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.more-trains ul li {
    line-height: 50px;
    border-bottom: 1px dashed #239a93;
    list-style: none;
}

.text_ltt_text {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 15px;
    -moz-transition: all .4s ease-in-out 0;
    -webkit-transition: all .4s ease-in-out 0;
    -ms-transition: all .4s ease-in-out 0;
    transition: all .4s ease-in-out 0;
}

.hvrbox-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    padding: 10px;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hvrbox-text h4 {
    font-size: 18px !important;
    padding-bottom: 8px;
    font-weight: 700;
    color: #fff !important;
}

.hvrbox-text p {
    color: #fff;
    line-height: 18px !important;
    font-size: 13px;
}

.hover_box_ltt_box:hover .hvrbox-layer_top {
    opacity: 1;
    transition: all .5s ease;
}

.heading_LTT {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    color: #239a93;
    margin-bottom: 14px;
}

.form-label_heritage label.form-label {
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
    font-weight: 500;
}

.hearitagebox button.btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    opacity: 1 !important;
    margin-left: auto;
}

.submit_btn_heritage {
    background: #239a93;
    color: white;
    border: none;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.form-label_heritage input.form-control::placeholder {
    font-size: 12px;
}

.title_of_heritage {
    margin-top: 32px;
    margin-bottom: 13px;
    color: var(--secondary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    font-family: La Belle Aurore;
    text-transform: capitalize;
    text-align: center;
}

.heritage-tours-page {
    background-color: #fdfdfd;
    font-family: 'Segoe UI', sans-serif;
}

.heritage-tours-page .card-img-top {
    object-fit: cover;
    height: 180px;
}

.heritage-tours-page .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

/* .heritage-tours-page ol.breadcrumb.px-3.py-2.rounded {
    background-color: #239a932b;
} */

.heritage-tours-page .breadcrumb li,
.heritage-tours-page .breadcrumb li a {
    font-weight: 500;
    color: black;
}

.heritage-tours-page .breadcrumb li.breadcrumb-item.active {
    color: #239a93;
}

.heritage-tours-page .card {
    position: relative;
    padding: 1rem;
    border-radius: 0.5rem;
}

.heritage-tours-page .card-body.text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    /* Add semi-transparent background */
    color: white;
    /* Make text readable */
    padding: 1rem;
    border-radius: 0.5rem;
}

button.viewdel_heritage_del,
.viewdel_heritage_enq {
    background-color: #239a93;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 7px;
}

.Recommended_pac .card-title {
    color: #000;
}

.card.h-100.shadow-sm.border-0.hover-shadow.Recommended_pac {
    padding: 0;
}

button.readmore_h {
    color: blue;
    background: white;
    border: none;
    font-size: 13px;
    text-decoration: underline;
}

.cm-price span.person {
    font-size: 14px;
    padding-left: 3px;
    font-weight: normal;
}

.custom-modal_enquiry {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.custom-modal_enquiry .custom-modal-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 500px;
    max-width: 90%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

.custom-modal_enquiry .custom-modal-content.small {
    width: 340px;
}

.custom-modal_enquiry .custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.custom-modal_enquiry .custom-modal-body {
    margin-top: 10px;
}

.sidebar .information.newinfo ul,
.alert-info .information.newinfo ul {
    margin-left: 20px;
}

.custom-modal_enquiry input,
.custom-modal_enquiry textarea {
    width: 100%;
    /* padding: 8px; */
    /* margin-left: 5px; */
    border-radius: 6px;
    border: 1px solid #ccc;
}

.custom-modal_enquiry .input-group {
    display: flex;
    align-items: center;
    /* gap: 5px; */
}

.custom-modal_enquiry .input-group-text {
    padding: 10px 8px;
    background: #f4f4f4;
    border-radius: 6px;
}

.custom-modal_enquiry button.btn {
    margin-top: 5px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-modal-header button {
    background: #04765f;
    border: none;
    color: white;
    border-radius: 2px;
}


.placeonwheels_submit_btn {
    background-color: #04765f !important;
    padding: 6px;
    font-size: 18px;
    border-radius: 6px !important;
    border: none;
    color: white;

}

.modify-search-heading {

    display: none;
}

.passenger-dropdown {
    /* position: absolute;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .56);
    z-index: 99;
    width: 100%;
    top: 100%;
    margin-top: 10px;
    left: 0;
    min-width: 250px; */

    max-height: 95px;
    /* Try this smaller value */
    overflow-y: auto;
    overflow-x: hidden;

}

/* For Firefox */
.passenger-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}


.sitemapengine .date-pickers {
    margin-bottom: 15px;
}

.best-price li div p {
    font-size: 12px;
    color: #555;
}

h1.flight-title_JH {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    width: 550px;
    text-align: center;
}

button.flights_JH_sitemap {
    position: relative;
    width: 22%;
}

.unpublished {
    color: black;
    font-size: 22px;
}

.Jh .flight-search-wrapper.sitemapsearch input {
    margin-bottom: 11px;
}

.Jh .flight-search-wrapper.sitemapsearch .last-input {
    margin-bottom: 11px;
    width: 100%;
    display: block;
}

.home.search-engine.Jh {
    background: #239a932b;
}

.date-pickers .css-gocv02 {
    font-weight: 500;
    padding: 8.5px 0;
    font-size: 18px;
}

.date-pickers-1 .css-gocv02 {
    padding: 5.5px 0px;
    font-weight: 500;
}

.search-engine.hotel-search.jhbg .css-joz0rk-MuiPickersSectionList-section-MuiPickersInputBase-section,
.search-modify.hotel-search-modify .css-joz0rk-MuiPickersSectionList-section-MuiPickersInputBase-section,
.search-engine.hotel-search.jhbg span.MuiPickersSectionList-section.css-7p02jm,
.search-modify span.MuiPickersSectionList-section.css-7p02jm {
    position: relative;
    left: 18px;
}

.search-modify .date-pickers>div {
    width: 50%;
}

.search-modify .date-pickers label {
    display: block !important;
}

.hotel-info h5 {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.ratingCountwithName.m-0 svg {
    color: #f5c518 !important;
    margin: 0;
}

span.ratingCountwithName.m-0 {
    padding-left: 5px;
    display: inline-flex;
}

.hotel-search-modify .hotel-calendar .MuiPickersSectionList-root {
    padding: 6px 0;
}

.jhhotel-wrapper .hotel-calendar .MuiPickersSectionList-root {
    padding: 8px 0;
    width: 100%;
    font-weight: 500;
}

.search-modify.hotel-search-modify .date-pickers .check-in-wrapper.hotel-calendar button,
.search-engine.hotel-search.jhbg .date-pickers .check-in-wrapper.hotel-calendar button,
.search-modify.hotel-search-modify .date-pickers .check-out-wrapper.hotel-calendar button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* end */

/* shubham singh */

button.MuiPickersDay-root {
    font-weight: 600;
    font-size: 13px;
}

span.MuiDayCalendar-weekDayLabel {
    font-weight: 600 !important;
    font-size: 13px;
}

h5.room-heading {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
}

button.Mui-selected {
    background-color: var(--primary) !important;
}

.hotel-rooomss-2 {
    padding: 10px;
}

.mob-total-price-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #eaeaea;
    right: 0;
    margin: 0 5px;
    border-radius: 5px 5px 0 0;
    display: none;
}

.mob-total-price {
    padding: 12px 16px;
}

.price-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.price-label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.price-value {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.price-details-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
}

.price-breakdown {
    border-top: 1px dashed #eaeaea;
    padding-top: 10px;
    margin-bottom: 12px;
}

.price-breakdown.show {
    display: block;
}

.room-price-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px;
    color: #239c95;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    font-weight: 500;
}

.price-divider {
    border-top: 1px solid #eaeaea;
    margin: 8px 0;
}

.taxes-fees {
    font-size: 11px;
    color: #666;
    text-align: center;
}

.book-now-btn {
    width: 100%;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.book-now-btn:hover {
    background: #000;
}

.book-now-btn.disabled {
    background: #ccc;
    cursor: not-allowed;
}

.error-msg {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

/* Animation for price breakdown */
@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 200px;
    }
}

.price-breakdown {
    animation: slideDown 0.3s ease-out;
    overflow: hidden;
}


.selected-rooms-combo .card {
    margin: 2rem 0;
}

.heading-wrapper p.description {
    font-style: italic;
    font-weight: 500;
}

.selected-room-card .room-number-badge {
    position: absolute;
    top: -20px;
    background: #3d8000;
    color: #fff;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    left: 5px;
}

span.child-friendly-badge {
    margin-left: 8px;
    font-size: 11px;
    background-color: #4CAF50;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    right: 0;
}

span.hotel-name-text {
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.text-wrapper {
    display: inline-flex;
}

.listing-top-bg {
    background: var(--secondary);
    position: sticky;
    top: 0px;
    z-index: 999999;
    padding: 0 0 15px 0;
}

.Jh .flight-search-wrapper input {
    border-radius: 5px;
}

.rightandleft-calendar_TC input {
    width: 100%;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: unset;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root svg,
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-q7mezt {
    display: none;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root:hover {
    background: transparent;
}

.Jh .passenger-input {
    border-radius: 5px;
}

.css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root.Mui-error {
    color: rgba(0, 0, 0, 0.6);
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline {
    border-width: 1px;
    border-color: var(--secondary) !important;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root.Mui-error .MuiPickersOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23) !important;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
.Jh .flight-search-wrapper input,
.Jh .passenger-input>span {
    font-weight: 500 !important;
}

/* .Jh .return-picker.rightandleft-calendar_TC.active-return-picker>div {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
} */

.one-way .return-picker.active-return-picker {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root {
    font-weight: 500;
}

/* .Jh .return-picker.rightandleft-calendar_TC>div {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
} */

.Jh svg.rightandleft-calendar {
    top: 7px;
}

.Jh .date-pickers>div {
    margin-top: 5px;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
}

.css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
    color: var(--secondary);
}

.css-17f9e7e-MuiTypography-root-MuiDayCalendar-weekDayLabel {
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 14px !important;
}

.css-4k4mmf-MuiButtonBase-root-MuiPickersDay-root {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.css-qct7wd-MuiButtonBase-root-MuiPickersDay-root.Mui-selected,
.css-4k4mmf-MuiButtonBase-root-MuiPickersDay-root.Mui-selected {
    background-color: var(--secondary) !important;
    opacity: 1 !important;
}

.Jh .trip-type-toggle button {
    border-radius: 5px;
}

.css-1mvmid-MuiYearCalendar-button.Mui-selected {
    background-color: var(--secondary) !important;
}

.Jh .flight-search-wrapper h1 {
    font-weight: 400;
    color: white
}

.booking-bg-wrapper .css-eqc3kq-MuiFormControl-root-MuiPickersTextField-root {
    width: 100%;
}

.booking-bg-wrapper .css-1y4gq5a-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
    padding: 7px 0 !important;
}

.stops-wrapper .no-stops-name {
    display: none;
}

.jh section.flight-listing-wrapper {
    background-color: #fbfbfb !important;
}

.search-engine.Jh svg.svg-inline--fa.fa-right-left.rightandleft-flip {
    top: 32% !important;
    right: 46% !important;
}

.search-result-wrapper {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
}

.search-result-wrapper .read-only {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-result-wrapper .read-only>div {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.search-result-wrapper p {
    margin: 0;
    font-size: 15px;
}

.search-result-wrapper .icon {
    margin-right: 0.5rem;
}

.Edit_rc {
    background-color: #e1fae8 !important;
    padding: 5px 0 !important;
}

.modal-inner-body svg.rightandleft-flip {
    top: 61% !important;
    right: 47% !important;
    height: auto !important;
    max-width: 11px !important;
    width: 100% !important;
}

.inner-wrapper-modal svg.rightandleft-calendar {
    height: auto !important;
    max-width: 12px !important;
    width: 100% !important;
    top: 3px !important;
    right: 46% !important;
}

.listing-top-padding {
    padding-top: 1rem;
}


.modal-inner-body .flight-search-wrapper input,
.passenger-input {
    border-radius: 5px !important;
}

.css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root {
    font-weight: 500 !important;
}

button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd.MuiIconButton-sizeMedium.css-1ysp02-MuiButtonBase-root-MuiIconButton-root {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;

}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root:hover {
    background-color: transparent !important;
}

.dob-calendar button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dob-calendar button svg {
    display: none;
}

.dob-calendar .MuiPickersSectionList-root {
    padding: 7px 0 !important;
}

.dob-calendar .MuiFormControl-root {
    width: 100%;
}

.css-1l1mqzp {
    border-color: rgba(0, 0, 0, 0.23);
}

/* End */

/* shubham singh (payment method) */

span.payment-method-wrapper {
    background: var(--secondary);
    padding: 5px;
    border-radius: 50%;
    margin-right: 1rem;
}

li.jh-icon.active {
    background-color: rgb(35 156 149 / 23%);
    border-radius: 50px;
}

li.jh-icon.active a {
    color: #000;
}

.hotelRating-wrapper .ratingCount {
    background: transparent !important;
}

.loader {
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 40px auto;
    /* Center horizontally */
}

.flight-list .flight-logo img,
.flight__airline_logo img {
    width: auto !important;
    height: auto !important;
}


.booking-bg-wrapper .flight-booking-route-identity {
    border-bottom: 1px solid #ccc;
}

.search-modify.hotel-search-modify ul.dropDown {
    top: 62px;
}

.search-modify.hotel-search-modify button.remove-room-btn.newremove-room-btn {
    width: 47%;
}

.booking-bg-wrapper .flight-booking-route-identity>span {
    background-color: var(--secondary) !important;
    border-radius: 5px 5px 0 0 !important;
    padding: 0.35rem 0.5rem !important;
}

.list-group-item.active {
    /* background-color: var(--secondary) !important;
    border-color: var(--secondary) !important; */
    background-color: #239a934d !important;
    color: black !important;
    border: none !important;
}

.list-group.list-group-flush .form-check-input:checked {
    background-color: #036f59;
    border-color: #036f59;
    box-shadow: none;
}

/* Listing */

.table_listing_warapper .ticket-details .more-dtl-bn {
    padding: 3px 5px 3px 5px;
}

.table_listing_warapper .ticket-details .more-dtl-bn .strip-more-details svg {
    padding-right: 5px;
}

.table_listing_warapper .ticket-details .more-dtl-bn .strip-more-details span {
    font-size: 13px;
}

.table_listing_warapper .ticket-details .divide-pr .depar-details>div {
    margin-bottom: 0.5rem !important;
}

.table_listing_warapper .ticket-details .flight-info-mm h5 {
    font-size: 15px;
}

.table_listing_warapper .ticket-details .flight-info-mm h3 {
    font-size: 14px;
    margin-bottom: 0.25rem;
}

.table_listing_warapper .ticket-details .divide-pr.return-2 {
    padding-bottom: 0;
}

.table_listing_warapper .ticket-details .divide-pr .flight-bothSide {
    justify-content: space-between;
}

.table_listing_warapper .ticket-details .divide-pr .flight-bothSide .stop-dura-tion {
    width: 70%;
}

.table_listing_warapper .ticket-details .divide-pr .flight-bothSide .departure,
.table_listing_warapper .ticket-details .divide-pr .flight-bothSide .arr-ived {
    width: 24%;
}

/* .table_listing_warapper .ticket-details .divide-pr .flight-trpact img {
    width: auto;
    height: auto;
} */

.table_listing_warapper .ticket-details .divide-pr .flight-trpact {
    text-align: center;
}

.table_listing_warapper .ticket-details .divide-pr .flight-bothSide .stop-dura-tion .duration.text-center {
    font-size: 13px;
}

.table_listing_warapper .deals-table.table-responsive table {
    margin-bottom: 5px;
}


.sidebar-list-check ul li input::after {
    width: 13px !important;
    height: 13px !important;
}

.sidebar-list-check ul li input::before {
    font-size: 13px !important;
    top: 43% !important;
}

.Edit_rc .flight-search-container svg.rightandleft-calendar {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    right: unset;
}

/* flight Details */

.flightDetails-wrapper .flight-way-identify>div.text-center {
    text-align: left !important;
    border-bottom: 1px solid #ccc;
    margin: 10px 10px 0 !important;
}

.flightDetails-wrapper .flight-way-identify>div.text-center span {
    background-color: var(--primary) !important;
    border-radius: 5px 5px 0 0 !important;
}

/* flight-details page */

.flight-list .flight-logo {
    width: 15% !important;
}

.flight-list .flight-status {
    width: 42.5% !important;
}

.booking-bg-wrapper .flight-booking-route-identity {
    border-bottom: 1px solid #ccc;
}

.booking-bg-wrapper .flight-booking-route-identity>span {
    background-color: var(--secondary) !important;
    border-radius: 5px 5px 0 0 !important;
    padding: 0.35rem 0.5rem !important;
}

.booking-bg-wrapper .flightDetails-listing {
    padding: 10px;
}

.flight-list .flight-logo img {
    width: auto !important;
    height: auto !important;
    border: none !important;
}

/* Booking confirmation */

.inner-confirmation .cover-all .flight img {
    width: auto;
    height: 55px;
}

/* Edit flight search  */

.Edit_rc .flight-search-wrapper-1.one-way-mode .date-pickers-1 {
    width: 20%;
    display: block;
    margin-right: 13px;
}

.Edit_rc .flight-search-wrapper-1 .date-pickers-1 {
    gap: 0;
}

.Edit_rc .flight-search-wrapper-1.one-way-mode .input-fields.trip-place-1 {
    width: 50%;
}

.Edit_rc .flight-search-wrapper-1.one-way-mode .last-input {
    width: 30%;
}

.Edit_rc .flight-search-wrapper-1 svg.rightandleft-flip {
    rotate: unset;
    right: unset;
    top: 0;
}

.Edit_rc .flight-search-wrapper-1 .flight-search-wrapper-1 input {
    padding: 8px 10px;
}

/* Flight Search */

.flight .search-engine .last-input .passenger-wrapper {
    width: 50%;
    position: relative;
}

/* End */

.SubMes-inner-wrapper button.btn {
    background-color: #239a93;
}

.tel-nav {
    color: var(--secondary);
    font-weight: 600;
    font-size: 20px;
}



header .main-header {
    padding: 0px 0;
}

.horizontal-shake img {
    animation: horizontal-shaking 0.60s infinite;
}

.modal-inner-body svg.rightandleft-flip {
    top: 25%;
}

svg.rightandleft-flip,
svg.rightandleft-calendar {
    background: #000 !important;
}

.contactUs-wrapper .contact-arrow img,
.contactUs-wrapper .cont-right span {
    display: none !important;
}

.main-menu nav>ul>li.hs-has-children {
    display: none;
}

.main-menu nav>ul a {
    font-size: 15px;
}

.contactUs-wrapper .form-area .submit-btn input {
    width: 100% !important;
}

.main-menu nav>ul>li.jh-icon svg {
    color: var(--secondary);
    height: 16px;
    max-width: 16px;
    margin-right: 8px;
    width: 100%;
    display: inline-block;
}

.main-menu nav>ul {
    position: relative;
    gap: 10px;
}

.main-menu nav>ul>li:hover {
    background-color: rgb(35 156 149 / 23%);
    border-radius: 50px;
}

.main-menu nav>ul a {
    padding: 10px;
}

.main-menu nav>ul a:hover {
    color: unset;
}

.flight-search-wrapper {
    background-color: var(--secondary);
}

.flight .search-engine {
    background: #239a932b;
    padding: 55px 0 0 0;
}

.home .search-engine.Jh {
    background: #239a932b;
    padding: 35px 0 0 0;
}

.flight-search-wrapper h1 {
    color: #000000;
}

.trip-type-toggle.trip-section {
    display: none;
}

.flight-search-wrapper input {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 13px 6px;
}

.passenger-input {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 13px 6px;
}

.search-flight button {
    background-image: linear-gradient(-60deg, #239c95 0%, #212121 100%);
    background-color: transparent;
}

.search-flight button:hover {
    background: #000000;
}

.trip-type-toggle button.active {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.jhlisting .trip-type-toggle button.active {
    border: 1px solid black;
    background: black;
    color: #fff;
}

.trip-type-toggle button {
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.jhlisting .trip-type-toggle button {
    color: white;
}

.flight-search-wrapper {
    border-radius: 10px;
}

.jh-sliderwrapper {
    max-width: 675px;
    height: 385px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.jh-sliderwrapper img {
    height: 407px;
}

.flight-search-container {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.reas_box img {
    height: 63px;
}

.image-trust {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding-top: 50px;
    flex-wrap: wrap;
    row-gap: 15px;
    padding-bottom: 20px;
}

.last_mint_main {
    display: none;
}

section.latest_main {
    display: none;
}

.interNa {
    display: none;
}

.unpb-txt {
    display: none;
}

.app-news-bg {
    display: none;
}

.deal_banner-1 {
    display: none;
}

body .slick-dots li.slick-active button:before {
    color: var(--secondary);
}

.exoffers-image {
    width: 100%;
    border-radius: 6px;
}

.exciting-ofr {
    padding: 0;
    position: relative;
    min-height: unset;
}

.exciting-wrapper .slick-arrow.slick-prev,
.exciting-wrapper .slick-arrow.slick-next {
    bottom: -24px;
    top: initial;
    left: 50%;
    height: 24px;
    width: 24px;
}

.exciting-wrapper .slick-prev:before,
.exciting-wrapper .slick-next:before {
    color: #000;
    font-size: 24px;
}

.exciting-wrapper .slick-arrow.slick-prev {
    transform: translateX(-70%);
}

.exciting-wrapper .slick-arrow.slick-next {
    transform: translateX(70%);
}

.ne_review_card.exciting-ofr .overlay-jslider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #00000047;
    border-radius: 10px;
    cursor: pointer;
}

.ne_review_card.new_ne_review_card {
    border: 1px solid #239a93;
}

.ne_review_card.new_ne_review_card .review_card .review_heading {
    color: black;
}

.ne_review_card.new_ne_review_card .reas-txt {
    color: black;
}

.ne_review_card.exciting-ofr img.destinimg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.342) 0px 2px 8px 0px;
}

.ne_review_card.exciting-ofr .overlay-jslider>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 17px;
}

.ne_review_card.exciting-ofr .overlay-jslider p.destitle {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.ne_review_card.exciting-ofr .overlay-jslider .st-price {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.noterc {
    display: none;
}

.flight_list_box.dom label>label>div>span:nth-of-type(2).non-refundable,
.flight_list_box.return label>label>div>span:nth-of-type(2).non-refundable {
    color: red !important;
}

.flight_list_box.dom label>label>div>span:nth-of-type(2).refundable,
.flight_list_box.return label>label>div>span:nth-of-type(2).refundable {
    color: green !important;
}

.subscription-container {
    background-color: #212529;
    color: #fff;
    text-align: center;
}

.subscription-container h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.subscription-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 17px auto;
    max-width: 500px;
}

.subscription-form input[type="email"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 16px;
}

.subscription-form input::placeholder {
    color: #adb5bd;
}

.subscription-form button {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    padding: 11px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-form button:hover {
    background-color: #138496;
}

.subscription-form button span {
    margin-left: 5px;
}

.short-text {
    margin: 0;
}

.review_google_img {
    padding: 0;
}

ul.hassl_booking {
    padding-left: 17px;
    margin-bottom: 20px;
}

ul.hassl_booking li {
    list-style: disc;
    font-size: 14px;
}

.mainjhwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mainjhwrapper .wrapperitems {
    width: 16%;
    display: flex;
    justify-content: center;
}

.mainjhwrapper .wrapperitems.lo-del {
    width: 25%;
}

.foot-socials ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background: #239c95 !important;
    font-size: 15px !important;
    transition: all ease 0.4s;
    color: #fff;
}

.footer-widget .foot-socials ul li a svg {
    height: 23px;
    width: 23px;
    color: white;
}

.footer-widget {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer-widget h4 {
    margin-bottom: 15px;
    font-size: 15px;
    color: #003a75;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-widget ul li a {
    color: #1a1a1a;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-widget ul li a svg,
.luc-ty {
    height: 16px;
    width: 16px;
}

.footer-widget ul li a:hover {
    color: var(--secondary);
}

#tbtndiv {
    display: none;
}

.search-engine.hotel-search.jhbg {
    background-image: url(/images/jh-hotelb.jpg);
    position: relative;
    padding: 70px 0 90px;
}

.search-engine.cruise-search.jh_bg_c {
    background-image: url(/images/cruise-herobanner.jpg);
    position: relative;
    padding: 180px 0;
}

section.holiday-search-container.holidaybgjh {
    background-image: url(/images/JH-holiday-1.jpg);
    position: relative;
    padding: 100px 0;
}

.search-engine.cruise-search.jh_bg_c h2 {
    display: none;
}


.search-engine.hotel-search.jhbg::before,
.search-engine.cruise-search.jh_bg_c::before,
section.holiday-search-container.holidaybgjh::before {
    position: absolute;
    content: "";
    background: #020d1663;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.holiday-search-container .flight-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    width: 100%;
    gap: 15px;
    padding: 34px 20px 20px 20px;
}

section.holiday-search-container.holidaybgjh .flight-search-wrapper h1 {
    display: none;
}

section.holiday-search-container.holidaybgjh .search-flight {
    width: 100%;
    max-width: 192px;
}

.flight-search-wrapper {
    border-radius: 10px;
    z-index: 9;
}

.inbtnjh {
    background: #239a93;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
}

.hotel-search label {
    color: #000;
}

.guaranteed {
    color: #05264e;
}

.flight-search-wrapper.jhhotel-wrapper {
    display: flex;
    max-width: 1300px;
    width: 100%;
    padding: 40px 26px 4px;
    gap: 10px;
    background-color: #fff;
}

.hotel-search .date-pickers label {
    display: block !important;
}

.hotel-search .date-pickers {
    gap: 10px !important;
    width: 30%;
}

.hotel-search .date-pickers .hotel-calendar {
    width: 50%;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

button.hotel_aminities {
    border: none;
    background-color: var(--primary);
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 8px;
}

.hohead {
    display: none;
}

.search-engine.hotel-search .flight-search-wrapper>div:not(:last-child),
.search-engine.hotel-search .last-input {
    margin: 0;
}

.input-fields.trip-place {
    position: relative;
    flex-grow: 1;
}

.jhhotel-wrapper .search-flight button {
    padding: 5px 33px;
    font-size: 18px;
}

.hotel-search.jhbg .flight-search-wrapper input,
.hotel-search.jhbg .passenger-input {
    border-radius: 5px;
}

.hotel-search.jhbg .flight-search-wrapper input:focus,
.hotel-search.jhbg .flight-search-wrapper input:focus-visible,
.flight-search-wrapper input:focus,
.flight-search-wrapper input:focus-visible,
.modify-btn-wrapper.hotel .modify-btn {
    border: 1px solid var(--secondary);
}

.hotel-search.jhbg .passenger-dropdown .search-btn-wrapper button,
.flexicancel-head {
    background-color: var(--secondary);
}

.ts-yes-no-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 0 0;
}

/* .hotel-search.jhbg .passenger-dropdown button {
    height: 29px;
} */
.passenger-dropdown {
    max-height: none;
}

.react-datepicker__day {
    /* width: 100% !important; */
    /* line-height: 3 !important; */
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.react-datepicker {
    width: 100%;
}

.hotel-search .passenger-dropdown .room-members-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* padding-bottom: 10px; */
}

.hotel-search .passenger-dropdown .search-btn-wrapper button {
    border-radius: 4px;
    font-size: 14px !important;
    height: 28px !important;
}

.search-modify.hotel-search-modify .react-datepicker__day {
    line-height: 1.7rem !important;
}

.room-type-price .newDtlsFilled {
    background-color: #000000;
    width: 100%;
    max-width: 90%;
}

.search-modify.hotel-search-modify {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--secondary) !important;
    padding: 10px 0;
}

button.btn.edit-btn {
    padding: 7px 5px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    max-width: 120px;
    white-space: nowrap;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: -0.2px;
    background: #000;
}


/* 
.result-title {
    position: sticky;
    top: 90px;
    background-color: white;
    padding-top: 15px;
} */

.hotel-search .react-datepicker__day {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7rem !important;
}

.closeFilter-wrapper button.reset-btn {
    background-color: transparent;
}

.ticket-details {
    background-color: white;
}

.airline-list-select-btn>button {
    background-color: transparent;
    color: black;
    border: 1px solid;
}

section.flight-listing-wrapper {
    background-color: var(--secondary);
    /* position: relative;
    z-index: 1; */
}

.ticket-details .Depar-t {
    background-color: #239c9554;
    color: #239c95;
}

.buynow .btn {
    background-color: #239c95;
}

.deals-table::-webkit-scrollbar-thumb {
    background-color: #fff;
}


.flight-search-container.jhlisting {
    display: unset;
}

.sidebar-wrapper .sidebar-header {
    background-color: #b7dedc;
    position: sticky;
    top: 0;
    z-index: 99;
}

.top-filter-wrapper .sidebar-header {
    font-size: 18px;
}

.sidebar-wrapper .sidebar-header h3,
.sidebar-wrapper .sidebar-header button,
.sidebar-wrapper .sidebar-header .result_found,
.sidebar-title {
    color: black;
}

.trip-place .input-wrapper.input-with-icon p {
    color: red;
}

.do-data .heading span,
span.age-limit {
    color: var(--secondary);
}

.sidebar-stop-text .btn.btn-primary:hover,
button.btn.btn-primary.active,
.sidebar-price-range .range-wrapper .range-slider>.track,
.passenger-dropdown>button,
ul.dropDown li.dropDown-items:hover,
.modal-overlay .modal-header,
.closeButton-modal button,
button.closeFilter,
.Edit_rc {
    background-color: var(--secondary);
}

.closeButton-modal {

    position: relative;
    left: 90%;
}




.stops-wrapper .stops-name:before,
.Edit_rc .edit-btn,
.flight-search-wrapper-1 input:focus-visible,
.Edit_rc .text-end .modify-btn-wrapper.hotel .modify-btn,
.hotel .back-btn a {
    border: 1px solid black !important;
}

.flight-search-wrapper-1 input,
.passenger-input-1 {
    border: 1px solid #888;
}

.search-engine.cruise-search.jh_bg_c .flight-search-wrapper.cruise-search-wrapper button.search-button {
    padding: 5px 24px;
    font-size: 19px;
    width: 100%;
}

.passenger-dropdown>button:hover,
.Edit_rc .edit-btn,
.Edit_rc .mob-filter,
.Edit_rc .text-end .back-btn a,
.Edit_rc .mob-filter:hover,
body .btn:hover,
.filters_wrapper .track.track-1,
.hotel .back-btn a,
.total-card-payment .percent-icon,
.total-card-payment .book-button:hover,
.contactUs-wrapper .form-area .submit-btn input {
    background: var(--secondary);
}

.modify-btn-wrapper.hotel .modify-btn {
    background-color: black;
}

.filter_item ul li svg {
    color: #ffc107 !important;
}

.destination-price span.cm-price {
    color: #ffffff !important;
}

.hotel-list-wrapper .result-title,
.cruise-list-wrapper .result-title {
    border-color: black !important;
}

.Edit_rc .mob-filter svg path {
    fill: white;
}

span.hotelPrice-percentage {
    color: #ff0707 !important;
}

.Edit_rc .text-end .back-btn a,
.hotel .back-btn a span,
.total-card-payment .original-price {
    color: white !important;
}

.side-other-head,
.hotel_name-dtl .facilities span,
.flexi-right .flexi-txt2 {
    background-color: #239c9554 !important;
    color: var(--secondary);
}

/* .deals-table.table-responsive {
    display: none;
} */

.ticket-details:first-child {
    margin-top: 0;
}



.container-fluid .row .sidebar-wrapper::-webkit-scrollbar {
    height: 2px;
    width: 10px;
}

.container-fluid .row .sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 4px;
}

.container-fluid .row .sidebar-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.trandingdes {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.passenger-dropdown:after {
    border-color: transparent transparent #239a93;
}

.flight-stop--danger .flight-duration path,
.information svg path {
    fill: #000000 !important;
}

.flight-details-divider:before,
.back-btn a {
    border-color: #000 !important;
}

.theme-icon-box.active {
    border-color: var(--secondary) !important;
}

.flight-stop--danger .flight-stop-interval {
    background-color: #239a93 !important;
}

.search-engine.hotel-search.jhbg .headjh,
.search-engine.cruise-search.jh_bg_c .headjh,
.search-engine.hotel-search.holiday-search .headjh {
    text-align: center;
    color: white;
    z-index: 9;
    position: relative;
    padding-bottom: 10px;
}

.inbtnjh svg {
    height: 16px;
    width: 16px;
    padding-left: 8px;
}

.inquhotel {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}



.open-search .modal-inner-body .flight-search-wrapper {
    background-color: white;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

h3.po_package {
    font-size: 22px;
    color: var(--secondary);
}

body.new-body-class {
    overflow: hidden;
}

.jhtranddes .slick-slide {
    padding: 0 4px 4px 4px;
    height: auto !important;
}

.jhtranddes .ne_review_card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    padding: 10px;
    cursor: pointer;
    height: 100%;
    min-height: 220px;
}

.new-body-class .modal-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jhtranddes p.resname {
    color: black;
    margin: 0;
    font-weight: 500;
}

.jhtranddes p.re-price {
    margin: 0;
    color: var(--secondary);
    font-weight: 500;
}

.inquery-wrapper {
    max-width: 600px;
    background-color: #f2f2f2;
    padding: 16px 10px;
    position: relative;
    margin: 10px;
    width: 100%;
}

.inquery-wrapper form button.jhinquery {
    width: 100%;
    border: none;
    background: var(--secondary);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

p.footerTextinquery {
    margin-top: 20px;
    text-align: center;
}

.inquery-wrapper .callButton {
    background: var(--secondary);
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

.inlogo svg {
    position: absolute;
    top: 7px;
    cursor: pointer;
    color: black;
    right: 10px;
    height: 20px;
    width: 20px;
}

.hotel_name-dtl .ratingValue {
    text-align: center;
    justify-content: center;
}

.room-selection-btn {
    width: 100%;
    justify-content: center !important;
}

.newDtlsFilled.selected {
    background-color: #3d8000;
    color: #fff;
}

.hotelRating-wrapper .ratingCount svg {
    color: rgb(245, 197, 24) !important;
}

.inquery-wrapper .callButton a,
.cruise-wish h2 span,
.back-btn span {
    color: white !important;
}

.inquery-wrapper form {
    background-color: #fff;
    padding: 10px;
}

.inquery-wrapper form input,
.inquery-wrapper form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

.hotel-search-modify .search-flight button {
    background: black;
}

.open-search .modal-overlay {
    overflow: auto;
}

.review-trip {
    background-color: var(--secondary);
}

#dvFlightDetails .detail-book-btn .booknow {
    background-color: var(--primary);
}

.Review-Booking,
.pay-button,
.small-review-type .badge-standard.after-10re,
.cruise-wish,
.main-tabs button.active,
.sub-tabs button.active,
.cru-passen-info button.btn.cruiesnow {
    /* background: black !important; */
}

.hotelrvw-info .check-in-out,
.flight-info-head,
.confirm-right table.fare .grandtotal-wrapper,
.cru-passen-info .disclaimer {
    background: #239a9345 !important;
}

.free_cann .mflex .t_right .chkidt,
.inner-confirmation .list-container.spacing p span,
.confirm-right .outer .booking td.ref-id,
.total-holiday p span,
.theme-icon-box.active {
    color: var(--secondary) !important;
}


.all-field-form .header-gest,
.inner-confirmation .cont-head,
.pri-del .room-price,
.all-field-form .cuppan,
.total-card-payment .price-section,
.cru-head,
.search-modify,
.pck-price-boxs {
    background: #239a93 !important;
}

.review-trip h2,
.cruise-top-heading .mob-filter {
    color: white !important;
}

.search-modify .flight-search-wrapper input {
    border-radius: 6px;
    padding: 4px 4px 4px 35px;
    color: black !important;
    font-size: 17px
}

.search-modify .passenger-input {
    border-radius: 6px;
    padding: 4px 9px;
}

.search-modify .passenger-input span {
    color: black !important;
    font-size: 16px;
}

.hotel-info h5,
.filter-title,
.result-title h2,
.hotel-info svg,
.hotel-info .PricePrice,
.hotel_name-dtl .header h2,
.amenitiesContainer h2,
.rating-review .heading,
.about-hotel-detail .title,
.hotel-policies h2,
.room-benifits .type-room-beni .par-free svg,
.room-benifits .type-room-beni .par-aera-free {
    color: var(--primary) !important;
}

.search-engine.cruise-search.jh_bg_c .flight-search-wrapper.cruise-search-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    padding: 30px 20px;
    gap: 10px;
}

.input-wrapper.cruise-area.input-spacing,
.flight-search-wrapper .input-spacing {
    margin-bottom: 0;
}

.flight-footerc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight-footerc .epocsic span {
    background-color: #ffdddd;
    color: red;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 2px;
}

.flight-footerc .epocsic h5 span {
    background-color: unset;
    color: black;
    padding: 0 5px 0 0;
}

.flight-footerc .epocsic h5 span.price {
    font-size: 16px;
}

.flight-footerc .star-rates svg {
    color: #ffa31a;
    height: 15px;
    width: 15px;
    padding-left: 4px;
}

.flight-footerc .rates .rat-reviews strong,
.sidebar-wrapper .sidebar-header button {
    color: black;
    font-size: 15px;
}

.flight-footerc .rates .rat-reviews span {
    font-size: 14px;
    font-weight: 500;
    color: #838383;
}

.ser-fac {
    margin-bottom: 23px;
}

.holiday-search .date-pickers {
    display: unset;
}

.holiday-search .check-in-wrapper.hotel-calendar {
    width: 100%;
}

.holiday-search-container.holidaybgjh .search-engine {
    padding: 50px 0;
}

.user-del-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
}

.user-del-wrapper .info-wrappers {
    display: flex;
    gap: 10px;
}

.user-del-wrapper .info-wrappers .user-info p {
    margin: 0;
    font-size: 13px;
    color: #198754;
}

.user-del-wrapper .info-wrappers .user-info {
    display: flex;
    gap: 5px;
    background-color: #d4eee3;
    align-items: baseline;
    padding: 1px 5px;
    border-radius: 4px;
}

.user-del-wrapper .info-wrappers .user-info span svg {
    width: 14px;
    height: 14px;
    color: #198754;
}

.user-del-wrapper .sharewrapper {
    background-color: #239c95;
    color: white;
    padding: 0px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.user-del-wrapper .socialmediaicon {
    display: none;
}

.user-del-wrapper .sharewrapper:hover .socialmediaicon {
    display: block;
}

.sharewrapper ul {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 18px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 3px 6px 0px;
    border-radius: 4px;

}

.blog-list .blog-card {
    min-height: 371px;
}

.sharewrapper ul li a {
    color: #239c95
}

.sharewrapper ul li a svg {
    width: 20px;
    height: 20px;
}

.jhblogtitle {
    position: relative;
}

.jhblogtitle p {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 11px;
    background-color: white;
    color: var(--secondary);
    padding: 2px 4px;
}

.jhf-wrapper {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}

.hotel .back-btn a span {
    background-color: transparent;
    padding: 0;
    border: none;
}

.fl-del-bac {
    background: #000 !important;
    border: none
}

.trus-bann .image-trust {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px 0;
}

.hotel-card-wrapper {
    border: 1px solid #ccc !important;
}

.modify-btn-wrapper.hotel {
    justify-content: end !important;
}

/* Responsive Layout */

.flight-search-wrapper.sitemapsearch {
    max-width: 550px;
    padding: 0 0 15px;
}

.flight-search-wrapper.sitemapsearch h2 {
    padding: 10px 0;
    background-color: black;
    margin-bottom: 7px;
    color: white;
    text-align: center;
}

.flight-search-wrapper.sitemapsearch .input-fields.trip-place {
    /* display: flex; */
    gap: 15px;
}

.flight-search-wrapper.sitemapsearch .sitemapengine {
    /* display: flex; */
    gap: 15px;
}

.flight-search-wrapper.sitemapsearch .sitemapengine svg.rightandleft-calendar,
.flight-search-wrapper.sitemapsearch .sitemapengine svg.rightandleft-flip {
    display: none;
}

.flight-search-wrapper.sitemapsearch .sitemapengine .last-input {
    align-items: start;
    gap: 15px;
}

.flight-search-wrapper.sitemapsearch .sitemapengine .input-wrapper.position-relative.input-with-icon {
    margin: 0;
}

.sitemapengine .search-flight button {
    font-size: 16px;
    white-space: nowrap;
    padding: 7px 8px;
}

.flight-search-wrapper.sitemapsearch .trip-type-toggle {
    padding: 2px 15px 0;
}

.sitemapengine {
    padding: 0 15px;
}

ul.best-price li svg {
    border: 2px solid #239a93;
    color: #239a93;
    padding: 2px;
    max-width: 11px;
    max-height: 11px;
    width: 100%;
}

.unpublished {
    color: black;
}

.unpublished span {
    color: var(--primary);
}

.unpublished .support {
    background: unset;
}

.unpublished .support a {
    color: var(--primary);
}

span.flight-fare .btn {
    background-color: var(--primary);
}

.deals-row:hover {
    background-color: #239a93;
}

.newsletter svg {
    color: #239a93;
}

.newsletter .flt-left {
    color: black;
}

h3.guaranteed {
    color: #555;
}

.top-header,
ul.recent-wrapper li {
    background: var(--secondary);
}

body a:hover {
    color: #000000;
}

.coupan-cards-main .coupon-card {
    background: #04765f;
}

.hotel-search-modify .flight-search-wrapper {
    display: none;
}

.openHotelSearch .hotel-search-modify .flight-search-wrapper {
    display: block;
    top: 13%;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 500px;
    width: 100%;
    padding: 15px;
    z-index: 9999;
    position: absolute;
    background-color: #fff !important;
    color: black;
}

.openHotelSearch .hotel-modal-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: auto;
}

.hotel-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.openHotelSearch .search-modify .input-fields {
    width: 100%;
}

.openHotelSearch .search-modify .date-pickers {
    width: 100%;
}

.openHotelSearch .search-modify .last-input {
    width: 100%;
}


.openHotelSearch .search-modify .search-flight {
    width: 100%;
}


.openHotelSearch .react-datepicker-wrapper input {
    max-width: 300px;
}

.openHotelSearch .flight-listing-styles .flight-search-wrapper h1,
.openHotelSearch .flight-listing-styles .flight-search-wrapper .head-clos-htl {
    display: block;
    margin-bottom: 5px;
}

.openHotelSearch .flight-listing-styles .flight-search-wrapper .head-clos-htl {
    text-align: end;
    margin-bottom: 13px;
}

.openHotelSearch .flight-listing-styles .flight-search-wrapper .closeButton-modal {
    border: none;
    background-color: var(--primary);
    color: white;
}

.openHotelSearch .search-modify label {
    margin-bottom: 5px;
}

.openHotelSearch .search-modify .flight-search-wrapper input {
    margin-bottom: 10px;
}

.openHotelSearch .flight-listing-styles {
    overflow: hidden;
}

.search-modify .input-icon {
    top: 33px;
}

.hotel-search-modify .room-members-details:first-child .dropdown-heading {
    padding: 0;
}

.listing-top-padding.for_flight .search-result-wrapper {
    color: #000;
}

.business-info {
    margin-top: 6px !important;
}

.cont-email {
    display: flex;
    gap: 10px;
}

.cont-phone {
    display: flex;
    gap: 6px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    border-left: 4px solid #239a93;
    padding-left: 10px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cont-email {
    margin: 0 !important;
}

.contactUs-wrapper .cont-left>div {
    margin-bottom: 10px;
}

.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.info-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #239a93;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.info-card h5 .icon {
    margin-right: 8px;
    color: #239a93;
}

.info-card p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.inner-wrapper-modal {
    top: 17%;
}

/* Responsive Design */

@media (max-width:1199px) {

    .openHotelSearch .search-modify .input-fields .destination-search input {
        padding-left: 25px;
    }

    .hotel-list-wrapper {
        width: 100% !important;
    }

    .search-engine.hotel-search.jhbg {
        padding: 40px 0 50px;
    }

    .date-pickers .MuiPickersInputBase-root {
        padding: 0 0 0 14px;
    }

    .jh-sliderwrapper {
        max-width: 575px;
    }

    .main-menu nav>ul {
        gap: 0;
    }

    .num__nav .tel-nav {
        font-size: 16px;
    }

    .main-menu nav>ul a {
        padding: 4px 9px 4px 4px;
        font-size: 14px;
    }

}

@media (max-width:1045px) {
    .jh-sliderwrapper {
        max-width: 528px;
    }
}

@media(min-width:992px) {
    .cm-container.mob-jh-search {
        display: none;
    }
}

@media (max-width: 991px) {
    .subscription-container .img-wrapper {
        width: auto;
    }

    .room-benifits p.beni-heading {
        font-size: 16px;
    }

    .hotel-rooomss-2 {
        gap: 0.75rem;
    }

    .hotel-rooomss-2 .room-benifits {
        padding: 0;
    }

    .hotel-rooomss-2 .room-type-price .price-amount {
        margin-bottom: 0;
    }

    .search-modify.hotel-search-modify {
        padding: 0 !important;
    }

    .hotel-listing-wrapper .hotel-list-wrapper {
        padding-left: 0 !important;
    }

    .inner-wrapper-modal svg.rightandleft-calendar {
        display: none !important;
    }

    .only-jh .search-result-wrapper {
        display: none;
    }

    .hotel-list-wrapper .result-title {
        top: 56px;
        z-index: 0;
    }

    .ne_review_card {
        min-height: auto;
    }

    .edit-holiday .hotel-search .input-icon {
        top: 31px;
    }

    .openholidaySearch .edit-holiday .flight-search-wrapper {
        background-color: #fff !important;
    }

    .num__nav {
        display: none;
    }

    .ne_review_card.resontrust {
        min-height: 210px;
    }

    .mainjhwrapper .wrapperitems.lo-del {
        width: 39%;
    }

    .mainjhwrapper .wrapperitems {
        width: 20%;
    }

    .mainjhwrapper {
        justify-content: start;
    }

    .jh-sliderwrapper {
        max-width: 400px;
    }

    .inbtnjh {
        margin: 5px 0 0 0;
    }

    .flight-search-wrapper h1 {
        font-size: 16px;
    }

    .flight-search-wrapper.jhhotel-wrapper {
        flex-direction: column;
        row-gap: 0px;
        padding: 40px 20px 20px;
    }

    .hotel-search .date-pickers {
        width: 100%;
    }

    .hotel-search label {
        padding-left: 0;
    }

    .react-datepicker-wrapper input {
        max-width: unset;
    }

    .openHotelSearch .hotel-search-modify .flight-search-wrapper {
        background-color: white !important;
        color: black;
    }

    .openHotelSearch .flight-listing-styles .flight-search-wrapper .closeButton-modal {
        background-color: #000 !important;
    }

    .search-modify .input-icon {
        top: 34px !important;
    }

    .search-engine.cruise-search.jh_bg_c {
        padding: 150px 0;
    }

    .search-engine.cruise-search.jh_bg_c .flight-search-wrapper.cruise-search-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .holidaybgjh.holiday-search-container .flight-search-wrapper {
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
        row-gap: 33px;
    }

    .holidaybgjh .date-pickers,
    .holidaybgjh .last-input,
    .holidaybgjh .input-fields.trip-place {
        width: 100%;
    }

    section.holiday-search-container.holidaybgjh .search-flight {
        width: 100%;
        max-width: unset;
    }

    section.holiday-search-container.holidaybgjh {
        padding: 0;
    }

    .search-engine.hotel-search.holiday-search .headjh h1 {
        font-size: 26px;
    }
}

@media (max-width:767px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .banner-text.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 12;
        /* show only 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .banner-text.expanded {
        -webkit-line-clamp: unset;
    }

    /* Responsive by shubham */
    .custom-modal_enquiry .custom-modal-content h5 {
        font-size: 14px;

    }

    .custom-modal_enquiry .custom-modal-content {
        padding: 11px;
    }

    h5.room-heading {
        font-size: 16px;
    }

    .mob-total-price-container {
        display: block;
    }

    .selected-room-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .room-details {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }

    .guest-summary {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .combo-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .combo-total {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    /* end */

    .flight-listing-wrapper .container-fluid .row .sidebar-wrapper {
        z-index: 9999;
    }

    .sidebar-stop-text.mb-3 {
        margin-top: 1px;
    }

    .back-btn.new-blc-btn span {
        padding: 0;
        line-height: 0;
        border: none;
        background-color: black;
    }

    .image-trust img {
        max-width: 150px;
        width: 100%;
    }

    .footer-widget {
        margin-bottom: 0px;
    }

    .mainjhwrapper .wrapperitems {
        width: 30%;
        justify-content: start;
    }

    .mainjhwrapper .wrapperitems.lo-del {
        width: 100%;
        justify-content: start;
    }

    .search-engine.bg .flight-search-container {
        flex-wrap: wrap;
    }

    .jh-sliderwrapper {
        max-width: 600px;
    }

    header .navbar-toggle,
    header .tollfree,
    div.close-btn-end,
    .trip-type-toggle.trip-section button.active,
    .trip-type-toggle.trip-section button:hover {
        background: var(--secondary);
    }

    .trip-type-toggle.trip-section button:hover,
    .trip-type-toggle.trip-section button.active {
        border: none;
    }

    .trip-type-toggle.trip-section {
        display: block;
        margin-bottom: 10px;
    }

    .carousel-container-hotel h1 {
        font-size: 17px;
    }

    body h2 {
        font-size: 17px;
    }

    .search-engine.hotel-search.jhbg {
        padding: 20px 0 40px;
    }

    .trip-type-toggle.trip-section {
        background-color: #accdcb;
        border-radius: 6px;
        padding: 6px 0;
        border: 1px solid var(--secondary);
        width: 100%;
        display: none;
    }

    .flight-search-wrapper.jhhotel-wrapper {
        padding: 45px 20px 20px;
    }

    .search-engine.cruise-search.jh_bg_c {
        padding: 50px 0;
    }

    .search-engine.hotel-search.jhbg .headjh h1,
    .search-engine.cruise-search.jh_bg_c .headjh h1,
    .search-engine.hotel-search.holiday-search .headjh h1 {
        font-size: 21px;
    }

    .search-engine.cruise-search.jh_bg_c .headjh p {
        font-size: 13px;
    }

    .cruises-bg {
        padding: 0 !important;
    }

    .cruies-boxs p.cruies-des,
    .flight-footerc .rates .rat-reviews span {
        font-size: 13px;
    }

    .flight-footerc .epocsic h5 span.price {
        font-size: 15px;
    }

    .flight-search-container.cm-container {
        flex-direction: column;
    }

    .jh-sliderwrapper {
        max-width: 600px;
        width: 100%;
    }

    .search-flight button {
        width: 100%;
    }
}

@media(max-width:650px) {

    .hotel-info .hotelPrice-wrapper .countNAC {
        display: none;
    }

    .openHotelSearch .hotel-search-modify .flight-search-wrapper {
        max-width: 95%;
    }

    .hotel-card .hotel-image img {
        border-radius: 10px 10px 0 0;
    }

    .inner-hotel-wrapper .hotel-card {
        max-height: unset;
        border-radius: 10px;
    }

    span.child-friendly-badge {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

@media (max-width:567px) {

    .search-engine.hotel-search.jhbg .css-joz0rk-MuiPickersSectionList-section-MuiPickersInputBase-section,
    .search-modify.hotel-search-modify .css-joz0rk-MuiPickersSectionList-section-MuiPickersInputBase-section,
    .search-engine.hotel-search.jhbg span.MuiPickersSectionList-section.css-7p02jm,
    .search-modify span.MuiPickersSectionList-section.css-7p02jm {
        font-weight: 500;
        font-size: 14px;
        top: 2px;
        left: 16px;
    }

    .query-box h3 {
        font-size: 14px;
        font-weight: 500;
    }

    .query-box p {
        font-size: 10px;
    }

    .form-label_heritage label.form-label {
        font-size: 13px;
    }

    .flightDetails-listing .flight-info-head {
        flex-direction: unset;
        gap: 5px;

    }

    .flight_list_box.return .baggage-card {
        overflow: scroll;
        max-width: 236px;
        left: -92px;
    }

    .flight_list_box.dom .baggage-card {
        overflow: scroll;
        max-width: 230px;
        left: -92px;
    }

    .all-bag-type .baggage-card {
        right: -144px;
        max-width: 300px;
        left: auto;
    }

    .best-price li {
        width: 100%;
        display: block !important;
    }

    .flight-search-wrapper.jhhotel-wrapper {
        padding: 38px 11px;
        row-gap: 0;
    }

    .hotel-search .flight-search-wrapper input {
        padding-left: 25px;
    }

}

@media (max-width:568px) {
    .result-title {
        position: unset;
    }

    .pacak-info input {
        padding: 5px 33px 5px 10px;
        margin-bottom: 0;
    }

    .Fav-crui {
        margin: 23px 0;
    }

    .ne_review_card {
        min-height: 175px;
    }

    .holiday-search-container {
        min-height: 208px;
    }

    .image-trust img {
        max-width: 134px;
        width: 100%;
    }

    .mainjhwrapper .wrapperitems {
        width: 48%;
    }

    .subscription-container h2 {
        font-size: 17px;
        display: contents;
    }

    .subscription-form input[type="email"] {
        padding: 9px 8px;
    }

    .subscription-form button {
        padding: 10px 10px;
    }

    .flight-search-wrapper input {
        font-size: 17px;
    }

    .flight-search-wrapper.jhhotel-wrapper {
        padding: 40px 11px;
    }

    .carousel-container-hotel .inquhotel h1 {
        font-size: 1rem;
    }

    button.inbtnjh {
        padding: 5px;
        font-size: 13px;
    }

    .search-engine.hotel-search.jhbg .headjh h1,
    .search-engine.cruise-search.jh_bg_c .headjh h1,
    .search-engine.hotel-search.holiday-search .headjh h1 {
        font-size: 19px;
    }

    .search-engine.hotel-search.jhbg .headjh p,
    .search-engine.cruise-search.jh_bg_c .headjh p,
    .search-engine.hotel-search.holiday-search .headjh p,
    .jh-sliderwrapper {
        display: none;
    }

    .search-engine.cruise-search.jh_bg_c .headjh p {
        display: none !important;
    }

    .search-engine.cruise-search.jh_bg_c .flight-search-wrapper.cruise-search-wrapper {
        padding: 20px 10px;
    }

    .trip-type-toggle.trip-section button {
        padding: 5px 6px;
    }

    p {
        font-size: 13px
    }

    .carousel-container-hotel .slick-slide {
        padding: 0;
    }

    .flight_list_box.dom label label span {
        font-size: 11px !important;
    }

    svg.rightandleft-calendar {
        right: 46%;
    }

    .holiday_cheackbox {
        font-size: 12px;
    }

    .openholibook .book-box {
        overflow: scroll !important;
        height: 100%;
    }

}

@media (max-width:400px) {
    .back-btn.flight-del-back-btn a {

        background-color: #015959;
        color: white;
        border: none;
    }

    .back-btn.flight-del-back-btn a span {
        font-size: 12px;
    }

    .blog-content {
        width: auto;
    }

    .returnNEW .react-datepicker-popper {
        transform: translate(16px, 46px) !important;
    }

    .date-pickers .deprdateNew .react-datepicker-popper {
        transform: translate(0px, 46px) !important;
    }

    .inner-wrapper-modal {
        top: 13%;
        /* overflow: scroll;
        background-color: transparent; */
    }
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.jh_loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--secondary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px auto;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.react-datepicker-wrapper input {
    width: 100%;
    max-width: unset;
}

.boox_wrapper.jh-customer {
    position: unset;
}

.top-header .currency ul li:hover {
    background: #000;
}

.error {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 600;
}

.top-header .top-menu>ul>li>ul>li>a:hover {
    color: white;
}

.footer-widget ul li a.small {
    color: #0d6efd;
}

/* .modal-inner-body .react-datepicker-popper {
    transform: translate(53px, 44px) !important;
} */

.formSubmit {
    background-color: var(--primary);
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
}

.Edit_rc .text-end .back-btn a {
    font-size: 14px;
}


.JH-recent-item-parent {
    width: 250px !important;
    background: #239a93 !important;
    border: 1px solid #4aafa8 !important;
}

.recent-search-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.JH-recent-search-items {
    cursor: pointer;
    border-bottom: "1px solid #3f7eb4";
}

.JH-recent-search-items:hover {
    cursor: pointer;
    background-color: #0b8078;
}

.JH-btnrecenet-flight-search {
    background: black;
    padding: 0px 4px;
    border-radius: 50%;
}

.dropDown-items:hover .dropDown-items-list-hover {
    color: white !important;
}

/* ========= */
.bf-nw a {
    font-weight: 700;
}

.bf-nw p {
    color: #000 !important;
}

.footer-widget div {
    margin-bottom: 15px;
    font-size: 15px;
    color: #003a75;
}

.Jh .flight-search-wrapper h1 {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 11px;
    text-align: center;
    font-family: Roboto;
}

.ourblog h1 {
    text-align: center;
    margin: 20px 0 0;
    color: #000;
    font-size: 24px;
}

.slick-dots li,
.slick-dots li button {
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
}

.slick-dots li button::before {
    top: 5px !important;
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero_palaceonwheels_section {
    background: url(/images/train_1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    position: relative;
    padding: 20px 0;
}

.hero_palaceonwheels_section::before {
    position: absolute;
    content: "";
    background: #020d1663;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.palaceonwheels_main_container h1 {
    font-size: 32px;
}

.palaceonwheels_main_container .flex_wrapper {
    display: flex;
}

.palaceonwheels_main_container .promotions_box {
    border: 1px solid #e1e1e1;
    max-width: 30%;
    width: 100%;
}

.palaceonwheels_main_container .top_bar {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 26px;
}

.palaceonwheels_main_container .main_text {
    color: #4CAF50;
    font-size: 18px;
    text-align: center;
    padding: 12px 10px;
}

.promotions_box .bg_light ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    font-size: 14px;
    border-top: 1px dashed #e1e1e1;
}

.promotions_box .bg_light ul li .right_part {
    max-width: 200px;
}

.promotions_box .bg_light ul li .left_part {
    font-weight: 700;
}

.bg_light_mainBox {
    background-color: #9efff91a !important;
}

.bg_light_tbl {
    background-color: #04765f1f !important;
}

.text_pow_container_table {
    box-sizing: border-box;
}

.offer_dates_table th {
    background-color: var(--primary);
    color: #fff;
}

.text_pow_container_table .btn-primary {
    background: var(--primary);
    color: #fff;
    border-radius: 0px;
}

.box_card {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.destination_image {
    min-width: 100%;
}

.card_box {
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.card_box img {
    width: 100%;
    height: 230px;
}

.card_box {
    position: relative;
}

.card_box .img::before {
    position: absolute;
    content: "";
    background: #020d1663;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.card_wrapper {
    box-shadow: 0 0 10px #dfdfdf;
}

.card_head {
    font-size: 20px;
    font-weight: 700;
}

.text_card {
    padding: 5px;
}

.accordion-button:focus {
    box-shadow: none;
}

@media (max-width:1199px) {
    .hotel-search .input-icon {
        top: 9px;
        left: 9px;
    }

    .palaceonwheels_main_container .flex_wrapper {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .palaceonwheels_main_container .promotions_box {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


/* Hotel Unavailable Modal - Using brand colors */
.hotel-unavailable-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2147483647 !important;
    backdrop-filter: blur(3px);
}

.hotel-unavailable-modal-content {
    width: 420px;
    max-width: 90vw;
    background: #ffffff !important;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
    animation: hotelUnavailableModalScale 0.3s ease !important;
    z-index: 2147483647 !important;
    transform: none !important;
}

/* Close Icon */
.hotel-unavailable-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 10;
}

.hotel-unavailable-modal-close:hover {
    color: #d9534f;
}

/* Icon - Using primary color */
.hotel-unavailable-modal-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(82, 138, 128, 0.1);
    /* Light primary color background */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--primary);
    /* #528a80 */
    font-size: 38px;
}

/* Title */
.hotel-unavailable-modal-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Message - Using main-color */
.hotel-unavailable-modal-message {
    font-size: 15px;
    color: var(--main-color);
    /* #555 */
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Actions */
.hotel-unavailable-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/* Primary Button - Using secondary color */
.hotel-unavailable-primary-btn {
    background: var(--secondary);
    /* #046b56 */
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
    width: 100%;
}

.hotel-unavailable-primary-btn:hover {
    background: var(--primary);
    /* #528a80 - lighter on hover */
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(4, 107, 86, 0.3);
}

.hotel-unavailable-primary-btn:active {
    transform: translateY(0);
}

/* Secondary Button */
.hotel-unavailable-secondary-btn {
    background: transparent;
    color: var(--secondary);
    /* #046b56 */
    border: 2px solid var(--secondary);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}

.hotel-unavailable-secondary-btn:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-1px);
}

.hotel-unavailable-secondary-btn:active {
    transform: translateY(0);
}

/* Animation */
@keyframes hotelUnavailableModalScale {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hotel-unavailable-modal-content {
        width: calc(100vw - 32px);
        padding: 24px 20px;
    }

    .hotel-unavailable-modal-title {
        font-size: 20px;
    }

    .hotel-unavailable-modal-message {
        font-size: 14px;
    }

    .hotel-unavailable-primary-btn,
    .hotel-unavailable-secondary-btn {
        padding: 11px 18px;
    }
}

.price-modal-title {
    color: #046b56;
    border-bottom: 1px solid #528a80;
    font-size: 18px;
}

.price-label {
    color: var(--main-color);
    font-weight: 600;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}

.new-price {
    color: #046b56;
    font-weight: 700;
}

button.theme-btn {
    min-height: 52px !important;
    padding: 6px 32px !important;
    font-size: 12px !important;
    font-weight: 600;
}


button.theme-btn-primary {
    background-color: var(--primary);
    color: #fff;
    border: none;
}

.theme-btn-primary:hover {
    background-color: var(--secondary);
}

.theme-btn-outline {
    background: transparent;
    border: 1.5px solid var(--primary);
    color: var(--primary);
}

.theme-btn-outline:hover {
    background-color: var(--primary);
    color: #fff;
}

/* ===============================
   Gateway Wrapper
================================ */
.gateway-wrapper {
    padding-top: 1rem;
}

.review-details-btn {
    background-color: white;
}

.alert-info {
    background-color: white;
    border: none;
    padding: 3px;
}

/* ===============================
   Hotel Payment Gateway Wrapper
================================ */
/* .hotel-gateway-wrapper {
  margin-top: 0.8rem;
} */

/* .hotel-gateway-container {
  padding: 0 15px;
} */

/* ===============================
   Hotel Review Details
================================ */
.hotel-review-alert {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin: 0.2rem auto;
    width: 100%;
    max-width: 900px;

}

.iciciPayBtn {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    color: white;
    border-radius: 10px;
    background: #036f59;
    cursor: pointer;
}

.hotel-review-btn {
    cursor: pointer;
    font-weight: 600;
    color: #004d40;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.hotel-review-btn:hover {
    color: #00332e;
}

/* ===============================
   Hotel Review Details - Enhanced
================================ */
.hotel-review-alert {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin: 1rem auto;
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border: 1px solid #e8ecef;
}

.iciciPayBtn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: white;
    border-radius: 8px;
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(3, 111, 89, 0.2);
}

.iciciPayBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(3, 111, 89, 0.3);
}

.hotel-review-btn {
    cursor: pointer;
    font-weight: 600;
    color: #036f59;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: transparent;

}

.hotel-review-btn:hover {

    color: #025449;
}

.hotel-review-btn svg {
    transition: transform 0.3s ease;
}

/* ===============================
   Hotel Review Card
================================ */
.hotel-details-outer {
    margin-top: 1rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel-review-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8ecef;
    overflow: hidden;
}

/* Hotel Header Section */
.hotel-review-header {
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    padding: 1.5rem;
    text-align: center;
    color: white;
}

.hotel-review-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.hotel-stars {
    display: inline-flex;
    gap: 2px;
}

.star-icon {
    color: #ffd700;
    font-size: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.hotel-review-location {
    font-size: 0.95rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0.95;
}

.location-icon {
    font-size: 1rem;
}

/* Stay Details Grid */
.stay-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    background: #f8fafb;
    border-bottom: 1px solid #e8ecef;
}

.stay-detail-item {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e8ecef;
    transition: all 0.3s ease;
}

.stay-detail-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.detail-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

/* Guest Information Section */
.guest-info-section {
    padding: 1.5rem;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #212529;
}

.section-title svg {
    color: #036f59;
    font-size: 1.2rem;
}

/* Guest Table Styles */
.hotel-guest-table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e8ecef;
    border-radius: 8px;
    overflow: hidden;
}

.hotel-guest-table thead th {
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    color: white;
    padding: 1rem 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
    border: none;
}

.hotel-guest-table thead th:first-child {
    border-top-left-radius: 8px;
}

.hotel-guest-table thead th:last-child {
    border-top-right-radius: 8px;
}

.hotel-guest-table tbody td {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #e8ecef;
    font-size: 0.9rem;
    color: #495057;
}

.hotel-guest-table tbody tr:last-child td {
    border-bottom: none;
}

.hotel-guest-table tbody tr:hover {
    background-color: #f8fafb;
}

/* Table Cell Specific Styles */
.room-cell,
.room-type-cell {
    background: #f8fafb;
    font-weight: 600;
    color: #036f59;
}

.price-cell {
    text-align: right;
    color: #036f59;
    font-size: 1rem;
}

/* Guest Type Badge */
.guest-type-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guest-type-badge.adult {
    background: #d4edda;
    color: #155724;
}

.guest-type-badge.child {
    background: #d1ecf1;
    color: #0c5460;
}

/* Contact Info */
.contact-info {
    font-size: 0.85rem;
    line-height: 1.6;
}

.contact-email {
    color: #036f59;
    font-weight: 500;
}

.contact-phone {
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Booking Summary */
.booking-summary {
    background: linear-gradient(135deg, #f8fafb 0%, #ecf3f2 100%);
    padding: 0.3rem;
    border-radius: 8px;
    border: 1px solid #d4e9e6;
}

.summary-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e8ecef;
}

.summary-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.summary-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 8px;
    border: 2px solid #036f59;
    margin-top: 1rem;
}

.summary-total .summary-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212529;
}

.summary-total .summary-value {
    font-size: 1.25rem;
}

.total-price {
    color: #036f59;
    font-size: 1.5rem !important;
    font-weight: 700;
}

/* Skeleton Loader */
.skeleton-price {
    display: inline-block;
    width: 80px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hotel-review-name {
        font-size: 1.2rem;
    }

    .stay-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        padding: 1rem;
    }

    .stay-detail-item {
        padding: 0.75rem;
    }

    .guest-info-section {
        padding: 1rem;
    }

    .hotel-guest-table {
        font-size: 0.85rem;
    }

    .hotel-guest-table thead th,
    .hotel-guest-table tbody td {
        padding: 0.5rem 0.5rem;
    }

    .summary-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .booking-summary {
        padding: 1rem;
    }

    .summary-total {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .total-price {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 576px) {
    .hotel-review-header {
        padding: 1rem;
    }

    .hotel-review-name {
        font-size: 1.1rem;
        flex-direction: column;
        gap: 0.25rem;
    }

    .stay-details-grid {
        grid-template-columns: 1fr;
    }

    .detail-label {
        font-size: 0.75rem;
    }

    .detail-value {
        font-size: 0.9rem;
    }

    /* Make table horizontally scrollable on very small screens */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hotel-guest-table {
        min-width: 600px;
    }
}

/* ===============================
   Hotel Review Details - Enhanced
================================ */
.hotel-review-alert {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0.5rem;
    margin: 1rem auto;
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border: 1px solid #e8ecef;
}

.iciciPayBtn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: white;
    border-radius: 8px;
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(3, 111, 89, 0.2);
}

.iciciPayBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(3, 111, 89, 0.3);
}

.hotel-review-btn {
    cursor: pointer;
    font-weight: 600;
    color: #036f59;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem;
    border-radius: 8px;
    transition: all 0.3s ease;

}

.hotel-review-btn:hover {

    color: #025449;
}

.hotel-review-btn svg {
    transition: transform 0.3s ease;
}

/* ===============================
   Hotel Review Card
================================ */
.hotel-details-outer {
    margin-top: 1rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel-review-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8ecef;
    overflow: hidden;
}

/* Hotel Header Section */
.hotel-review-header {
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    padding: 0.5rem;
    text-align: center;
    color: white;
}

.hotel-review-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.hotel-stars {
    display: inline-flex;
    gap: 2px;
}

.star-icon {
    color: #ffd700;
    font-size: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.hotel-review-location {
    font-size: 0.95rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0.95;
}

.location-icon {
    font-size: 1rem;
}

/* Stay Details Grid */
.stay-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    padding: 0.5rem;
    background: #f8fafb;
    border-bottom: 1px solid #e8ecef;
}

.stay-detail-item {
    text-align: center;
    padding: 0.5rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e8ecef;
    transition: all 0.3s ease;
}

.stay-detail-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.detail-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

/* Guest Information Section */
.guest-info-section {
    padding: 0.5rem;
}

.section-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #212529;
}

.section-title svg {
    color: #036f59;
    font-size: 1.2rem;
}

/* Section Header with Pagination */
.section-header-with-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Room Pagination Controls */
.room-pagination {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8fafb;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #e8ecef;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid #036f59;
    color: #036f59;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.pagination-btn:hover:not(:disabled) {
    background: #036f59;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(3, 111, 89, 0.2);
}

.pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #ccc;
    color: #999;
}

.pagination-btn svg {
    font-size: 0.75rem;
}

.room-counter {
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    font-weight: 600;
    color: #036f59;
    font-size: 0.875rem;
    border: 1px solid #d4e9e6;
}

/* Current Room Info Badge */
.current-room-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, #f8fafb 0%, #ecf3f2 100%);
    border-radius: 8px;
    border: 1px solid #d4e9e6;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.room-info-badge {
    font-size: 1rem;
    color: #212529;
}

.room-info-badge strong {
    color: #036f59;
}

.room-price-badge {
    font-size: 1.1rem;
    color: #036f59;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #d4e9e6;
}

/* Room Dots Navigation */
.room-dots-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8fafb;
    border-radius: 8px;
}

.room-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d4e9e6;
    background: white;
    color: #6c757d;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-dot:hover {
    border-color: #036f59;
    color: #036f59;
    transform: scale(1.1);
}

.room-dot.active {
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    border-color: #036f59;
    color: white;
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(3, 111, 89, 0.3);
}

/* Guest Number Cell */
.guest-number-cell {
    background: #f8fafb;
    font-weight: 600;
    color: #036f59;
    text-align: center;
}

/* Guest Table Styles */
.hotel-guest-table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e8ecef;
    border-radius: 8px;
    overflow: hidden;
}

.hotel-guest-table thead th {
    background: linear-gradient(135deg, #036f59 0%, #025449 100%);
    color: white;
    padding: 1rem 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
    border: none;
}

.hotel-guest-table thead th:first-child {
    border-top-left-radius: 8px;
}

.hotel-guest-table thead th:last-child {
    border-top-right-radius: 8px;
}

.hotel-guest-table tbody td {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #e8ecef;
    font-size: 0.9rem;
    color: #495057;
}

.hotel-guest-table tbody tr:last-child td {
    border-bottom: none;
}

.hotel-guest-table tbody tr:hover {
    background-color: #f8fafb;
}

/* Table Cell Specific Styles */
.room-cell,
.room-type-cell {
    background: #f8fafb;
    font-weight: 600;
    color: #036f59;
}

.price-cell {
    text-align: right;
    color: #036f59;
    font-size: 1rem;
}

/* Guest Type Badge */
.guest-type-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guest-type-badge.adult {
    background: #d4edda;
    color: #155724;
}

.guest-type-badge.child {
    background: #d1ecf1;
    color: #0c5460;
}

/* Contact Info */
.contact-info {
    font-size: 0.85rem;
    line-height: 1.6;
}

.contact-email {
    color: #036f59;
    font-weight: 500;
}

.contact-phone {
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Booking Summary */
.booking-summary {
    background: linear-gradient(135deg, #f8fafb 0%, #ecf3f2 100%);
    padding: 0.1rem;
    border-radius: 8px;
    border: 1px solid #d4e9e6;
}

.summary-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e8ecef;
}

.summary-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.summary-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 1.5rem;
    background: transparent;
    border-radius: 8px;
    border: none;
    margin-top: 0.3rem;
}

.summary-total .summary-label {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
}

.summary-total .summary-value {
    font-size: 1rem;
}

.total-price {
    color: #036f59;
    font-size: 1rem !important;
    font-weight: 700;
}

/* Skeleton Loader */
.skeleton-price {
    display: inline-block;
    width: 80px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hotel-review-name {
        font-size: 1.2rem;
    }

    .stay-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        padding: 1rem;
    }

    .stay-detail-item {
        padding: 0.75rem;
    }

    .guest-info-section {
        padding: 1rem;
    }

    .section-header-with-pagination {
        flex-direction: column;
        align-items: flex-start;
    }

    .room-pagination {
        width: 100%;
        justify-content: space-between;
    }

    .pagination-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.75rem;
    }

    .room-counter {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }

    .current-room-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .hotel-guest-table {
        font-size: 0.85rem;
    }

    .hotel-guest-table thead th,
    .hotel-guest-table tbody td {
        padding: 0.5rem 0.5rem;
    }

    .room-dot {
        width: 35px;
        height: 35px;
        font-size: 0.85rem;
    }

    .summary-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .booking-summary {
        padding: 1rem;
    }

    .summary-total {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;

    }

    .total-price {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 576px) {
    .hotel-review-header {
        padding: 1rem;
    }

    .hotel-review-name {
        font-size: 1.1rem;
        flex-direction: column;
        gap: 0.25rem;
    }

    .stay-details-grid {
        grid-template-columns: 1fr;
    }

    .detail-label {
        font-size: 0.75rem;
    }

    .detail-value {
        font-size: 0.9rem;
    }

    .pagination-btn span {
        display: none;
        /* Hide "Previous Room" and "Next Room" text on very small screens */
    }

    .pagination-btn {
        padding: 0.5rem;
        min-width: 40px;
    }

    .room-dots-navigation {
        padding: 0.75rem;
    }

    .room-dot {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    /* Make table horizontally scrollable on very small screens */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hotel-guest-table {
        min-width: 500px;
    }
}

/* ===============================
   Gateway Selection
================================ */
.hotel-gateway-selection {
    margin: auto;
    margin-top: 0.5rem;
    padding: 1.5rem;

    width: 100%;
    max-width: 480px;
    border-bottom: none;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.hotel-gateway-title {
    color: #004d40;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.9rem;
}

.hotel-gateway-options {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===============================
   Gateway Option
================================ */
.hotel-gateway-option {
    padding: 0.4rem 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;

    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    user-select: none;
    min-width: 160px;
    justify-content: center;
}

.hotel-gateway-option:hover {
    border-color: #239a93;
    background-color: #f0fffe;
}

.hotel-gateway-option input[type="radio"] {
    margin-right: 0.5rem;
    cursor: pointer;
}

.hotel-gateway-option.active {
    color: #fff;
    background-color: #239a93;
    border-color: #239a93;
}

.hotel-gateway-option.active:hover {
    background-color: #1d8079;
    border-color: #1d8079;
}

/* ===============================
   Payment Card Section
================================ */
.hotel-payment-section {
    margin-top: 0;
    border: none;
    border-top: 2px solid #1d8079;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;

}

.hotel-card-header {

    margin: auto;
    width: 100%;
    max-width: 720px;
    border-radius: 0;
}


/* ===============================
   Hotel Gateway & Payment Container
================================ */
.hotel-gateway-payment-wrapper {
    margin: 1rem auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 480px;
    /* same width for both sections */
    border: 1px solid #ddd;
}

/* Align sections one over another */
.hotel-gateway-selection,
.hotel-payment-section {
    width: 100%;
    margin-bottom: 0.4rem;
    border-radius: 0.5rem;
}

/* Optional: keep visual separation */
.hotel-payment-section {

    padding: 0.3rem;
    background-color: #fff;

}

.hotel-review-txt {


    background-color: #239a93;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.room-type-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-left: 4px solid var(--secondary);
    background: rgba(82, 138, 128, 0.08);
    /* soft primary tint */
    border-radius: 4px;
    margin-bottom: 8px;
}

.room-name {
    font-weight: 700;
    color: var(--secondary);
    padding: 2px 6px;
    border-radius: 3px;
    animation: roomPulse 1.2s ease-out 1;
    font-size: 18.5px;
}

.room-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    /* prevents icon squeeze */
    opacity: 0.85;
    /* softer, more premium */
}

.room-count {
    color: var(--secondary);
    font-weight: 600;
}

@media (max-width: 1480px) {
    .container-fluid .row .table_listing_warapper {
        width: 80%;
    }
}


/* Responsive adjustments */
/* Desktop - Large screens (1200px and above) */
@media (min-width: 1200px) {
    .hotel-detail-wrapper-de {
        display: flex;
        gap: 24px;
        align-items: flex-start;
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px;
    }

    .hotel_name-dtl {
        flex: 1;
        min-width: 0;
        /* overflow-y: auto;
        max-height: calc(100vh - 120px); */
        padding-right: 15px;
    }

    .total-card-payment {
        position: sticky;
        top: 20px;
        width: 400px;
        flex-shrink: 0;
    }

    /* Hide scrollbar */
    /* .hotel_name-dtl::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .hotel_name-dtl {
        scrollbar-width: none;
        -ms-overflow-style: none;
    } */
}

/* Desktop - Medium screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hotel-detail-wrapper-de {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        max-width: 100%;
        padding: 20px;
    }

    .hotel_name-dtl {
        flex: 1;
        min-width: 0;
        overflow-y: auto;
        /* max-height: calc(100vh - 120px);
        padding-right: 15px; */
    }

    .total-card-payment {
        position: sticky;
        top: 20px;
        width: 350px;
        flex-shrink: 0;
    }

    /* Hide scrollbar */
    /* .hotel_name-dtl::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .hotel_name-dtl {
        scrollbar-width: none;
        -ms-overflow-style: none;
    } */
}

/* Tablet - (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hotel-detail-wrapper-de {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .hotel_name-dtl {
        width: 100%;
        max-height: none;
        overflow-y: visible;
    }

    .total-card-payment {
        position: relative;
        top: 0;
        width: 100%;
    }

    /* Mobile bottom bar should be hidden on tablet */
    .mob-total-price-container {
        display: none;
    }
}

/* Mobile - Large (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .hotel-detail-wrapper-de {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .hotel_name-dtl {
        width: 100%;
        max-height: none;
        overflow-y: visible;
    }

    /* Hide desktop price card on mobile */
    .total-card-payment {
        display: none;
    }

    /* Show mobile bottom bar */
    .mob-total-price-container {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .mob-total-price {
        padding: 15px;
    }
}

/* Mobile - Small (up to 575px) */
@media (max-width: 575px) {
    .hotel-detail-wrapper-de {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .hotel_name-dtl {
        width: 100%;
        max-height: none;
        overflow-y: visible;
        padding-bottom: 100px;
        /* Space for fixed bottom bar */
    }

    /* Hide desktop price card on mobile */
    .total-card-payment {
        display: none;
    }

    /* Show mobile bottom bar */
    .mob-total-price-container {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .mob-total-price {
        padding: 12px;
    }

    .price-summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .price-label {
        font-size: 14px;
        font-weight: 600;
    }

    .price-value {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);
    }

    .book-now-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: 600;
    }
}

/* Extra small devices (up to 375px) */
@media (max-width: 375px) {
    .hotel-detail-wrapper-de {
        padding: 8px;
    }

    .hotel_name-dtl {
        padding-bottom: 110px;
    }

    .mob-total-price {
        padding: 10px;
    }

    .price-value {
        font-size: 16px;
    }

    .book-now-btn {
        padding: 10px;
        font-size: 14px;
    }
}

/* ===============================
   Tablet (≤ 992px)
================================ */
@media (max-width: 992px) {
    .hotel-review-alert {
        max-width: 95%;
    }

    .hotel-gateway-selection {
        max-width: 90%;
        padding: 1.25rem;
    }

    .card {
        max-width: 95%;
    }
}

/* ===============================
   Mobile (≤ 768px)
================================ */
@media (max-width: 768px) {
    .hotel-gateway-options {
        flex-direction: column;
        align-items: stretch;
    }

    .hotel-gateway-option {
        width: 100%;
    }

    .hotel-info-card {
        padding: 1rem;
    }

    .hotel-review-btn {
        font-size: 0.95rem;
    }

    .hotel-guest-table {
        font-size: 0.875rem;
    }

    .hotel-guest-table thead th,
    .hotel-guest-table tbody td {
        padding: 0.5rem;
    }
}

/* ===============================
   Small Mobile (≤ 576px)
================================ */
@media (max-width: 576px) {
    .hotel-gateway-title {
        font-size: 1.05rem;
    }

    .hotel-gateway-selection {
        padding: 1rem;
        border-radius: 0.75rem;
    }

    .hotel-info-title {
        font-size: 0.95rem;
    }

    .hotel-info-item {
        font-size: 0.85rem;
    }

    .hotel-guest-table {
        font-size: 0.8rem;
    }
}

.amountLoader {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #f57c00;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: relative;
}

.hotel-modify-search-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2a9d8f;
    padding: 12px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    /* make sure bottom is sharp */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    overflow: hidden;


}

.hotel-modify-search-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.hotel-modify-search-close {
    background: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hotel-search-body {
    padding: 15px;
}

.hotel-passenger-dropdown {
    max-height: none;
    overflow: hidden;
    margin-top: 0px;
}

/* =========================
   COLLAPSED ROOM SUMMARY ROW
========================= */
.room-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid #d9e5e2;
    border-radius: 12px;
    background: #ffffff;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
}

.room-summary-row:hover {
    border-color: #528a80;
    background: #f6faf9;
}

/* =========================
   SUMMARY TEXT
========================= */
.room-summary-row span:first-child {
    font-weight: 500;
}

/* =========================
   PLUS / EDIT ICON
========================= */
.edit-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(82, 138, 128, 0.15);
    color: #046b56;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.room-summary-row:hover .edit-icon {
    background: #046b56;
    color: #ffffff;

}


/* Remove stacking context from listing-top-bg on mobile */
.listing-top-bg {
    z-index: 2 !important;
}

.popup-call .call-button {
    background-color: #239a93;
}

.popup-destination {
    color: #239a93;
}

/* Mobile-specific fix for MUI DatePicker z-index */
@media (max-width: 991px) {

    /* Force MUI DatePicker to render above modal on mobile */
    .MuiPickersPopper-root {
        z-index: 999999 !important;
        position: fixed !important;
    }

    .MuiPickersLayout-root {
        z-index: 999999 !important;
    }

    .MuiDialog-root {
        z-index: 999999 !important;
    }

    .MuiPopper-root {
        z-index: 999999 !important;
    }

    .MuiPaper-root.MuiPaper-elevation {
        z-index: 999999 !important;
    }

    /* Lower the modal z-index on mobile */
    .modal-overlay {
        z-index: 9998 !important;
    }

    .inner-wrapper-modal {
        z-index: 9998 !important;
    }

    /* Remove stacking context from listing-top-bg on mobile */
    .listing-top-bg {
        z-index: 2 !important;
    }
}

/* Tablet specific */
@media (max-width: 768px) {
    .MuiPickersPopper-root {
        z-index: 999999 !important;
        position: fixed !important;
    }

    .modal-overlay {
        z-index: 9998 !important;
    }
}

/* Small mobile */
@media (max-width: 576px) {
    .MuiPickersPopper-root {
        z-index: 999999 !important;
        position: fixed !important;
    }

    .modal-overlay {
        z-index: 9998 !important;
    }

    .listing-top-bg {
        z-index: 9 !important;
    }

    .section.flight-listing-wrapper {
        z-index: 11;

    }


}

/* When filter sidebar is open - drop navbar behind */
html.open-fliter .listing-top-bg,
html.open-flightdeatils .listing-top-bg {
    z-index: 1 !important;
}

/* Sidebar and flight details must be above navbar when open */
@media (max-width: 991px) {

    html.open-fliter .sidebar-wrapper,
    html.open-flightdeatils .sidebar-wrapper {
        z-index: 9999 !important;
    }

    html.open-flightdeatils #dvFlightDetails,
    html.open-flightdeatils .flightDetails-wrapper {
        z-index: 9999 !important;
    }
}

.stops-wrapper .stops-name {
    z-index: 1 !important;
    /* was 9 */
}

@media (max-width: 991px) {

    /* Overlay */
    .flight-modal-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 9998 !important;
        pointer-events: auto !important;
    }

    /* Sidebar - let the framework handle open/close positioning */
    /* Only fix scroll and z-index, don't override position/left/right */
    #dvFlightDetails,
    .flightDetails-wrapper {
        z-index: 9999 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Navbar drops behind when details open */
    html.open-flightdeatils .listing-top-bg {
        z-index: 1 !important;
    }

    /* Prevent layout squeeze */
    html.open-flightdeatils .container-fluid {
        overflow: visible !important;
    }
}

/* .container-fluid .row .table_listing_warapper {
        width: 65%;
        position: relative;
        z-index: 1;
}

.container-fluid .row .boox_wrapper {
        width: 15%;
        padding-left: 0;
        position: relative;
        z-index: 1;
    } */
/* ═══════════════════════════════════════════════════
   HOTEL DETAIL — COMPLETE STYLES
   Single master grid: left col + sticky right sidebar
   Font: Playfair Display + DM Sans | No shadows | White bg
═══════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap');

:root {
    --hd-primary: #239a93;
    --hd-primary-dark: #1b7870;
    --hd-primary-light: #e6f4f1;
    --hd-secondary: #239a93;
    --hd-text: #1a1a1a;
    --hd-text-mid: #444;
    --hd-text-muted: #777;
    --hd-text-faint: #aaa;
    --hd-border: #e8eae8;
    --hd-font-display: 'Playfair Display', Georgia, serif;
    --hd-font-body: 'DM Sans', system-ui, sans-serif;
    --hd-radius-sm: 8px;
    --hd-radius-md: 12px;
    --hd-radius-lg: 16px;
    --hd-radius-xl: 20px;
}

/* ─── Base ─── */
.hd-page {
    background: #fff;
    min-height: 100vh;

    color: var(--hd-text);
    padding-bottom: 90px;
}

/* ═══════════════════════════════════════════════════
   MASTER GRID
   One grid — left col has everything, right is sidebar.
   Sidebar starts from very top because it's row 1.
═══════════════════════════════════════════════════ */
.hd-page-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 40px;
}

/* Container */
.hd-page-grid.cm-container {
    /* max-width: 1400px; */
    width: 68%;
    margin: 0 auto;
    /* padding-left: 20px;
  padding-right: 20px; */
}

/* ─── Left column ─── */
.hd-main-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ─── Hotel info header ─── */
.hd-hotel-header {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hd-border);
}

.hd-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;

    text-decoration: none;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
    transition: color .2s;
}

.hd-back-link:hover {
    color: #1a1a1a;
}

.hd-back-link svg {
    font-size: 10px;
}

.hd-chain-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f4f6f8;
    border: 1px solid #e5e7eb;
    color: #444;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 10px
}

.hd-hotel-name {
    font-size: 30px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.2;
    margin: 0 0 10px;
}

.hd-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}

.hd-star {
    font-size: 13px;
    color: #f4b400;
}

.hd-location-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 13px;

}

.hd-location-icon {
    color: var(--hd-primary);
    font-size: 11px;
}

/* Quick facts */
.hd-quick-facts {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 4px;
}

.hd-quick-facts::-webkit-scrollbar {
    display: none;
}

.hd-quick-fact {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-right: 1px solid #f1f3f5;
    flex-shrink: 0;
    transition: background .15s;
}

.hd-quick-fact:first-child {
    padding-left: 0;
}

.hd-quick-fact:hover {
    background: #fafafa;
}

.hd-quick-fact-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    font-size: 12px;
    flex-shrink: 0;
}

.hd-quick-fact-body {
    display: flex;
    flex-direction: column;
}

.hd-quick-fact-label {
    font-size: 10px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 500;
}

.hd-quick-fact-value {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
}

/* ─── Sticky right sidebar ─── */
.hd-sidebar {
    position: sticky;
    top: 16px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ─── Shared section styles ─── */
.hd-section {
    animation: hdFadeUp .35s ease both;
}

.hd-card {
    background: #fff;
    border-radius: var(--hd-radius-lg);
    border: 1px solid var(--hd-border);
    padding: 22px 24px;
    box-shadow: none;
}

.hd-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hd-section-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--hd-primary);
    white-space: nowrap;
    margin: 0;
}

.hd-section-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--hd-border), transparent);
}

@keyframes hdFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ═══════════════════════════════════════
   GALLERY
═══════════════════════════════════════ */
.hd-gallery {
    border-radius: var(--hd-radius-lg);
    overflow: hidden;
    border: 1px solid var(--hd-border);
    background: #0a1a18;
}

.hd-gallery-skeleton {
    height: 360px;
    background: #f0f2f1;
    border-radius: var(--hd-radius-lg);
    overflow: hidden;
}

.hd-gallery-shimmer {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .35) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.hd-gallery-fallback {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: var(--hd-radius-lg);
    display: block;
}

.hd-gallery-main {
    position: relative;
}

.hd-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .3) 100%);
    pointer-events: none;
}

.hd-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(0, 0, 0, .50);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    backdrop-filter: blur(4px);
}

.hd-gallery-nav:hover {
    background: rgba(0, 0, 0, .75);
    transform: translateY(-50%) scale(1.08);
}

.hd-gallery-nav--prev {
    left: 14px;
}

.hd-gallery-nav--next {
    right: 14px;
}

.hd-gallery-counter {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 20;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--hd-font-body);
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px);
}

.hd-gallery-counter svg {
    font-size: 10px;
}

.hd-gallery-thumbs-wrap {
    background: #0c1f1c;
    padding: 6px 8px;
}

.hd-gallery-thumb-item {
    padding: 0 3px;
}

.hd-gallery-thumb {
    width: 100%;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: .5;
    transition: all .18s;
    display: block;
}

.hd-gallery-thumb--active {
    border-color: var(--hd-secondary);
    opacity: 1;
}

.hd-gallery-thumb:hover {
    opacity: .8;
}

/* Lightbox */
.hd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .96);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hd-lightbox-close {
    position: absolute;
    top: 18px;
    right: 20px;
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.hd-lightbox-close:hover {
    background: rgba(255, 255, 255, .2);
}

.hd-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.hd-lightbox-nav:hover {
    background: rgba(255, 255, 255, .2);
}

.hd-lightbox-nav--prev {
    left: 16px;
}

.hd-lightbox-nav--next {
    right: 16px;
}

.hd-lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: default;
}

.hd-lightbox-img-wrap {
    width: min(860px, 90vw);
    height: min(560px, 70vh);
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-lightbox-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hd-lightbox-count {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    font-family: var(--hd-font-body);
}

.hd-lightbox-thumbs {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    max-width: min(860px, 90vw);
    padding-bottom: 3px;
    scrollbar-width: none;
}

.hd-lightbox-thumbs::-webkit-scrollbar {
    display: none;
}

.hd-lightbox-thumb {
    width: 56px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid transparent;
    opacity: .45;
    transition: all .15s;
}

.hd-lightbox-thumb--active {
    border-color: var(--hd-secondary);
    opacity: 1;
}

/* MAIN IMAGE FIX */
.hd-gallery-main .slick-slide>div {
    height: 400px;
    /* same as fallback for consistency */
}

.hd-gallery-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--hd-radius-lg);
    position: relative;
}

.hd-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* key fix */
    display: block;
}

/* ═══════════════════════════════════════
   ABOUT
═══════════════════════════════════════ */
.hd-about-text {
    font-size: 14px;
    font-family: var(--hd-font-body);
    color: var(--hd-text-mid);
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
}

.hd-about-text--expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.hd-read-more {
    background: none;
    border: none;
    color: var(--hd-secondary);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--hd-font-body);
    cursor: pointer;
    padding: 8px 0 0;
    transition: color .2s;
}

.hd-read-more:hover {
    color: var(--hd-primary);
}

/* ═══════════════════════════════════════
   TABS
═══════════════════════════════════════ */
.hd-tabs {
    background: #fff;
    border-radius: var(--hd-radius-lg);
    border: 1px solid var(--hd-border);
    overflow: hidden;
}

.hd-tabs-nav {
    display: flex;
    background: #fff;
    border-bottom: 1px solid var(--hd-border);
    overflow-x: auto;
    scrollbar-width: none;
}

.hd-tabs-nav::-webkit-scrollbar {
    display: none;
}

.hd-tab-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 20px;
    border: none;
    background: transparent;
    font-family: var(--hd-font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--hd-text-muted);
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 1px;
}

.hd-tab-icon {
    font-size: 11px;
}

.hd-tab-btn:hover {
    color: var(--hd-primary);
    background: var(--hd-primary-light);
}

.hd-tab-btn--active {
    color: var(--hd-primary);
    background: #fff;
    border-bottom-color: var(--hd-primary);
    font-weight: 600;
}

.hd-tab-panel {
    padding: 24px;
}

/* ═══════════════════════════════════════
   ROOMS
═══════════════════════════════════════ */
.hd-rooms-header {
    margin-bottom: 20px;
}

.hd-rooms-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--hd-text);
    margin: 0 0 4px;
}

.hd-rooms-sub {
    font-size: 13px;
    color: var(--hd-text-muted);
    margin: 0;
    font-family: var(--hd-font-body);
}

.hd-room-card {
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-radius-md);
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s;
}

.hd-room-card:hover {
    border-color: var(--hd-primary);
}

.hd-room-card-inner {
    display: flex;
    align-items: stretch;
}

.hd-room-rates {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--hd-border);
}

.hd-rate-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #fff;
    transition: background .15s;
}

.hd-rate-row--border {
    border-bottom: 1px solid var(--hd-border);
}

.hd-rate-row--selected {
    background: linear-gradient(135deg, #f0fbf8, #fafffd);
    border-left: 3px solid var(--hd-primary);
}

.hd-rate-row:hover {
    background: #fafafa;
}

.hd-rate-info {
    flex: 1;
    min-width: 0;
}

.hd-room-rate-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--hd-text);
    margin: 0 0 8px;
}

.hd-room-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hd-room-feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    font-family: var(--hd-font-body);
}

.hd-room-feature-list svg {
    font-size: 12px;
    color: #28a745;
    flex-shrink: 0;
}

.hd-cancel-policy {
    font-size: 11px;
    color: var(--hd-text-faint);
    margin: 8px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.5;
    font-family: var(--hd-font-body);
}

.hd-cancel-policy svg {
    color: #f59e0b;
    font-size: 10px;
    margin-top: 1px;
    flex-shrink: 0;
}

.hd-rate-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding-left: 16px;
    border-left: 1px dashed var(--hd-border);
    flex-shrink: 0;
    min-width: 130px;
}

.hd-rate-price-block {
    text-align: right;
}

.hd-rate-nights {
    display: block;
    font-size: 10px;
    color: var(--hd-text-faint);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: var(--hd-font-body);
}

.hd-rate-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--hd-text);
    line-height: 1;
    font-family: var(--hd-font-body);
}

.hd-rate-tax {
    display: block;
    font-size: 10px;
    color: var(--hd-text-faint);
    margin-top: 2px;
    font-family: var(--hd-font-body);
}

.hd-select-btn {
    background: var(--hd-primary);
    color: #fff;
    border: none;
    border-radius: var(--hd-radius-sm);
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--hd-font-body);
}

.hd-select-btn:hover {
    background: var(--hd-primary-dark);
    transform: translateY(-1px);
}

.hd-select-btn--selected {
    background: #2e7d32;
}

.hd-room-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--hd-primary);
}

.hd-room-count {
    font-size: 12px;
    color: var(--hd-text-faint);
}

.mandatory-fees-wrapper {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 6px;
    margin-top: 1rem;
}

/* ═══════════════════════════════════════
   AMENITIES
═══════════════════════════════════════ */
.hd-amenity-section {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-radius-md);
    padding: 18px 20px;
    margin-bottom: 14px;
}

.hd-amenity-section--featured {
    border-color: #a7d7c5;
    background: #f9fefe;
}

.hd-amenity-section--child {
    border-color: #93c5fd;
    background: #f9fbff;
}

.hd-amenity-section-header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.hd-amenity-section-icon {
    color: var(--hd-primary);
    font-size: 14px;
}

.hd-amenity-section-header h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--hd-text);
    margin: 0;
    font-family: var(--hd-font-body);
}

.hd-amenity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 7px;
}

.hd-amenity-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--hd-radius-sm);
    font-size: 12px;
    font-weight: 500;
    transition: transform .15s;
    cursor: default;
    font-family: var(--hd-font-body);
}

.hd-amenity-badge:hover {
    transform: translateY(-1px);
}

.hd-amenity-icon {
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.hd-amenity-badge--normal {
    background: #fff;
    color: var(--hd-text-mid);
    border: 1px solid var(--hd-border);
}

.hd-amenity-badge--normal .hd-amenity-icon {
    color: var(--hd-secondary);
}

.hd-amenity-badge--pref {
    background: #f3fdf6;
    color: #1b5e20;
    border: 1px solid #c8e6c9;
    font-weight: 600;
}

.hd-amenity-badge--pref .hd-amenity-icon {
    color: #2e7d32;
}

.hd-amenity-badge--child {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    font-weight: 600;
}

.hd-amenity-badge--child .hd-amenity-icon {
    color: #1d4ed8;
}

.hd-amenity-label {
    line-height: 1.3;
}

.hd-facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
}

.hd-facility-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--hd-text-mid);
    font-family: var(--hd-font-body);
}

.hd-facility-check {
    color: var(--hd-secondary);
    font-size: 10px;
    flex-shrink: 0;
}

.hd-show-more {
    margin-top: 12px;
    background: none;
    border: 1px solid var(--hd-primary);
    color: var(--hd-primary);
    border-radius: var(--hd-radius-sm);
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--hd-font-body);
}

.hd-show-more:hover {
    background: var(--hd-primary);
    color: #fff;
}

.hd-show-more--green {
    border-color: #2e7d32;
    color: #2e7d32;
}

.hd-show-more--green:hover {
    background: #2e7d32;
    color: #fff;
}

.hd-show-more--blue {
    border-color: #1d4ed8;
    color: #1d4ed8;
}

.hd-show-more--blue:hover {
    background: #1d4ed8;
    color: #fff;
}

.hd-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hd-amenity {
    background: #fff;
    color: var(--hd-text-mid);
    border: 1px solid var(--hd-border);
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 8px;
    transition: all 0.2s ease;
    width: 114px;
}

.hd-amenity:hover {
    /* background: #2563eb;
  color: #fff; */
    transform: translateY(-1px);
}

.hd-more {
    display: inline-block;
    margin: 4px 10px;
    font-size: 12px;
    color: var(--hd-primary);
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}

.hd-more:hover {
    color: var(--hd-primary);
    text-decoration: underline;
}

/* ═══════════════════════════════════════
   HOTEL INFO TAB
═══════════════════════════════════════ */
.hd-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hd-info-card {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: 10px;
    overflow: hidden;
}

.hd-info-card-title {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid var(--hd-border);
    font-family: var(--hd-font-body);
}

.hd-info-rows {
    padding: 4px 0;
}

.hd-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    border-bottom: 1px solid #f1f1f1;
    transition: background .15s;
}

.hd-info-row:last-child {
    border-bottom: none;
}

.hd-info-row:hover {
    background: #fafafa;
}

.hd-info-row-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hd-primary);
    font-size: 12px;
    flex-shrink: 0;
}

.hd-info-row-body {
    display: flex;
    flex-direction: column;
}

.hd-info-row-label {
    font-size: 10px;
    color: #9ca3af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: var(--hd-font-body);
}

.hd-info-row-value {
    font-size: 13px;
    color: #111827;
    font-weight: 500;
    font-family: var(--hd-font-body);
}

.hd-link {
    color: #2563eb;
    text-decoration: none;
    font-family: var(--hd-font-body);
}

.hd-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.hd-link--ext {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.hd-stay-dates {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--hd-border);
}

.hd-stay-date-block {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hd-stay-date-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.hd-stay-date-icon--checkin {
    background: #ecfdf5;
    color: #059669;
}

.hd-stay-date-icon--checkout {
    background: #fef2f2;
    color: #dc2626;
}

.hd-stay-date-label {
    display: block;
    font-size: 10px;
    color: #9ca3af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: var(--hd-font-body);
}

.hd-stay-date-value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    font-family: var(--hd-font-body);
}

.hd-stay-date-time {
    display: block;
    font-size: 11px;
    color: #6b7280;
    font-family: var(--hd-font-body);
}

.hd-stay-nights-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef4ff;
    border: 2px solid #2563eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
    font-family: var(--hd-font-body);
}

.hd-stay-nights-badge svg {
    font-size: 10px;
}

.hd-stay-nights-badge span {
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.hd-address-block {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.5;
    font-family: var(--hd-font-body);
}

.hd-address-icon {
    color: #2563eb;
    margin-top: 1px;
    flex-shrink: 0;
    font-size: 11px;
}

/* ═══════════════════════════════════════
   POLICIES
═══════════════════════════════════════ */
.hd-policy-banner {
    background: #fffdf0;
    border: 1px solid #f5d58b;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.hd-policy-banner-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(245, 158, 11, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b45309;
    font-size: 18px;
    flex-shrink: 0;
}

.hd-policy-banner-title {
    font-size: 13px;
    font-weight: 800;
    color: #92400e;
    margin: 0 0 2px;
    font-family: var(--hd-font-body);
}

.hd-policy-banner-sub {
    font-size: 11px;
    color: #b45309;
    margin: 0;
    font-family: var(--hd-font-body);
}

.hd-remarks-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hd-remark-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--hd-border);
    background: #fff;
    transition: border-color .15s;
}

.hd-remark-card:hover {
    border-color: var(--hd-primary);
}

.hd-remark-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fafafa;
    border-bottom: 1px solid var(--hd-border);
}

.hd-remark-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--hd-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
    flex-shrink: 0;
}

.hd-remark-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    font-family: var(--hd-font-body);
}

.hd-remark-body {
    padding: 12px 16px 14px;
}

.hd-remark-lines {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hd-remark-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
    color: #4b5563;
    line-height: 1.6;
    font-family: var(--hd-font-body);
}

.hd-remark-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bbb;
    flex-shrink: 0;
    margin-top: 6px;
}

.hd-remark-empty {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
    font-family: var(--hd-font-body);
}

.hd-remark-more {
    background: none;
    border: none;
    color: var(--hd-primary);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 0 0;
    font-family: var(--hd-font-body);
}

/* ═══════════════════════════════════════
   MAP
═══════════════════════════════════════ */
.hd-map-wrap {
    border-radius: var(--hd-radius-sm);
    overflow: hidden;
    border: 1px solid var(--hd-border);
}

.hd-map-address {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12px;
    color: var(--hd-text-mid);
    margin-top: 12px;
    line-height: 1.5;
    font-family: var(--hd-font-body);
}

.hd-map-address-icon {
    color: var(--hd-secondary);
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 11px;
}

/* ═══════════════════════════════════════
   SIDEBAR — BOOKING CARD
═══════════════════════════════════════ */
.hd-booking-card {
    background: #fff;
    border-radius: var(--hd-radius-xl);
    border: 1px solid var(--hd-border);
    overflow: hidden;
}

.hd-booking-card-hero {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.hd-booking-card-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.hd-booking-card-hero:hover img {
    transform: scale(1.04);
}

.hd-booking-card-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .65));
}

.hd-booking-card-hero-content {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
}

.hd-booking-card-room-name {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--hd-font-body);
}

.hd-booking-card-badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.hd-booking-card-badge {
    font-size: 10px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    backdrop-filter: blur(4px);
    font-weight: 500;
    font-family: var(--hd-font-body);
}

.hd-booking-card-badge--ref {
    background: rgba(4, 118, 95, .75);
}

.hd-booking-card-badge--nonref {
    background: rgba(198, 40, 40, .75);
}

.hd-booking-price-strip {
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--hd-primary), var(--hd-primary-dark));
}

.hd-booking-price-label {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 3px;
    font-family: var(--hd-font-body);
}

.hd-booking-price-main {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.hd-booking-price-main>* {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--hd-font-body);
}

.hd-booking-price-per {
    font-size: 12px !important;
    color: rgba(255, 255, 255, .6) !important;
    font-weight: 400 !important;
    margin-bottom: 2px;
}

.hd-booking-price-nights {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    margin-top: 4px;
    font-family: var(--hd-font-body);
}

.hd-sidebar-dates {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 20px;
    border-bottom: 1px solid var(--hd-border);
}

.hd-sidebar-date {
    flex: 1;
}

.hd-sidebar-date--right {
    text-align: right;
}

.hd-sidebar-date-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--hd-text-faint);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 2px;
    font-family: var(--hd-font-body);
}

.hd-sidebar-date--right .hd-sidebar-date-label {
    justify-content: flex-end;
}

.hd-sidebar-date-label svg {
    color: var(--hd-secondary);
    font-size: 9px;
}

.hd-sidebar-date-value {
    font-size: 13px;
    font-weight: 700;
    color: var(--hd-text);
    display: block;
    font-family: var(--hd-font-body);
}

.hd-sidebar-guests {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-bottom: 1px solid var(--hd-border);
    background: #fff;
    font-size: 12.5px;
    color: var(--hd-text-mid);
    font-family: var(--hd-font-body);
}

.hd-sidebar-guests-icon {
    color: var(--hd-secondary);
    font-size: 12px;
}

.hd-sidebar-selection {
    padding: 12px 20px;
    border-bottom: 1px solid var(--hd-border);
    background: #f8fefc;
}

.hd-sidebar-selection-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 8px;
    font-family: var(--hd-font-body);
}

.hd-sidebar-selection-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.hd-sidebar-selection-name {
    font-size: 12px;
    color: var(--hd-text-mid);
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--hd-font-body);
}

.hd-sidebar-selection-price {
    font-size: 13px;
    font-weight: 700;
    color: var(--hd-text);
    font-family: var(--hd-font-body);
}

.hd-sidebar-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #a7d7c5;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #1b5e20;
    font-family: var(--hd-font-body);
}

.hd-sidebar-total-price {
    font-size: 17px;
    font-weight: 800;
    color: #1b5e20;
    font-family: var(--hd-font-body);
}

.hd-sidebar-cta {
    padding: 16px 20px;
}

.hd-book-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-family: var(--hd-font-body);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .25s;
    background: var(--hd-primary);
    color: #fff;
    box-shadow: none;
    letter-spacing: .2px;
}

.hd-book-btn:hover:not(:disabled) {
    background: var(--hd-primary-dark);
    transform: translateY(-1px);
}

.hd-book-btn:active:not(:disabled) {
    transform: translateY(0);
}

.hd-book-btn--loading {
    background: #aaa;
    cursor: not-allowed;
}

.hd-book-btn--empty {
    background: var(--hd-secondary);
}

.hd-book-btn svg {
    font-size: 14px;
}

.hd-error-msg {
    color: #dc2626;
    font-size: 12px;
    text-align: center;
    margin: 8px 0 0;
    font-family: var(--hd-font-body);
}

.hd-trust-badges {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
}

.hd-trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    color: var(--hd-text-faint);
    font-weight: 500;
    font-family: var(--hd-font-body);
}

.hd-trust-item svg {
    color: var(--hd-secondary);
    font-size: 9px;
}

/* ═══════════════════════════════════════
   SIDEBAR — CONTACT CARD
═══════════════════════════════════════ */
.hd-sidebar-info-card {
    background: #fff;
    border-radius: var(--hd-radius-lg);
    border: 1px solid var(--hd-border);
    overflow: hidden;
}

.hd-sidebar-info-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--hd-text-muted);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid var(--hd-border);
    font-family: var(--hd-font-body);
}

.hd-sidebar-info-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background .15s;
}

.hd-sidebar-info-row:last-child {
    border-bottom: none;
}

.hd-sidebar-info-row:hover {
    background: #fafafa;
}

.hd-sidebar-info-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--hd-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hd-primary);
    font-size: 11px;
    flex-shrink: 0;
}

.hd-sidebar-info-label {
    display: block;
    font-size: 10px;
    color: var(--hd-text-faint);
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
    font-family: var(--hd-font-body);
}

.hd-sidebar-info-value {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--hd-text);
    font-family: var(--hd-font-body);
}

/* ═══════════════════════════════════════
   MOBILE BOTTOM BAR
═══════════════════════════════════════ */
.hd-mob-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--hd-border);
    z-index: 999;
}

.hd-mob-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
}

.hd-mob-price-label {
    display: block;
    font-size: 10px;
    color: var(--hd-text-faint);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: var(--hd-font-body);
}

.hd-mob-price-value {
    font-size: 20px;
    font-weight: 800;
    color: var(--hd-text);
    font-family: var(--hd-font-body);
}

.hd-mob-price-toggle {
    background: none;
    border: none;
    font-size: 11px;
    font-weight: 600;
    color: var(--hd-secondary);
    cursor: pointer;
    padding: 2px 0;
    font-family: var(--hd-font-body);
}

.hd-mob-book-btn {
    background: var(--hd-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
    font-family: var(--hd-font-body);
}

.hd-mob-book-btn:hover:not(:disabled) {
    background: var(--hd-primary-dark);
}

.hd-mob-book-btn--disabled {
    background: #ccc;
    cursor: not-allowed;
}

.hd-mob-breakdown {
    padding: 0 16px 14px;
    border-top: 1px dashed var(--hd-border);
}

.hd-mob-breakdown-row {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    color: var(--hd-text-mid);
    padding: 5px 0;
    font-family: var(--hd-font-body);
}

.hd-mob-breakdown-incl {
    font-size: 11px;
    color: var(--hd-text-faint);
    text-align: center;
    padding-top: 6px;
    font-family: var(--hd-font-body);
}

.hd-mob-error {
    font-size: 12px;
    color: #dc2626;
    text-align: center;
    padding: 4px 16px 12px;
    font-family: var(--hd-font-body);
}





/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1199px) {
    .hd-page-grid {
        grid-template-columns: 1fr 320px;
    }

    .hd-hotel-name {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .hd-page-grid {
        grid-template-columns: 1fr;
    }

    .hd-sidebar {
        display: none;
    }

    .hd-mob-bar {
        display: block;
    }

    .hd-page {
        padding-bottom: 110px;
    }

    .hd-info-grid {
        grid-template-columns: 1fr;
    }

    .hd-room-card-inner {
        flex-direction: column;
    }

    .hd-room-rates {
        border-left: none;
        border-top: 1px solid var(--hd-border);
    }
}

@media (max-width: 767px) {
    .hd-hotel-name {
        font-size: 22px;
    }

    .hd-page-grid {
        padding-top: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hd-card {
        padding: 16px;
    }

    .hd-tab-panel {
        padding: 16px;
    }

    .hd-rate-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hd-rate-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-left: none;
        border-top: 1px dashed var(--hd-border);
        padding-top: 10px;
        padding-left: 0;
        width: 100%;
    }

    .hd-tabs-nav {
        flex-wrap: wrap;
    }

    .hd-tab-btn {
        padding: 10px 14px;
        font-size: 12px;
        flex: 1;
        justify-content: center;
    }

    .hd-amenity-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .hd-quick-fact,
    .subscription-container {
        padding: 12px;
    }

    .subscription-container .img-wrapper {
        display: none;
    }
}


@media (max-width: 480px) {

    .modal-body.text-center .popup {
        padding: 0px;
    }

    .hd-hotel-name {
        font-size: 19px;
    }

    .hd-amenity-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .hd-gallery-thumbs-wrap {
        display: none;
    }
}

@media (max-width:400px) {
    .morepaymentgatewayoption {
        width: 261px;
    }
}

.hotel-payment-btn {

    background-color: var(--hotel-dark);
    padding: 10px;
    border: none;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 1px;

}
.hotel-payment-btn:hover{

    background-color: var(--hotel-btn-primary-hover);
}
/*
 * ============================================================
 *  Hotel B2C — Design Token File
 *  Mirror of hotel-b2b-variables.css for the B2C theme
 *  Source palette extracted from the main B2C stylesheet
 * ============================================================
 */
:root {
    /* ── Brand ── */
    --hotel-primary: #04765f;
    /* deep teal-green  (was --primary)   */
    --hotel-primary-hover: #025449;
    /* darker teal on hover               */
    --hotel-accent: #239a93;
    /* mid teal         (was --secondary)  */
    --hotel-accent-hover: #1d8079;
    /* darker teal on hover               */
    --hotel-dark: #239a93;
    /* pure black — used on CTA buttons    */
    --hotel-gradient: linear-gradient(135deg, #036f59 0%, #025449 100%);
    /* used on headers, pay-btn, table th  */

    /* ── Text ── */
    --hotel-text-dark: black;
    /* headings, strong labels             */
    --hotel-text-body: #555555;
    /* body copy          (was --main-color)*/
    --hotel-text-muted: #6c757d;
    /* helper / label text                 */
    --hotel-text-white: #ffffff;
    /* text on dark/teal backgrounds       */
    --hotel-text-accent: #239a93;
    /* inline accent text, links           */
    --hotel-text-primary: #04765f;
    /* primary-coloured text               */

    /* ── Backgrounds ── */
    --hotel-bg-page: #fbfbfb;
    /* page-level background               */
    --hotel-bg-white: #ffffff;
    /* cards, modals                       */
    --hotel-bg-teal-light: #239a932b;
    /* hero search-engine wash             */
    --hotel-bg-teal-muted: #239a9345;
    /* info rows, flexi strips             */
    --hotel-bg-dark: #212529;
    /* newsletter / footer dark strip      */
    --hotel-bg-success-light: #d4eee3;
    /* user-info badge background          */
    --hotel-bg-danger-light: #ffdddd;
    /* error / expiry badge                */

    /* ── Borders ── */
    --hotel-border: #cccccc;
    /* standard input / card border        */
    --hotel-border-teal: #d9f0ef;
    /* gateway-option border               */
    --hotel-border-primary: #d4e9e6;
    /* summary / room detail borders       */
    --hotel-border-dark: #2e3a47;
    /* dark-mode border (footer area)      */

    /* ── Buttons ── */

    /* Primary — teal-green (book-now, submit, form actions) */
    --hotel-btn-primary-bg: #239a93;
    --hotel-btn-primary-hover: #1d807a;
    --hotel-btn-primary-text: #ffffff;
    --hotel-btn-primary-padding: 12px 24px;

    /* Secondary — black (edit, back, modify, search CTA) */
    --hotel-btn-secondary-bg: black;
    --hotel-btn-secondary-hover: #239a93;
    --hotel-btn-secondary-text: #ffffff;
    --hotel-btn-secondary-padding: 12px 24px;

    /* Accent / Gateway — mid-teal (gateway options, filter chips) */
    --hotel-btn-accent-bg: #239a93;
    --hotel-btn-accent-hover: #1d8079;
    --hotel-btn-accent-text: #ffffff;

    /* Outline variant */
    --hotel-btn-outline-border: #04765f;
    --hotel-btn-outline-text: #04765f;
    --hotel-btn-outline-hover-bg: #04765f;
    --hotel-btn-outline-hover-text: #ffffff;

    /* ── Feedback ── */
    --hotel-success: #3d8000;
    /* selected-room badge, child-friendly */
    --hotel-success-text: #155724;
    --hotel-error: #d32f2f;
    /* error messages                      */
    --hotel-error-bg: #ff0707;
    /* price-drop percentage label         */
    --hotel-warning: #ffc107;
    /* star ratings                        */
    --hotel-info: #0c5460;
    /* child guest badge text              */

    /* --hotel-primary-bg-color:#239a93;
    --hotel-primary-btn-bg-color:#239a93;
    --hotel-primary-btn-bg-color-hover:#239a99;
    --hotel-modify-search-btn-bg:black;
    --hotel-btn-text-color:white; */

    /* ── Typography ── */
    --hotel-font-primary: 'Roboto', sans-serif;
    /* was --roboto in source  */
    --hotel-font-secondary: 'Roboto', sans-serif;

    /* ── Effects ── */
    --hotel-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    /* modal / card strong */
    --hotel-shadow-sm: 0 2px 16px rgba(0, 0, 0, 0.08);
    /* subtle card shadow  */
    --hotel-shadow-teal: 0 4px 12px rgba(3, 111, 89, 0.2);
    /* teal glow on buttons*/
    --hotel-transition: all 0.3s ease;

    /* ── Skeleton / Loader ── */
    --hotel-skeleton-bg: linear-gradient(90deg,
            #f0f0f0 25%,
            #e0e0e0 50%,
            #f0f0f0 75%);
    --hotel-skeleton-size: 200% 100%;

    /* ── Radius ── */
    --hotel-radius-sm: 4px;
    --hotel-radius-md: 8px;
    --hotel-radius-lg: 12px;
    --hotel-radius-pill: 50px;
}