/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here */
:root {
    --green: #078c03;
    --green-glow: #0bbf06;
    --green-dark: #04570a;
    --gold: #ffd700;
    --gold-soft: #ffe666;
    --gold-muted: #d4b100;
    --dark: #0d0f0a;
    --dark-card: #151810;
    --dark-surface: #1a1d15;
    --text: #e8e5d8;
    --text-dim: #8a8778;
    --text-faint: #5a5849;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

body {
    font-family: 'Manrope', sans-serif;
    background: var(--dark);
    color: var(--text);
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

/* NAV */

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(13, 15, 10, 0.95), transparent);
    width: 100%;
}

.logo {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-center {
    display: flex;
    gap: 40px;
}

.nav-center a {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dim);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.nav-center a:hover {
    color: var(--gold);
}

.nav-book {
    background: transparent;
    border: 1px solid var(--gold-muted);
    color: var(--gold);
    padding: 10px 32px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 2px;
}

.nav-book:hover {
    background: var(--gold);
    color: var(--dark);
}

/* HERO - FULL BLEED CINEMATIC */

.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 80px 48px;
    overflow: hidden;
}

.hero-bg,
.heroimage {
    inset: 0;
    filter: brightness(0.25) saturate(0.8);
    height: 100vh;

    /* transform: scale(1.05); */
    /* animation: heroZoom 20s ease alternate infinite; */
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.heroimage img {
    height: 90vh;
    object-fit: cover;
}

.post-heroimage {
    inset: 0;
    filter: brightness(0.15) saturate(0.8);
    /* transform: scale(1.05); */
    /* animation: heroZoom 20s ease alternate infinite; */
    height: 100vh;
    object-fit: cover;
}

.post-heroimage img {
    height: 100vh;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    height: 100vh;
    background: linear-gradient(to top, var(--dark) 5%, rgba(13, 15, 10, 0.3) 40%, transparent 70%);
}

.hero-green-vignette {
    position: absolute;
    inset: 0;
    height: 100vh;
    background: radial-gradient(ellipse at 20% 80%, rgba(7, 140, 3, 0.12), transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(255, 215, 0, 0.05), transparent 50%);
}

@keyframes heroZoom {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.12);
    }
}

.herowrapper {
    height: 100%;
    position: absolute;
}

/* .heroimage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--dark) 5%, rgba(13, 15, 10, 0.3) 40%, transparent 70%);
}

.heroimage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(7, 140, 3, 0.12), transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(255, 215, 0, 0.05), transparent 50%);
} */

.hero-content {
    position: relative;
    z-index: 2;
    /*max-width: 700px;*/
    min-height: 425px;
}

.post-hero-content {
    bottom: 10rem;
    position: absolute;
    width: 96%;
    z-index: 9;
    display: block;
    left: 2%;
}

.hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--green-glow);
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.4s forwards;
}

.hero-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 1;
    color: white;
    margin-bottom: 24px;
    margin-top: 0;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.6s forwards;
}

.hero-title .gold {
    color: var(--gold);
}

.hero-title .ital {
    font-style: italic;
    font-family: 'DM Serif Display', serif;
}

.hero-sub {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-dim);
    /*max-width: 480px;*/
    margin-bottom: 48px;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.8s forwards;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    opacity: 0;
    animation: fadeUp 0.7s ease 1s forwards;
}

h2 {
    margin-top: unset;
}

.alth2 {
    color: var(--green);
}

.btn-primary,
.btn-primary:focus,
.hero-content .cta-preset-1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--green) !important;
    color: white;
    padding: 16px 40px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s;
}

.btn-primary:hover,
.hero-content .cta-preset-1:hover {
    background: var(--green-glow);
    box-shadow: 0 0 40px rgba(11, 191, 6, 0.25);
    transform: translateY(-2px);
}

.hero-content .cta-secondary-button {
    display: inline-flex;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dim);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    padding: 16px 20px;
}

.btn-ghost:hover {
    color: var(--gold);
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    right: 48px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--text-faint);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--gold-muted), transparent);
    animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

/* STATS STRIP */

.stats-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--text-faint);
    border-bottom: 1px solid var(--text-faint);
}

.stat-item {
    padding: 48px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.3s;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item:hover {
    background: var(--dark-surface);
}

.stat-number {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: var(--gold);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-faint);
}

/* CABINS SECTION */

.cabins-section {
    padding: 120px 48px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.featured p,
.section-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--green-glow);
    margin-bottom: 14px;
}

.featured h2,
.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.1;
    color: white;
}

.featured strong,
.section-title .gold {
    color: var(--gold);
}



.cabin-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s;
    filter: brightness(0.7) saturate(0.85);
}

.cabin-tile:hover img {
    transform: scale(1.06);
    filter: brightness(0.85) saturate(1);
}

.cabin-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, transparent 100%);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tile-tag {
    display: inline-block;
    background: var(--green);
    color: white;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 10px;
    width: fit-content;
}

.tile-name {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    color: white;
    margin-bottom: 6px;
}

.tile-meta {
    font-size: 13px;
    color: var(--text);
    text-transform: lowercase;
}

.cabin-tile:first-child .tile-name {
    font-size: 32px;
}

/* EXPERIENCE */

.experience {
    padding: 0 48px 120px;
}

.exp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.exp-visual {
    height: 300px;
}


.exp-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.exp-visual-accent {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 140px;
    height: 140px;
    border-left: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
}

.exp-body {
    font-family: 'Lora', serif;
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-dim);
    margin-bottom: 48px;
}



.amenity {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 1rem;
    background: var(--dark-surface);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    transition: border-color 0.3s;
}

.amenity:hover {
    border-color: var(--green);
}

.amenity-dot {
    width: 10px;
    height: 10px;
    background: var(--green-glow);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(11, 191, 6, 0.4);
    flex-shrink: 0;
}

.amenity-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

/* REVIEWS */

.reviews-section {
    padding: 100px 48px;
    background: var(--dark-surface);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

.review-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sagdM,
.review-item {
    padding: 40px;
    background: var(--dark-card);
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 4px;
    transition: all 0.3s;
}

.review-item:hover,
.sagdM:hover {
    border-color: rgba(255, 215, 0, 0.2) !important;
    transform: translateY(-4px);
}

.review-quote {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dim);
    margin-bottom: 28px;
}

.review-quote::before {
    content: '"';
    font-family: 'DM Serif Display', serif;
    font-size: 48px;
    color: var(--gold-muted);
    display: block;
    line-height: 0.6;
    margin-bottom: 12px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviewer-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.reviewer-cabin {
    font-size: 12px;
    color: var(--text-faint);
    margin-top: 2px;
}

.review-stars-sm {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 2px;
}

/* CTA */

.cta-full {
    padding: 140px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-full::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(7, 140, 3, 0.1), transparent 60%), radial-gradient(ellipse at 70% 80%, rgba(255, 215, 0, 0.06), transparent 50%);
}

.cta-full .section-title {
    margin-bottom: 20px;
    position: relative;
}

.cta-desc {
    font-family: 'Lora', serif;
    font-size: 18px;
    color: var(--text-dim);
    margin-bottom: 44px;
    position: relative;
}

.cta-main-btn {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    padding: 18px 56px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    position: relative;
    transition: all 0.3s;
}

.cta-main-btn:hover {
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.25);
    transform: translateY(-2px);
    color: var(--dark);
    text-decoration: none;
}

/* FOOTER */

footer {
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.foot-brand p {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    color: var(--gold);
    margin: 0;
}

.foot-links {
    display: flex;
    gap: 28px;
}

.foot-links a {
    font-size: 12px;
    color: var(--text-faint);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.foot-links a:hover {
    color: var(--gold);
}

.foot-copy {
    font-size: 11px;
    color: var(--text-faint);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.herocta {
    display: inline;
    position: absolute;
    z-index: 0;
    max-width: 90% !important;
    margin-left: 5%;
    top: 3rem;
}

.home .herocta {
    top: 1rem;
}

/* #tahefobu-header {

    position: fixed;
    width: 100%;
} */


.cabin-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.home .cabin-tile:first-child {
    grid-row: auto;
    height: 360px;
}

.cabin-tile {
    height: 360px;
    margin: 1rem 0;
    position: relative;
}

.tile-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.cabin-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 1rem;
}

.title-cabin-footer {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 1rem;
}

.cabin-price {
    color: var(--text)
}

.cabin-booking {
    z-index: 9;
}

.cabin-price strong {
    color: var(--gold-muted);
    font-size: 22px;
}

.reserve-btn {
    display: inline-block;
    background-color: var(--gold) !important;
    color: var(--dark) !important;
    padding: 14px 24px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s;
}

.reserve-btn:hover {
    box-shadow: 0 0 40px rgba(255, 215, 6, 0.25);
    transform: translateY(-2px);
}

.post .wp-post-image {
    max-height: 100%;
}

.hhoreviewwrapper,
.amenities-item-horizontal {
    margin-bottom: 1rem;
}

.collapse {
    opacity: 0;
    transform: translateY(100px);
    height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.show {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.review-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.review-author {
    font-size: .9rem;
}

.review-desc {
    color: var(--text-dim);

}

#zmonth {
    background-color: var(--text-faint);
    color: var(--text);
    border: 1px solid transparent;
}

.mocalContainer {
    border: 1px solid var(--dark);
}

.dow.tiny,
.dow.small,
.dow.medium {
    border: 0px solid;
}

.multimonthwrapper {

    background: var(--dark-surface);
}

#calendartitlewrapper {
    background: var(--dark);
}

.dateold,
.Booked {
    color: #555 !important;
    cursor: unset !important;
}

.week .date {
    color: var(--gold);
}

.formpadded {
    padding-bottom: 1rem !important;
}

.forminput {
    width: 99% !important;
    padding: 24px 10px 0px 50px !important;
    display: block;
    cursor: pointer;
    position: relative;
    /* width: 96% !important; */
    transition: all .1s ease-in-out;
}

.proptag {
    padding: 16px 10px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid var(--text-faint);
    margin: .25rem;
    background: var(--text-faint);
    width: 100px;
    text-align: center;
}

.invisible {
    display: none;
    transition: all 2s ease-in-out;
}

.abs {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.datewrapper,
.guestwrapper,
.filterwrapper {
    position: relative;
}

.datewrapper {
    cursor: pointer;
}

.datewrapper::before,
.guestwrapper::before,
.filterwrapper::before {
    position: absolute;
    z-index: 1;
    background: var(--text-faint);
    padding: 12px 16px;
    top: 1px;
    left: 1px;
    color: var(--accent);
}

.datewrapper::before {
    content: "\f133";
    font-family: "fontawesome";
}

.guestwrapper::before {
    content: "\f007";
    font-family: "fontawesome";
}

.filterwrapper::before {
    content: "\f0b0";
    font-family: "fontawesome";
}

.placeholder {
    position: absolute;
    z-index: 99;
    width: auto;
    padding-left: 50px;
    color: var(--dark);
}

.searchformwrapper {
    position: relative !important;
    top: unset;
    width: 100%;
    left: unset;
    background: rgb(232 229 216 / 25%) !important;
    z-index: 1;
    padding: 7px;
}

.formwrapper .gscols {
    margin: .5rem 0;
}

.scrolled {
    background: var(--dark) !important;

}

.ROCalendar.rows2.medium {
    max-height: 100%;
}

.reviewwrapper {
    overflow: hidden;
}

.amenity-list {
    grid-template-columns: 1fr;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px;
}

#DoW {
    background: var(--green-dark);
}

.selected {
    background: var(--dark-card);
}

.cabin-tile {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    height: 320px;
}

.breacrumbs {
    padding: 1rem 0 0 0;
}

.breacrumbs a {
    color: var(--green-glow)
}

@media (min-width:640px) {
    .amenity-list {
        /* grid-template-columns: 1fr; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .forminput {
        width: 90% !important;
    }
}

@media (min-width:992px) {
    .cabin-showcase {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        display: grid;
    }

    .home .cabin-showcase,
    .featuredwrapper .cabin-showcase {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr;
        grid-template-rows: 320px;
        gap: 16px;
    }

    .home .cabin-tile:first-child,
    .page-id-11 .cabin-tile:first-child,
    .page-id-22 .cabin-tile:first-child,
    .page-id-24 .cabin-tile:first-child,
    .page-id-749 .cabin-tile:first-child {
        grid-row: 1 / 3;
        height: 655px;
    }

    /* .featuredwrapper .cabin-showcase {
        grid-template-columns: 1fr;
    } */

    .cabin-tile {
        padding: 10px;
    }

    .featuredwrapper .cabin-tile {
        padding: 0;
    }

    .stats-strip {
        grid-template-columns: 1fr 1fr;
    }

    .stats-strip {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .searchformwrapper {
        position: absolute !important;
        top: 90vh;
        width: 100%;
        left: 0;
        background: rgb(232 229 216 / 25%) !important;
        z-index: 1;
        padding: 7px;
    }
}

@media (min-width: 1024px) {
    /* nav {
        padding: 16px 24px;
    } */

    .nav-center {
        display: none;
    }

    .reviewwrapper {
        overflow: visible;
    }

    .post-hero-content {
        bottom: 10rem;
        position: absolute;
        width: 50vw;
        z-index: 9;
        display: block;
        left: 5rem;
    }

    .hero {
        padding: 80px 24px;
    }

    .stats-strip {
        grid-template-columns: repeat(4, 1fr);
    }

    .cabins-section,
    .experience,
    .reviews-section,
    .cta-full {
        padding-left: 24px;
        padding-right: 24px;
    }



    .exp-grid {
        grid-template-columns: 1fr;
    }



    .review-strip {
        grid-template-columns: 1fr;
    }



    footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .foot-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .cabin-tile {
        padding: 0;
    }

    .hero-bg,
    .heroimage {
        height: 100vh;
        inset: 0;
        filter: brightness(0.25) saturate(0.8);
        /* transform: scale(1.05); */
        /* animation: heroZoom 20s ease alternate infinite; */
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .post-heroimage img {
        height: 100vh;
    }

    .home .cabin-showcase,
    .featuredwrapper .cabin-showcase {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr;
        grid-template-rows: 320px;
        gap: 16px;
    }

    .cabin-showcase {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 320px;
        gap: 16px;
    }

    .page-id-8 .cabin-showcase,
    .page-id-850 .cabin-showcase,
    .category .cabin-showcase {
        grid-template-rows: 480px;
    }

    /* .cabin-tile {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        cursor: pointer;
        height: 320px;
    } */

    .page-id-8 .cabin-tile,
    .page-id-850 .cabin-tile,
    .category .cabin-tile {
        height: 480px;
    }

    .home .cabin-tile:first-child,
    .page-id-11 .cabin-tile:first-child,
    .page-id-22 .cabin-tile:first-child,
    .page-id-24 .cabin-tile:first-child,
    .page-id-749 .cabin-tile:first-child {
        grid-row: 1 / 3;
        height: 655px;
    }

    .lrpadded {
        padding: 0 10px;
    }

    .amenity-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .exp-visual {
        position: relative;
        height: 550px;
        border-radius: 4px;
        overflow: hidden;
    }
}

@media (min-width:1400px) {
    .searchformwrapper {
        width: 80%;
        left: 10vw;
    }

    .heroimage img {
        height: 100vh;
    }
}

@media (min-width:1680px) {
    .searchformwrapper {
        width: 60%;
        left: 20vw;
    }

    .heroimage img {
        height: 100vh;
    }
}