@import url("./style.css");
@import url("./property.css");
@import url("./propery-detail.css");
@import url("./about.css");
@import url("./contact-us.css");
@import url("./booking.css");
@import url("./responsive.css");
@import url("https://fonts.cdnfonts.com/css/hobbiton-brush-hand");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800&display=swap");

body.client-theme-lael {
    --green: #143220;
    --gold: #c39a43;
    --brown: #2e1e0f;
    --cream: #f7f1df;
    --font-body: "Raleway", sans-serif;
    --heading-font: "Hobbiton Brushhand", "Playfair Display", serif;
}

.client-theme-lael .booking-bar,
.client-theme-lael .booking-card-pro,
.client-theme-lael .hero-section,
.client-theme-lael .inner-banner {
    overflow: visible;
}

.client-theme-lael .booking-bar {
    position: relative;
}

.client-theme-lael .easepick-wrapper,
.client-theme-lael easepick-calendar {
    z-index: 2147483000 !important;
    pointer-events: auto !important;
}

.client-theme-lael .easepick-wrapper .container {
    z-index: 2147483000 !important;
}

.client-theme-lael .hero-overlay,
.client-theme-lael .hero-carousel-wrap .hero-overlay {
    pointer-events: none;
}

.client-theme-lael .vr-guest-selector {
    width: 100%;
}

.client-theme-lael .vr-guest-trigger {
    min-height: 42px;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    font: inherit;
    text-align: left;
}

.client-theme-lael .vr-guest-popover {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 2147483000;
    min-width: 300px;
    max-width: min(92vw, 340px);
    box-shadow: 0 18px 42px rgba(20, 50, 32, .22);
}

.client-theme-lael .bb-field:has(.vr-guest-selector),
.client-theme-lael .vr-guest-selector.is-open {
    position: relative;
    z-index: 2147482900;
}

.client-theme-lael .btn-check-avail,
.client-theme-lael .btn-book-nav,
.client-theme-lael .btn-footer-book,
.client-theme-lael .btn-rp-inquire,
.client-theme-lael .reserve-btn {
    text-decoration: none;
}

.client-theme-lael .site-footer a {
    color: inherit;
}

.client-theme-lael .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (min-width: 992px) {
    .client-theme-lael #mainNav .nav-container {
        max-width: 100%;
        padding-left: clamp(20px, 2.8vw, 48px);
        padding-right: clamp(20px, 2.8vw, 48px);
    }

    .client-theme-lael #mainNav .navbar-collapse,
    .client-theme-lael #mainNav .navbar-nav {
        min-width: 0;
    }

    .client-theme-lael #mainNav .nav-column-shared {
        flex: 1 1 0;
        gap: clamp(8px, .85vw, 18px);
        white-space: nowrap;
    }

    .client-theme-lael #mainNav .pv-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: clamp(10px, .72vw, 12px);
    }

    .client-theme-lael #mainNav .btn-book-nav {
        padding-left: clamp(10px, .9vw, 18px) !important;
        padding-right: clamp(10px, .9vw, 18px) !important;
        font-size: clamp(9px, .68vw, 11px);
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .client-theme-lael #mainNav .nav-logo-spacer {
        width: 140px !important;
        flex: 0 0 140px !important;
    }

    .client-theme-lael #mainNav .nav-logo-img {
        max-width: 112px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    .client-theme-lael #mainNav .nav-logo-spacer {
        width: 170px !important;
        flex: 0 0 170px !important;
    }

    .client-theme-lael #mainNav .nav-logo-img {
        max-width: 124px;
    }
}

.client-theme-lael .footer-map-tag,
.client-theme-lael .footer-map-link {
    letter-spacing: .08em;
}

.client-theme-lael .site-footer .footer-top {
    padding-top: clamp(42px, 5vw, 58px);
    padding-bottom: clamp(30px, 4vw, 44px);
}

.client-theme-lael .site-footer .footer-grid {
    gap: clamp(22px, 4vw, 46px);
    align-items: start;
}

.client-theme-lael .site-footer .footer-map-full {
    margin-top: clamp(24px, 4vw, 38px);
}

.client-theme-lael .site-footer .footer-map-wrap iframe {
    min-height: 210px;
    height: 240px;
}

.client-theme-lael .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.client-theme-lael .footer-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    width: 36px;
}

.client-theme-lael .footer-social a:hover {
    background: var(--gold, #c39a43);
    border-color: var(--gold, #c39a43);
    color: #143220;
}

.client-theme-lael .legacy-page-shell {
    background: #f8f3e6;
}

.client-theme-lael,
.client-theme-lael button,
.client-theme-lael input,
.client-theme-lael select,
.client-theme-lael textarea {
    font-family: var(--body-font, "Raleway", sans-serif);
}

.client-theme-lael .story-section,
.client-theme-lael .retreats-section,
.client-theme-lael .gallery-section,
.client-theme-lael .better-section,
.client-theme-lael .explore-section,
.client-theme-lael .testimonials-section,
.client-theme-lael .faq-section {
    padding-top: clamp(64px, 7vw, 86px);
    padding-bottom: clamp(58px, 6vw, 78px);
}

.client-theme-lael.lael-home-page .hero-section {
    min-height: clamp(740px, 100vh, 820px);
}

.client-theme-lael.lael-home-page .hero-content {
    margin-bottom: 7.5rem;
}

.client-theme-lael.lael-home-page .hero-heading {
    font-size: clamp(2.15rem, 4.5vw, 3.2rem);
    line-height: 1.08;
    margin-bottom: 14px;
}

.client-theme-lael.lael-home-page .hero-sub {
    max-width: 520px;
    margin-bottom: 20px;
}

.client-theme-lael .booking-bar-wrap {
    bottom: 70px;
    max-width: 760px;
    z-index: 2147482000;
}

.client-theme-lael.lael-home-page .booking-bar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.client-theme-lael.lael-home-page .booking-bar-wrap .booking-bar {
    margin-bottom: 0 !important;
    margin-top: 0;
    border-radius: 8px;
    order: 1;
    position: relative;
    width: 100%;
    z-index: 30;
}

.client-theme-lael.lael-home-page .booking-bar-wrap .bb-field {
    justify-content: center;
    min-height: 64px;
    padding: 12px 16px;
}

.client-theme-lael.lael-home-page .booking-bar-wrap .bb-label {
    line-height: 1;
    margin-bottom: 6px;
}

.client-theme-lael.lael-home-page .booking-bar-wrap .bb-input,
.client-theme-lael.lael-home-page .booking-bar-wrap .vr-guest-trigger {
    align-items: center;
    display: flex;
    line-height: 1.2;
    min-height: 24px;
}

.client-theme-lael.lael-home-page .booking-bar-wrap .btn-check-avail {
    align-items: center;
    align-self: stretch;
    background: var(--green, #143220) !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    min-width: 150px;
    padding: 0 22px;
}

.client-theme-lael .hero-badges {
    margin-top: 12px !important;
    position: static;
    z-index: 1;
}

.client-theme-lael.lael-home-page .hero-badges {
    display: flex;
    order: 3;
    position: relative;
    z-index: 1;
}

.client-theme-lael.lael-home-page .vr-inline-waitlist.is-search-bar {
    display: inline-flex;
    order: 2;
    position: relative;
    width: auto;
    max-width: min(92vw, 420px);
    z-index: 2;
    margin: 2px auto 0;
    border: 1px solid rgba(217, 162, 74, .75);
    background: rgba(255, 248, 236, .96);
    color: #6f4b18;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.client-theme-lael.lael-home-page .vr-inline-waitlist.is-search-bar:hover {
    background: #fff1d6;
    color: #54370f;
}

.client-theme-lael .badge-item {
    background: rgba(255, 255, 255, .14);
    padding: 4px 10px;
}

.client-theme-lael .badge-img {
    height: 38px;
}

.client-theme-lael .faq-view-more-wrap {
    text-align: center;
    margin-top: 34px;
}

.client-theme-lael .site-footer .footer-links a {
    color: rgba(255, 255, 255, .88);
}

.client-theme-lael .site-footer .footer-links a:hover {
    color: var(--gold-light);
}

.client-theme-lael .site-footer .footer-link-groups {
    display: grid;
    gap: 18px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-theme-lael .site-footer .footer-link-groups .footer-heading {
    margin-bottom: 12px;
}

.client-theme-lael .site-footer .footer-links {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .client-theme-lael .site-footer .footer-link-groups {
        grid-template-columns: 1fr;
    }
}

.client-theme-lael .attraction-detail-page {
    background: #f7f0dd;
    color: var(--brown, #2e1e0f);
}

.client-theme-lael .attraction-detail-hero {
    align-items: flex-end;
    background-color: #143220;
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: clamp(420px, 58vh, 620px);
    padding: calc(var(--nav-h, 72px) + 80px) 0 74px;
    position: relative;
}

.client-theme-lael .attraction-detail-hero__overlay {
    background: linear-gradient(180deg, rgba(9, 27, 17, .28), rgba(9, 27, 17, .84));
    inset: 0;
    position: absolute;
}

.client-theme-lael .attraction-detail-hero__content {
    color: #fff;
    position: relative;
    z-index: 1;
}

.client-theme-lael .attraction-detail-eyebrow,
.client-theme-lael .attraction-detail-kicker {
    color: var(--gold-light, #d6b667);
    font-family: var(--body-font, 'Montserrat', sans-serif);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.client-theme-lael .attraction-detail-hero h1 {
    color: #fff;
    font-family: var(--heading-font, 'Playfair Display', serif);
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: .98;
    margin: 0;
    max-width: 940px;
    text-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.client-theme-lael .attraction-detail-subtitle {
    color: rgba(255,255,255,.92);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.6;
    margin: 18px 0 0;
    max-width: 760px;
}

.client-theme-lael .attraction-detail-section {
    padding: clamp(38px, 5vw, 72px) 0;
}

.client-theme-lael .attraction-detail-breadcrumb {
    align-items: center;
    color: #6b5940;
    display: flex;
    flex-wrap: wrap;
    font-size: .88rem;
    gap: 9px;
    margin-bottom: 26px;
}

.client-theme-lael .attraction-detail-breadcrumb a {
    color: var(--green, #143220);
    font-weight: 700;
    text-decoration: none;
}

.client-theme-lael .attraction-detail-layout {
    align-items: stretch;
    display: grid;
    gap: clamp(24px, 4vw, 48px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.client-theme-lael .attraction-detail-media,
.client-theme-lael .attraction-detail-copy,
.client-theme-lael .attraction-nearby-card {
    background: #fffaf0;
    border: 1px solid rgba(93, 61, 24, .13);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(20, 50, 32, .12);
    overflow: hidden;
}

.client-theme-lael .attraction-detail-media img {
    display: block;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    width: 100%;
}

.client-theme-lael .attraction-detail-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px);
}

.client-theme-lael .attraction-detail-copy h1,
.client-theme-lael .attraction-detail-copy h2 {
    color: var(--brown, #2e1e0f);
    font-family: var(--heading-font, 'Playfair Display', serif);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 18px;
}

.client-theme-lael .attraction-detail-description {
    color: #4a3520;
    font-size: 1rem;
    line-height: 1.8;
}

.client-theme-lael .attraction-detail-description p:last-child {
    margin-bottom: 0;
}

.client-theme-lael .attraction-detail-map {
    align-self: flex-start;
    border: 1px solid var(--gold, #c39a43);
    border-radius: 999px;
    color: var(--green, #143220);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-top: 24px;
    padding: 11px 18px;
    text-decoration: none;
}

.client-theme-lael .attraction-nearby-block {
    margin-top: clamp(44px, 6vw, 76px);
}

.client-theme-lael .attraction-nearby-heading {
    color: var(--brown, #2e1e0f);
    font-family: var(--heading-font, 'Playfair Display', serif);
    font-size: clamp(2rem, 4vw, 3.1rem);
    margin: 0 0 24px;
    text-align: center;
}

.client-theme-lael .attraction-nearby-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-theme-lael .attraction-nearby-card {
    color: inherit;
    display: block;
    text-decoration: none;
}

.client-theme-lael .attraction-nearby-img img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.client-theme-lael .attraction-nearby-body {
    padding: 18px;
}

.client-theme-lael .attraction-nearby-body h3 {
    color: var(--brown, #2e1e0f);
    font-family: var(--heading-font, 'Playfair Display', serif);
    font-size: 1.35rem;
    margin: 0 0 8px;
}

.client-theme-lael .attraction-nearby-body p {
    color: #604b34;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 991px) {
    .client-theme-lael .attraction-detail-layout,
    .client-theme-lael .attraction-nearby-grid {
        grid-template-columns: 1fr;
    }

    .client-theme-lael .attraction-detail-media img {
        min-height: 280px;
    }
}

.client-theme-lael .explore-card {
    color: inherit;
    display: none;
    text-decoration: none;
}

.client-theme-lael .explore-card.visible {
    display: block;
}

.client-theme-lael #exploreGrid.is-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
}

.client-theme-lael #exploreGrid.is-slider .explore-card {
    flex: 0 0 min(31.5%, 390px);
    min-width: 300px;
    scroll-snap-align: start;
}

.client-theme-lael .explore-slider-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.client-theme-lael .explore-slider-controls[hidden] {
    display: none;
}

.client-theme-lael .explore-slider-controls button {
    align-items: center;
    background: var(--green, #143220);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.client-theme-lael .explore-card:hover .ec-img img {
    transform: scale(1.04);
}

.client-theme-lael .ec-img img {
    transition: transform .25s ease;
}

.client-theme-lael .better-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 1.55rem;
}

.client-theme-lael .inner-banner h1,
.client-theme-lael .hero-heading,
.client-theme-lael .story-title,
.client-theme-lael .retreats-title,
.client-theme-lael .gallery-title,
.client-theme-lael .better-title,
.client-theme-lael .explore-title,
.client-theme-lael .test-title,
.client-theme-lael .faq-header h2 {
    font-family: var(--heading-font);
    text-transform: none;
}

.client-theme-lael.stays-page-body .inner-banner {
    min-height: 340px;
    padding: calc(var(--nav-h, 80px) + 42px) 0 54px;
}

.client-theme-lael.stays-page-body .inner-banner::before {
    background: rgba(0, 0, 0, .1);
}

.client-theme-lael.stays-page-body .inner-banner h1 {
    font-size: clamp(2rem, 3.6vw, 2.6rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 18px !important;
}

.client-theme-lael.stays-page-body .inner-banner .booking-bar {
    max-width: 760px;
    margin-top: 24px;
    margin-bottom: 0;
    border-radius: 8px;
}

.client-theme-lael.stays-page-body .inner-banner .bb-field {
    min-width: 0;
    padding: 12px 16px;
}

.client-theme-lael.stays-page-body .inner-banner .bb-input,
.client-theme-lael.stays-page-body .inner-banner .vr-guest-trigger {
    min-height: auto;
    color: var(--text-dark, #1b1b1b);
    font-size: .88rem;
    font-weight: 400;
}

.client-theme-lael.stays-page-body .inner-banner .btn-check-avail {
    min-height: auto;
    border-radius: 0;
    min-width: 150px;
    padding: 0 22px;
}

.client-theme-lael.stays-page-body .vr-inline-waitlist.is-search-bar {
    color: var(--green, #143220);
    text-shadow: none;
}

.client-theme-lael.stays-page-body .vr-inline-waitlist.is-search-bar:hover {
    color: var(--gold, #c39a43);
}

.client-theme-lael .vr-inline-waitlist {
    cursor: pointer;
    font-family: inherit;
}

.client-theme-lael .booking-card-pro > .vr-inline-waitlist.is-booking-card,
.client-theme-lael .mobile-booking-form > .vr-inline-waitlist.is-mobile-sheet {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(217, 162, 74, .72);
    border-radius: 999px;
    background: #fff8ec;
    color: var(--green, #143220);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.client-theme-lael .booking-card-pro > .vr-inline-waitlist.is-booking-card {
    margin: 12px 0 0;
}

.client-theme-lael .mobile-booking-form > .vr-inline-waitlist.is-mobile-sheet {
    min-height: 48px;
    border-radius: 12px;
}

.client-theme-lael .booking-card-pro > .vr-inline-waitlist.is-booking-card:hover,
.client-theme-lael .mobile-booking-form > .vr-inline-waitlist.is-mobile-sheet:hover {
    background: #fff1d6;
    color: #54370f;
}

.client-theme-lael.property-detail-page .inner-banner {
    height: 320px;
}

.client-theme-lael.property-detail-page .inner-banner .content {
    max-width: 980px;
    text-align: left;
}

.client-theme-lael.property-detail-page .inner-banner h1 {
    font-size: clamp(2.2rem, 4.2vw, 3.35rem) !important;
    line-height: 1.05;
    max-width: 900px;
    overflow-wrap: normal;
    word-break: normal;
}

.client-theme-lael.stays-page-body .retreats-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 767px) {
    .client-theme-lael.stays-page-body .inner-banner {
        min-height: 340px;
        padding-top: calc(var(--nav-h, 80px) + 42px);
        padding-bottom: 54px;
    }

    .client-theme-lael.stays-page-body .inner-banner h1 {
        font-size: 1.8rem;
    }

    .client-theme-lael.stays-page-body .inner-banner .booking-bar {
        max-width: 90%;
        margin: 20px auto 0;
    }
}

.client-theme-lael.gallery-page-body,
.client-theme-lael .gallery-page-shell {
    background: #f0ece4;
}

.client-theme-lael.gallery-page-body .gallery-section {
    background: #f0ece4;
    padding-top: clamp(72px, 8vw, 96px);
}

.client-theme-lael.reviews-page-body .reviews-widget-page {
    background: var(--cream);
    padding: clamp(64px, 8vw, 92px) 0;
}

.client-theme-lael.reviews-page-body .reviews-widget-frame {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.client-theme-lael .gallery-box {
    overflow: hidden;
}

.client-theme-lael .gallery-box a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.client-theme-lael .gallery-box .link-overlay,
.client-theme-lael .gallery-box .details-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    transition: opacity .22s ease;
    width: 100%;
}

.client-theme-lael .gallery-box .link-overlay {
    background: rgba(10,24,18,.58);
    z-index: 2;
}

.client-theme-lael .gallery-box .details-wrap {
    align-items: center;
    background: linear-gradient(180deg, rgba(10,24,18,.08) 0%, rgba(10,24,18,.52) 54%, rgba(10,24,18,.76) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 18px 22px;
    text-align: center;
    z-index: 3;
}

.client-theme-lael .gallery-box:hover .link-overlay,
.client-theme-lael .gallery-box:focus-within .link-overlay,
.client-theme-lael .gallery-box:hover .details-wrap,
.client-theme-lael .gallery-box:focus-within .details-wrap {
    opacity: 1;
}

.client-theme-lael .gallery-box .details-wrap h3 {
    color: #fff;
    font-size: clamp(14px, 1.45vw, 17px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 1px 10px rgba(0,0,0,.55);
    text-transform: none;
}

.client-theme-lael .gallery-box .gallery-caption {
    margin: 0;
    color: #fff;
    font-size: clamp(11px, 1.1vw, 13px);
    line-height: 1.35;
    text-shadow: 0 1px 8px rgba(0,0,0,.55);
}

.client-theme-lael .explore-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
}

.client-theme-lael .explore-slider-controls button,
.client-theme-lael .explore-view-more {
    border: 1px solid #d9a24a;
    background: #fff8ec;
    color: #6f4b18;
    min-height: 38px;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    text-decoration: none;
}

.client-theme-lael .explore-slider-controls button {
    width: 38px;
    padding: 0;
}

.client-theme-lael .explore-carousel-shell {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 12px;
}

.client-theme-lael .explore-carousel-shell:not(.has-side-nav) {
    grid-template-columns: minmax(0, 1fr);
}

.client-theme-lael .explore-carousel-shell:not(.has-side-nav) .explore-side-nav {
    display: none;
}

.client-theme-lael .explore-carousel-shell #exploreGrid {
    min-width: 0;
}

.client-theme-lael .explore-side-nav {
    align-items: center;
    align-self: center;
    background: #fff8ec;
    border: 1px solid #d9a24a;
    border-radius: 999px;
    color: #6f4b18;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
    z-index: 2;
}

.client-theme-lael .explore-side-nav:disabled {
    opacity: .4;
}

.client-theme-lael .site-footer .footer-top {
    padding: 24px 0 16px;
}

.client-theme-lael .site-footer {
    margin-top: 24px;
    padding: 0;
}

.client-theme-lael .site-footer .footer-grid {
    gap: 16px;
    align-items: start;
}

.client-theme-lael .site-footer .footer-brand-desc {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.client-theme-lael .site-footer .footer-map-full {
    margin-top: 14px;
}

.client-theme-lael .site-footer .footer-map-wrap {
    display: block;
    width: 100%;
}

.client-theme-lael .site-footer .footer-map-wrap iframe {
    display: block;
    width: 100%;
    height: 180px;
    min-height: 0;
    border: 0;
    border-radius: 6px;
}

.client-theme-lael .site-footer .footer-bottom {
    padding: 8px 0;
}

.client-theme-lael .policy-card .policy-learn-more {
    display: inline-flex;
    margin-top: 8px;
    color: #8a5a17;
    font-weight: 800;
}

.client-theme-lael .booking-card-pro .price-row {
    align-items: baseline;
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    line-height: 1.1;
    white-space: nowrap;
}

.client-theme-lael .booking-card-pro .price-row span {
    display: inline;
    white-space: nowrap;
}

.client-theme-lael .summary-total strong,
.client-theme-lael .widget-price-list__total strong,
.client-theme-lael .receipt-card strong,
.client-theme-lael .total-amt .total,
.client-theme-lael .total-row .total-amount,
.client-theme-lael #summary-total,
.client-theme-lael .get-quote .quote-detail .total,
.client-theme-lael .get-quote .quote-detail .value {
    font-family: var(--font-body, "Raleway", sans-serif) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.client-theme-lael .gallery-show-all,
.client-theme-lael .show-all-btn {
    z-index: 5 !important;
}

.client-theme-lael .easepick-wrapper,
.client-theme-lael easepick-calendar,
.client-theme-lael .easepick-wrapper *,
.client-theme-lael easepick-calendar *,
.client-theme-lael .flatpickr-calendar,
.client-theme-lael .litepicker {
    z-index: 2147483600 !important;
}

.client-theme-lael.faq-page-body .legacy-faq-main {
    background: #f4efe5;
    padding-bottom: 72px;
}

.client-theme-lael.faq-page-body .legacy-faq-head {
    padding: 64px 0 28px;
}

.client-theme-lael.faq-page-body .legacy-faq-eyebrow {
    margin: 0 0 8px;
    color: #9b6a1c;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.client-theme-lael.faq-page-body .legacy-faq-head h2 {
    margin: 0;
    color: #143220;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-family: var(--heading-font, serif);
}

.client-theme-lael.faq-page-body .legacy-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.client-theme-lael.faq-page-body .legacy-faq-tabs button {
    border: 1px solid #d6c3a7;
    background: #fffaf0;
    color: #143220;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.client-theme-lael.faq-page-body .legacy-faq-tabs button.active {
    background: #143220;
    color: #fff;
    border-color: #143220;
}

.client-theme-lael.faq-page-body .legacy-faq-list {
    max-width: 960px;
    margin: 0 auto;
}

.client-theme-lael.faq-page-body .legacy-faq-item {
    border-top: 1px solid rgba(20,50,32,.16);
}

.client-theme-lael.faq-page-body .legacy-faq-item:last-child {
    border-bottom: 1px solid rgba(20,50,32,.16);
}

.client-theme-lael.faq-page-body .legacy-faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 58px 1fr 24px;
    align-items: center;
    gap: 18px;
    border: 0;
    background: transparent;
    color: #143220;
    text-align: left;
    padding: 22px 0;
}

.client-theme-lael.faq-page-body .legacy-faq-num {
    color: #9b6a1c;
    font-weight: 900;
}

.client-theme-lael.faq-page-body .legacy-faq-title {
    font-size: 18px;
    font-weight: 600;
}

.client-theme-lael.faq-page-body .legacy-faq-answer {
    padding: 0 42px 24px 76px;
    color: #4f5d55;
    line-height: 1.75;
}

@media (max-width: 768px) {
    .client-theme-lael.lael-home-page .booking-bar-wrap {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        width: min(92vw, 390px);
        margin: 18px auto 0;
    }

    .client-theme-lael.lael-home-page .booking-bar-wrap .booking-bar {
        margin-bottom: 0 !important;
    }

    .client-theme-lael.lael-home-page .booking-bar-wrap .btn-check-avail {
        min-height: 52px;
        width: 100%;
        padding: 14px 18px;
        border-radius: 0 0 10px 10px;
    }

    .client-theme-lael.lael-home-page .hero-badges {
        margin-top: 18px !important;
    }

    .client-theme-lael.lael-home-page .scroll-down-btn {
        display: none;
    }

    .client-theme-lael .booking-bar-wrap {
        bottom: auto;
        margin-top: 12px;
    }

    .client-theme-lael .hero-badges {
        gap: 8px;
        margin-top: 16px !important;
        position: static;
    }

    .client-theme-lael .badge-img {
        height: 38px;
    }
}
