
:root {
    --tsh-ink: 0 0% 6%;
    --tsh-body: 0 0% 16%;
    --tsh-muted: 0 0% 40%;
    --tsh-grey: 0 0% 70%;
    --tsh-border: 0 0% 88%;
    --tsh-bg-secondary: 0 0% 96%;
    --tsh-yellow: 51 96% 60%;
    --tsh-yellow-soft: 50 100% 78%;
    --tsh-blue: 220 100% 72%;
    --tsh-green: 130 50% 67%;
    --tsh-radius-sm: 4px;
    --tsh-radius-md: 6px;
    --tsh-radius-lg: 8px;
    --tsh-radius-xl: 12px;
    --tsh-radius-2xl: 16px;
    --tsh-font-body: "DM Sans", Inter, system-ui, sans-serif;
}

.factsheet-wrapper h1, .factsheet-wrapper h2, .factsheet-wrapper h3, .factsheet-wrapper h4, .factsheet-wrapper h5, .factsheet-wrapper h6,
.bp-section h1, .bp-section h2, .bp-section h3, .bp-section h4, .bp-section h5, .bp-section h6,
.bookingplanswrap h1, .bookingplanswrap h2, .bookingplanswrap h3, .bookingplanswrap h4, .bookingplanswrap h5, .bookingplanswrap h6 {
    font-family: "Aileron", "Inter", sans-serif;
    letter-spacing: -0.024em;
    line-height: 1.11;
}

.ph-header,
.bp-section,
.whatsinside-section,
.fm-section,
.sc-section,
.loc-section,
.pf-section,
.bookingplanswrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Sticky property header */
.ph-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.ph-topbar {
    height: 4px;
    background: hsl(var(--tsh-ink));
}

.ph-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 32px;
    border-bottom: 1px solid hsl(var(--tsh-border));
}

.ph-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.ph-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: hsl(var(--tsh-ink));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.ph-wordmark {
    color: hsl(var(--tsh-ink));
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.14em;
}

.ph-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ph-nav a {
    color: #000;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
}

.ph-nav a:hover {
    color: hsl(var(--tsh-ink));
}

.ph-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.ph-share {
    color: hsl(var(--tsh-body));
    font-size: 0.88rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.ph-share:hover {
    color: hsl(var(--tsh-ink));
}

.ph-book-btn {
    background: hsl(var(--tsh-ink));
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.ph-book-btn:hover {
    color: #ffffff;
}
#spnPropaddr i {
    padding-right:10px;
}
/***Banner Section****/
.factsheet-banners-wrapper {
    position: relative;
}
.factsheet-banners-wrapper-left .container {
    display: block;
    max-width: 100%;
    padding: 0;
}
.card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 3px rgba(0, 0, 0, 0);
    color: #333333;
    border-radius: 5px !important;
    border: 0px solid rgba(0, 0, 0, .125) !important;
}
.card-image a img {
    width: 100%;
}
/* Breadcrumbs — written to stand on their own rather than lean on the
   inline Tailwind utility classes in the markup (flex/items-center/gap-2/
   uppercase/tracking), since Tailwind's preflight is disabled on this page
   ("keep Bootstrap's reset in charge") and Bootstrap's own list/link resets
   otherwise take over, breaking wrap behavior on narrow screens. */
.breadcrumb_booking .links {
    margin-bottom: 6px;
}

.breadcrumb_booking ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.breadcrumb_booking ul li {
    display: flex;
    align-items: center;
    min-width: 0;
}

.breadcrumb_booking ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: hsl(var(--tsh-muted));
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
}

.breadcrumb_booking ul li:last-child a {
    color: hsl(var(--tsh-ink));
    cursor: default;
}

.breadcrumb_booking ul li:not(:last-child) a:hover {
    color: hsl(var(--tsh-ink));
}

.breadcrumb_booking ul li a span {
    padding-right: 0;
    flex-shrink: 0;
}

.breadcrumb_booking ul li a:empty {
    display: none;
}
#bookingPlansSection {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.badgefastfilling, .FullyOccupied {
    position: absolute;
    top: -5px;
    z-index: 9;
    left: 5px;
}
.fficon {
    top: 12%;
    position: absolute;
    width: 28px !important;
    height: 28px !important;
    left: 10%;
}
.badgefastfilling p {
    position: absolute;
    top: 28%;
    z-index: 9;
    left: 35%;
    color: #fff;
    font-size: 12px;
}
.badgefastfilling > img, .FullyOccupied > img {
width:135px!important;
height:37px!important;
}
.factsheet-banners-wrapper-left .card-image,
.factsheet-banners-wrapper-right .card-image {
    position: relative;
    overflow: hidden;
}
.factsheet-banners-wrapper-left .card img {
    width: 100%;
    /*height: 393px;*/
    object-fit: cover;
    border-radius: 5px;
}
.factsheet-banners-wrapper-right #GviewPropertyImages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
    margin-left: 0px;
    padding: 0;
}
.factsheet-banners-wrapper-right #GviewPropertyImages .card {
    margin-bottom: 0;
}
.factsheet-banners-wrapper-right #GviewPropertyImages .card img {
    width: 100%;
    /*height: 202px;*/
    object-fit: cover;
    border-radius: 5px;
}
.factsheet-banners-wrapper-right .card.card-viewmore .card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    border-radius: 5px;
}
.factsheet-banners-wrapper-right .card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.factsheet-banners-wrapper-right .card-text img {
    height: auto !important;
    width: 26px !important;
    margin: 0 auto 6px;
    display: block;
}
.factsheet-banners-wrapper-right .card-text p {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.factsheet-banners-wrapper-right .card-text p span {
    font-size: 15px;
}
.hidden-mob {
    display: block;
}
.card-image .goldtag {
    position: absolute;
}
.goldtag, .flashSale {
    /*position: absolute;*/
    z-index: 9;
    top: 0;
    width: 77px !important;
    right: 20px !important;
    height: 96px !important;
}
.Grid360degree img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 70%;
    right: 25px;
}

.flashSale {
    width: 100px !important;
    height: auto !important;
}

#gallerySection,
#whatsInsideSection,
#foodMenuSection,
#bookingPlansSection,
#locationSection {
    scroll-margin-top: 84px;
}
#gallerySection {
margin-top:20px;
}
/* The shared header/footer includes load a second, independently-configured
   Tailwind CDN instance on this page, which forces some base utilities
   (e.g. px-2) to !important while leaving their md: responsive variant
   un-important — so md:px-10 can never win. Pin the intended values here
   instead of relying on Tailwind's cascade for this element. */
#gallerySection {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
    /* Rooms & Booking Plans section — property.aspx */
    .bp-section {
        background: #fff;
        padding: 0px 0 64px;
        font-family: var(--tsh-font-body);
        letter-spacing: -0.005em;
    }

.bp-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 300;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #0000001a;
}

.bp-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 20px 0 24px;
}

/* Feature chips */
.bp-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 40px;
}

.bp-feature-grid i {
    color: hsl(var(--tsh-ink));
}


/* Section label */
.bp-eyebrow {
    color: hsl(var(--tsh-muted));
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.bp-subheading {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    margin-bottom: 0;
}

/* Tabs */
.bp-stay-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    background: hsl(var(--tsh-bg-secondary));
    border-radius: 999px;
    padding: 5px;
    margin-bottom: 28px;
}

.bp-stay-tab {
    display: flex;
    gap: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 999px;
    padding: 12px 30px;
    text-align: left;
    line-height: 1.25;
    transition: background .18s ease, color .18s ease;
    color: #000;
    text-decoration: none;
}
    .bp-stay-tab:hover {
        color: #000;
        text-decoration: none;
    }

    .bp-stay-tab .bp-tab-main {
        display: block;
        font-size: 0.85rem;
        font-weight: 400;
        color: hsl(var(--tsh-body));
    }

.bp-stay-tab .bp-tab-sub {
    display: block;
    font-size: 0.7rem;
    color: hsl(var(--tsh-muted));
    margin-top: 1px;
}

.bp-stay-tab.active {
    background: hsl(var(--tsh-ink));
    color:#fff;
    text-decoration:none;
}

.bp-stay-tab.active .bp-tab-main {
    color: #ffffff;
}

.bp-stay-tab.active .bp-tab-sub {
    color: hsl(var(--tsh-grey));
}
.booking-new-schedule a.confirm-btn {
    width: 100%;
    border-radius: 0px;
    background: #111;
    border: 1px solid #111;
    color:#fff;
}
    .booking-new-schedule a.confirm-btn:focus {
    box-shadow:none;
    }
    #enquiryNowForm #fname-error, #mobileno-error, #email-error, #slVisitSlots-error {
        position: absolute;
        font-size: 10px;
        right: 0;
        color: red;
    }
.signup-box .form-group {
    position:relative;
}
.signup-box button#schedule-btn {
    width: 100%;
    border-radius: 0px;
    background: #111;
    border: 1px solid #111;
    outline: none;
}
    .signup-box button#schedule-btn:focus {
    box-shadow:none;
    }
    .signup-box {
        padding: 0;
    }
.booking-new-schedule {
font-size:14px;
}
.booking-new-schedule p {
    margin-bottom:5px;
}
.signup-box {
padding:0;
}
/* Room cards */
.bp-room-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bp-room-card {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-2xl);
    padding: 16px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.bp-room-card:hover {
    border-color: hsl(var(--tsh-grey));
}

.bp-room-card.selected {
    border-color: hsl(var(--tsh-ink));
    box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.15);
}

.bp-room-thumb {
    position: relative;
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: var(--tsh-radius-lg);
    overflow: hidden;
    background: hsl(var(--tsh-bg-secondary));
}

.bp-room-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-room-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    background: rgba(255, 255, 255, 0.95);
    padding: 4px 8px;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bp-room-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bp-room-tag {
    color: hsl(var(--tsh-muted));
    font-size: 0.6875rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.bp-room-title {
    color: hsl(var(--tsh-ink));
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0;
}


.bp-room-desc {
    color: hsl(var(--tsh-muted));
    font-size: 0.875rem;
    line-height: 1.5;
}

.bp-room-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--tsh-muted));
    font-size: 0.75rem;
    margin-top: 10px;
}

.bp-room-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(var(--tsh-ink) / 0.4);
    flex-shrink: 0;
}

.bp-room-price-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
    min-width: 150px;
    border-left: 1px solid #0000001a;
    padding-left: 24px;
}

.bp-room-tenure {
    color: hsl(var(--tsh-muted));
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: left;
}

.bp-room-price {
    margin-top: 4px;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: hsl(var(--tsh-ink));
}


.bp-room-price span {
    font-size: 0.75rem;
    font-weight: 400;
    color: hsl(var(--tsh-muted));
}

.bp-room-save {
    font-size: 0.6875rem;
    margin-top: 2px;
    color: hsl(var(--tsh-ink) / 0.7);
}

.bp-room-check {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #0000001a;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00000066;
    font-size: 0.8rem;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.bp-room-check.checked {
    background: hsl(var(--tsh-ink));
    border-color: hsl(var(--tsh-ink));
    color: #ffffff;
}

/* Current offers */
.bp-note {
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 28px 0 20px;
    max-width: 640px;
}

.bp-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 8px;
}


.bp-offer-card {
    background: hsl(var(--tsh-bg-secondary));
    border-radius: var(--tsh-radius-2xl);
    padding: 20px;
}

.bp-offer-label {
    color: hsl(var(--tsh-muted));
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bp-offer-value {
    color: hsl(var(--tsh-ink));
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.bp-offer-desc {
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    line-height: 1.4;
}

/***Booking Plans*****/
.bookingplanswrap {
    background-color: #fff;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.bookingplans {
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 8px;
}

.bp-note-center {
    text-align: center;
    margin: 0 auto 32px;
}

.bp-eyebrow-center,
.bp-subheading-center {
    text-align: center;
}

.bp-subheading-center {
    margin-bottom: 28px;
}

.standardcharge h2, .terms h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.standardcharge {
    padding-right: 10px;
}

.terms {
    padding-left: 40px;
}

.room-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.room-row {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: var(--tsh-radius-2xl);
    margin-bottom:20px;
    transition: border-color .18s ease;
}

.room-row:hover {
    border-color: hsl(var(--tsh-grey));
}

/* Left Card */
.room-type-card {
    width: 170px;
    height: 112px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-right: 24px;
    background-color: #0000001a;
    padding: 12px;
    border-radius: 10px;
}

    .room-type-card .sharing-img {
        margin-bottom: 5px;
        min-height: 34px;
        display: flex;
        align-items: center;
    }

    .room-type-card i {
        font-size: 26px;
        color: hsl(var(--tsh-ink));
    }

    .room-type-card h3 {
        font-size: 1.05rem;
        font-weight: 500;
        margin-bottom: 2px;
        color: hsl(var(--tsh-ink));
    }

    .room-type-card p {
        font-size: 0.6875rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: hsl(var(--tsh-muted));
        margin-bottom: 0;
    }

.charges-table tr td {
    font-size: 13px;
    color: #6c757d;
}

    .charges-table tr td span {
        color: #000;
    }

ul.terms-list li {
    font-size: 11px;
    color: #6c757d;
}

    ul.terms-list li span {
        color: #000;
    }
/* Price Cards */
.price-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.room-wrapper .price-section .price-card-wrap {
    flex: 1 1 150px;
    text-align: center;
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-lg);
    padding: 14px 18px;
    background: #fff;
    transition: border-color .18s ease;
}

.room-wrapper .price-section .price-card-wrap:hover {
    border-color: hsl(var(--tsh-grey));
}

.room-wrapper .duration {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: hsl(var(--tsh-muted));
    margin-bottom: 10px;
}

.room-wrapper .price-card {
    background: transparent;
    padding: 0;
}

.currentofferwrap .price-card-wrap {
    text-align: center;
}

.currentofferwrap .offer-card {
    border: none;
    border-radius: var(--tsh-radius-2xl);
    background: hsl(var(--tsh-bg-secondary));
    padding: 24px 20px;
    cursor: default;
}

.currentofferwrap .offertext {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: hsl(var(--tsh-muted));
    margin-bottom: 0;
}

.currentofferwrap .offercardtext {
    font-size: 0.85rem;
    line-height: 1.4;
    color: hsl(var(--tsh-muted));
    margin-top: 12px;
}

.price {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: hsl(var(--tsh-ink));
}

.rent-text {
    font-size: 0.72rem;
    color: hsl(var(--tsh-muted));
    margin-top: 8px;
}

.terms-list {
    list-style: none;
}

    .terms-list li {
        margin-bottom: 3px;
        line-height: 1.6;
    }

.booking-plans-container {
    width: 100%;
    margin: 0 auto;
}
.calendar-wrapper.picker {
top:100px;
}
/* Right side summary panel */
.bp-summary-card {
    border: 1px solid hsl(var(--tsh-border));
    /*border-radius: var(--tsh-radius-2xl);*/
    padding: 22px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    margin-top:2px;
}

.bp-summary-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}

.bp-summary-price {
    color: hsl(var(--tsh-ink));
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
}

.bp-summary-price span {
    font-size: 0.85rem;
    font-weight: 500;
    color: hsl(var(--tsh-muted));
}

.bp-summary-tag {
    text-align: right;
    color: hsl(var(--tsh-ink));
    font-size: 0.85rem;
    font-weight: 600;
}

.bp-summary-tag i {
    margin-right: 4px;
}

.bp-summary-address {
    text-align: right;
    color: hsl(var(--tsh-muted));
    font-size: 0.72rem;
    margin-top: 2px;
}

.bp-summary-room {
    color: hsl(var(--tsh-muted));
    font-size: 0.82rem;
    margin-bottom: 16px;
}

.bp-summary-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.bp-field {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-lg);
    padding: 8px 10px;
    position: relative;
}

.bp-field label {
    display: block;
    color: hsl(var(--tsh-muted));
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.bp-field input,
.bp-field select {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    color: hsl(var(--tsh-ink));
    font-size: 0.85rem;
    font-weight: 600;
    background: transparent;
    appearance: none;
}

.bp-field i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-25%);
    color: hsl(var(--tsh-muted));
    font-size: 0.75rem;
    pointer-events: none;
}

.bp-field-room {
    margin-bottom: 16px;
}

.bp-btn-reserve {
    width: 100%;
    background: hsl(var(--tsh-ink));
    color: #ffffff;
    border: none;
    padding: 13px 16px;
    font-size: 0.92rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 10px;
}

.bp-btn-schedule {
    width: 100%;
    background: #fff;
    color: hsl(var(--tsh-ink));
    border: 1px solid hsl(var(--tsh-border));
    padding: 12px 16px;
    font-size: 0.88rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 18px;
}

.bp-summary-breakdown {
    border-top: 1px solid hsl(var(--tsh-border));
    padding-top: 14px;
}

.bp-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: hsl(var(--tsh-muted));
    padding: 5px 0;
}

.bp-breakdown-row span:last-child {
    color: hsl(var(--tsh-body));
    font-weight: 500;
}

.bp-breakdown-row.total {
    border-top: 1px solid hsl(var(--tsh-border));
    margin-top: 6px;
    padding-top: 10px;
    color: hsl(var(--tsh-ink));
    font-weight: 600;
    font-size: 0.88rem;
}

.bp-breakdown-row.total span:last-child {
    color: hsl(var(--tsh-ink));
    font-weight: 700;
}

.bp-summary-footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: hsl(var(--tsh-muted));
    font-size: 0.78rem;
}

.bp-summary-footer-links a {
    color: hsl(var(--tsh-muted));
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bp-summary-footer-links a:hover {
    color: hsl(var(--tsh-ink));
}


/* Reviews & ratings */
.rv-section {
    margin-top: 44px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.rv-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    font-size: 1.9rem;
    margin: 0;
}

.rv-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 18px 0 28px;
}
.reviewblock {
    display: flex;
    overflow: hidden;
    gap: 15px;
    margin-bottom: 20px;
}
.rv-summary {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px;
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-xl);
    background: hsl(var(--tsh-bg-secondary) / 0.4);
    width: fit-content;
    min-height: 200px;
    box-sizing: border-box;
}

.rv-score-col {
    flex-shrink: 0;
    min-width: 190px;
    /*text-align: center;*/
}

.rv-score {
    color: hsl(var(--tsh-ink));
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
}

.rv-score-suffix {
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    margin-top: 2px;
}

.rv-stars {
    color: hsl(var(--dark));
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin: 10px 0 6px;
}

.rv-score-count {
    color: hsl(var(--tsh-muted));
    font-size: 0.78rem;
}

.rv-breakdown-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rv-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rv-bar-stars {
    flex-shrink: 0;
    width: 100px;
    color: hsl(var(--dark));
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.rv-bar-track {
    flex: 1 1 auto;
    height: 6px;
    background: hsl(var(--tsh-border) / 0.6);
    border-radius: 999px;
    overflow: hidden;
}

.rv-bar-fill {
    display: block;
    height: 100%;
    background: hsl(var(--dark));
    border-radius: 999px;
}

.rv-bar-count {
    flex-shrink: 0;
    width: 32px;
    text-align: right;
    color: hsl(var(--tsh-ink));
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.rv-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-direction: column;
}
.rv-btn-outline:hover {
text-decoration:none;
}
.rv-btn-outline,
.rv-btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s, border-color .15s;
}

.rv-btn-outline {
    border: 1px solid hsl(var(--tsh-border));
    color: hsl(var(--tsh-ink));
    background: #fff;
}

.rv-btn-solid {
    border: 1px solid hsl(var(--tsh-ink));
    background: hsl(var(--tsh-ink));
    color: #fff;
    font-weight: 600;
}

.rv-btn-solid:hover {
    background: #000;
    color: #fff;
}

.rv-eyebrow {
    color: hsl(var(--tsh-muted));
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 28px 0 0px;
}

.rv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rv-card {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-xl);
    padding: 20px;
    background: #fff;
}

.rv-card-stars {
    color: hsl(var(--dark));
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.rv-card-title {
    color: hsl(var(--tsh-ink));
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 8px;
}

.rv-card-desc {
    color: hsl(var(--tsh-body) / 0.75);
    font-size: 0.85rem;
    line-height: 1.55;
    margin: 0 0 14px;
}

.rv-card-byline {
    color: hsl(var(--tsh-muted));
    font-size: 0.78rem;
}
.signup-box .pick-date {
position:relative;
}
.signup-box .scheduleTIminginSChe {
    position: relative;
}
    .signup-box .pick-date span.scheduleCalendar {
        position: absolute;
        right: 10px;
        top: 8px;
    }
.signup-box .CustomerNumberPrefix {
    position: absolute;
    left: 5px;
    top: 6px;
}
ul.bp-stay-tabs {
display:flex;
justify-content:center;
}
.signup-box .mobileno {
    padding-left: 45px;
}
.signup-box .scheduleTIminginSChe span.focus-input100 {
    position: absolute;
    right: 10px;
    top: 8px;
}
    /* What's Inside */
    .whatsinside-section {
    background: #fff;
    margin-top: 44px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.wi-eyebrow {
    color: hsl(var(--tsh-muted));
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wi-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    font-size: 1.35rem;
    margin-bottom: 0;
}
.currentofferwrap h3 {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    font-size: 1.35rem;
    margin-bottom: 24px;
}
.wi-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 20px 0 32px;
}

.wi-grid {
    display: grid;
    gap: 40px 48px;
}


.wi-cat-title {
    color: hsl(0deg 0% 27.57%);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
#spnPropDesc p {
line-height:28px;
}

.wi-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}


.wi-list li {
    position: relative;
    padding-left: 16px;
    color: hsl(var(--tsh-body) / 0.75);
    font-size: 0.875rem;
    line-height: 1.9;
}

    .wi-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.85em;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: hsl(var(--tsh-ink) / 0.4);
    }

/* Food Menu */
.fm-section {
    margin-top: 44px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.fm-eyebrow {
    color: hsl(var(--tsh-muted));
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fm-heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.fm-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 1.3;
    margin: 0;
    flex: 1 1 auto;
}

.fm-viewlink {
    color: hsl(var(--tsh-ink));
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
    flex-shrink: 0;
    cursor:pointer;
}

.fm-viewlink i {
    margin-left: 4px;
    font-size: 0.75rem;
}

.fm-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 18px 0 24px;
}

.fm-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}


.fm-card {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-xl);
    padding: 20px;
    background: #fff;
}

.fm-card-label {
    color: hsl(var(--tsh-muted));
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.fm-card-name {
    color: hsl(var(--tsh-ink));
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 4px;
    padding: 10px 0;
    line-height: 1.5rem;
}

.fm-card-time {
    color: hsl(var(--tsh-muted));
    font-size: 0.8125rem;
    font-variant-numeric: tabular-nums;
    margin-top: 4px;
    line-height: 1.25rem;
}

.fm-footnote {
    color: hsl(var(--tsh-muted));
    font-size: 0.78rem;
    margin: 16px 0 0;
}

/* Standard Charges */
.sc-section {
    margin-top: 44px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.sc-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 400;
    font-size: 1.35rem;
    margin: 0;
}

.sc-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 18px 0 8px;
}

.sc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}


.sc-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #00000014;
}

.sc-col .sc-row:last-child {
    border-bottom: none;
}

.sc-label {
    color: hsl(var(--tsh-body) / 0.65);
    font-size: 0.875rem;
}

.sc-value {
    color: hsl(var(--tsh-ink));
    font-size: 0.875rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.sc-footnote {
    color: hsl(var(--tsh-muted));
    font-size: 0.78rem;
    margin: 20px 0 0;
    line-height: 1.6;
}

/* Location */
.loc-section {
    margin-top: 44px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.loc-heading {
    color: hsl(var(--tsh-ink));
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 1.3;
    margin: 0;
}

.loc-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 20px 0 20px;
}

.loc-desc {
    color: hsl(var(--tsh-muted));
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 24px;
}

.loc-map-wrap {
    border-radius: var(--tsh-radius-2xl);
    overflow: hidden;
    border: 1px solid hsl(var(--tsh-border));
    aspect-ratio: 16 / 9;
    margin: 24px 0 20px;
}

.loc-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.loc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}


.loc-card {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-xl);
    padding: 16px 14px;
    background: #fff;
}

.loc-card-label {
    color: hsl(var(--tsh-muted));
    font-size: 0.8125rem;
}

.loc-card-desc {
    color: hsl(var(--tsh-ink));
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 2px;
}

/* Property mini footer */
.pf-section {
    position: relative;
    background: #fff;
    padding: 0 24px 40px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.pf-top-divider {
    border: none;
    border-top: 1px solid hsl(var(--tsh-border));
    margin: 0 0 40px;
}

.pf-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 56px;
}


.pf-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsl(var(--tsh-ink));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.pf-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pf-address-title {
    color: hsl(var(--tsh-ink));
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.pf-address-sub {
    color: hsl(var(--tsh-muted));
    font-size: 0.82rem;
    line-height: 1.6;
    max-width: 220px;
}

.pf-col-title {
    color: hsl(var(--tsh-ink));
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.pf-col a {
    display: block;
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    line-height: 2;
    text-decoration: none;
}

.pf-col a:hover {
    color: hsl(var(--tsh-ink));
}

.pf-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pf-copyright {
    color: hsl(var(--tsh-grey));
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pf-backhome {
    color: hsl(var(--tsh-muted));
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
}

.pf-backhome:hover {
    color: hsl(var(--tsh-ink));
}

.pf-whatsapp-fab {
    position: fixed;
    right: 24px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.pf-whatsapp-fab:hover {
    color: #ffffff;
}
/* Reserve Bed Modal */
.bp-reserve-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.55);
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: var(--tsh-font-body);
    letter-spacing: -0.005em;
}

.bp-reserve-overlay.active {
    display: flex;
}

.bp-reserve-modal {
    position: relative;
    width: 100%;
    max-width: 460px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #fff;
    border-radius: var(--tsh-radius-2xl);
    padding: 32px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.bp-reserve-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: hsl(var(--tsh-muted));
    font-size: 1.1rem;
    cursor: pointer;
}

.bp-reserve-close:hover {
    color: hsl(var(--tsh-ink));
}

.bp-reserve-eyebrow {
    color: hsl(var(--tsh-muted));
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.bp-reserve-title {
    font-family: "Aileron", "Inter", sans-serif;
    color: hsl(var(--tsh-ink));
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    padding-right: 30px;
}

.bp-reserve-field {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-lg);
    padding: 0 14px;
    margin-bottom: 14px;
}

.bp-reserve-field input {
    width: 100%;
    border: none;
    outline: none;
    padding: 13px 0;
    color: hsl(var(--tsh-ink));
    font-size: 0.92rem;
    font-family: inherit;
    background: transparent;
}

.bp-reserve-field input::placeholder {
    color: hsl(var(--tsh-grey));
}

.bp-reserve-field.bp-reserve-field-error {
    border-color: #d33;
}

.bp-reserve-row {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.bp-reserve-code {
    flex-shrink: 0;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-lg);
    color: hsl(var(--tsh-body));
    font-size: 0.92rem;
    font-weight: 500;
}

.bp-reserve-field-grow {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.bp-reserve-error {
    display: block;
    min-height: 12px;
    color: #d33;
    font-size: 10px;
    margin: -16px 0 8px 2px;
    position: absolute;
}

.bp-reserve-summary-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 6px 0 20px;
}

.bp-reserve-summary-col {
    border: 1px solid hsl(var(--tsh-border));
    border-radius: var(--tsh-radius-lg);
    background: hsl(var(--tsh-bg-secondary) / 0.5);
    padding: 8px 12px;
}

.bp-reserve-summary-col label {
    display: block;
    color: hsl(var(--tsh-muted));
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.bp-reserve-summary-col div {
    color: hsl(var(--tsh-ink));
    font-size: 0.95rem;
    font-weight: 600;
}

.bp-reserve-submit {
    width: 100%;
    background: hsl(var(--tsh-ink));
    color: #ffffff;
    border: none;
    border-radius: var(--tsh-radius-lg);
    padding: 14px 16px;
    font-size: 0.92rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.bp-reserve-submit:hover {
    background: #000;
}

.bp-reserve-footnote {
    text-align: center;
    color: hsl(var(--tsh-muted));
    font-size: 0.75rem;
    margin: 12px 0 0;
}

.bp-reserve-success {
    text-align: center;
    padding: 20px 0 8px;
}

.bp-reserve-success i {
    color: #2e9e5b;
    font-size: 2.4rem;
    margin-bottom: 14px;
}

.bp-reserve-success h4 {
    color: hsl(var(--tsh-ink));
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px;
}

.bp-reserve-success p {
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Icon / select field variants (Schedule Visit modal) */
.bp-reserve-field-icon {
    position: relative;
}

.bp-reserve-field-icon input {
    padding-right: 26px;
    cursor: pointer;
}

.bp-reserve-field-icon > i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
    pointer-events: none;
}

.bp-reserve-select-field {
    position: relative;
}

.bp-reserve-select-field select {
    width: 100%;
    border: none;
    outline: none;
    padding: 13px 26px 13px 0;
    color: hsl(var(--tsh-ink));
    font-size: 0.92rem;
    font-family: inherit;
    background: transparent;
    appearance: none;
    cursor: pointer;
}

.bp-reserve-select-field > i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--tsh-muted));
    font-size: 0.75rem;
    pointer-events: none;
}

/* Schedule Visit success */
.bp-schedule-success {
    text-align: center;
    padding: 4px 0 6px;
}

.bp-schedule-badge {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #3a0d1f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    position: relative;
}

.bp-schedule-badge::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: repeating-conic-gradient(#3a0d1f 0deg 14deg, transparent 14deg 20deg);
    z-index: -1;
}

.bp-schedule-success h4 {
    color: hsl(var(--tsh-ink));
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}

.bp-schedule-success p {
    color: hsl(var(--tsh-muted));
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0 0 20px;
}

.bp-schedule-datetime {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #e8f7ec;
    color: #1f7a3d;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.bp-schedule-datetime span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bp-schedule-divider {
    width: 1px;
    height: 16px;
    background: #1f7a3d40;
}

.bp-schedule-reschedule {
    color: hsl(var(--tsh-muted));
    font-size: 0.85rem;
}

.bp-schedule-reschedule a {
    color: #7a1f3d;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}


.likebutton i {
    font-size:15px!important;
    color:#000!important;
    margin-bottom:0!important;
}
.Neoproperty {
    position: absolute;
    top: -5px;
    z-index: 9;
    right: 0px;
}
    .Neoproperty > img {
    width:100px!important;
    height:37px!important;
    }
    .Neoproperty p {
        position: absolute;
        top: 28%;
        z-index: 9;
        left: 45%;
        color: #fff;
        font-size: 12px;
    }
.NEOicon {
    width: 22px !important;
    height: 22px !important;
    top: 20%;
    position: absolute;
    left: 15%;
}

/* Food Menu modal (#foodmenuModal) — ported from factsheet.css, which this
   page does not load. Values (positioning %, colors) are copied verbatim
   from the working implementation; breakpoint variants live in responsive.css. */
.foodmenuModal .modal-dialog {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 760px;
    max-width: 760px !important;
    min-width: 760px;
}

.foodmenuModal .modal-body {
    border-top: none;
    background-color: #F4F4F4;
    padding: 10px 0 0 0 !important;
}

.foodmenuModal .modal-title {
    line-height: 1.3;
    font-size: 25px;
    font-weight: 600;
}

#foodmenuModal {
    z-index: 1060 !important;
}

.foodmenuModal .foodMenuDetails {
    height: 510px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F4 !important;
    padding-top: 0px;
    padding-right: 3px;
}

.foodmenuModal .pickFoodMenuDate .fa-calendar {
    position: absolute;
    right: 15px;
    top: 8px;
}

.foodmenuModal .pickFoodMenuDate {
    width: 70%;
    cursor: pointer;
    left: 12%;
}

.calendar-overlay.active {
    background-color: revert;
    max-width: 70%;
    width: 331px;
    z-index: 1060 !important;
    left: 38.9%;
    top: 45.2%;
    height: 450px;
    transform: translate(-50%,-50%);
}

.calendar-overlay.active .calendar-wrapper.picker {
    position: absolute;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    min-width: 280px;
    width: 280px;
    box-shadow: none;
    border: 0.5px solid #0000003b;
}

.breakfastSection .breakfastInfo h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.breakfastSection .breakfastInfo label {
    font-size: 14px;
    font-weight: 400;
}

.breakfastSection .breakfastInfo h6 span {
    font-size: 14px;
    font-weight: 400;
}

.breakfastSection ul li:nth-child(1) {
    color: #2B001F;
    text-decoration: none;
    font-size: 13px;
    list-style: none;
    margin-left: 0;
    font-weight: 600;
}

.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected.current a {
    color: #2B001F!important;
}

.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a {
    border-color: #2B001F!important;
}

.breakfastSection ul > li {
    font-size: 14px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 15px;
}

.calendar-overlay.active .calendar-head-card {
    font-size: 20px !important;
    padding: 16px 0 !important;
    text-align: center !important;
    color: #FFFFFF !important;
}

.calendar-overlay.active .calendar-wrapper[data-theme='blue'] .calendar-head-card {
    background-color: #2B001F;
}

.calendar-overlay.active .calendar-head-card .calendar-year, .calendar-overlay.active .calendar-head-card .calendar-date-wrapper {
    display: none;
}

.foodMenuDetails .breakfastInfo {
    position: absolute;
    bottom: 5px;
    padding-left: 5%;
}

.foodMenuDetails img {
    width: 410px;
    border-radius: 5px 5px 0 0;
}

.foodMenuDetails .breakfastImage {
    position: relative;
    margin-bottom: 0px;
}

.foodMenuDetails ul {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.modal-body .commonImage {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
}

.modal-body .commonImage img {
    width: 100%;
}

.foodMenuDetails .breakfastSection {
    margin: 0 auto 0 auto;
}

/* Resident Speak testimonials (#propertyResidentSpeakSection) — ported from
   propertystylesheet.css */
.features-section-wrapper {
    margin: 0;
    margin-bottom: 0;
}

.location-title {
    width: 100%;
}

.location-title h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 26px 20px 0px;
    letter-spacing: 0.5px;
    color: #fff;
}

.location-title span {
    color: #FFF5CA;
}

.testimonial.residentSpeakWrap {
   /* padding: 10px 10px 0px 0px;*/
}

.testimonial.residentSpeakWrap .owl-dots {
    display: none;
}

.testimonial-carousel .item img {
    border-radius: 0px;
    width: 30px !important;
    margin-right: 10px;
    height: 25px;
    margin-bottom: 20px;
}

.testimonial-carousel .user {
    display: none;
}

.testimonial-carousel .item {
    min-height: 230px;
    padding: 15px 8px 20px;
    border-radius: 10px;
    text-overflow: ellipsis;
    position:relative;
    box-sizing: border-box;
    /*overflow: auto;*/
}
.rv-card p.tenantname {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.testimonial-carousel .item:nth-child(even) {
    background: #000;
}
#spnHighlights p span {
    font-size: 16px !important;
    line-height: 28px!important;
}
#spnHighlights span {
    font-size: 16px !important;
    line-height: 28px !important;
}
.thanyoumsg {
    padding: 1rem;
}

    .thanyoumsg .modal-header {
        padding: 0.5rem 1rem 1rem;
        border-bottom: #555555 0px solid;
        margin-bottom: 0px;
        border-top: 10px solid var(--primary-color);
    }

    .thanyoumsg h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

        .thanyoumsg h3.schedule-header {
            font-size: 21px;
            font-style: normal;
            font-weight: 600;
            line-height: 96.8%;
            letter-spacing: 0px;
            margin: 30px 0 20px;
            color: #000000;
        }

    .thanyoumsg h6.schedule-header {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 22px;
        padding: 0 30px;
    }

.schedule-date-time {
    border: 2px solid #2b001f;
    background-color: #42d9661f;
    border-radius: 50px;
    padding: 14px 20px;
    margin: 25px 30px;
    color: #000000 !important;
}

.thanyoumsg p.schedule-header {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 96.8%;
    margin-bottom: 40px;
}
    .thanyoumsg p.schedule-header span a {
        color: #2b001f;
    }
.schedule-line-right {
    border-right: 2px solid #2b001f;
    font-size: 17px;
    text-align: center;
}
.thanyoumsg .schedule-header {
    width:100px;
    margin:0 auto;
}