:root {
    --bg: #fff;
    --ink: #1f2937;
    /* dark gray text */
    --muted: #6b7280;
    /* muted labels */
    --brand: #0e6f9b;
    /* teal-ish icon color */
    --btn: #0b79a8;
    /* blue search button */
    --ring: rgba(2, 132, 199, .15);
    --text: #222;
    --accent: #222;
    --avatar-bg: #e6e6e6;
}
.haway-meta-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.haway-meta-items .haway-meta-item {
    margin-right: 35px;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.haway-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}
.haway-meta-item i {
    padding-right: 10px;
}
.haway-icon-beds::after,
.haway-icon-baths::after,
.haway-icon-persons::after,
.haway-icon-area:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    /* ensures image fits */
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;/
}
.haway-icon-beds::after {
    background-image: url('../images/beds.png');
}
.haway-icon-baths::after {
    background-image: url('../images/baths.png');
}
.haway-icon-persons::after {
    background-image: url('../images/persons.png');
}
.haway-icon-area:after {
    background-image: url('../images/sq.png');
}
.haway-single-left {
    flex: 1 1 65%;
    width: 50%;
}
.haway-single-right {
    flex: 1 1 30%;
    position: relative;
}
.booking-form {
    position: sticky;
    top: 100px;
    background: #fff;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.booking-form h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}
.booking-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.booking-form input,
.booking-form button {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.booking-form input {
    color: #000 !important;
    border: 1px solid #0073AA;
}
.booking-form button {
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 25px;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 0;
}
.inquiry-btn {
    background: #a9a919;
}
.inquiry-btn:hover {
    background-color: #91912a;
}
.booking-form button[type="submit"] {
    background: #0073AA;
}
.booking-form button[type="submit"]:hover {
    background-color: #005a8d;
}
span.errors {
    color: red;
    font-size: 14px;
}
.hostaway-listings-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 16px;
    box-sizing: border-box;
}
.hostaway-listing-card {
    width: calc(33.3333% - 12px);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px #0000001A;
    background: #fff;
    transition: transform 0.2s ease;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.hostaway-listing-card:hover {
    transform: translateY(-5px);
}
.hostaway-card-image img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    display: block;
}
.hostaway-card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hostaway-card-content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    min-height: 52px;
}
.hostaway-listings-wrapper.list-view .hostaway-card-content h3{
    min-height: 20px;
}
.hostaway-card-content h3 a {
    color: inherit;
}
.hostaway-card-content p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 25px;
    position: relative;
}
.hostaway-card-content p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/location.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.listing-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    list-style-type: disc;
}
ul.listing-amenities li {
    flex: 0 0 25%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0;
    position: relative;
}
ul.listing-amenities li.amenity_exist:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background-image: url(../images/check.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.listing-amenities li.amenity_notexist:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background-image: url(../images/close.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.amenities-outer h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 16px 0;
}
.haway-cal-month-block {
    display: none;
}
#haway-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border: 0;
}
.haway-cal-month-block.haway-cal-month-active {
    display: flex;
    flex-direction: column;
}
.haway-cal-month-block .haway-cal-month-bar {
    order: -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1px;
    text-align: center;
    padding: 17px 5px;
    color: #000000;
}
.haway-cal-month-block .haway-cal-week-names {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: normal;
}
.haway-cal-month-block .haway-cal-week-name {
    text-align: center;
    width: 100%;
    padding: 7px 2px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3C3C4399;
    font-weight: 400;
}
.haway-cal-month-block .haway-cal-cell .cal-cell-date {
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: block;
    line-height: 1.2;
}
.haway-cal-cell-active {
    cursor: pointer;
}
.haway-cal-cell-active .haway-cal-cell-date,
.haway-cal-checkout-enabled .haway-cal-cell-date {
    color: #000000 !important;
}
.haway-cal-cell-selected .haway-cal-cell-price,
.haway-cal-checkin .haway-cal-cell-price {
    color: #fff !important;
}
.haway-cal-cell-selected .haway-cal-cell-date,
.haway-cal-checkin .haway-cal-cell-date {
    text-decoration-line: none !important;
    color: #fff !important;
}
.haway-cal-cell.haway-cal-cell-selected,
.haway-cal-checkin {
    border: 1px solid #0073AA;
    background: #0073AA;
}
body .haway-cal-checkin.haway-cal-checkout-disabled .haway-cal-cell-date {
    color: #ffffff !important;
}
.haway-cal-checkout-enabled {
    cursor: pointer;
}
.haway-cal-checkout-enabled .haway-cal-cell-date {
    text-decoration-line: none !important;
}
.haway-cal-cell-price {
    font-size: 14px;
    font-weight: 500;
    color: #0073aa;
}
.haway-cal-month-block .haway-cal-dates-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 2px;
}
.haway-cal-month-block .haway-cal-cell {
    position: relative;
    flex-basis: 14.2857%;
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.haway-cal-month-prev,
.haway-cal-month-next {
    cursor: pointer;
}
.haway-cal-month-prev:before,
.haway-cal-month-next:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.haway-cal-month-prev:before {
    background-image: url('../images/back.png');
    margin-left: 15px;
}
.haway-cal-month-next:before {
    background-image: url('../images/next.png');
    margin-right: 15px;
}
.error-message {
    color: red;
    font-size: 13px;
    margin-top: 4px;
}
.reservation_info_title {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    padding: 0px;
}
.reservation_info_dates {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0px;
}
.reservation_info_label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-right: 10px;
}
.reservation_total_price {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.reservation_form {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 50px;
    background-color: #ffffff;
    border: 1px solid var(--border);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.reservation_input {
    position: relative;
}
.reservation_input label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.reservation_input label .required {
    color: red;
    font-weight: bold;
    margin-left: 3px;
}
.booking-form input::placeholder {
    color: #000;
}
.booking-form .reservation_input_field,
.booking-form .reservation_select_field {
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    transition: all 0.2s ease;
    border: 1px solid #0073AA;
    margin-bottom: 12px;
    border-radius: 0;
    height: auto;
}
.booking-form .reservation_input_field::placeholder,
.booking-form .reservation_select_field::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.booking-form .reservation_input_field:focus,
.booking-form .reservation_select_field:focus {
    border: 1px solid #0073AA;
    outline: none;
}
.reservation_select_field {
    color: #000 !important;
    background-color: #fff;
    max-width: 100%;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border-radius: 0;
    padding: 12px 10px;
}
.reservation_submit_container {
    text-align: center;
}
.slider {
    width: 100%;
    margin: 20px auto 40px;
}
.slick-prev,
.slick-next {
    border: none !important;
}
.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: #0073aa;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.reservation_select_field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/down-arrow.png') no-repeat right -2px center;
    background-size: 39px;
    cursor: pointer;
}
.slick-prev,.slick-next {
    z-index: 1;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
.listing-description h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin: 10px 0;
}
.listing-description p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.haway-single-card .listing-title {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.amenities-outer {
    margin-top: 20px;
    border-bottom: 1px solid #F0FAFF;
    padding-bottom: 20px;
}
.listing-description {
    border-bottom: 1px solid #F0FAFF;
    padding-bottom: 20px;
}
.amenities-outer button img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.listing-amenities li {
    display: list-item;
}
.listing-amenities li.hidden {
    display: none;
}
.listing-description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.listing-description.expanded p {
    -webkit-line-clamp: unset;
}
#toggle-description img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
#toggle-description.expanded img {
    transform: rotate(180deg);
}
.listing-calendar h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-top: 50px;
}
.hostaway-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 16px;
}
.hostaway-pagination a {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
}
.hostaway-pagination a.active {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}
.hostaway-pagination a:hover {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}
div#reservation_response:empty {
    display: none;
}
.response {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 400;
}
.response.success {
    background: #e6ffed;
    color: #256029;
    border: 1px solid #b7eb8f;
}
.response.error {
    background: #ffe6e6;
    color: #a12622;
    border: 1px solid #ffb3b3;
}
.hostaway-listings-wrapper .hostaway-listing-amenities {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    justify-content: space-between;
    column-gap: 16px;
}
.hostaway-card-content .hostaway-listing-amenities{
    column-gap: 7px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.hostaway-card-content .hostaway-listing-amenities li span span{
    font-size: 12px;
}
.hostaway-listing-amenities li {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-left: 25px;
    position: relative;
}
.hostaway-listing-amenities li:nth-child(1)::after, .hostaway-listing-amenities li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #D9D9D9;
    width: 1.5px;
    height: 100%;
}
.hostaway-listing-amenities li span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hostaway-listing-amenities li span img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.hostaway-listing-amenities li span span {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}
.hostaway_property_type_icon,
.hostaway_bed_icon,
.hostaway_bath_icon,
.hostaway_person_icon,
.hostaway_sq_icon {
    position: relative;
}
.hostaway_property_type_icon::before,
.hostaway_bed_icon::before,
.hostaway_bath_icon::before,
.hostaway_person_icon::before,
.hostaway_sq_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url('../images/beds.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}
.hostaway_sq_icon:nth-child(4)::before {
    top: 1px;
    height: 16px;
    width: 16px;
}
.hostaway_property_type_icon::before{
    background-image: url(../images/property-type.png);
}
.hostaway_bath_icon::before {
    background-image: url(../images/baths.png);
}
.hostaway_person_icon::before {
    background-image: url(../images/persons.png);
}
.hostaway_sq_icon::before {
    background-image: url(../images/sq.png);
}
.hostaway-card-content a.hostaway-listing-book-btn,
.haway-thankyou-wrap a.hostaway-listing-book-btn {
    background-color: #ffffff;
    border: 1px solid #0073AA;
    color: #0073AA;
    padding: 13px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    transition: all 0.3s ease;
    margin-top: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}
.hostaway-card-content a.hostaway-listing-book-btn:hover,
.haway-thankyou-wrap a.hostaway-listing-book-btn:hover {
    background-color: #0073AA;
    color: #ffffff;
    border: 1px solid #0073AA;
}
.haway-reservation-details {
    max-width: 520px;
    padding: 24px 28px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef0f3;
}
.haway-reservation-details p {
    margin: 0 0 14px;
    font-size: 15px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.haway-reservation-details p:last-child {
    margin-bottom: 0;
}
.haway-reservation-details strong {
    font-weight: 600;
    color: #555;
}
.haway-reservation-id {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #ddd;
    color: #111;
}
.haway-reservation-details span {
    color: #000;
}
/* CSS-based arrow icon and toggle functionality */
.arrow-icon {
    display: inline-block;
    background-image: url('../images/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
    transition: transform 0.3s ease;
    height: 25px;
    width: 25px;
}
button.expanded .arrow-icon {
    transform: rotate(180deg);
}
/* Hide amenities after 15th item */
.listing-amenities li.hidden {
    display: none;
}
/* Amenities list styling */
.listing-amenities {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.listing-amenities li {
    padding: 8px 0;
}
.listing-amenities li:last-child {
    border-bottom: none;
}
/* Button styling */
#toggle-amenities,
#toggle-description {
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
#toggle-amenities:hover,
#toggle-description:hover {
    color: #707070;
}
.listing-description p {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.listing-description.expanded p {
    max-height: none;
}
.hostaway-listing-location {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hostaway-listing-location img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.hostaway-listing-location span {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}
#price_breakdown {
    margin-top: 20px;
}
#price_breakdown div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
#price_breakdown div label,
#price_breakdown div span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
#price_breakdown div:last-child span,
#price_breakdown div:last-child label {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}
.grid_view_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 40px;
}
.grid_view_wrapper .result_count {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}
.grid_view_wrapper .sort_by {
    display: flex;
    align-items: center;
    gap: 40px;
}
.grid_view_wrapper .sort_by svg {
    width: 20px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
}
.grid_view_wrapper .sort_by .grid_view_icon {
    position: relative;
}
.grid_view_wrapper .sort_by .list_view_icon.active svg path,
.grid_view_wrapper .sort_by .grid_view_icon.active svg path {
    fill: #000000;
}
.hostaway-listings-wrapper.list-view {
    flex-direction: column;
}
.hostaway-listings-wrapper.list-view .hostaway-listing-card {
    width: 100%;
    flex-direction: row;
    border-radius: 0;
}
.hostaway-listings-wrapper.list-view .hostaway-card-image {
    flex: 0 0 35%;
}
.hostaway-listings-wrapper.list-view .hostaway-card-content a.hostaway-listing-book-btn {
    width: fit-content;
    padding: 8px 25px;
}
.hostaway-listings-wrapper.list-view .hostaway-card-content {
    flex: unset;
    padding: 15px 30px 40px;
}
.hostaway-listings-wrapper.list-view .hostaway-card-image img {
    height: 250px !important;
}
.hostaway-listings-wrapper.list-view .hostaway-card-content p {
    margin-top: 20px;
}
.hostaway-listings-wrapper.list-view .hostaway-card-content h3 {
    margin: 10px 0;
}
.hostaway-listings-wrapper .hostaway-card-content h3 a {
    text-decoration: none;
}
.hostaway-listings-wrapper.list-view .hostaway-listing-amenities {
    gap: 7px;
}

.hostaway-listings-wrapper.list-view .hostaway-listing-amenities li:nth-child(1)::after,
.hostaway-listing-amenities li:nth-child(2)::after,
.hostaway-listing-amenities li:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #D9D9D9;
    width: 1.5px;
    height: 100%;
}
.grid_view_wrapper .sort_by .grid_view_icon::after {
    position: absolute;
    content: '';
    top: 13px;
    right: -21px;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1.5px;
    background-color: #9F9F9F;
    z-index: 1;
}
.haway-cal-month-bar .hidden {
    opacity: 0;
}
.reservation-info-outer h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}
.reservation-info-outer .reservation-info-items h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}
.reservation-info-outer .reservation-info-items h4 span {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-left: 10px;
}
.reservation-info-outer .house-rules-outer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 20px 0;
}
.reservation-info-outer .house-rules-outer ul {
    padding: 0 20px;
}
.reservation-info-outer .house-rules-outer ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}
.reservation-info-outer .house-rules-outer ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.reservation-info-outer .cancellation-policy-outer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 20px 0 10px;
}
.reservation-info-outer .cancellation-policy-outer p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    background: #FFF0F0;
    padding: 7px 35px;
    position: relative;
}
.reservation-info-outer .cancellation-policy-outer p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(-50%, -50%);
    background-image: url(../images/cancellation.png);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}
.stay-note {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background: #F0FAFF;
    padding: 8px 35px;
    margin-top: 20px;
    width: fit-content;
    position: relative;
}
.stay-note::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    background-image: url(../images/reservation.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.haway-cal-month-block .haway-cal-cell.haway-cal-cell-disabled .haway-cal-cell-date,
.haway-cal-checkout-disabled .haway-cal-cell-date {
    text-decoration-line: line-through;
    color: #666666;
}
.haway-cal-month-block .haway-cal-checkout-disabled {
    cursor: auto;
}
.haway-cal-month-block .haway-cal-checkout-disabled .haway-cal-cell-date {
    color: #666666 !important;
}
.haway-cal-month-block .haway-cal-checkout-disabled .haway-cal-month-block .haway-cal-cell.haway-cal-cell-disabled .haway-cal-cell-price.haway-cal-checkout-disabled .haway-cal-cell-price {
    color: #666666;
    text-decoration-line: line-through;
}
.search-wrap {
    background: var(--bg);
    border-radius: 0;
    box-shadow: 0px 0px 15px 0px #0000000D;
    padding: 18px 18px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.search-wrap .field {
    padding: 10px 0;
}
.search-wrap .field input {
    font-size: 14px;
}
.field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
}
.ico {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: var(--brand)
}
.meta {
    display: flex;
    flex-direction: column;
    line-height: 1.25
}
.label {
    font-size: 12px;
    color: var(--muted)
}
.value, .haway-meta-items .haway-meta-item span {
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}
.stay-summary .value{
    max-width: 215px;
}
.value input,
.value select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    min-width: 0;
}
.search-wrap .value select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) no-repeat right -10px center;
    background-size: 35px;
    cursor: pointer;
    color: #000;
    padding: 8px 12px 8px 1px;
}
.value span {
    color: #000;
}
#checkin,
#checkout {
padding: 0;appearance: none;
}
.search-wrap #checkin,
.search-wrap #checkin {
    width: 100%
}
.chev {
    width: 14px;
    height: 14px;
    color: #9ca3af
}
.grow {
    flex: 1
}
.btn {
    background: var(--btn);
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 54px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .05s ease;
}
.btn:active {
    transform: translateY(1px)
}
.btn .ico {
    color: #fff
}
/* Guests dropdown */
.dropdown {
    position: relative;
}
.menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
    padding: 10px;
    min-width: 220px;
    display: none;
    z-index: 20;
}
.menu.open {
    display: block
}
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 6px
}
.stepper {
    display: flex;
    align-items: center;
    gap: 10px
}
.stepper button {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    cursor: pointer;
    line-height: 17px;
    text-align: center;
    padding: 0;
    color: #000;
}
.stepper button:hover{
    color: #000;
    background: #fff;
}
.value-pill {
    font-weight: 600;
    min-width: 28px;
    text-align: center
}
.reviews-wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 12px;
    box-sizing: border-box;
}
h2.reviews-title {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0 18px;
    color: var(--accent);
}
.review {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.review:last-child {
    border-bottom: none;
}
.avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--avatar-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
.avatar svg {
    width: 28px;
    height: 28px;
    fill: #c6c6c6;
}
.review-body {
    flex: 1;
    min-width: 0;
}
/* min-width prevents overflow in long text */
.name {
    font-weight: 700;
    font-size: 15px;
    color: #111;
}
.date {
    color: var(--muted);
    font-size: 13px;
}
.stars {
    margin: 8px 0;
    display: flex;
    gap: 4px;
    align-items: center;
}
.stars svg {
    width: 16px;
    height: 16px;
    fill: #111;
    opacity: 0.95;
}
.review-text {
    color: #444;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 6px;
}
.reservation-main {
    display: flex; 
    flex-direction: column;
    /* Stack items vertically */
    gap: 20px;
    /* Space between image and content */
    padding: 20px;
}
.reservation-content {
    display: flex;
    justify-content: space-between;
    /* Form and stay summary side by side */
    gap: 20px;
}
.billing-details {
    background-color: #fff;
    padding: 0 20px 0 0;
    width: 100%;
}
.billing-details h2 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.guest-details .form-row input,.guest-details .form-row select {
    border-radius: 0;
    border-color: #0073AA;
    min-height: 48px;
    font-size: 14px;
    color: #000;
    outline: none;
}
.guest-details .form-row input::placeholder{
    color: #000;
    opacity: 1;
}
.guest-details .form-row select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down-arrow.png) no-repeat right -2px center;
    background-size: 39px;
    cursor: pointer;
}
.payment-method h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
#card-fields label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.payment-option label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.total-price {
    font-size: 18px;
    font-weight: bold;
}
.payment-method .form-group input {
    border-radius: 0;
    border-color: #0073AA;
    outline: none;
}
.payment-method .form-group input::placeholder{
    color: #000;
    opacity: 1;
}
/* Payment method styles */
.payment-method,
.inquiry {
    margin-top: 30px;
}
.payment-option {
    border: 1px solid #0077b6;
    border-radius: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
    min-height: 70px;
    margin-top: 15px;
}
.payment-option input[type="radio"] {
    accent-color: #0077b6;
}
.payment-option img {
    height: 20px !important;
    margin-right: 10px;
}
.payment-option span {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.payment-method .submit-btn {
    color: #fff;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}
.payment-method .submit-btn {
    background-color: #0077b6;
}
.payment-method .submit-btn:hover{
    background-color:#005a8d;
}
.listing-image img {

    height: 350px !important;
    object-fit: cover;
    width: 100%;
}
#card-fields {
    margin-top: 15px;
    display: none;
    animation: fadeIn 0.3s ease;
    margin-bottom: 10px;
}
#card-fields .form-group {
    margin-top: 15px;
}
.guest-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.form-group {
    flex: 1;
}
.form-group input {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}
.billing-details .form-group input:focus {
    border-color: #0073AA;
}
.stay-summary {
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    color: #333;
    height: fit-content;
    max-width: 380px;
}
.stay-header {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.stay-row.two-col {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.stay-row.two-col .stay-item{
    display: flex;
    flex-direction: column;
}
.stay-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.stay-item .label {
    color: #666;
}
.stay-item .value {
    font-weight: 500;
}
.stay-item .price {
    margin-left: auto;
    font-weight: 500;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 12px 0;
}
.stay-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}
.search-wrap input[type="text"] {
    padding: 8px 4px;
    border-color: #0b79a8;
}
.search-wrap input{
    color: #000 !important;
}
.search-wrap input[type="text"]:focus {
    border-color: #0b79a8;
}
.search-wrap select {
    padding: 8px 1px;
}
.search-wrap #checkin,
.search-wrap #checkout {
    padding: 8px 4px;
}
/* start 13-feb-2026 */
.search-wrap button.btn {
    width: 70px;
    border-radius: 0;
}
.search-wrap .meta .label {
    font-size: 12px;
    color: #000;
}
.hostaway-pagination #haway-load-more {
    min-width: 197px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background-color: #0073AA;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.hostaway-pagination #haway-load-more:hover {
    background-color: #005a87;
}

.reservation-main .haway-gallery button.slick-arrow {
    background-color: transparent;
}
.haway-gallery button.slick-arrow:hover,.haway-gallery button.slick-arrow:focus{
    background-color:transparent;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.stay-summary .stay-item span, .stay-summary .stay-total span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.stay-summary .stay-item-guests span.label {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.stay-summary .stay-row .stay-item span.label {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
#guests svg {
    width: 23px;
    height: 23px;
}
#guests img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

/* start responsive css  */

@media (max-width:900px) {
    .search-wrap {
        flex-wrap: wrap
    }
    .field {
        flex: 1 1 240px
    }
    .btn {
        width: 100%
    }
}
@media (max-width:520px) {
    .review {
        gap: 12px;
    }
    .avatar {
        width: 48px;
        height: 48px;
    }
    .avatar svg {
        width: 24px;
        height: 24px;
    }
    .reviews-wrap {
        padding: 6px;
    }
}
/* media query start here  */
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .hostaway-listing-card {
        width: calc(33.3333% - 12px);
    }
    .hostaway-listings-wrapper {
        justify-content: center;
    }
}
@media screen and (max-width: 992px) {
    .haway-single-wrapper {
        flex-direction: column;
    }
    .haway-single-left {
        width: 100%;
    }
    .grid_view_wrapper {
        padding: 40px 20px;
    }
    .haway-single-right {
        width: 100%;
    }
    .haway-meta-items {
        gap: 16px;
    }
    .hostaway-listings-wrapper.list-view .hostaway-listing-card {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .hostaway-listings-wrapper.list-view .hostaway-card-image img {
        height: 100% !important;
    }
    .hostaway-listings-wrapper.list-view .hostaway-listing-amenities {
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hostaway-listings-wrapper.list-view .hostaway-listing-amenities li:nth-child(1)::after,
    .hostaway-listing-amenities li:nth-child(2)::after,
    .hostaway-listing-amenities li:nth-child(3)::after {
        display: none;
    }
    .hostaway-listing-amenities {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .hostaway-listing-amenities li:nth-child(1)::after,
    .hostaway-listing-amenities li:nth-child(2)::after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .hostaway-listing-card {
        width: calc(50% - 12px);
    }
    .hostaway-listings-wrapper {
        justify-content: center;
    }
    .slick-next {
        right: 30px;
    }
    .reservation-main .haway-gallery button.slick-next {
        right: 0;
    }
    .slick-next {
        position: absolute;
        top: 38%;
   }
    .slick-prev {
        left: 0px;
        top: 40%;
    }
    .slick-prev:before,
    .slick-next:before {
        height: 42px;
        width: 42px;
    }
    .grid_view_wrapper {
        padding: 0 20px;
    }
    .reservation-content {
        flex-direction: column-reverse;
    }
    .billing-details,
    .stay-summary {
        width: 100%;
    }
    .haway-single-wrapper {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px) {
    .hostaway-listing-card {
        width: 100%;
    }
    #haway-calendar {
        grid-template-columns: 1fr;
    }
    ul.listing-amenities {
        gap: 10px;
    }
    .booking-form .reservation_input_field,
    .booking-form .reservation_select_field {
        padding: 10px;
    }
    ul.listing-amenities li {
        flex: 0 0 48%;
    }
    .hostaway-pagination {
        margin-top: 10px;
    }
    .hostaway-listings-wrapper.list-view .hostaway-card-content a.hostaway-listing-book-btn {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
    }
    .hostaway-card-content h3 {
        font-size: 18px;
    }
    .hostaway-listings-wrapper.list-view .hostaway-card-content h3 {
        margin: 0 0 10px;
    }
    .hostaway-listings-wrapper.list-view .hostaway-card-content p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .hostaway_bed_icon::before,
    .hostaway_bath_icon::before,
    .hostaway_person_icon::before,
    .hostaway_sq_icon::before {
        top: 5px;
        width: 14px;
        height: 14px;
    }
    .hostaway-card-content p::before {
        top: 6px;
        width: 14px;
        height: 14px;
    }
    .hostaway-card-content a.hostaway-listing-book-btn {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
    }
    .slick-slide img {
        height: 400px !important;
    }
    .search-wrap .field{
       flex: 0 0 100% !important;  
    }
    .search-wrap .field .meta {
        width: 100%;
    }
    .search-wrap button.btn{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .ui-widget.ui-widget-content {
        min-width: calc(100vw - 72px);
    }
    .search-wrap {
        padding: 12px;
    }
     .search-wrap .field {
        flex: 1 1 47%;
    }
    .grid_view_wrapper {
        padding: 0 20px 20px;
    }
    .reservation-main {
        padding: 0 0 20px;
    }
    .page-header h1.entry-title {
        margin: 0;
        padding: 0;
        font-size: 28px;
    }
    .slider {
        margin: 20px auto 0;
    }
    .billing-details {
        padding: 0 5px;
    }
    .slick-slide img {
        height: 100% !important;
    }
    .guest-details .form-row input {
        min-height: 40px;
    }
    .billing-details h2, .payment-method h3{
        font-size: 19px;
    }
    .payment-option {
        min-height: 52px;
    }
    .haway-thankyou-wrap {
        margin-top: 10px;
    }
    .haway-gallery button.slick-next {
        right: -10px;
    }
    .haway-gallery button.slick-prev {
        left: -10px;
    }
}