/*
Theme Name: The Mocha House
Author: WebberSites
Version: 1.0
*/

/* PAGE NAME: css/style.css */
/* SECTION: Base Styles */
@font-face {
  font-family: 'Carolissa';
  src: url('fonts/Carolissa.eot?#iefix') format('embedded-opentype'),  url('fonts/Carolissa.woff') format('woff'), url('fonts/Carolissa.ttf')  format('truetype'), url('fonts/Carolissa.svg#Carolissa') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    background: #ffffff;
    color: #333333;
    font-weight: 700;
}

a {
    color: inherit;
}

/* SECTION: Header Wrapper (3-column layout) */
.mh-header {
    width: 100%;
    background: url("img/header-gradient.png") center top no-repeat;
    background-size: 100% 100%;
    padding: 0;
	padding-top:0;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}

.mh-header-inner {
   /* max-width: 1400px;*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* SECTION: Left & Right Navs */
.mh-nav-left,
.mh-nav-right {
    display: flex;
    gap: 4vw;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.04em;
    white-space: nowrap;
    flex: 1 1 0;           /* equal width columns */
    align-items: center;
}

.mh-nav-left {
    justify-content: flex-start;
	margin-left: 4.5vw;
}

.mh-nav-right {
    justify-content: flex-end;
}

.mh-nav-left a,
.mh-nav-right a {
    color: #ffffff;
    text-decoration: none;
  
}

.mh-nav-left a:hover,
.mh-nav-right a:hover {
    opacity: 0.7;
}

/* SECTION: Center Logo */
.mh-logo {
    flex: 0 0 auto;
    text-align: center;
}

.mh-logo img,
.mh-logo svg {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* SECTION: Order Online Button (flat, no notches) */
.mh-order-btn {
    display: inline-block;
    background: #ffffff;
    padding: 10px 18px;
    color: #b78a34;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    border-radius: 2px;
}

a.mh-order-btn {
    color: #a5823f;
}

.mh-order-btn:hover {
    opacity: 0.9;
}


/* ----------------------------------------
   ORDER ONLINE MODAL
---------------------------------------- */
.mh-order-location-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mh-order-location-modal.open {
    display: flex;
}

.mh-order-location-inner {
    background: #111;
    padding: 40px 50px;
    border-radius: 4px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    color: #fff;
    position: relative;
}

.mh-order-location-inner h2 {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 32px;
    color: #d1a155;
}

.mh-order-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.mh-order-location-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mh-order-location-btn {
    display: block;
    background: #d1a155;
    color: #000;
    padding: 14px 20px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.mh-order-location-btn:hover {
    opacity: 0.85;
}



/* SECTION: Mobile Toggle (hamburger) */
.mh-mobile-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 26px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
	
}

.mh-mobile-toggle span {
    display: block;
    height: 3px;
    margin: 4px 0;
    background: #ffffff;
    border-radius: 2px;
}

/* SECTION: Mobile Menu */
.mh-mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 80;
}

.mh-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
   
    height: 100%;
    background: #000000;
    color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 999;
}

.mh-mobile-menu-inner {
    padding: 24px 24px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mh-mobile-close {
    align-self: flex-end;
    font-size: 32px;
    line-height: 1;
    border: none;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 16px;
}

.mh-mobile-nav a {
    display: block;
    padding: 16px 0;
    font-size: 6vw;
    text-decoration: none;
    color: #ffffff;
}

.wpcf7-spinner {display:block;}

.mh-mobile-nav a:hover {
    opacity: 0.85;
}

a.mh-mobile-order {color: #b78a34;}

.mh-mobile-order {
   
    
    color: #b78a34;

}

/* open state */
.mh-mobile-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mh-mobile-menu.is-open {
    transform: translateX(0);
}

/* SECTION: Hero Carousel */
.mh-hero {
    position: relative;
    width: 100%;
    height: 60vw;
    min-height: 420px;
    max-height: 800px;
    overflow: hidden;
    background: #000000;
   
}

.mh-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.mh-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mh-hero-slide.is-active {
    opacity: 1;
    z-index: 1;
}

/* SECTION: Hero Caption Overlay */
.mh-hero-caption {
    position: absolute;
    z-index: 88;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.55);
    padding: 22px 40px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: normal;
}

/* SECTION: Content Stub */
.mh-content {
    max-width: 960px;
    margin: 40px auto 80px;
    padding: 0 20px;
    text-align: center;
}

.mh-content h1 {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 24px;
}

.mh-content p {
    line-height: 1.6;
    font-size: 16px;
}

@media (min-width: 1475px) {
    .mh-nav-left,
    .mh-nav-right, .mh-order-btn {
        gap: 2.5vw;
        font-size: 1.5vw;
    }
}



@media (max-width: 1275px) {
    .mh-nav-left,
    .mh-nav-right, .mh-order-btn {
        gap: 22px;
        font-size: 1.5vw;
    }
}

@media (max-width: 1110px) {
    .mh-nav-left,
    .mh-nav-right, .mh-order-btn {
        gap: 20px;
        font-size: 1.5vw;
    }
}



/* SECTION: Responsive */
@media (max-width: 1024px) {
    .mh-nav-left,
    .mh-nav-right, .mh-order-btn  {
        gap: 18px;
        font-size: 1.4vw;
    }
}

@media (max-width: 820px) {
    .mh-header-inner {
        justify-content: center;
    }

    .mh-nav-left,
    .mh-nav-right {
        display: none;           /* hide desktop navs */
    }

    .mh-mobile-toggle {
        display: block;          /* show hamburger */
    }
}

@media (max-width: 768px) {
    .mh-logo img,
    .mh-logo svg {
        width: 120px;
    }

    .mh-hero {
        height: 50vw;
        min-height: 360px;
    }

    .mh-hero-caption {
        font-size: 20px;
        padding: 16px 20px;
    }
	
	
}




.mh-locations {
    background: #111;                   /* matches your dark theme */
    padding: 80px 40px;
    text-align: center;
}

.mh-locations-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.mh-location img {
    width: 100%;
    height: clamp(320px, 28vw, 260px); /* smooth scaling desktop → mobile */
    aspect-ratio: 3 / 2;               /* forces perfect 3:2 */
    object-fit: cover;                 /* crops nicely without distortion */
    border-radius: 4px;
    display: block;
}

.mh-location a { color: #d1a155; }
.mh-location a  {text-decoration:none !important;}
.mh-location a:hover {color:#fff !important;}

.mh-location h3 {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 700;
                       /* your gold color */
    letter-spacing: 0.03em;
}

/* SECTION: Mobile (single column) */
@media (max-width: 820px) {
    .mh-locations-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .mh-location h3 {
        font-size: 26px;
    }
}





.mh-feature-wide {
    width: 100%;
    padding: 50px 0;
}

.mh-feature-wide-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 5%;
}

/* LEFT TEXT BOX */
.mh-feature-wide-text {
    background: #f7efe7;
    padding: 50px 60px;
    font-size: 22px;
    line-height: 1.6;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    position: relative;
    z-index: 3;
    margin-right: -60px;   /* overlapping look */
}

/* TWO PORTRAIT IMAGES */
.mh-feature-wide-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.mh-feature-wide-images img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* SECTION: Mobile — text ABOVE, images stay side-by-side */
@media (max-width: 900px) {

    .mh-feature-wide-row {
        grid-template-columns: 1fr;   /* single column */
        padding: 0 20px;
    }
	
	.mh-feature-single {padding:0 !important}

    /* text on top */
    .mh-feature-wide-text {
        margin: 0 auto 30px auto;
        padding: 30px 22px;
        font-size: 22px;
        position: relative;
        left: 0;
        right: 0;
        z-index: 2;
    }

    /* keep 2 images side-by-side on mobile */
    .mh-feature-wide-images {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

/* extra small phones */
@media (max-width: 520px) {
    .mh-feature-wide-text {
        padding: 24px 16px;
    }
}




/* SECTION: Single-Image Feature Block */
.mh-feature-single {
    width: 100%;
    padding:  0;
}

.mh-feature-single-row {
    display: grid;
    grid-template-columns: 1.0fr 1fr;
    align-items: center;
    width: 100%;
    padding: 0 5%;
    position: relative;
}

/* IMAGE */
.mh-feature-single-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* TEXT */
.mh-feature-single-text {
    background: #f7efe7;
    padding: 50px 60px;
    font-size: 22px;
    line-height: 1.6;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    margin-left: -60px;  /* overlapping bias */
    position: relative;
    z-index: 3;
}

/* MOBILE VERSION */
@media (max-width: 900px) {

    .mh-feature-single-row {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    /* text FIRST */
    .mh-feature-single-text {
        margin: 0 0 30px 0;
        padding: 30px 22px;
        font-size: 22px;
        position: relative;
        left: 0;
    }

    .mh-feature-single-img img {
        width: 100%;
        border-radius: 4px;
    }
}


/* SECTION: Single-Image Feature Block */
.mh-feature-single {
    width: 100%;
    padding: 50px 50px;
}

.mh-feature-single-row {
    display: grid;
    grid-template-columns: 1fr 1.0fr;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    position: relative;
}

/* TEXT BOX (LEFT) */
.mh-feature-single-text {
    background: #f7efe7;
    padding: 50px 60px;
    font-size: 22px;
    line-height: 1.6;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    z-index: 3;
    position: relative;
    margin-right: -60px;  /* gentle overlap into image */
}

/* IMAGE (RIGHT) */
.mh-feature-single-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* MOBILE LAYOUT */
@media (max-width: 900px) {

    .mh-feature-single-row {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .mh-feature-single-text {
        margin: 0 0 30px 0;
        padding: 30px 22px;
        font-size: 22px;
        position: relative;
        left: 0;
        right: 0;
    }

    .mh-feature-single-img img {
        width: 100%;
    }
}

/* SECTION: Bottom Hero Slider */
.mh-bottom-slider {
    position: relative;
    width: 100%;
    height: 55vw;
    min-height: 360px;
    overflow: hidden;
}

.mh-bottom-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.mh-bottom-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.mh-bottom-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SECTION: Footer */
.mh-footer {
    background: #0f0f0f;
    color: #d1a155;
    padding: 60px 40px 40px;
    text-align: center;
}

.mh-footer-inner {
    max-width: 1400px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;   /* keep all three in one row on desktop */
    gap: 40px;
}

/* logo */
.mh-footer-logo {
    flex: 0 0 auto;      /* don't stretch logo */
    display: flex;
    justify-content: flex-start;
}
.mh-footer-logo img {
    width: 120px;
    height: auto;
}

/* navigation */
.mh-footer-nav {
    flex: 1 1 auto;      /* middle item can shrink/grow */
    min-width: 0;        /* allow text to wrap instead of pushing icons */
    display: flex;
    flex-wrap: wrap;     /* let links wrap to next line if needed */
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(209, 161, 85);
}

.mh-footer-nav a {
    color: #d1a155;
    text-decoration: none;
}

/* social icons */
.mh-footer-social {
    flex: 0 0 auto;      /* keep icons tight on the right */
    display: flex;
    justify-content: flex-end;
    gap: 0;
}

.mh-icon {
    width: 80px;
    height: auto;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mh-icon img {
    width: 100%;
    height: auto;
}

/* copy */
.mh-footer-copy {
    font-size: 14px;
    margin-top: 10px;
    color: #d1a155;
}

/* MOBILE */
@media (max-width: 820px) {
    .mh-footer-inner {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 30px;
        text-align: center;
    }
	
	.mh-bottom-slide {margin-top:25px;}

    .mh-footer-logo {
        justify-content: center;
    }

    .mh-footer-nav {
        justify-content: center;
        gap: 20px;
        border-bottom: 2px solid rgb(209, 161, 85);
    }

    .mh-footer-social {
        justify-content: center;
    }
}




/* ============================================
   LOCATION PAGE – FULL MOCKUP VISUALS
   ============================================ */

/* --- HERO --- */
.loc-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    background: #000;
}

.loc-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.loc-hero-slide.is-active {
    opacity: 1;
}
.loc-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- DYNAMIC LOCATION TITLE --- */
.loc-title {
    position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	
    text-shadow: 2px 2px 0 white;
}

/* --- HERO CAPTION --- */
.loc-hero-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-35%);
    text-align: center;
    color: #ffffff;
    text-shadow: 0 3px 8px rgba(0,0,0,0.45);
    line-height: 1.2;
}
.loc-hero-caption strong {
    display: block;
    margin-top: 8px;
    font-size: 38px;
    font-weight: 700;
	text-shadow: 3px 3px 0 #000;
}
.loc-script {
    font-family: 'Carolissa';
    font-size: 54px;
    font-weight: 400;
	 text-shadow: 3px 3px 0 #000000;
}

/* ============================================
   GRID
============================================ */
.loc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 50px 5%;
    background: #fff;
}

/* --- CARDS --- */
.loc-card {
    background: #292929;
    padding: 29px 28px;
	padding-top:0;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

/* --- GOLD HEADINGS --- */
.loc-card h3 {
    color: #d1a155;
    font-size: 35px;
    margin-bottom: 16px;
    font-weight: 700;
}

/* --- BODY TEXT --- */
.loc-card p,
.loc-card a {
    font-size: 22px;
    line-height: 1.55;
    color: #ffffff;
}
.loc-card a:hover {
    opacity: 0.85;
}

/* --- PHOTO --- */
.loc-photo {
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
}

/* --- ORDER BUTTON --- */
.loc-button {
    display: inline-block;
    background: #d1a155;
    color: #111111;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.loc-button:hover {
    opacity: 0.85;
}

/* --- DELIVERY ROW --- */
.loc-delivery-row {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.loc-delivery {
    width: 52px;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    display: block;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .loc-grid { grid-template-columns: 1fr; }
    .loc-title { font-size: 32px; top: 120px; }
    .loc-script { font-size: 26px; }
    .loc-hero-caption strong { font-size: 28px; }
}




/* SECTION: Welcome Block */
.mh-welcome {
    padding: 40px 5%;
    background: #f7efe7;
    text-align: center;
}

.mh-welcome-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
	margin-top:0;
}

/* Top Static Image */
.mh-welcome-topimg img {
    width: 100%;
    max-width: 1400px;
    border-radius: 4px;
    display: block;
    margin: 0 auto 50px;
}

/* SLIDER */
.mh-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 1400px;
}

.mh-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 20px;
}

.mh-thumb {
    width: 280px;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

/* Arrows */
.mh-slide-arrow {
    background: none;
    border: none;
    font-size: 42px;
    cursor: pointer;
    color: #d1a155;
    padding: 0 15px;
    user-select: none;
}

.mh-slide-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

/* History text */
.mh-welcome-history {
    max-width: 760px;
    margin: 20px auto;
    font-size: 25px;
    line-height: 1.6;
}

.mh-welcome-address {
    margin-top: 30px;
    font-size: 38px;
    color: #333;
}

.mh-pin {
    margin-right: 6px;
}

/* MODAL */
.mh-img-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.mh-img-modal.active {
    display: flex;
}

.mh-modal-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    cursor: pointer;
}

/*
 * Arrow controls for navigating the image modal gallery.  When a user clicks
 * on a thumbnail in the location gallery, the image opens in a full-screen
 * modal.  These arrows allow navigation between images while the modal is
 * open.  They mirror the styling of the menu overlay arrows but use a
 * higher z-index to ensure they appear above the image and modal backdrop.
 */
.mh-img-prev,
.mh-img-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 42px;
    color: #d1a155;
    cursor: pointer;
    padding: 0 15px;
    user-select: none;
    z-index: 3100;
}
.mh-img-prev {
    left: 20px;
}
.mh-img-next {
    right: 20px;
}
.mh-img-prev:disabled,
.mh-img-next:disabled {
    opacity: 0.3;
    cursor: default;
}

/* MOBILE */
@media (max-width: 768px) {

    .mh-thumb {
        width: 46vw;
        height: 32vw;
    }

    .mh-welcome-title {
        font-size: 26px;
    }

    .mh-slide-arrow {
        font-size: 34px;
        padding: 0 8px;
    }
}





/* SECTION: Hippodrome Specialty Hero */
.hip-hero {
    position: relative;
    height: 70vw;
    min-height: 480px;
    max-height: 900px;
    overflow: hidden;
}

/* Slides */
.hip-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
}

.hip-slide.is-active {
    opacity: 1;
    z-index: 2;
}

.hip-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay layer */
.hip-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.65)
    );
    z-index: 3;
}

/* Remove full-image dark overlay */
.hip-hero::before {
    display: none;
}

/* Centered content container */
.hip-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
}

/* DARK BOX — matches screenshot */
.hip-box {
    background: rgba(0, 0, 0, 0.55);
    padding: 25px 50px; /* 25px vertical, ~50 horizontal looks perfect */
    border-radius: 6px;
    display: inline-block;
    max-width: 90%;
}

/* SVG logo */
.hip-logo {
    width: 70%;
    max-width: 500px;
    height: auto;
    margin-bottom: 25px;
}

/* Text inside box */
.hip-subtitle {
    color: #fff;
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 1.5;
}

.hip-tagline {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 1.5;
}

/* Button stays golden */
.hip-btn {
    background: #d1a155;
    color: #000;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* MOBILE */
@media (max-width: 768px) {

    .hip-box {
        padding: 20px 22px; /* slightly tighter on mobile */
    }

    .hip-logo {
        width: 80%;
        max-width: 360px;
    }

    .hip-subtitle {
        font-size: 18px;
    }

    .hip-tagline {
        font-size: 16px;
    }

    .hip-btn {
        padding: 12px 28px;
        font-size: 16px;
    }
}



/* =============================== */
/* HERO STATIC SECTION */
/* =============================== */

.hip-hero-static {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 580px;
    overflow: hidden;
}

.hip-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TOP CAPTION */
.hip-caption-box {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.55);
    padding: 25px 50px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    max-width: 550px;
	width:50%;
    z-index: 5;
}

/* =============================== */
/* EVENT OVERLAY (THE NEW BLOCK) */
/* =============================== */

.hip-event-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: white;
    z-index: 5;
    background: rgba(0,0,0,0);
    padding: 30px 40px;
    border-radius: 6px;

    max-width: 800px;
    width: 90%;
	text-shadow:2px 2px 0 black;
}
 
.hip-event-overlay h2 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 700;
}

.hip-event-overlay p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 5px;
	margin-top:0;
}

   .hip-caption-text {
        font-size: 22px !important;
    }


/* =============================== */
/* MOBILE */
/* =============================== */

@media (max-width: 768px) {

    .hip-caption-box {
        padding: 18px 28px;
        top: 130px;
    }

    .hip-event-overlay {
        padding: 22px 20px;
        bottom: 4%;
    }

    .hip-event-overlay h2 {
        font-size: 24px;
    }

    .hip-event-overlay p {
        font-size: 16px;
    }
}

/* =============================== */
/* IMAGE SLIDER */
/* =============================== */

.hip-slider-block {
    position: relative;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hip-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 25px;
    max-width: 1400px;
}

.hip-thumb {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.hip-slide-arrow {
    background: none;
    border: none;
    color: #d1a155;
    font-size: 42px;
    cursor: pointer;
    padding: 0 18px;
}

.hip-slide-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}


/* =============================== */
/* MODAL */
/* =============================== */

.hip-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.hip-modal.active {
    display: flex;
}

.hip-modal-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
    cursor: pointer;
}


/* =============================== */
/* MOBILE */
/* =============================== */

@media (max-width: 768px) {

    .hip-caption-box {
        padding: 18px 26px;
        top: 130px;
    }

    .hip-caption-text {
        font-size: 18px !important;
    }

    .hip-event-content {
        text-align: center;
        margin: 0 auto;
    }

    .hip-thumb {
        width: 42vw;
        height: 30vw;
    }

    .hip-slide-arrow {
        font-size: 32px;
        padding: 0 10px;
    }
}


/* ========================================= */
/* HIP FEATURE BLOCKS - BASE STYLE (matches .mh-feature-wide) */
/* ========================================= */

.hip-feature {
    width: 100%;
    padding: 50px 0; /* same as mh-feature-wide */
    background: #f7efe7; /* same cream page background */
}

.hip-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding: 0 5%; /* EXACT match */
    position: relative;
    gap: 25px; /* matches gap between image columns */
}

/* ========================================= */
/* TEXT BOX — black variant of mh-feature-wide-text */
/* ========================================= */

.hip-feature-text {
    background: #111;             /* black panel */
    padding: 50px 60px;           /* EXACT match */
    font-size: 22px;              /* EXACT match */
    line-height: 1.6;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    position: relative;
    z-index: 3;
    max-width: 100%;  
	color:#FFF;
}

/* Overlap LEFT (text overlaps images to the right) */
.hip-feature.alt-left .hip-feature-text {
    margin-right: -60px; /* EXACT match to mh-feature-wide-text */
}

/* Overlap RIGHT (text overlaps images to the left) */
.hip-feature.alt-right .hip-feature-text {
    margin-left: -60px; /* EXACT match to mh-feature-single .text */
}

/* ========================================= */
/* IMAGE GROUP — matches .mh-feature-wide-images */
/* ========================================= */

.hip-feature-img-group {
    display: grid;
    grid-template-columns: 1fr 1fr; /* default: TWO images */
    gap: 25px;
}

.hip-feature-img-group img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Single-image mode behaves like mh-feature-single */
/* (Some sections have only one image) */
.hip-feature.single .hip-feature-img-group,
.hip-feature.alt-left.single .hip-feature-img-group,
.hip-feature.alt-right.single .hip-feature-img-group {
    grid-template-columns: 1fr !important;
}

/* ========================================= */
/* MOBILE — IDENTICAL to mh-feature-wide + single */
/* ========================================= */

@media (max-width: 900px) {

    .hip-feature-row {
        grid-template-columns: 1fr;
        padding: 0 20px; /* exact mobile padding */
        gap: 40px;
    }

    /* Text ABOVE images */
    .hip-feature-text {
        margin: 0 !important;
        padding: 30px 22px; /* EXACT match */
        font-size: 22px;
        z-index: 2;
    }

    /* Two images remain side-by-side */
    .hip-feature-img-group {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    /* Single image stays single column */
    .hip-feature.single .hip-feature-img-group {
        grid-template-columns: 1fr !important;
    }
}

/* Small phones */
@media (max-width: 520px) {
    .hip-feature-text {
        padding: 24px 16px; /* EXACT match */
    }
}


/* ========================== */
/* BOOK AN EVENT SECTION */
/* ========================== */

.hip-book-event {
    padding: 80px 5% 120px;
    background: #fff;
    text-align: center;
}

.hip-book-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
	margin-top:0;
}

/* GRID */
.hip-book-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
}

/* CARDS */
.hip-book-card {
    background: #0f0f0f;
    color: white;
    padding: 50px 40px;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);

    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical centering */
    align-items: center;       /* horizontal centering */

    text-align: center;
}

/* Headings */
.hip-book-card h3 {
    font-size: 30px;
    font-weight: 600;
    color: #d1a155;
    margin-bottom: 18px;
}

/* Phone Number Big Text */
.hip-book-large {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0 20px;
}

/* Smaller supporting text */
.hip-book-small {
    font-size: 20px;
    margin: 0;
}

/* Subhead under menu/contract */
.hip-book-sub {
    font-size: 22px;
    margin-bottom: 30px;
}

/* Buttons */
.hip-book-btn {
    background: #d1a155;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: inline-block;
}

.hip-book-card h3 {margin-top:0; padding-top:0;}

/* ========================== */
/* MOBILE */
/* ========================== */

@media (max-width: 900px) {
    .hip-book-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hip-book-card {
        padding: 40px 30px;
    }

    .hip-book-card h3 {
        font-size: 26px;
    }

    .hip-book-large {
        font-size: 32px;
    }

    .hip-book-btn {
        font-size: 18px;
    }
}



/* ========================================= */
/* CONTACT HERO (BACKGROUND HERO, AUTO HEIGHT) */
/* ========================================= */

.contact-hero {
    position: relative;
    width: 100%;
    background-image: url('img/IMG_6317.JPG'); /* UPDATE PATH */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 5% 140px; /* Controls hero height: AUTO but nicely balanced */
    color: #fff;
    text-align: center;
}

/* OVERLAY CONTENT */
.contact-hero-overlay {
    max-width: 1500px;
    margin: 0 auto;
}

.contact-hero-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-shadow: 3px 3px 0 #000;
	margin-top:40px;
}

.contact-hero-subtitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 3px 3px 0 #000;
}

/* CONTACT BOXES */
.contact-box-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-box {
    background: rgba(209,161,85,0.85);
    padding: 32px 20px;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.contact-box h3 {
    font-size: 26px;
    margin: 0 0 10px;
}

.contact-box p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* MOBILE HERO */
@media (max-width: 900px) {

    .contact-hero {
        padding: 80px 5% 100px;
    }

    .contact-hero-title {
        font-size: 36px;
    }

    .contact-hero-subtitle {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact-box-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-box p {
        font-size: 26px;
    }
}

/* ========================================= */
/* CONTACT FORM */
/* ========================================= */

.contact-form-wrap {
    background: #2b2b2b;
    padding: 80px 5% 100px;
    text-align: center;
}

.contact-form-title {
    font-size: 40px;
    font-weight: 700;
    color: #d1a155;
    margin: 0 0 40px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1500px;
    margin: 0 auto;
}

.contact-form-grid p {margin:0;}

/* Columns */
.contact-form-left,
.contact-form-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Inputs + Textarea + Select */
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea {
    width: 100%;
    background: #fff;
    border: 2px solid #333;
    border-radius: 0;
    padding: 14px 16px;  /* slightly tighter */
    font-size: 20px;
    font-family: inherit;
    color: #000;
}

/* Textarea auto-height */
.contact-form-wrap textarea {
    height: 260px; /* Adjusted so left column = right height */
    resize: none;
}

/* Select arrow */
.contact-form-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 16px;
    cursor: pointer;
}

/* Submit button */
.contact-form-submit {
    margin-top: 40px;
}

.contact-form-submit input[type="submit"] {
    background: #d1a155;
    border: none;
    padding: 12px 36px;
    font-size: 22px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.contact-form-submit input[type="submit"]:hover {
    opacity: 0.85;
}

/* Mobile form */
@media (max-width: 900px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrap input,
    .contact-form-wrap textarea,
    .contact-form-wrap select {
        font-size: 18px;
        padding: 14px;
    }

    .contact-form-title {
        font-size: 32px;
    }
}

/* ========================================= */
/* CAREERS LOCATION SELECTOR */
/* ========================================= */

.careers-locations {
    text-align: center;
    padding: 60px 5% 100px;
}

.careers-title {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 12px;
}

.careers-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
    color: #333;
}

/* Buttons */
.careers-btn-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.careers-btn {
    background: #d1a155;
    padding: 18px 60px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: 0.2s ease;
}

.careers-btn:hover {
    opacity: 0.85;
}

@media (max-width: 800px) {
    .careers-btn {
        width: 100%;
        max-width: 420px;
        padding: 16px 0;
        font-size: 24px;
    }

    .careers-btn-row {
        gap: 20px;
    }
}





/* ============================================================
   UNIVERSAL MODAL BASE STYLES
   ============================================================ */

.mh-menu-type-modal,
.mh-menu-location-modal,
.mh-order-location-modal,
.mh-menu-overlay {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    /*
     * Allow the overlay container itself to scroll vertically when the
     * gallery content exceeds the viewport height.  This prevents a
     * secondary scrollbar from appearing within the gallery content.
     */
    overflow-y: auto;
}

.mh-menu-type-modal.open,
.mh-menu-location-modal.open,
.mh-order-location-modal.open,
.mh-menu-overlay.open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}


/* ============================================================
   MENU TYPE MODAL (Food / Cakes / Catering)
   ============================================================ */

.mh-menu-type-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0,0,0,0.70);
    justify-content: center;
    align-items: center;
}

.mh-menu-type-inner {
    background: #1c1c1c;
    padding: 50px 60px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.mh-menu-type-inner h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #d1a155;
}

.mh-menu-type-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mh-menu-type-btn {
    background: #d1a155;
    color: #000;
    border: none;
    font-size: 22px;
    padding: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
}

.mh-menu-type-btn:hover {
    opacity: .85;
}

/* Close button */
.mh-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}


/* ============================================================
   LOCATION SELECTOR MODAL
   ============================================================ */

.mh-menu-location-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0,0,0,0.70);
    justify-content: center;
    align-items: center;
}

.mh-menu-location-inner {
    background: #1c1c1c;
    padding: 50px 60px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.mh-menu-location-inner h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #d1a155;
}

.mh-menu-location-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mh-menu-location-btn {
    background: #d1a155;
    color: #FFF;
    border: none;
    font-size: 22px;
    padding: 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
}

.mh-menu-location-btn:hover {
    opacity: .85;
}

/* ============================================================
   ORDER SELECTOR MODAL
   ============================================================ */

/* The order location modal follows the same styling as the menu
   location selector.  It appears centered on a dark overlay and
   displays a list of links for each location that has an order URL. */
.mh-order-location-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0,0,0,0.70);
    justify-content: center;
    align-items: center;
}

.mh-order-location-inner {
    background: #1c1c1c;
    padding: 50px 60px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.mh-order-location-inner h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #d1a155;
}

.mh-order-location-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Style order buttons similarly to menu location buttons.  Use an
   anchor tag instead of button so that the link can open in a new
   tab if needed. */
.mh-order-location-btn {
    background: #d1a155;
    color: #FFF;
    border: none;
    font-size: 22px;
    padding: 14px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.mh-order-location-btn:hover {
    opacity: .85;
}

/* Close button for the order modal */
.mh-order-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}


/* ============================================================
   FULLSCREEN OVERLAY (Gallery)
   ============================================================ */

.mh-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    /*
     * Use a white background for the gallery overlay.  This keeps
     * the imagery easy to read against a neutral backdrop while
     * allowing the header bar to remain dark.  Previously this was
     * set to #000 (black) which made the menus hard to view.  Only
     * the content area background is changed here; the top bar
     * defined in .mh-menu-overlay-top remains a dark colour.
     */
    background: hsla(0,0%,100%,0.76);
    flex-direction: column;
}

.mh-menu-overlay-top {
    width: 100%;
    background: #111;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

/*
 * Right-hand container inside the menu overlay top bar.  This holds the
 * phone number and the close button.  Using flexbox keeps the elements
 * adjacent with a small gap.  The group itself will be pushed to the
 * far right via justify-content on the parent (.mh-menu-overlay-top).
 */
.mh-menu-overlay-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*
 * Phone number styling matches the overlay title: same font size and
 * weight, white colour.  Additional margin-right is not needed
 * because spacing is handled by the flex gap on the parent.  Text
 * wraps naturally if the number is long.
 */
.mh-menu-overlay-phone {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.mh-menu-overlay-title {
    font-size: 24px;
    font-weight: 700;
}

.mh-menu-overlay-close {
    font-size: 32px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* GALLERY IMAGES */
/*
 * Layout for the menu overlay content.  We use a flexbox with wrapping so
 * portrait images can sit next to each other on large screens while
 * landscape or wider images occupy the full width.  The gap property
 * provides consistent spacing between items.  Portrait images are
 * constrained by a CSS class added dynamically via JavaScript based on
 * their natural aspect ratio.  See .mh-menu-img.portrait rules below.
 */
.mh-menu-overlay-content {
    /* Remove the vertical scrolling from the content area to avoid nested scrollbars. */
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	
}

.mh-menu-overlay-content img {box-shadow: 0 0 10px #000;}

/*
 * Constrain the width of the menu overlay gallery on large screens and
 * center it within the white backdrop.  When the viewport exceeds
 * 1400px, the gallery will no longer stretch beyond 1400px and will
 * instead be centred horizontally.  This ensures that the images remain
 * readable on very wide monitors while maintaining a two‑column layout.
 */
@media (min-width: 1200px) {
    .mh-menu-overlay-content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Base styling for all menu images.  Images will by default span the
 * full width of the overlay (one per row) unless marked as portrait.
 */
.mh-menu-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
}

/* When JavaScript detects a portrait‑oriented menu (height greater than
 * width), the .portrait class is applied.  These items are given a
 * maximum width of approximately half the container so two can appear
 * side by side on desktop.  The flex-basis ensures they take up no
 * more than 48% of the available space (leaving room for the gap).  */
.mh-menu-img.portrait {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

/* On small screens, revert portrait images to full width so they stack
 * neatly in a single column.  */
@media (max-width: 768px) {
    .mh-menu-img.portrait {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*
 * When a menu contains only a single image, the JavaScript engine
 * applies a `.mh-single-menu` class to the overlay content.  These
 * rules ensure that the lone image is centred and not stretched
 * beyond its natural dimensions.  Without this class, a single
 * portrait image would still use the two-column layout intended
 * for multiple menus, and the alignment would not be centred.
 */
.mh-menu-overlay-content.mh-single-menu {
    /* centre the single image horizontally */
    justify-content: center;
}

.mh-menu-overlay-content.mh-single-menu .mh-menu-img {
    /* use intrinsic width up to the container width to avoid
     * upscaling and blurriness; auto allows the image to size
     * naturally according to its intrinsic dimensions.  */
    width: auto;
    max-width: 100%;
    /* center the image when fewer than two appear */
    margin-left: auto;
    margin-right: auto;
    /* do not allow flex rules from .portrait to affect it */
    flex: 0 0 auto;
}

.mh-menu-overlay-content.mh-single-menu .mh-menu-img.portrait {
    /* override portrait restriction for single images */
    flex: 0 0 auto;
    max-width: 100%;
}

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .mh-menu-type-inner,
    .mh-menu-location-inner {
        padding: 40px 35px;
    }

    .mh-menu-overlay-title {
        font-size: 18px;
    }

    .mh-menu-overlay-close {
        font-size: 28px;
    }
}



.contact-address {
font-size: 26px !important;
margin: 0 0 10px;
}


/* PAGE: Application Form – Contact Form 7 (Scoped) */

/* SECTION: Layout / Positioning */
#wpcf7-f448-p449-o1 {
  margin: 30px auto 60px;   /* 130px from top, centered */
  max-width: 760px;
  padding: 0 16px;
}

#wpcf7-f448-p449-o1 .wpcf7-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

/* SECTION: Typography */
#wpcf7-f448-p449-o1 .wpcf7-form p {
  margin-bottom: 14px;
}

#wpcf7-f448-p449-o1 .wpcf7-form p strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 1.05rem;
  color: #111827;
}

#wpcf7-f448-p449-o1 .wpcf7-form label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}

/* SECTION: Inputs / Textareas */
#wpcf7-f448-p449-o1 .wpcf7-form input[type="text"],
#wpcf7-f448-p449-o1 .wpcf7-form input[type="tel"],
#wpcf7-f448-p449-o1 .wpcf7-form input[type="email"],
#wpcf7-f448-p449-o1 .wpcf7-form input[type="number"],
#wpcf7-f448-p449-o1 .wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  outline: none;
}

#wpcf7-f448-p449-o1 .wpcf7-form textarea {
  min-height: 90px;
  resize: vertical;
}

#wpcf7-f448-p449-o1 .wpcf7-form input:focus,
#wpcf7-f448-p449-o1 .wpcf7-form textarea:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

/* SECTION: Checkboxes / Radios */
#wpcf7-f448-p449-o1 .wpcf7-form .wpcf7-list-item {
  margin: 0 12px 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#wpcf7-f448-p449-o1 .wpcf7-form .wpcf7-list-item input[type="checkbox"],
#wpcf7-f448-p449-o1 .wpcf7-form .wpcf7-list-item input[type="radio"] {
  transform: translateY(1px);
}

/* Make day/shift lines wrap nicely on mobile */
#wpcf7-f448-p449-o1 .wpcf7-form .wpcf7-checkbox,
#wpcf7-f448-p449-o1 .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}

/* SECTION: HR styling */
#wpcf7-f448-p449-o1 .wpcf7-form hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 20px 0;
}

/* SECTION: Submit Button */
#wpcf7-f448-p449-o1 .wpcf7-form input[type="submit"] {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease,
    box-shadow 0.15s ease;
}

#wpcf7-f448-p449-o1 .wpcf7-form input[type="submit"]:hover {
  background: #111111;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
  transform: translateY(-1px);
}

#wpcf7-f448-p449-o1 .wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
}

/* SECTION: Validation Messages */
#wpcf7-f448-p449-o1 form.invalid .wpcf7-response-output,
#wpcf7-f448-p449-o1 form.sent .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}




/* SECTION: Responsive Tweaks */
@media (max-width: 640px) {
  #wpcf7-f448-p449-o1 .wpcf7-form {
    padding: 20px 16px;
  }

  #wpcf7-f448-p449-o1 {
    margin-top: 30px; /* keep the same offset on mobile */
  }
}






.page-id-449 h1 {text-align:center; margin-top:130px;}




/* Photo Grid Layout */
.mh-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .mh-photo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .mh-photo-grid { grid-template-columns: repeat(2, 1fr); }
}

.mh-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.mh-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.mh-grid-item:hover img {
  transform: scale(1.08);
}

/* Modal for Photo Grid */
.mh-photo-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.mh-photo-modal.active { display: flex; }
.mh-photo-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.mh-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  opacity: 0.9;
  z-index: 1001;
}
.mh-photo-prev { left: 20px; }
.mh-photo-next { right: 20px; }





