﻿

.findus-hero {
    background: #0f0f0f;
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 135px;

}

.findus-overlay {
    text-align: center;
    color: #fff;
}

.findus-title {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: bold;
    color: #d4a373;
    text-shadow: 0 3px 15px rgba(0,0,0,0.8);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.findus-email,
.findus-phone {
    font-size: 15px;
    margin-top: 5px;
}

.findus-map-wrapper {
    /*   background: #fff; */
    background: url('/images/findus-bg.jpg') center/cover no-repeat;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.opening-hours {
    text-align: center;
    color: #fff;
}

    .opening-hours h3 {
        font-size: 22px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .opening-hours p {
        margin: 8px 0;
        font-size: 16px;
    }

.findus-bottom {
    background: #5b1a22;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}

.bottom-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.age-warning {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.8;
}

/* MOST IMPORTANT FIX: Allow header clicks on mobile */
@media (max-width: 991.98px) {
    .findus-hero {
        margin-top: 0px;
        padding-top: 0px;
        height: calc(70vh + 70px) !important
    }
}

@media (max-width: 576px) {
    .findus-hero {
        margin-top: 0px;
        padding-top: 0px;
        height: calc(65vh + 25px) !important;
        min-height: 500px !important;
    }
}
