.Hotel_top_banner {
    background-image: url(/../assets/images/banner/hotel-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px 0 80px 0;
}

h1.stay {
    font-size: 40px;
    display: block;
    margin: 10px 0 30px 0;
    color: #fff;
}

.no_padding {
    padding: 0 4px;
}

button.btn.btn-primary.full-width.uppercase {
    width: 100%;
    text-transform: uppercase;
}

.main_hotl_srch {
    flex-direction: row;
    padding: 20px 0;
    width: 100%;
    flex-wrap: wrap;
}

ul.list_more_opt_hotl {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.list_more_opt_hotl li {
    display: flex;
    width: 260px;
    margin-right: 5px;
}

.mor_lft {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 0;
    width: 100px;
    color: #fff;
}

.mor_rght {
    width: 160px;
}

.selector {
    width: auto;
    max-width: 150px;
}

select#SelectStarRating {
    border-right: 1px solid #fff;
}

select#SelectStarRating,
select#SelectNationality,
select#SelectCurrency {
    background: none;
    color: #fff;
    padding: 1px 10px;
    line-height: 1;
    height: auto;
    display: initial;
    border: none;
    border-radius: 0;
    outline: none;
}

select#SelectStarRating option,
select#SelectNationality option,
select#SelectCurrency option {
    color: #000;
}

.escapes-section {
    padding: 60px 0px;
    text-align: center;
    background: url(/assets/images/hotel/handpick-banner.png) no-repeat center center;
    background-size: cover;
}

.escapes-header h2 {
    font-size: 34px;
    font-weight: 600;
    color: #110942;
    margin-bottom: 0px;
}

.escapes-header p {
    font-size: 18px;
    color: #444;
    margin-bottom: 23px;
    padding: 0;
    margin-top: 1px;
}

.image_se {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}


.image_se:hover img {
    transform: scale(1.1);
}

.image_se img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.text_for h3 {
    font-size: 20px;
    line-height: 1;
    margin: 4px 0;
    color: #fff;
}

.text_for p {
    font-size: 15px;
    color: #fff;
}

.text_for {
    display: block;
    margin-top: -65px;
    text-align: left;
    padding: 0 20px;
    position: relative;
}

.Hotl_serch {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.theme_tx {
    display: block;
    width: 100%;
}

.theme_tx h3 {
    font-size: 25px;
    color: #fff;
    text-align: right;
    margin: 0px 0;
}

.form_ful {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0;
    margin: 5px auto;
}

a.Serch {
    width: 100%;
    cursor: pointer;
    background: #110942;
    height: 100%;
    text-align: center;
    padding: 38px 0;
    display: block;
    color: #dacd65;
    font-size: 20px;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}

a.Serch:hover {
    background: #090524;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

button.Serch {
    width: 100%;
    cursor: pointer;
    background: #110942;
    height: 100%;
    text-align: center;
    padding: 38px 0;
    display: block;
    color: #dacd65;
    font-size: 20px;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}

button.Serch:hover {
    background: #090524;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.Destnion {
    width: 400px;
    border-right: 1px solid #e7e7e7;
    padding: 10px 0 10px 20px;
    min-height: 100px;
}

.Destnion_date {
    width: 175px;
    border-right: 1px solid #e7e7e7;
    position: relative;
    padding: 10px 0 10px 20px;
}

.Rooms_Guests {
    width: 250px;
    position: relative;
    padding: 10px 0 10px 20px;
}

.Rooms_Guests_Serch {
    width: 170px;
    position: relative;
    margin-left: auto;
}

.Hotel_top_banner p {
    margin-bottom: 0px;
}

.Destnion p,
.Destnion_date p,
.Rooms_Guests p {
    font-size: 14px;
    color: #7E7979;
    font-weight: 300;
}

p.view_diply {
    color: #110942;
    font-weight: 300;
}

.Destnion i,
.Destnion_date i,
.Rooms_Guests i {
    margin-right: 5px;
}

input.form_control_hotel {
    font-size: 22px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: #110942;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1;
}

.dest_name {
    font-size: 25px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: #110942;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.4;
}


.detinion {
    padding: 0 20px;
    position: relative;
}

.detinion ul.autosuggetsList{
    top: 50px;
}

.dat_display {
    display: block;
    width: 100%;
    height: auto;
    font-size: 25px;
    font-weight: 700;
    color: #110942;
    line-height: 1.4;
    margin: 2px 0 0 0;
}

.dat_display span {
    font-size: 14px;
    font-weight: 400;
    color: #110942;
    margin: 0 2px;
    vertical-align: middle;
}

.Adlt_pax {
    display: block;
    height: auto;
    font-size: 25px;
    font-weight: 700;
    color: #110942;
    line-height: 1.4;
    margin: 2px 0 0 0;
}

.Adlt_pax span {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    margin: 0 10px 0 2px;
    vertical-align: middle;
}

.pax_no {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.hotel.dropdown_passenger_info {
    left: 0 !important;
    width: 380px !important;
    color: #000;
    padding: 20px;
    position: absolute;
    background: #fff;
    z-index: 9;
    display: none;
}

.hotel.dropdown_passenger_in {
    left: 0;
    text-align: left;
    width: 380px !important;
    color: #000;
    padding: 20px;
    position: absolute;
    background: #fff;
    z-index: 9;
}

img.down {
    width: 20px;
    height: 13px;
    display: inline-block;
    margin-top: 15px;
}
.se_l_d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
}

.d-flex-lft {
    margin-right: 10px;
    padding: 0 12px 0 0;
    /* line-height: 1; */
}
.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-type {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}

.passengers-types .form-select.form-select-solid {
    margin-bottom: 10px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #110942;
}

.button-set {
    width: 100px;
}

.type-label p {
    font-size: 14px;
    margin: 0;
    color: #110942;
    font-weight: 500;
}

.passengers {
    border-bottom: 1px solid #d6d3d3;
    margin-bottom: 10px;
}

.passengers h6 {
    font-size: 16px;
    margin: 5px 0 0 7px;
    display: block;
    color: #110942;
    font-weight: 600;
}

.passengers:last-child {
    border-bottom: none;
}

a.click-to-add-room {
    font-size: 12px;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin: 4px;
    display: block;
    line-height: 1;
    border: 1px solid #110942;
    color: #110942;
}

a.click-to-remove-room {
    font-size: 12px;
    background: #ff0000;
    border: 1px solid #ff0000;
    padding: 10px;
    border-radius: 4px;
    margin: 4px;
    display: block;
    line-height: 1;
    color: #fff;
}

a.done_selct {
    font-size: 12px;
    background: #110942;
    border: 1px solid #110942;
    padding: 10px;
    border-radius: 4px;
    margin: 4px;
    display: block;
    line-height: 1;
    color: #fff;
}

a.done_selct:hover {
    background: #dacd65;
    border: 1px solid #dacd65;
    color: #110942;
}

section.modify_serch {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 5px #110942;
    margin-top: 18px;
}

select.form-selct {
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    outline: none;
    height: 44px;
    color: #000;
    font-weight: 400;
    border: 1px solid #dacd65;
}

.col-msd-1 {
    width: 150px;
    height: auto;
    padding: 5px;
}

.col-msd-1.city_hotl {
    width: 350px;
}

.form_gp label {
    font-size: 13px;
    font-weight: 400;
    color: #110942;
}

.modify_serch_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 1300px;
    margin: 0px auto;
}

a.Serch_msd {
    width: 100%;
    cursor: pointer;
    background: #110942;
    height: auto;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #dacd65;
    font-size: 18px;
    outline: 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-radius: 6px 6px;
}

a.Serch_msd:hover {
    background: #dacd65;
    color: #110942;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

section.Results_hotel {
    padding: 15px;
    background: none;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #dacd65;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #dacd65;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

h3.destnation small {
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px;
    color: #110942;
}

.repeat_hotel {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px #000; */
}

.hotrl_img {
    width: 100%;
    height: 230px;
    background: #ccc;
}

.hotrl_img img {
    width: 100%;
    height: 100%;
}

.name_Address {
    display: block;
    width: 100%;
    padding: 20px 20px;
}

.name_Address h4 {
    font-size: 22px;
    color: #110942;
    font-weight: 600;
    margin: 0 0 5px 0;
}

p.loction {
    font-size: 14px;
    color: #282828;
    display: -webkit-box;
    width: 100%;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.error {
    color: #ff0000;
    font-size: 12px;
    margin-bottom: 7px;
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0;
}

p.loction i {
    margin-right: 10px;
}

.price_views {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    height: 100%;
}

p.room_only {
    font-size: 10px;
    color: #110942;
    border: 1px solid #110942;
    border-radius: 23px;
    padding: 2px 14px;
    display: inline-block;
    margin: 0;
}

p.per_day {
    font-size: 12px;
    margin: 5px 0;
    color: #ff0000;
}

h2.price {
    font-size: 30px;
    margin: 0;
    color: #110942;
}

p.taxes {
    font-size: 11px;
    margin: 0;
    color: #282828;
}

a.viewDetails {
    position: relative;
    width: 100%;
    margin-top: -44px;
    display: block;
    background: #ffffffad;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #110942;
}

a.choose_room {
    color: #110942;
    border-radius: 31px;
    padding: 8px 13px;
    margin: 10px 0px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #110942;
    font-weight: 500;
    line-height: 1.4;
}

a.choose_room:hover {
    background: #dacd65;
    color: #110942;
    border: 1px solid #dacd65;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

ul.availble {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.availble img {
    width: 22px;
    margin: 2px 10px;
}

h3.sub_heading {
    font-size: 21px;
    background: #f1f1f1;
    padding: 9px 10px;
    border-left: 4px solid #110942;
    color: #110942;
    margin: 20px 0 10px 0;
}

h3.htl_name {
    font-size: 22px;
    margin: 0 0 10px 0;
}

p.htl_add {
    font-size: 15px;
    margin-bottom: 25px;
}

.imager {
    width: 100%;
    background: #ccc;
    height: 350px;
    overflow: hidden;
}

.imager img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.form_gp .form-control {
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    outline: none;
    height: 44px;
    color: #000;
    font-weight: 400;
    border: 1px solid #110942;
}

.form_gp select.form-selct {
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    outline: none;
    height: 44px;
    color: #000;
    font-weight: 400;
    border: 1px solid #110942;
}

.special_delas {
    background: black;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.box_iten {
    display: block;
    width: 100%;
    text-align: center;
}

.box_item_img {
    width: 130px;
    height: 130px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

h5.Collections {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 15px 23px;
    color: #110942;
}

.box_item_img img {
    object-fit: fill;
}

.box_item_text {
    padding: 10px;
}

.box_item_text h4 {
    font-size: 17px;
    margin: 0;
    color: #110942;
}

.box_item_text p {
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    width: 100%;
    height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

section.hotl_top_banner {
    padding: 20px 0;
}

.hotel_img_view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}

.hotl_big_img {
    width: 100%;
    height: 470px;
    border-radius: 10px;
    overflow: hidden;
    background: #ccc;
    position: relative;
}

.hotl_big_img .swiper {
    width: 100%;
    height: 100%;
}

.hotl_big_img .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

.hotl_big_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.hotl_nm h1 {
    font-size: 24px;
    font-weight: 500;
    color: #110942;
}

.hotl_nm p {
    font-size: 15px;
    margin: 0;
}

/* Hotel Header with Dates */
.hotel-header-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hotel-name-section {
    flex: 1;
    min-width: 300px;
}

.hotel-dates-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.date-box {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 15px;
    min-width: 140px;
}

.date-box label {
    font-size: 11px;
    color: #666;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.date-value {
    font-size: 14px;
    color: #110942;
    font-weight: 600;
}

.details_viw {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0;
}

.details_viw h3 {
    font-size: 23px;
    padding: 2px 10px;
    border-left: 4px solid #110942;
    margin: 10px 0 0px 0;
    color: #110942;
}

.small_top {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 10px;
}

.small_top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.small_botom {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    overflow: hidden;
}

.small_botom img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.right_detailx {
    width: 100%;
    height: auto;
}

table.table.table-bordered p {
    margin: 0;
    padding: 0;
}

p.roon_only {
    font-size: 12px;
    color: #dacd65;
}

p.refnt {
    font-size: 14px;
    color: #ff0000;
    margin: 9px 0;
    display: block;
}

p.prce {
    font-size: 13px;
    line-height: 1.2;
}

h4.cll_rupe {
    font-size: 22px;
    margin: 10px 0;
}

a.bok-now {
    display: block;
    background: #ffffff;
    color: #110942;
    font-size: 12px;
    border: 1px solid #110942;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 0px 24px;
}

a.bok-now:hover {
    background: #dacd65;
    color: #110942;
    border: 1px solid #dacd65;
}

ul.aminities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.aminities li {
    margin: 7px;
    width: 30%;
}

section.booking_top_banner {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
}

.mamage_depo h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

a.click_back {
    display: block;
    border: 1px dashed #110942;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 15px;
    color: #110942;
    width: 35px;
    border-radius: 4px;
    float: right;
    margin-right: 15px;
    height: 35px;
    border-radius: 50%;
    outline: none;
    z-index: 9;
    position: relative;
}

a.click_back i.fa.fa-arrow-left {
    color: #110942;
    font-size: 15px;
    margin-right: 0px;
}

h3.hotelNam {
    font-size: 18px;
    margin: 4px 0 3px 0;
    color: #990000;
}

p.p_detls {
    font-size: 14px;
    line-height: 1.4;
}

.box_date {
    background: #fff;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin: 4px;
    width: 200px;
}

.box_date label {
    font-size: 11px;
    color: #990000;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.date {
    text-align: center;
    border: 1px solid #ccc;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
}

.box_date .date label {
    width: 100%;
    margin: 0;
    padding: 5px;
}

.box_date label {
    font-size: 11px;
    color: #990000;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.day {
    background: #110942 !important;
    color: #dacd65 !important;
}

p.chld_p {
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 13px;
}

h3.hotelNa {
    font-size: 15px;
    color: #000;
}

h3.hotelN {
    font-size: 17px;
    margin: 5px 0 2px 0;
}

p.tarrif_rt {
    font-size: 14px;
    color: #ff0000;
}

h3.sub_headings {
    font-size: 22px;
    color: #110942;
    padding: 4px 10px;
    border-left: 3px solid #110942;
}

a.btn.btn-primary.contnt {
    font-size: 16px;
    border: 1px solid #110942;
    padding: 10px 30px;
    border-radius: 6px;
    color: #dacd65;
    background: #110942;
    margin-right: 10px;
    display: inline;
    width: auto;
}

.check_out_bg {
    background: url(/assets/images/bg-world-map.jpg) no-repeat center center;
    background-size: cover;
}

.top_strip_bg {
    width: 100%;
    position: relative;
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    padding: 18px 0;
}
.sort_bus{
        background: #fff;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 10px;
    width: 100%;
    height: auto;
    position: relative;
}
ul.nav.nav-pills.bus-pills a.nav-link.active{
 background-color: #fff;
    color: #dacd65;
    border: none;
    border-bottom: 2px solid #dacd65;
}
ul.nav.nav-pills.bus-pills a.nav-link {
    border: none;
    color: blue;
    border-radius: 0px;
}
.nav-pills.bus-pills .nav-link.active, .nav-pills.bus-pills .show > .nav-link {
    background-color: #fff;
    color: #dacd65;
    border: none;
}
.deruation p.seat_lft {
    color: red;
}
ul.nav.nav-pills.bus-pills {
    border-top: 1px dashed #f1f1f1;
    margin-top: 10px;
}
.text_rop p {
    margin-top: 10px;
}
.info_cancel {
    display: block;
    display: 100%;
    padding: 20px;
}
.pointer ul li {
    padding: 6px 0;
}

.poin_aminitie {
    display: flex;
    width: 220px;
    margin-top: 20px;
}

.poin_aminitie img {
    width: 22px;
    height: 24px;
}

.pointer {
    box-shadow: 0 0 1px #ccc;
    padding: 20px;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.d-fle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.poin_aminitie p {
    margin-left: 5px;
    padding: 4px;
}

p.strt {
    font-size: 13px;
    font-weight: 400;
    color: #110942;
}
p.strt {
    font-size: 13px;
    font-weight: 400;
    color: #110942;
}

.flight_charge.bus_price {
    font-size: 27px;
}
.bus_seat_layout {
    padding: 0 20px 30px 20px;
}


.stepper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.step {
  text-align: center;
}

.circle {
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  line-height: 1.4;
  padding: 6px;
  color: #1109425c;
}
.know_app {
    margin-top: 15px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    padding: 20px;
    border-radius: 10px;

}
.know_app img {
    width: 30px;
    vertical-align: middle;
}
.know_app h6 {
    font-size: 20px;
    text-align: left;
    margin: 20px 0;
    color: #110942;
    border-left: 4px solid #110942;
    padding: 5px 10px;
    color: #110942;
    font-weight: 500;
}

.step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 30px;
}

.step .label {
    margin: 3px 10px;
    font-size: 17px;
    font-weight: 500;
    color: #ccc;
}
.step.active .circle {
  background: #110942;
    color: #fff;   
    
}
.step.active .label{
    color: #110942;
}

.rop_right {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
}
.item-swipler {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    border: 4px solid #ccc;
    padding: 8px;
}

.item-swipler img {
    width: 100%;
    height: 100%;
}
.text_info {
    padding: 12px 10px;
}

.text_info h6 {
    font-size: 19px;
    margin: 0 0 6px;
}

.circle.completed {
  background: green;
  color: #fff;
}
.point_dop {
    padding: 0 0 30px 20px;
}
.label {
  margin-top: 5px;
  font-size: 14px;
}

.btn-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px 0;
}

.top_seat img {
    width: 26px;
}

.top_seat {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 16px;
    box-shadow: 0px 3px 0px 0px #1109424a;
    border-radius: 10px;
    padding: 0px 8px 10px 10px;
    text-transform: capitalize;
    color: #110942;

}

.top_seat h4 {
    font-size: 18px;
    font-weight: 500;
}

.box_seat {
   background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    width: 100%;
    height: auto;
    min-height: 580px;

}

.point_dop {
    padding: 0 0 25px 15px;
}


.point_dop h4 {
    font-size: 14px;
}

.point_dops h4 {
    font-size: 17px;
}

p.state_t {
    font-size: 18px;
    margin-bottom: 30px;
    color: #d31212;
}






.selected {
  background: none;
}


.available {
  background: green;
  color: white;
}

.booked {
  background: red;
  color: white;
  pointer-events: none;
  opacity: 0.6;
}
ul.nav.nav-pills.bus-pills .nav-item:last-child {
    float: right;
    position: absolute;
    right: 3%;
}

button.nav-link.seatSelct {
    float: right;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 32px;
    line-height: 1;
    border: 1px solid #dacd65;
    color: #dacd65 !important;
    background: #110942;
}
ul.nav.nav-pills.bus-pills button.nav-link.seatSelct.active{
     border: 1px solid #dacd65;
    color: #110942 !important;
    background: #dacd65;
    background-color:#dacd65;
    border: none;
     border-radius: 32px;

}
.info_cancel.bordr {
    border-top: 1px solid #dacd65;
    margin-top: 6px;
}

.box-shadow-bus {}

.bus_tab-content {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.d-flexex {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
.d-flexex {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.d-flexex p {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
}

.d-flexex p span {
    color: #000;
}
.d-flexex p {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
}

h5.pointng {
        margin: 0px 0 10px 0;
    color: #ff0000;
    font-size: 18px;
}
.info_cancel.bordr {
    border-top: 1px solid #dacd65;
    margin-top: 6px;
}


/* Responsive Start */

@media (max-width: 767px) {
    .form_ful{
        background: none;
    }
    .Destnion {
    background: #fff;
    max-width: 100%;
    margin-bottom: 10px;
}
.Destnion_date {
    width: 49%;
    border-right: 1px solid #e7e7e7;
    position: relative;
    padding: 10px 0 10px 20px;
    background: #fff;
    margin-bottom: 10px;
}
.Rooms_Guests {
    width: 100%;
    background: #fff;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
}
.Rooms_Guests_Serch {
    width: 100%;
}
a.Serch{
    padding: 26px 0;
}
.Hotl_serch {
    padding: 0 15px;
}


}


/* Room Selection Styles - Based on Design Document */
.room-selection-container {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.room-selection-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.room-selection-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #110942;
}

/* Room Carousel */
.room-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
}

.room-swiper {
    width: 100%;
    height: 100%;
}

.room-slide-image {
    width: 100%;
    height: 180px;
    background: #f0f0f0;
}

.room-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-swiper {
    width: 100%;
    height: 100%;
}

.room-slide-image {
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-more-images {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    color: #110942;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
}

.view-more-images:hover {
    background: #fff;
}

/* Room Info Section */
.room-info-section {
    padding: 10px 15px;
}

.room-title {
    font-size: 16px;
    font-weight: 600;
    color: #110942;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guest-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.guest-count {
    font-size: 13px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guest-count i {
    color: #110942;
    font-size: 14px;
}

/* Room Options Section */
.room-options-section {
    padding: 10px 15px;
    border-left: 1px solid #f0f0f0;
}

.meal-type {
    font-size: 12px;
    color: #110942;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.meal-type i {
    font-size: 13px;
}

.refund-status {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 4px 0;
}

.refund-status.refundable {
    color: #28a745;
}

.refund-status.non-refundable {
    color: #dc3545;
}

.cancellation-link {
    background: none;
    border: none;
    color: #007bff;
    font-size: 13px;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 8px;
}

.cancellation-link:hover {
    color: #0056b3;
}

.policy-preview {
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Room Booking Section */
.room-booking-section {
    padding: 10px 15px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
}

.price-label {
    font-size: 11px;
    color: #666;
    margin-bottom: 5px;
}

.room-price {
    font-size: 26px;
    font-weight: 700;
    color: #110942;
    margin: 8px 0 15px 0;
}

.room-price i {
    font-size: 22px;
}

.book-room-btn {
    background: #110942;
    color: #dacd65;
    border: 1px solid #110942;
    border-radius: 25px;
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 150px;
}

.book-room-btn:hover {
    background: #dacd65;
    color: #110942;
    border-color: #dacd65;
}

/* Cancellation Modal */
.cancellation-modal .modal-header {
    background: #110942;
    color: #dacd65;
    border-bottom: none;
}

.cancellation-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.cancellation-modal .btn-close {
    filter: brightness(0) invert(1);
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}

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

/* Choose Room Button in Results */
button.choose_room {
    color: #dacd65;
    border-radius: 31px;
    padding: 8px 13px;
    margin: 10px 0px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #110942;
    font-weight: 500;
    line-height: 1.4;
    background: #110942;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.choose_room:hover {
    background: #dacd65;
    color: #110942;
    border: 1px solid #dacd65;
}

/* Responsive Design */
@media (max-width: 991px) {
    .room-carousel-wrapper {
        height: 160px;
        margin-bottom: 15px;
    }
    
    .room-slide-image {
        height: 160px;
    }
    
    .room-options-section,
    .room-booking-section {
        border-left: none;
        border-top: 1px solid #f0f0f0;
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .room-booking-section {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .room-selection-card {
        padding: 15px;
    }
    
    .room-title {
        font-size: 14px;
    }
    
    .room-price {
        font-size: 22px;
    }
    
    .book-room-btn {
        max-width: 100%;
    }
}


/* Hotel Tabs Styling */
.hotel-tabs-container {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hotel-nav-tabs {
    border-bottom: 2px solid #e0e0e0;
    padding: 0 20px;
    margin: 0;
}

.hotel-nav-tabs .nav-item {
    margin-bottom: 0;
}

.hotel-nav-tabs .nav-link {
    border: none;
    background: none;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.hotel-nav-tabs .nav-link:hover {
    color: #110942;
    background: #f8f9fa;
}

.hotel-nav-tabs .nav-link.active {
    color: #110942;
    border-bottom: 3px solid #dacd65;
    background: none;
}

.tab-content {
    padding: 20px;
}

/* Filter Sidebar */
.filter-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    color: #110942;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dacd65;
}

.filter-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-child {
    border-bottom: none;
}

.filter-heading {
    font-size: 15px;
    font-weight: 600;
    color: #110942;
    margin-bottom: 12px;
}

.filter-section .form-check {
    margin-bottom: 10px;
}

.filter-section .form-check-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.filter-section .form-check-input {
    cursor: pointer;
}

.filter-section .form-check-input:checked {
    background-color: #110942;
    border-color: #110942;
}

/* Responsive Tabs and Filters */
@media (max-width: 991px) {
    .hotel-header-info {
        flex-direction: column;
    }
    
    .hotel-dates-section {
        margin-top: 15px;
        width: 100%;
    }
    
    .date-box {
        flex: 1;
        min-width: auto;
    }
    
    .filter-sidebar {
        position: relative;
        margin-bottom: 20px;
    }
    
    .hotel-nav-tabs .nav-link {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hotel-nav-tabs {
        padding: 0 10px;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .hotel-nav-tabs .nav-link {
        padding: 12px 12px;
        font-size: 13px;
    }
    
    .date-box {
        min-width: 100px;
    }
    
    .date-box label {
        font-size: 10px;
    }
    
    .date-value {
        font-size: 12px;
    }
}
/* Premium Redesign Styles */
.show-rooms-btn {
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.show-rooms-btn:hover {
    background: #0056b3;
}

.hotel-dates-section.premium .date-box {
    background: #110942;
    border: 1px solid #110942;
    color: #fff;
    min-width: 160px;
}

.hotel-dates-section.premium .date-box label {
    color: #ccc;
}

/* Premium Header Refinement */
.hotel-header-info {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.premium-btn-primary {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.premium-btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);
}

.premium-meta-box {
    background: #f8f9fa;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    min-width: 160px;
    transition: all 0.3s ease;
}

.premium-meta-box:hover {
    border-color: #007bff;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.premium-meta-box .label {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #777;
    margin-bottom: 4px;
}

.premium-meta-box .value {
    color: #110942;
    font-size: 14px;
}

/* Premium Horizontal Filter Bar */
.premium-filter-bar {
    border: 1px solid #eee;
    background: #fff;
}

.filter-main-title h5 {
    font-size: 16px;
    color: #110942;
}

.premium-filter-bar .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.premium-filter-bar .dropdown-toggle {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    transition: all 0.2s ease;
}

.premium-filter-bar .dropdown-toggle:hover {
    border-color: #007bff;
    color: #007bff;
}

.premium-filter-bar .dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 12px;
}

/* Amenities Grid */
.amenities-grid-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.amenity-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.amenity-item:hover {
    border-color: #dacd65;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.amenity-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #110942;
    font-size: 18px;
}

.amenity-label {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}

.view-more-link {
    display: block;
    text-align: right;
    color: #007bff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.view-more-link:hover {
    text-decoration: underline;
}

/* Room Card Redesign */
.choose-room-btn {
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.choose-room-btn:hover {
    background: #e65c00;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

.cancl-text {
    color: #dc3545;
    font-size: 12px;
    font-weight: 500;
}

.price-box {
    text-align: right;
}

.currency-symbol {
    color: #28a745;
    margin-right: 4px;
}

/* Policies Tab */
.policies-container {
    padding: 10px;
}

.policy-block {
    margin-bottom: 25px;
}

.policy-block h5 {
    font-size: 16px;
    color: #110942;
    margin-bottom: 15px;
    border-left: 4px solid #dacd65;
    padding-left: 10px;
}

.policy-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.policy-item i {
    color: #28a745;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Utility & Component Classes for Refactoring --- */
.pos-relative { position: relative !important; }
.cursor-pointer { cursor: pointer !important; }
.pointer-events-none { pointer-events: none !important; }
.font-bold { font-weight: bold !important; }
.font-600 { font-weight: 600 !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-28 { font-size: 28px !important; }
.text-gray-700 { color: #777 !important; }
.w-full { width: 100% !important; }
.h-full { height: 100% !important; }
.max-h-350 { max-height: 350px !important; }
.overflow-y-auto { overflow-y: auto !important; }
.d-block { display: block !important; }
.d-inline-flex { display: inline-flex !important; }
.align-items-center { align-items: center !important; }
.gap-8 { gap: 8px !important; }
.border-top-eee { border-top: 1px solid #eee !important; }

/* GST Pill Badge */
.gst-pill-badge {
    background: #FEF3C7;
    color: #92400E;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #FDE68A;
}

/* Suggestion List Icon */
.suggestion-icon {
    margin-right: 10px !important;
}

/* Hotel Dropdown Container */
.hotel-dropdown-container {
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    z-index: 9999;
}

/* Child Age Box */
.child-age-box {
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 10px;
}

.child-age-label {
    font-size: 12px;
    margin-bottom: 5px;
    color: #110942;
    font-weight: 600;
}

.child-slot {
    margin-right: 10px;
    margin-bottom: 5px;
}

/* Hidden Datepicker Input (for accessibility/jquery fallback) */
.hidden-datepicker-input {
    position: absolute;
    left: -9999px;
}

/* Swiper & Image Helpers */
.full-size-swiper {
    height: 100% !important;
    width: 100% !important;
}

.img-cover-full {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Hotel Detail Specific Classes */
.hotel-header-info {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 10px !important;
}

.hotel-h1 {
    font-weight: 800 !important;
    font-size: 24px !important;
    color: #110942 !important;
    margin-bottom: 0 !important;
}

.star-icon {
    font-size: 12px !important;
    color: #FFD700 !important;
}

.address-text {
    font-size: 13px !important;
    opacity: 0.8 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}

.travel-label {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: black !important;
}

.premium-meta-box {
    background: #110942 !important;
    border: none !important;
    height: 32px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.min-w-120 { min-width: 120px !important; }
.min-w-140 { min-width: 140px !important; }

.meta-value {
    font-size: 12px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.fs-18 { font-size: 18px !important; }
.fs-26 { font-size: 26px !important; }

/* Status Labels */
.refundable-label {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    color: #11a670 !important;
    margin-bottom: 1rem !important;
}

.non-refundable-label {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    color: #ff0000!important;
    margin-bottom: 1rem !important;
}

.room-price-h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #110942 !important;
    margin-bottom: 1rem !important;
}

.room-currency {
    font-size: 18px !important;
    margin-right: 4px !important;
    color: #0f7427aa !important;
}

/* Choose Room Button */
.btn-choose-room {
    border-radius: 31px !important;
    background-color: #110942 !important;
    color: #dacd65 !important;
    border: 1px solid #110942 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    height: 42px !important;
    min-width: 150px !important;
    padding: 0 25px !important;
    display: block !important;
    margin-left: auto !important;
    transition: all 0.3s ease !important;
}

.btn-choose-room:hover {
    background-color: #dacd65 !important;
    border-color: #dacd65 !important;
    color: #110942 !important;
}

.policy-link-btn {
    font-size: 14px !important;
    color: #ff0000ff !important;
}

/* Timeline & Policy Modal Classes */
.timeline-bar-container {
    height: 40px !important;
    position: relative !important;
}

.timeline-bar {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.timeline-segment-success {
    background-color: #5ea293 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
}

.timeline-segment-danger {
    background-color: #e25d50 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
}

.policy-list-icon {
    font-size: 14px !important;
}

.modal-content-premium {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.pre-line {
    white-space: pre-line !important;
}

.x-small {
    font-size: 11px !important;
}

.cursor-default {
    cursor: default !important;
}

/* Room Swiper Refinements */
.room-swiper .swiper-button-next,
.room-swiper .swiper-button-prev {
    color: #110942 !important;
    /* background: rgba(255, 255, 255, 0.8); */
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.room-swiper .swiper-button-next:after,
.room-swiper .swiper-button-prev:after {
    font-size: 12px !important;
    font-weight: bold;
}

.room-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.room-swiper .swiper-pagination-bullet-active {
    background: #110942 !important;
}

.room-swiper .swiper-wrapper {
    padding: 0px !important;
}

.hotl_big_img .swiper-wrapper {
    padding: 0px !important;
}

/* --- Hotel Booking Wizard Styles --- */
.main_booking_container {
  background: #fff;
  border: 1px solid #e0e6ed;
}
.booking-wizard-header {
  background: #fff !important;
}
.wizard-step {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s;
  padding: 5px 10px;
}
.wizard-step.active {
  opacity: 1;
}
.wizard-step.completed {
  opacity: 0.8;
  color: #28a745;
}
.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  border: 2px solid #e0e0e0;
}
.wizard-step.active .step-number {
  background: #110942;
  color: #fff;
  border-color: #110942;
  box-shadow: 0 0 0 3px rgba(17, 9, 66, 0.1);
}
.wizard-step.completed .step-number {
  background: #28a745;
  color: #fff;
  border-color: #28a745;
}
.step-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #444;
}
.wizard-step.active .step-text {
  color: #110942;
}
.step-line {
  width: 60px;
  height: 1px;
  background: #ddd;
  margin: 0 15px;
}
.bg-navy { background: #110942 !important; color: #fff !important; }
.payment-method-item.active {
  background: #110942;
  color: #fff;
  border-color: #110942 !important;
}
.animate-fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn-btn-border {
  border: 1px solid #ddd;
  padding: 8px 25px;
  border-radius: 5px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-btn-border:hover { background: #f8f9fa; }
