/* Always-dark header — matches the existing .menu_open white-on-dark state as default */

.topbar {
    background-color: #373935;
}

/* Logo SVGs — override the hardcoded fill="#383936" in the SVG markup */

.topbar .logo svg {
    fill: #f7f2e9 !important;
}

/* MENU text */

.m-txt-fix {
    color: #f7f2e9;
}

/* Hamburger lines */

.topbar .menu-wrapper span {
    background: #f7f2e9;
}

/* Top nav links (GIFTS, OFFERS etc.) */

.topbar .top-links a,
.topbar .top-links a:hover {
    color: #f7f2e9;
}

/* Underline hover rule */

.topbar .top-links a.link-type1.left:before {
    background-color: #f7f2e9;
}

/* BOOK NOW bordered button — keep border visible on dark bg */

.topbar .top-links a.btn,
.topbar .top-links a[class*="btn"],
.topbar .top-links a.book-now {
    border-color: #f7f2e9;
    color: #f7f2e9;
}

/* When menu slides open, topbar goes transparent (existing behaviour preserved) */

/* Higher specificity wins over the background-color rule above */

.menu_open .topbar {
    background: transparent;
}

/* Hide header BOOK NOW on mobile — replaced by fixed bottom bar */

@media (max-width: 991px) {
    .toplink-box .btn {
        display: none;
    }
}

/* Hide booking form on mobile — replaced by fixed bottom bar */

@media (max-width: 991px) {
    .midbar-box {
        display: none;
    }
}

/* Fixed mobile BOOK NOW bar */

.mobile-book-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background-color: #373935;
    color: #f4efee;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding: 18px 20px;
    text-decoration: none;
}

@media (max-width: 991px) {

.mobile-book-bar {
        display: block
}
    }

/* Prevent fixed bar from overlapping page content on mobile */

@media (max-width: 991px) {
    body {
        padding-bottom: 56px;
    }
}

@media only screen and (max-width: 991px) {

.topbar {
        min-height: 81px !important
}
        .topbar .logo {
            top: -0px !important;
        }
        .topbar .menu-bar {
            top: auto !important;
        }
    }

.main-image {
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
}

.section-bg--light {
    background-color: #f4efee;
    color: #373935;
}

.section-bg--dark {
    background-color: #373935;
    color: #f4efee;
}

.section-bg--texture {
    background-image: url('/wp-content/themes/murrayshall/dist/images/navigation-bg_0542f868.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #f4efee;
}

/* Custom AOS animation copied from TheNare */

*[data-aos='clip-down'] {
    overflow: hidden;
    clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0% 0%);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.21, 0.94) !important;
    transition: all 1.5s !important;
}

*[data-aos='clip-down'].aos-animate {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

.quote-images {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -1px;
}

.quote-images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.quote-images .container {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

.quote-images .top-heading {
        display: flex;
        align-items: center;
    }

.quote-images .top-heading h2 {
            font-size: 28px;
            line-height: 1.2;
            font-weight: normal;
        }

@media (min-width: 1280px) {

.quote-images .top-heading h2 {
                font-size: 36px
        }
            }

@media (min-width: 1536px) {

.quote-images .top-heading h2 {
                font-size: 42px
        }
            }

.quote-images .section-top {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

@media (min-width: 1024px) {

.quote-images .section-top {
            flex-direction: row;
            align-items: center
    }
        }

@media (min-width: 1024px) {

.quote-images .section-top .image--smaller {
                width: 34.5%;
                flex-shrink: 0
        }
            }

.quote-images .section-top .image--smaller.image-container {
                aspect-ratio: 570 / 410;
            }

@media (min-width: 1024px) {

.quote-images .section-top .image--larger {
                flex: 1
        }
            }

.quote-images .section-top .image--larger.image-container {
                aspect-ratio: 1082 / 709;
            }

.quote-images .section-bottom {
        display: flex;
        flex-direction: column;
        gap: 37px;
    }

@media (min-width: 1024px) {

.quote-images .section-bottom {
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            width: 80%
    }
        }

@media (min-width: 1536px) {

.quote-images .section-bottom {
            margin-left: auto;
            margin-right: unset;
            width: 100%;
            padding-left: 90px
    }
        }

.quote-images .section-bottom .image-bottom {
            aspect-ratio: 734 / 536;
        }

@media (min-width: 1024px) {

.quote-images .section-bottom .image-bottom {
                width: 50%
        }
            }

@media (min-width: 1536px) {

.quote-images .section-bottom .image-bottom {
                width: 70%;
                max-width: 734px
        }
            }

@media (min-width: 1024px) {

.quote-images .section-bottom .quote-text {
                width: 50%
        }
            }

@media (min-width: 1536px) {

.quote-images .section-bottom .quote-text {
                max-width: 599px
        }
            }

/* Quote style */

.quote-images .copy--quote q {
            display: block;
            font-size: 23px;
            line-height: 28px;
            font-style: italic;
        }

@media (min-width: 1536px) {

.quote-images .copy--quote q {
                font-size: 24px;
                line-height: 34px
        }
            }

.quote-images .copy--quote .author {
            margin-top: 35px;
        }

.quote-images .copy--quote .author span {
                display: block;
                font-size: 14px;
                line-height: 20px;
                font-weight: normal;
            }

@media (min-width: 1536px) {

.quote-images .copy--quote .author span {
                    font-size: 16px
            }
                }

/* Normal text style */

.quote-images .copy--text h3 {
            font-size: 23px;
            line-height: 1.3;
            font-weight: 300;
            margin-bottom: 20px;
        }

@media (min-width: 1280px) {

.quote-images .copy--text h3 {
                font-size: 24px
        }
            }

.quote-images .copy--text .description {
            font-size: 16px;
            line-height: 1.6;
        }

.quote-images .copy--text .description p {
                margin-bottom: 24px;
            }

.quote-images .copy--text .description p:last-child {
                    margin-bottom: 0;
                }

.about-split {
    padding-top: 101px;
    padding-bottom: 65px;

}

@media (min-width: 768px) {

.about-split {
        padding-top: 70px;
        padding-bottom: 70px

}
    }

@media (min-width: 1280px) {

.about-split {
        padding-top: 119px;
        padding-bottom: 100px

}
    }

/* Optional heading above the two-column layout */

.about-split .about-split__heading {
        margin-bottom: 55px;
        max-width: 811px;
    }

@media (min-width: 1536px) {

.about-split .about-split__heading {
            margin-bottom: 93px
    }
        }

.about-split .about-split__heading h2 {
            font-size: 40px;
            line-height: calc(45 / 40);
            font-weight: 400;
        }

@media only screen and (max-width: 600px) {

.about-split .about-split__heading h2 {
                font-size: 28px !important
        }
            }

.about-split h3,
    .about-split .h3 {
        font-size: clamp(23px, calc(23px + (35 - 23) * ((100vw - 800px) / (1920 - 800))), 35px);
        line-height: 1.3;
        font-weight: 300;
    }

@media (max-width: 420px) {

.about-split h3,
    .about-split .h3 {
            line-height: 28px
    }
        }

@media (min-width: 768px) {

.about-split h3,
    .about-split .h3 {
            width: 75%
    }
        }

@media (min-width: 1536px) {

.about-split h3,
    .about-split .h3 {
            width: 100%;
            line-height: 40px
    }
        }

.about-split .content {
        display: flex;
        flex-direction: column;
        gap: 55px;
    }

@media (min-width: 1024px) {

.about-split .content {
            flex-direction: row;
            align-items: flex-start;
            gap: 89px
    }
        }

.about-split .content .images {
            display: flex;
            align-items: center;
            gap: 39px;
            width: 100%;
            flex-shrink: 0;
        }

@media (min-width: 1024px) {

.about-split .content .images {
                width: 1063px;
                max-width: 62%
        }
            }

.about-split .content .images img {
                object-fit: cover;
                object-position: center;
                width: 100%;
                height: 100%;
            }

.about-split .content .images .image-container {
                overflow: hidden;
            }

.about-split .content .images .image-container.smaller {
                    width: 33.333%;
                    aspect-ratio: 324 / 351;
                }

.about-split .content .images .image-container.larger {
                    width: 66.667%;
                    aspect-ratio: 700 / 725;
                }

.about-split .content .text-content {
            flex: 1;
            min-width: 0;
        }

.about-split .content .copy p {
                font-size: 16px;
                margin-bottom: 24px;
            }

.about-split .content .btn {
            margin-top: 20px;
            display: inline-block;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        }

/* Full-screen booking overlay — slides in from the left */

/* Triggered by .booking-overlay-trigger or BOOK NOW text match */

.booking-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;

    /* Reuse the same menu texture background */
    background-image: url('/wp-content/themes/murrayshall/dist/images/navigation-bg_0542f868.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #373935;
}

.booking-overlay.is-open {
        transform: translateX(0);
    }

/* Inner wrapper — centred content with padding */

.booking-overlay__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 112px 40px 60px;
}

@media (max-width: 767px) {

.booking-overlay__inner {
        padding: 80px 20px 40px
}
    }

@media only screen and (max-width: 650px) {

.booking-overlay__inner {
        padding-left: 38px !important;
        padding-right: 38px !important
}
    }

/* Title */

.booking-overlay__title {
    color: #f4efee;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 650px) {

.booking-overlay__title {
        font-size: 30px !important;
        margin-bottom: 20px !important
}
    }

/* Card grid — 3 cols on desktop, 1 on mobile */

.booking-overlay__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1360px;
}

@media (max-width: 991px) {

.booking-overlay__grid {
        grid-template-columns: repeat(2, 1fr)
}
    }

@media (max-width: 575px) {

.booking-overlay__grid {
        grid-template-columns: 1fr
}
    }

/* Card — reuses .slider-box styles; just ensure text is white */

.booking-overlay__card .slider-content {
        color: #f4efee;
        font-size: 20px !important;
    }

@media only screen and (max-width: 650px) {

.booking-overlay__card .slider-content {
            font-size: 17px !important;

            padding-top: 12px !important;
            padding-bottom: 12px !important
    }
        }

@media only screen and (max-width: 650px) {
        .booking-overlay__card img {
            aspect-ratio: 313/130 !important;
            object-fit: cover;

        }
    }

/* Close button — top-right X */

.booking-overlay__close {
    position: fixed;
    top: 48px;
    right: 65px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 500px) {

.booking-overlay__close {
        top: 29px !important;
        right: 39px !important;

        width: 22px !important;
        height: 22px !important
}
    }

.booking-overlay__close:hover {
        opacity: 0.6;
    }

/* Prevent body scroll while overlay is open */

body.booking-overlay-active {
    overflow: hidden;
}
