.svg-16,
.svg-24 {
    fill: currentcolor;
    display: block
}

.cal-head span,
.cal-month-label,
.calendar-grid,
.month-header,
.no-charge-text,
.offer-item i,
.report-box,
h3.reviews-title {
    text-align: center
}

.cal-day.empty,
.cal-day.past {
    cursor: default
}

:root {
    --airbnb-red: #ff385c;
    --airbnb-dark: #222222;
    --airbnb-gray: #717171;
    --star-color: #ffc238;
    --airbnb-light-gray: #dddddd;
    --airbnb-bg: #ffffff;
    --airbnb-shadow: 0 6px 16px rgba(0, 0, 0, 0.12)
}

.svg-12 {
    display: block;
    height: 12px;
    width: 12px
}

.svg-16 {
    height: 16px;
    width: 16px
}

.svg-24 {
    height: 24px;
    width: 24px
}

.st-color {
    color: #e8917d
}

.fs-18 {
    font-size: 18px
}

.border-bottom {
    border-bottom: 1px solid #ebebeb !important
}

.map-iframe {
    border: 0
}

.review-card-modal {
    border: none;
    padding: 0 0 24px;
    margin-bottom: 24px
}

body {
    background-color: var(--airbnb-bg)
}

.property-title-section {
    padding: 30px 0 20px
}

.gallery-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.property-page-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--airbnb-dark);
    margin-bottom: 8px
}

.property-meta-links {
    font-size: 14px;
    color: var(--airbnb-dark);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0
}

.btn-share,
.btn-show-more {
    font-weight: 600;
    align-items: center;
    cursor: pointer
}

.price-row.total,
.property-meta-links span {
    font-weight: 600
}

.property-meta-links span i,
.r-stars i,
.u-stars i {
    color: var(--star-color)
}

.property-meta-links a {
    color: var(--airbnb-dark);
    text-decoration: underline
}

.btn-share {
    background: 0 0;
    border: none;
    font-size: 14px;
    display: flex;
    gap: 8px;
    padding: 11px 42px;
    border-radius: 999px;
    transition: background .2s;
    background: var(--accent-color);
    color: var(--airbnb-bg);
    text-decoration: none
}

.btn-show-more,
.read-more {
    text-decoration: underline
}

.btn-share:hover {
    background: var(--accent-color)
}

.gallery-section {
    margin-bottom: 40px
}

.property-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 8px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.gallery-item-large {
    grid-column: 1/2;
    grid-row: 1/3
}

.property-gallery-grid a {
    display: block;
    width: 100%;
    height: 100%
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .3s
}

.gallery-img:hover {
    filter: brightness(.9)
}

.btn-show-all {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.property-page-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    padding-top: 20px
}

.host-info {
    margin-bottom: 30px;
    border-bottom: 1px solid #00000061
}

.host-info h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px
}

.host-info p {
    color: var(--airbnb-dark);
    font-size: 16px
}

.section-divider {
    height: 1px;
    background-color: var(--airbnb-light-gray);
    margin: 32px 0
}

.property-highlights {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.highlight-item {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.highlight-item i {
    font-size: 24px;
    color: var(--airbnb-dark);
    margin-top: 4px
}

.h-text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--bs-black)
}

.h-text p {
    color: var(--airbnb-gray);
    font-size: 14px
}

.property-description h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--black-color)
}

.property-description p {
    font-size: 16px;
    line-height: 24px;
    color: var(--airbnb-dark)
}

.btn-show-more {
    background: 0 0;
    border: none;
    font-size: 16px;
    margin-top: 10px;
    padding: 0;
    display: flex;
    gap: 4px
}

.desc-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.desc-clamp.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.sleep-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--dark)
}

h3.reviews-title {
    font-size: 24px;
    font-weight: 700
}

.sleep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.sleep-card img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px
}

.sleep-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px
}

.price-header span:last-child,
.sleep-card p {
    font-size: 14px
}

.sleep-card p {
    color: var(--airbnb-gray)
}

.offers-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--bs-black)
}

.booking-card h3,
h4 {
    color: var(--black-color)
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    color: var(--airbnb-dark)
}

.offer-item i {
    font-size: 20px;
    width: 24px
}

.btn-outline-dark {
    background: #fff;
    padding: 13px 23px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border: none;
    color: var(--airbnb-bg)
}

.btn-outline-dark:hover {
    background: var(--secondary-color)
}

.booking-card {
    position: sticky;
    top: 147px;
    padding: 24px;
    border: 1px solid var(--airbnb-light-gray);
    border-radius: 12px;
    box-shadow: var(--airbnb-shadow);
    background: #fff;
    margin-top: 30px
}

.dp-item,
.guest-picker {
    padding: 10px 12px
}

.booking-card h3 {
    font-style: 25px
}

.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.price-header strong {
    font-size: 22px
}

.booking-form {
    border: 1px solid var(--airbnb-light-gray);
    border-radius: 8px;
    margin-bottom: 16px
}

.date-picker-grid {
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--airbnb-light-gray);
}

.dp-input-wrap {
    display: flex;
    align-items: center;
    gap: 6px
}

.dp-icon {
    width: 16px;
    height: 16px;
    color: var(--airbnb-gray);
    flex-shrink: 0;
    cursor: pointer
}

.dp-item:first-child {
    border-right: 1px solid var(--airbnb-light-gray)
}

.dp-item label,
.guest-picker label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 2px
}

.dp-item input,
.guest-picker select {
    width: 100%;
    border: none;
    font-size: 14px;
    color: var(--airbnb-gray);
    outline: 0
}

.guest-picker {
    border: 1px solid #ddd
}

.btn-primary-airbnb {
    width: 100%;
    padding: 14px;
    background: #004d4d;
    color: var(--airbnb-bg);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px
}

.no-charge-text {
    font-size: 14px;
    color: var(--airbnb-gray);
    margin: 16px 0 24px
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--airbnb-dark)
}

.day-name,
.map-info-card p,
.r-stars span,
.report-box a,
.u-info p {
    color: var(--airbnb-gray)
}

.report-box {
    margin-top: 24px
}

.report-box a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

@media (max-width:992px) {
    .property-page-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .property-side-col {
        order: -1
    }

    .booking-card {
        position: static;
        margin-top: 0
    }

    .property-gallery-grid {
        grid-template-columns: 1fr 1fr;
        height: auto
    }

    .gallery-item-large {
        grid-row: 1/3
    }
}

.availability-section,
.reviews-section {
    padding-bottom: 40px
}

.calendar-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 24px;
    overflow-x: auto;
    padding: 10px 0
}

.calendar-month {
    flex: 1;
    min-width: 300px
}

.month-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 14px
}

.day-name {
    font-weight: 600;
    margin-bottom: 10px
}

.calendar-grid div:not(.day-name) {
    padding: 10px 0;
    position: relative;
    cursor: pointer
}

.calendar-grid div.selected {
    background: #f7f7f7;
    color: var(--airbnb-dark)
}

.calendar-grid div.selected.end,
.calendar-grid div.selected.start {
    background: var(--airbnb-dark);
    color: #fff;
    border-radius: 50%
}

.calendar-grid div.selected:not(.start):not(.end) {
    background: #f0f0f0
}

.overall-rating-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px
}

.r-left {
    display: flex;
    align-items: anchor-center;
    gap: 11px
}

.platform-ratings {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 17px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 10px
}

.platform-ratings span i {
    color: var(--accent-color);
    margin-right: 5px
}

.rating-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.map-info-card h4,
.r-left h4 {
    font-size: 16px;
    margin-bottom: 5px
}

.r-score {
    font-size: 28px;
    font-weight: 700;
    color: var(--bs-black)
}

.r-stars {
    color: var(--airbnb-red);
    font-size: 14px
}

button.btn-primary-airbnb.btn-write-review {
    border-radius: 99px
}

.r-stars span {
    margin-left: 5px
}

.btn-write-review {
    width: auto;
    padding: 10px 25px;
    margin-top: 0
}

.reviews-carousel {
    margin-top: 30px;
    padding-bottom: 10px
}

.reviews-carousel .owl-stage {
    display: flex;
    align-items: stretch
}

.reviews-carousel .owl-item {
    display: flex
}

.reviews-carousel .owl-item .review-card {
    flex: 1
}

.review-card {
    border: 1px solid var(--airbnb-light-gray);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.owl-item .review-card {
    height: auto;
    min-height: 100%
}

.u-info {
    display: flex;
    gap: 12px;
    margin-bottom: 12px
}

.u-avatar {
    width: 40px;
    height: 40px;
    background: #4a5568;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600
}

.map-info-card span i,
.u-stars {
    color: var(--airbnb-red)
}

.u-info strong {
    display: block;
    font-size: 15px
}

.u-info p {
    font-size: 12px;
    margin-bottom: -3px
}

.u-info p:last-child {
    color: #004d4d;
    font-weight: 500
}

.u-stars {
    font-size: 12px;
    margin-bottom: 10px
}

.read-more,
.u-comment {
    color: var(--airbnb-dark)
}

.u-comment {
    font-size: 14px;
    line-height: 1.5;
    flex: 1
}

.read-more {
    display: inline-block;
    margin-top: auto;
    padding-top: 12px;
    font-weight: 600;
    font-size: 14px
}

.map-section-full {
    padding-bottom: 60px
}

.map-title-airbnb {
    font-size: 24px;
    color: var(--bs-black)
}

.map-container-airbnb {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden
}

.map-info-card {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    z-index: 10;
    width: 250px
}

.map-info-card p {
    font-size: 14px;
    margin-bottom: 10px
}

.map-frame-airbnb {
    width: 100%;
    height: 100%;
    border: 0
}

button.btn-share {
    background: #004d4d
}

button.btn-share:hover {
    background: #e8917d;
    color: var(--airbnb-bg)
}

section {
    padding: 0
}

.amenities-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0, 0, 0, .1);
    z-index: 1050;
    transition: right .3s ease-in-out;
    display: flex;
    flex-direction: column
}

.amenities-offcanvas.active {
    right: 0
}

.amenities-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #ebebeb
}

.amenities-header h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}

.amenities-body .offer-item,
.amenities-body h3 {
    margin-bottom: 16px
}

.btn-close-amenities {
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

.avail-title,
.cal-day .d-num {
    color: var(--black-color);
    line-height: 1.3
}

.btn-close-amenities:hover {
    background: #f7f7f7
}

.amenities-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1
}

.amenities-body h3 {
    font-size: 23px;
    margin-top: 24px;
    font-weight: 600;
    color: var(--black-color)
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1040;
    display: none
}

.offcanvas-backdrop.active {
    display: block
}

.avail-wrap {
    /* padding: 2.5rem 0 2rem */
}

.avail-divider {
    border: none;
    border-top: 1px solid #e8e4df;
    margin: 0 0 2.5rem
}

.avail-title {
    font-size: var(--f28);
    font-weight: 700;
    font-family: var(--secondary-font);
    text-transform: capitalize;
    letter-spacing: -.3px;
    /* margin: 0 0 2rem */
}

.cal-grid {
    display: grid;
    grid-template-columns: 1fr 0fr;
    gap: 1.5rem
}

.cal-grid>div {
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(26, 74, 94, .06)
}

.cal-month-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color)
}

.cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem
}

.nav-btn {
    background: 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a4a5e;
    font-size: 16px;
    line-height: 1;
    transition: background .15s, border-color .15s
}

.cal-body,
.cal-head {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.nav-btn:hover {
    background: #eef5f8;
    border-color: #1a4a5e
}

.cal-head {
    margin-bottom: 4px;
    border-bottom: 1px solid #f0ede8;
    padding-bottom: 8px
}

.cal-head span {
    font-size: 11px;
    color: #8a9ba3;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 0
}

.cal-body {
    gap: 3px
}

.cal-day {
    min-height: 54px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: .15s
}

.cal-day:hover:not(.past):not(.empty):not(.booked) {
    background: #eef5f8;
    border-color: rgba(26, 74, 94, .2)
}

.cal-day.past {
    opacity: .3
}

.cal-day .d-num {
    font-size: 13px;
    font-weight: 500
}

.cal-day .d-price {
    font-size: 11px;
    display: none;
    color: #6b8a95;
    line-height: 1.2;
    font-weight: 400
}

.cal-day.booked {
    background: #f5f2ee;
    cursor: default
}

.cal-day.booked .d-num {
    color: #bbb;
    text-decoration: line-through
}

.cal-day.booked .d-price {
    color: #ccc
}

.cal-day.selected {
    background: #1a4a5e;
    border-color: #1a4a5e
}

.cal-day.selected .d-num {
    color: #fff;
    font-weight: 600
}

.cal-day.selected .d-price {
    color: #8fc8d8
}

.cal-day.today {
    border-color: #1a4a5e;
    background: #eef5f8
}

.cal-day.today .d-num {
    color: #1a4a5e;
    font-weight: 700
}

.avail-legend {
    display: flex;
    gap: 1.75rem;
    margin-top: 1.5rem;
    padding: .85rem 1.25rem;
    background: #f8f6f2;
    border-radius: 10px;
    width: fit-content
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: #555;
    font-weight: 500
}

.legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    flex-shrink: 0
}

.select {
    background: #1a4a5e
}

.unav {
    background: #f5f2ee;
    border: 1px solid #ddd
}

.av {
    background: #eef5f8;
    border: 1px solid rgba(26, 74, 94, .27)
}

@media (max-width:768px) {

    .cal-grid,
    .offers-grid,
    .property-gallery-grid,
    .sleep-grid {
        grid-template-columns: 1fr
    }

    .gallery-top,
    .rating-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .property-page-title {
        font-size: 22px
    }

    .property-gallery-grid {
        grid-template-rows: auto
    }

    .gallery-item-large {
        grid-row: auto;
        height: 250px
    }

    .gallery-item-small {
        display: none
    }

    .calendar-wrapper {
        flex-direction: column
    }

    .review-card {
        flex: 0 0 calc(100% - 40px)
    }
}


/* Title Styling */
.sleep-section-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #222;
}

/* Container for Flexbox */
.sleep-cards-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; /* Ye mobile par niche shift kar dega */
}

/* Card Styling */
.sleep-card {
    flex: 1; /* Desktop par barabar jagah lenge */
    min-width: 300px; /* Isse chota hone par card niche chala jayega */
    max-width: 48%; /* Desktop par 2 cards ek line mein */
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.sleep-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Image Box */
.sleep-img-box {
    margin-bottom: 16px;
}

.sleep-img-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

/* Info Text */
.sleep-info h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.sleep-info p {
    margin: 0;
    color: #717171;
    font-size: 14px;
}

/* --- Responsive Media Queries --- */

@media (max-width: 768px) {
    .sleep-card {
        max-width: 100%; 
        flex: 0 0 100%;
    }
    
    .sleep-img-box img {
        height: 200px; 
    }
}

@media (max-width: 480px) {
    .sleep-section-title {
        font-size: 18px; 
    }
    
    .sleep-card {
        padding: 16px; 
    }
}



@media (max-width: 575.98px) {
    .col-md-6 {
    width: 50% !important;
    }
.review-card {
    border: 1px solid var(--airbnb-light-gray);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    margin: 0px 1px;
}



}

#datepicker-demo17.datepicker {
    margin-left: -45px !important;
}