/* =============================================
   Luxe Stayz – Shared Hotel Page Styles
   Used by all hotel detail Blade templates
   ============================================= */

/* ---------- Card Title ---------- */
.card-box_titlee {
    font-weight: 600;
    color: #513c3a;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* ---------- Section 1 – Hero Info Bar ---------- */
.section-1 {
    padding: 40px 65px;
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: -44px auto 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #513c3a;
}

.content h2 {
    color: #fff;
}

.content .x-price {
    -webkit-text-fill-color: rgb(0, 147, 104);
    color: rgb(0, 147, 104);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

.content .p-regular {
    color: #fff;
    font-weight: 400;
}

.content div {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* ---------- Date Picker ---------- */
.date-pick {
    max-width: 450px;
    border: solid 2px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 66px;
    gap: 10px;
    margin: 30px 0px;
    cursor: pointer;
}

/* ---------- TripAdvisor Rating ---------- */
.box-trip-rating {
    font-size: 28px;
    line-height: 1.21;
    display: flex;
    justify-content: end;
    font-weight: 700;
    margin-top: 5px;
    -webkit-text-fill-color: rgb(0, 147, 104);
    color: rgb(0, 147, 104);
}

/* ---------- City Highlights ---------- */
.square-bullets li {
    margin-bottom: 4px;
}

.cityHighlights {
    color: #fff;
}

.city-highlights-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

/* ---------- Section 2 – Sticky Nav Tags ---------- */
.stikcy-tags-items {
    padding: 27px;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.stikcy-tags-items .box_item_top {
    height: 1.8em;
}

.stikcy-tags-items .box_item_top a {
    text-decoration: none;
    color: #5D5D5B;
}

.box_item_top {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ---------- Section 3 – Content Boxes ---------- */
.section-3 .bg-white.box2 {
    max-width: 1300px;
    margin: 0 auto;
    flex-direction: column;
}

.section-3 .font-primary {
    -webkit-text-fill-color: #513c3a;
    color: #513c3a;
}

.section-3 .h3-bold {
    font-weight: 700;
}

.section-3 .box_header {
    padding: 50px 60px 50px;
    font-size: 36px;
    line-height: 1.17;
}

/* ---------- Hotel Room Cards ---------- */
.section-3 .hotel-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section-3 .content-box {
    border: 2px solid rgba(0, 0, 0, .1);
    border-left: 0;
    padding: 30px;
    border-radius: 0 12px 12px 0 / 0 12px 12px 0px;
    text-align: left;
    height: 350px;
}

.section-3 .room-heading {
    -webkit-text-fill-color: rgba(0, 0, 0, .6);
    color: #0009;
    border-bottom-width: 2px;
    display: inline;
    border-radius: 1px;
    cursor: pointer;
    border-bottom-color: #0000001a;
    border-bottom-style: solid;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.section-3 .card-info .card-info-child {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 400;
    text-align: left;
}

.section-3 .card-info .card-info-child img {
    width: 1.5em;
    height: 1.5em;
    vertical-align: bottom;
    margin-right: 8px;
}

.section-3 .hotel-main-price {
    text-decoration: line-through;
    font-weight: 400;
}

.section-3 .hotel-sale-price {
    font-weight: 700;
    -webkit-text-fill-color: rgb(0, 147, 104);
    color: rgb(0, 147, 104);
}

.section-3 .hotel-book-btn a {
    -webkit-text-fill-color: #ffffff;
    color: #fff;
    background-color: #513c3a;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #513c3a;
    border-radius: 20px;
}

.section-3 .hotel-book-btn a:hover {
    -webkit-text-fill-color: #513c3a;
    color: #513c3a;
    background-color: #fff;
    border: 2px solid #513c3a;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
}

.section-3 .hotel-book-btn {
    text-align: left;
}

.section-3 .hotels-cards {
    padding: 0px 50px;
}

/* ---------- Check-in / Check-out ---------- */
.section-3 .checkin-section {
    padding: 50px 65px 0;
    align-items: center;
}

.section-3 .check-in-card .time {
    display: flex;
    gap: 10px;
}

.section-3 .check-in-card p {
    font-size: 20px;
    -webkit-text-fill-color: rgba(0, 0, 0, .4);
    color: #0006;
}

.section-3 .check-in-card .time h4 span {
    font-weight: 800 !important;
}

.section-3 .check-in-card .time h4 {
    -webkit-text-fill-color: rgba(0, 0, 0, .4);
    color: #0006;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.21;
}

/* ---------- Divider ---------- */
.height-border {
    max-width: 1300px;
    margin: auto;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
}

/* ---------- Amenities Grid ---------- */
.box_cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.box_card_items {
    color: #0000004d;
    font-size: 20px;
}

/* ---------- Section Padding ---------- */
#amenities {
    padding-bottom: 70px;
}

#reviews {
    padding-bottom: 70px;
}

#gallery {
    padding: 0px 30px 70px 30px;
}

#location {
    padding: 0px 30px 70px 30px;
}

#faq {
    padding: 0px 30px 70px 30px;
}

/* ---------- Map Box ---------- */
.map_box .box_map_btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.map_box .box_map {
    max-width: 570px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

/* ---------- Links ---------- */
.link-bg-white {
    border-bottom-width: 2px;
    display: inline;
    color: #0006;
    border-radius: 1px;
    cursor: pointer;
    border-bottom-color: #0000001a;
    border-bottom-style: solid;
}

/* ---------- Address / Location ---------- */
.address {
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0;
    color: #0006;
}

.address-maps {
    border-bottom-width: 2px;
    display: inline;
    color: #0006;
    border-radius: 1px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-bottom-color: #0000001a;
    border-bottom-style: solid;
}

.show-near {
    margin: 30px 0px;
}

.box_item_icon {
    width: 80px;
    height: 80px;
}

.box_item_title {
    color: #5D5D5B;
    font-weight: 600;
    font-size: 18px;
}

/* ---------- Nearby Box ---------- */
.box-near {
    border: solid 2px rgba(0, 0, 0, .1);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.box-near .box_headerr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box_header_img {
    height: 54px;
    width: 54px;
}

.nearby-main {
    -webkit-text-fill-color: #513c3a;
    color: #513c3a;
    font-size: 18px;
    font-weight: 700;
}

.nearby {
    color: #00000073;
    font-size: 16px;
}

/* ---------- FAQ Accordion ---------- */
.room-details-accordion-item,
.room-details-accordion-button,
.room-details-accordion-button:not(.collapsed),
.room-details-accordion-body {
    background: #e5e2e2;
}

#general_faqaccordion {
    padding: 0px 30px 70px 30px;
}

/* ---------- Gallery Slider ---------- */
.tw-h-542-px {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* ---------- Hotel Card Carousel ---------- */
.hotel-card .carousel {
    height: 100%;
}

.hotel-card .carousel-inner,
.hotel-card .carousel-item {
    height: 100%;
}

.hotel-card .carousel-item img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hotel-card .carousel-item {
    transition: opacity 0.4s ease-in-out;
}

.hotel-card .carousel-indicators {
    bottom: 15px;
    margin-bottom: 0;
}

.hotel-card .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    transition: background-color 0.3s;
    margin: 0 3px;
}

.hotel-card .carousel-indicators button.active {
    background-color: white;
    transform: scale(1.2);
}

.hotel-card .carousel-control-prev,
.hotel-card .carousel-control-next {
    width: 45px;
    opacity: 0;
    transition: opacity 0.3s;
}

.hotel-card:hover .carousel-control-prev,
.hotel-card:hover .carousel-control-next {
    opacity: 0.9;
}

.hotel-card .carousel-control-prev:hover,
.hotel-card .carousel-control-next:hover {
    opacity: 1;
}

.hotel-card .carousel-control-prev-icon,
.hotel-card .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 6px;
}

.hotel-card .carousel:hover {
    cursor: pointer;
}

/* ---------- Responsive – Mobile ---------- */
@media (max-width: 768px) {
    #general_faqaccordion {
        padding: 0px 10px 40px 10px;
    }

    .stikcy-tags-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .section-3 .hotel-card img {
        border-radius: 10px 10px 0px 0px;
    }

    .section-3 .content-box {
        border: 2px solid rgba(0, 0, 0, .1);
        border-radius: 0px 0px 10px 10px;
        height: 250px;
    }

    .section-3 .check-in-card .time {
        display: block;
    }

    .section-3 .checkin-section {
        padding: 30px 25px 0;
        align-items: center;
    }

    .section-3 .hotels-cards {
        padding: 0px 20px;
    }

    .box_cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .tw-h-542-px {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .box-near {
        padding: 10px;
        margin-bottom: 30px;
    }
}