/* === MOBILE ONLY SERVICE DESCRIPTION BOX === */
@media (max-width: 768px) {
    .service-description-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        padding: 24px 16px 18px 16px;
        margin: 32px auto 18px auto;
        max-width: 90vw;
        width: 90vw;
        text-align: center;
        z-index: 1001;
    }
    .service-description-mobile p {
        margin: 0 0 18px 0;
        font-size: 1.15rem;
        color: #222;
        font-family: 'Georgia', serif;
        font-weight: 500;
        line-height: 1.4;
    }
    .service-description-mobile .learn-more-btn {
        margin-top: 12px;
        padding: 14px 38px;
        font-size: 1.1rem;
        font-family: 'Georgia', serif;
        font-weight: 500;
        color: #fff;
        background: #6bb7b7;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        outline: none;
        text-decoration: none;
        transition: background 0.2s, box-shadow 0.2s;
    }
    .service-description-mobile .learn-more-btn:hover {
        background: #4a8c8c;
        box-shadow: 0 4px 16px rgba(107,183,183,0.18);
    }
}
/* === FINAL CONSOLIDATED MOBILE CSS - only for mobile === */
@media (max-width: 768px) {
    /* Ensure services section is below hero with spacing on mobile */
    .services {
        margin-top: 0 !important;
        padding-top: 32px !important;
        background: rgba(255,255,255,0.85);
        border-radius: 18px 18px 0 0;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        max-width: 98vw;
        width: 98vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }
    .services .container {
        padding: 0 8px 24px 8px !important;
    }
    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .service-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.07);
        padding: 18px 12px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (max-width: 768px) {
    body {
        min-height: 100vh !important;
        background: url('stretchedout.png') no-repeat center center fixed !important;
        background-size: cover !important;
    }
    .hero {
        min-height: 100vh !important;
        background: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-top: 48px !important;
    }
    .navbar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .hamburger {
        margin-left: auto;
        margin-right: 0;
        display: flex;
    }
    .nav-menu {
        position: absolute;
        top: 60px;
        right: 10px;
        background: rgba(255,255,255,0.97);
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        width: 180px;
        display: none;
        flex-direction: column;
        z-index: 1002;
    }
    .nav-menu.active {
        display: flex;
    }
    .nav-list {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .nav-item {
        width: 100%;
        text-align: right;
        padding: 12px 18px;
    }
    .nav-link {
        color: #222;
        font-size: 1.1rem;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    .nav-link:active,
    .nav-link:focus {
        color: #6bb7b7;
    }
    .nav-menu,
    .nav-list,
    .nav-item {
        transition: all 0.2s;
    }
    .nav-menu {
        animation: dropdownFadeIn 0.25s;
    }
    @keyframes dropdownFadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    /* Hide nav menu by default on mobile */
    .nav-menu {
        display: none;
    }
    .nav-menu.active {
        display: flex;
    }
    /* Hamburger always visible on mobile */
    .hamburger {
        display: flex !important;
    }
    /* Hide nav menu on desktop */
    @media (min-width: 769px) {
        .nav-menu {
            display: flex !important;
            position: static;
            background: none;
            box-shadow: none;
            width: auto;
        }
        .hamburger {
            display: none !important;
        }
    }
    .hero-solid-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #fff !important;
        color: #222 !important;
        border-radius: 14px !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
        padding: 20px 8px 18px 8px !important;
        margin: 80px auto 18px auto !important;
        max-width: 90vw !important;
        width: 90vw !important;
        text-align: center !important;
        position: relative !important;
        z-index: 10 !important;
    }
    .hero-solid-message {
        font-size: 1.15rem !important;
        margin-bottom: 14px !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }
    .hero-solid-btn {
        padding: 12px 32px !important;
        font-size: 1rem !important;
        margin-top: 8px !important;
        align-self: center !important;
    }
    .about {
        padding: 32px 0 24px 0 !important;
        background: linear-gradient(135deg, #ffffff 0%, rgba(176, 232, 224, 0.15) 100%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .about .container {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0 8px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .about h2 {
        color: #4a9d9f !important;
        text-align: center !important;
        font-size: 2rem !important;
        margin-bottom: 18px !important;
    }
    .about h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #7db8ba, #3a7d7f) !important;
        margin: 1rem auto 0 !important;
        border-radius: 2px !important;
    }
    .about-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100vw !important;
    }
    .about-text {
        max-width: 90vw !important;
        margin: 0 auto !important;
        font-size: 1rem !important;
        color: #000 !important;
        text-align: center !important;
        background: #fff !important;
        padding: 12px 8px !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.07) !important;
    }
}
/* === CONSOLIDATED MOBILE CSS === */
@media (max-width: 768px) {
    body {
        min-height: 100vh;
        background: #fff;
    }
    .hero {
        min-height: 100vh;
        background: url('stretchedout.png') no-repeat center center fixed;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 48px;
    }
    .hero-solid-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #222;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        padding: 20px 8px 18px 8px;
        margin: 80px auto 18px auto;
        max-width: 90vw;
        width: 90vw;
        text-align: center;
        position: relative;
        z-index: 10;
    }
    .hero-solid-message {
        font-size: 1.15rem;
        margin-bottom: 14px;
        line-height: 1.4;
        text-align: center;
    }
    .hero-solid-btn {
        padding: 12px 32px;
        font-size: 1rem;
        margin-top: 8px;
        align-self: center;
    }
    .about {
        padding: 32px 0 24px 0;
        background: linear-gradient(135deg, #ffffff 0%, rgba(176, 232, 224, 0.15) 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about .container {
        width: 100vw;
        max-width: 100vw;
        padding: 0 8px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about h2 {
        color: #4a9d9f;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 18px;
    }
    .about h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #7db8ba, #3a7d7f);
        margin: 1rem auto 0;
        border-radius: 2px;
    }
    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
    }
    .about-text {
        max-width: 90vw;
        margin: 0 auto;
        font-size: 1rem;
        color: #000;
        text-align: center;
        background: #fff;
        padding: 12px 8px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    }
}
/* === HERO SOLID BOX (DESKTOP ONLY) === */
/* === HERO SOLID BOX (DESKTOP ONLY, CLONED FROM SCREENSHOT) === */
.hero-solid-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.75);
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 2rem 1rem;
    margin: 2rem auto;
    max-width: 90vw;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 1.3rem;
        color: #222;
        text-align: left;
        position: relative;
        z-index: 3;
    color: #222;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    padding: 36px 24px 32px 24px;
    margin: 48px auto 32px auto;
    max-width: 600px;
    width: 90vw;
    text-align: center;
}
.hero-solid-message {
    font-size: 1.5rem;
    font-family: 'Georgia', serif;
    font-weight: 500;
    margin-bottom: 32px;
}
.hero-solid-btn {
    display: inline-block;
    padding: 18px 56px;
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    font-weight: 700;
    color: #fff;
    background: #6bb7b7;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    outline: none;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}
.hero-solid-btn:hover {
    background: #4a8c8c;
    box-shadow: 0 4px 24px rgba(107,183,183,0.18);
}
@media (max-width: 768px) {
                    .hero {
                        min-height: 100vh;
                        background: url('stretchedout.png') no-repeat center center fixed;
                        background-size: cover;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: flex-start;
                        padding-top: 48px;
                    }
                    .hero-solid-box {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        background: #fff;
                        color: #222;
                        border-radius: 14px;
                        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
                        padding: 20px 8px 18px 8px;
                        margin: 80px auto 18px auto;
                        max-width: 90vw;
                        width: 90vw;
                        text-align: center;
                        position: relative;
                        z-index: 10;
                    }
                    .hero-solid-message {
                        font-size: 1.15rem;
                        margin-bottom: 14px;
                        line-height: 1.4;
                        text-align: center;
                    }
                    .hero-solid-btn {
                        padding: 12px 32px;
                        font-size: 1rem;
                        margin-top: 8px;
                        align-self: center;
                    }
                    .about {
                        padding: 32px 0 24px 0;
                        background: linear-gradient(135deg, #ffffff 0%, rgba(176, 232, 224, 0.15) 100%);
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                    .about .container {
                        width: 100vw;
                        max-width: 100vw;
                        padding: 0 8px;
                        margin: 0 auto;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }
                    .about h2 {
                        color: #4a9d9f;
                        text-align: center;
                        font-size: 2rem;
                        margin-bottom: 18px;
                    }
                    .about h2::after {
                        content: '';
                        display: block;
                        width: 80px;
                        height: 4px;
                        background: linear-gradient(90deg, #7db8ba, #3a7d7f);
                        margin: 1rem auto 0;
                        border-radius: 2px;
                    }
                    .about-content {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        width: 100vw;
                    }
                    .about-text {
                        max-width: 90vw;
                        margin: 0 auto;
                        font-size: 1rem;
                        color: #000;
                        text-align: center;
                        background: #fff;
                        padding: 12px 8px;
                        border-radius: 8px;
                        box-shadow: 0 2px 10px rgba(0,0,0,0.07);
                    }
                /* About section mobile styling */
                .about {
                    padding: 32px 0 24px 0;
                    background: linear-gradient(135deg, #ffffff 0%, rgba(176, 232, 224, 0.15) 100%);
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }
                .about .container {
                    width: 100vw;
                    max-width: 100vw;
                    padding: 0 8px;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .about h2 {
                    color: #4a9d9f;
                    text-align: center;
                    font-size: 2rem;
                    margin-bottom: 18px;
                }
                .about h2::after {
                    content: '';
                    display: block;
                    width: 80px;
                    height: 4px;
                    background: linear-gradient(90deg, #7db8ba, #3a7d7f);
                    margin: 1rem auto 0;
                    border-radius: 2px;
                }
                .about-content {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 100vw;
                }
                .about-text {
                    max-width: 98vw;
                    margin: 0 auto;
                    font-size: 1rem;
                    color: #000;
                    text-align: center;
                    background: #fff;
                    padding: 12px 8px;
                    border-radius: 8px;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
                }
            /* Center all main sections and fix business description */
            .services, .about, .contact {
                padding-top: 0;
                margin-top: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: #fff;
            }
            .services .container, .about .container, .contact .container {
                width: 100vw;
                max-width: 100vw;
                padding: 0 8px;
                margin: 0 auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .services h2, .about h2, .contact h2 {
                text-align: center;
                margin-left: 0;
                margin-right: 0;
            }
            .about-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100vw;
            }
            .about-text {
                max-width: 98vw;
                margin: 0 auto;
                font-size: 1rem;
                color: #000;
                text-align: center;
                background: #fff;
                padding: 12px 8px;
                border-radius: 8px;
            }
            .contact-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 18px;
                width: 100vw;
            }
            .contact-info, .contact-form {
                width: 98vw;
                max-width: 400px;
                margin: 0 auto;
                background: #fff;
                border-radius: 14px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.07);
                padding: 18px 10px;
                text-align: center;
            }
            .hero-solid-box {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: #fff;
                color: #222;
                border-radius: 14px;
                box-shadow: 0 2px 12px rgba(0,0,0,0.10);
                padding: 20px 8px 18px 8px;
                margin: 80px auto 18px auto;
                max-width: 96vw;
                width: 96vw;
                text-align: center;
                position: relative;
                top: 0;
                left: 0;
                z-index: 10;
            }
            .hero-solid-message {
                font-size: 1.08rem;
                margin-bottom: 14px;
                line-height: 1.4;
                text-align: center;
            }
            .hero-solid-btn {
                padding: 12px 32px;
                font-size: 1rem;
                margin-top: 8px;
                align-self: center;
            }
            .service-card {
                text-align: center;
                align-items: center;
                margin: 0 auto;
            }
        /* Balance and center Services section */
        .services {
            padding: 32px 0 24px 0;
            background: #f9f9f9;
            text-align: center;
        }
        .services .container {
            padding: 0 8px;
        }
        .services h2 {
            margin-bottom: 18px;
            font-size: 1.3rem;
        }
        .services-grid {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
        }
        .service-card {
            margin: 0 auto;
            width: 95vw;
            max-width: 340px;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.07);
            padding: 18px 10px;
            text-align: center;
        }
        /* Balance and center About section */
        .about {
            padding: 32px 0 24px 0;
            background: #fff;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .about .container {
            padding: 0 8px;
            margin: 0 auto;
            max-width: 98vw;
        }
        .about h2 {
            margin-bottom: 14px;
            font-size: 1.2rem;
            text-align: left;
            margin-left: 8px;
        }
        .about-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .about-text {
            max-width: 98vw;
            margin: 0 0 0 8px;
            font-size: 1rem;
            color: #333;
            text-align: left;
        }
        /* Balance and center Contact section */
        .contact {
            padding: 32px 0 32px 0;
            background: #f9f9f9;
            text-align: center;
        }
        .contact .container {
            padding: 0 8px;
        }
        .contact h2 {
            margin-bottom: 14px;
            font-size: 1.2rem;
        }
        .contact-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 18px;
            padding-left: 8px;
        }
        .contact-info, .contact-form {
            width: 98vw;
            max-width: 400px;
            margin: 0 0 0 0;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.07);
            padding: 18px 10px;
            text-align: left;
        }
            /* Ensure Services box and hero message are present and styled */
            .hero-solid-box {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                background: #fff;
                color: #222;
                border-radius: 14px;
                box-shadow: 0 2px 12px rgba(0,0,0,0.10);
                padding: 20px 8px 18px 8px;
                margin: 80px auto 18px 8px;
                max-width: 96vw;
                width: 96vw;
                text-align: left;
                position: relative;
                top: 0;
                left: 0;
                z-index: 10;
            }
            .hero-solid-message {
                font-size: 1.08rem;
                margin-bottom: 14px;
                line-height: 1.4;
                text-align: left;
            }
            .hero-solid-btn {
                padding: 12px 32px;
                font-size: 1rem;
                margin-top: 8px;
                align-self: flex-start;
            }
            .services {
                margin-left: 0;
                align-items: flex-start;
            }
            .service-card {
                text-align: left;
                align-items: flex-start;
                margin-left: 8px;
            }
        .footer {
            padding: 18px 0 10px 0;
            background: #fff;
            text-align: center;
            font-size: 0.95rem;
        }
    .hero-solid-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #222;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        padding: 20px 8px 18px 8px;
        margin: 80px auto 18px auto;
        max-width: 96vw;
        width: 96vw;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hero-solid-message {
        font-size: 1.08rem;
        margin-bottom: 14px;
        line-height: 1.4;
    }
    .hero-solid-btn {
        padding: 12px 32px;
        font-size: 1rem;
        margin-top: 8px;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 60vh;
        width: 100vw;
        padding: 0;
        margin: 0;
    }
    .hero {
        background: #fff !important;
        min-height: 100vh !important;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        overflow-x: hidden !important;
    }
    header.navbar, .navbar {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 100;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    }
}
/* === MOBILE ONLY HERO MESSAGE CSS (BRAND NEW) === */
@media (max-width: 768px) {
        .hero-service-description-mobile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #f0f0f0;
            border-radius: 18px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.10);
            padding: 18px 12px 14px 12px;
            margin: 18px auto 12px auto;
            max-width: 340px;
            width: 90vw;
            text-align: center;
            z-index: 1001;
        }
        .hero-service-description-mobile h3 {
            margin: 0 0 8px 0;
            font-size: 1.2rem;
            color: #333;
            font-family: 'Georgia', serif;
        }
        .hero-service-description-mobile p {
            margin: 0;
            font-size: 1rem;
            color: #444;
            font-family: 'Georgia', serif;
        }
    /* Center service descriptions and add grey background */
    .services .services-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    .services .service-card {
        background: #f0f0f0;
        border-radius: 16px;
        padding: 24px 18px;
        margin: 0 auto;
        max-width: 340px;
        width: 90vw;
        box-shadow: 0 2px 12px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .services .service-card h3,
    .services .service-card p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-mobile-message {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, 0);
        width: 90vw;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        padding: 18px 10px;
        text-align: center;
        font-family: 'Georgia', serif;
        font-size: 1.1rem;
        color: #222;
        font-weight: 400;
        z-index: 1000;
    /* removed stray closing brace */
    .hero-mobile-message .learn-more-btn {
        margin-top: 12px;
        padding: 10px 28px;
        font-size: 1rem;
        font-family: 'Georgia', serif;
        font-weight: 500;
        color: #fff;
        background: #6bb7b7;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        outline: none;
        text-decoration: none;
        transition: background 0.2s, box-shadow 0.2s;
    }
    .hero-mobile-message .learn-more-btn:hover {
        background: #4a8c8c;
        box-shadow: 0 4px 16px rgba(107,183,183,0.18);
    }
}

.hero-mobile-message .learn-more-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-family: 'Georgia', serif;
    font-weight: 500;
    color: #fff;
    background: #8fc3c3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    outline: none;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}

/* Removed duplicate/invalid nested @media and stray properties */
@media (max-width: 768px) {
    .hero-mobile-message {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        left: 50% !important;
        top: 62% !important;
        transform: translate(-50%, -50%) !important;
        width: 75vw !important;
        max-width: 90vw !important;
        min-height: 120px !important;
        min-width: 180px !important;
        background: rgba(255,255,255,0.97) !important;
        border-radius: 18px !important;
        box-shadow: 0 4px 32px rgba(0,0,0,0.10) !important;
        padding: 16px 10px !important;
        text-align: center !important;
        font-family: 'Georgia', serif !important;
        font-size: 1.13rem !important;
        color: #222 !important;
        font-weight: 400 !important;
        z-index: 9999 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .hero-mobile-message .learn-more-btn {
        display: inline-block !important;
        margin-top: 18px !important;
        padding: 14px 38px !important;
        font-size: 1.1rem !important;
        font-family: 'Georgia', serif !important;
        font-weight: 500 !important;
        color: #fff !important;
        background: #6bb7b7 !important;
        border: none !important;
        border-radius: 30px !important;
        cursor: pointer !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
        outline: none !important;
        text-decoration: none !important;
    }
    .hero-mobile-message .learn-more-btn:hover {
        background: #4a8c8c !important;
        box-shadow: 0 4px 16px rgba(107,183,183,0.18) !important;
    }
    .hero {
        background-image: url("stretchedout.png") !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top center !important;
        background-color: #7db8ba;
        height: 100dvh !important;
        min-height: 100vh !important;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        overflow: hidden !important;
    }
}
@media (max-width: 768px) {
    .hero {
        background: #fff !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        overflow: hidden !important;
    }
    /* Add white background above services section */
    .services::before {
        content: "";
        display: block;
        width: 100vw;
        height: 40px;
        background: #fff;
        margin-bottom: 0;
    }
    .homepage-banner {
        display: none !important;
    }
    body {
        background: none !important;
        min-height: 100vh;
    }
    header.navbar, .navbar {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: transparent !important;
        box-shadow: none !important;
    }
    .logo, .hamburger span, .hamburger {
        color: #fff !important;
        fill: #fff !important;
    }
    /* .hero empty block removed */
    .homepage-banner {
        margin: 60vh auto 0 auto;
        padding: 6px 10px 6px 10px;
        max-width: 48vw;
        width: 48vw;
        font-size: 0.6rem;
        border-radius: 12px;
        background: rgba(255,255,255,0.85);
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }
    .homepage-banner {
        margin: 0 auto 2vh auto;
        padding: 8px 12px 8px 12px;
        max-width: 60vw;
        width: 60vw;
        font-size: 0.7rem;
        border-radius: 14px;
        background: rgba(255,255,255,0.85);
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }
    .homepage-banner-text {
        font-size: 0.7rem;
    }
    .homepage-learn-more-btn {
        padding: 7px 18px;
        font-size: 0.7rem;
    }
    .homepage-banner-text {
        font-size: 1.1rem;
    }
    .homepage-learn-more-btn {
        padding: 14px 38px;
        font-size: 1.1rem;
    }
    .logo {
        height: 90px !important;
        width: auto !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }
    .hamburger {
        height: 54px !important;
        width: 54px !important;
        margin-top: 24px !important;
        margin-bottom: 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        vertical-align: middle !important;
    }
    .floating-hero-banner {
        display: inline-block !important;
        position: absolute !important;
        left: 50% !important;
        top: 32vh !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(255,255,255,0.92) !important;
        box-shadow: 0 4px 32px rgba(0,0,0,0.10) !important;
        border-radius: 12px !important;
        padding: 10px 18px 10px 18px !important;
        font-size: 1.09rem !important;
        max-width: 98vw !important;
        width: auto !important;
        min-width: 0 !important;
        text-align: center !important;
        font-family: 'Georgia', serif !important;
        color: #222 !important;
        font-weight: 400 !important;
        z-index: 20 !important;
    }
    }
    .hamburger {
        margin-top: 24px !important;
    }
    }
    .services,
    .about,
    .contact {
        padding-top: 0;
        margin-top: 0;
    }
/* Homepage Banner Box (Bottom Center) */
.homepage-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 120px auto 0 auto;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    border-radius: 24px;
    padding: 36px 48px 32px 48px;
    max-width: 700px;
    width: 90%;
    text-align: center;
    font-family: 'Georgia', serif;
    font-size: 1.35rem;
    color: #222;
    font-weight: 400;
}

.homepage-banner-text {
    font-size: 1.25rem;
    color: #222;
    font-family: 'Georgia', serif;
}

.homepage-learn-more-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 38px;
    font-size: 1.1rem;
    font-family: 'Georgia', serif;
    font-weight: 500;
    color: #fff;
    background: #6bb7b7;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    outline: none;
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.homepage-learn-more-btn:hover {
    background: #4a8c8c;
    box-shadow: 0 4px 16px rgba(107,183,183,0.18);
}
/* ============================================
   ON THE POINT BUSINESS SOLUTIONS - STYLES
   Ocean Blue & Warm Friendly Color Scheme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-teal: #4a9d9f;
    --light-teal: #7db8ba;
    --aqua-blue: #5bb3b5;
    --mint-bg: #d4ede8;
    --soft-turq: #b0e8e0;
    --warm-cream: #f5f3f0;
    --text-dark: #333333;
    --text-light: #666666;
    --darker-teal: #3a7d7f;
    --white: #ffffff;
}

body {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-image: url('unblurred.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #7db8ba;
    background-attachment: fixed;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

header {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ============================================
   NAVIGATION & HEADER
   ============================================ */

.navbar {
    background: transparent;
    padding: 0;
    z-index: 1000;
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    border: none;
}

/* MOBILE ONLY HERO MESSAGE CSS */
@media (max-width: 768px) {
    .hero-mobile-message {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, 0);
        width: 90vw;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.10);
        padding: 18px 10px;
        text-align: center;
        font-family: 'Georgia', serif;
        font-size: 1.1rem;
        color: #222;
        font-weight: 400;
        z-index: 1000;
    }
    .hero-mobile-message .learn-more-btn {
        margin-top: 12px;
        padding: 10px 28px;
        font-size: 1rem;
        font-family: 'Georgia', serif;
        font-weight: 500;
        color: #fff;
        background: #6bb7b7;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        outline: none;
        text-decoration: none;
        transition: background 0.2s, box-shadow 0.2s;
    }
    .hero-mobile-message .learn-more-btn:hover {
        background: #4a8c8c;
        box-shadow: 0 4px 16px rgba(107,183,183,0.18);
    }
}

.navbar-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
    border-bottom: none;
}

.logo-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    border: none;
    border-bottom: none;
    padding-left: 0px;
    padding-top: 40px;
    position: relative;
    min-height: 300px;
}

.logo-description {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 38px auto 24px auto;
    width: 96%;
    max-width: 750px;
    text-align: center;
    color: #1a3a4a;
    font-size: 2.1rem;
    font-weight: 600;
    background: linear-gradient(90deg, #e0f7fa 0%, #fff 100%);
        margin: 38px auto 24px auto;
        width: 90%;
        max-width: 600px;
        text-align: center;
        color: #1a3a4a;
        font-size: 2.1rem;
        font-weight: 600;
        background: linear-gradient(90deg, #e0f7fa 0%, #fff 100%);
        padding: 32px 40px 32px 40px;
        border-radius: 18px;
        box-shadow: 0 6px 32px rgba(0,0,0,0.10);
        letter-spacing: 0.02em;
        line-height: 1.5;
        font-family: 'Segoe UI', 'Arial Rounded MT Bold', Arial, sans-serif;
        z-index: 2;
        transition: box-shadow 0.3s;
        border: 2px solid #b2ebf2;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(90deg, #4fc3f7 0%, #0097a7 100%);
        border: none;
        border-radius: 32px;
        box-shadow: 0 4px 24px rgba(79,195,247,0.18);
        cursor: pointer;
        text-decoration: none;
        letter-spacing: 0.04em;
        transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
        animation: strobe-btn 1.2s infinite alternate;
    }

    @keyframes strobe-btn {
        0% {
            box-shadow: 0 0 0 0 rgba(79,195,247,0.5), 0 4px 24px rgba(79,195,247,0.18);
            transform: scale(1);
        }
        100% {
            box-shadow: 0 0 24px 12px rgba(79,195,247,0.18), 0 4px 24px rgba(79,195,247,0.18);
            transform: scale(1.04);
        }
    }
.learn-more-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: var(--primary-teal);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    outline: none;
    animation: strobe 1.2s infinite alternate;
    transition: background 0.2s;
    text-decoration: none;
}

.learn-more-btn:hover {
    background: var(--darker-teal);
}

@keyframes strobe {
    0% { box-shadow: 0 0 0 0 rgba(90,200,200,0.5); }
    100% { box-shadow: 0 0 16px 8px rgba(90,200,200,0.25); }
}

.logo {
    height: 250px;
    width: auto;
    opacity: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
    mix-blend-mode: multiply;
    border: none;
    border-bottom: none;
    margin-top: 0;
    margin-left: 0;
}

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--white);
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nav-menu {
    display: flex;
    align-items: flex-end;
    margin-top: 130px;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    position: relative;
}

.nav-link::before {
    content: '';
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    animation: lighthouse-strobe 2s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes lighthouse-strobe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.nav-link:hover {
    color: var(--sky-blue);
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    body {
        min-height: 100vh;
        background: url('stretchedout.png') no-repeat center center fixed;
        background-size: cover;
    }
    .homepage-banner {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255,255,255,0.7);
        padding: 18px 16px;
        border-radius: 12px;
        max-width: 90vw;
        box-shadow: 0 4px 20px rgba(0,0,0,0.18);
        font-size: 1.15rem;
        color: #20343d;
        text-align: center;
        z-index: 10;
        border: none;
    }
    .hero-solid-box {
        display: none;
    }
    display: block;
    color: var(--white);
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: 0.3s;
}

.dropdown-menu a:hover {
    background-color: var(--ocean-blue);
    padding-left: 2rem;
}

.dropdown-toggle i {
    font-size: 0.8rem;
    transition: 0.3s;
}

.dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
    background: transparent;
    padding: 0 2rem 20rem;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    min-height: 70vh;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 5vh;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    color: var(--white);
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 1;
    color: var(--white);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.cta-button {
    background: linear-gradient(135deg, var(--darker-teal) 0%, var(--primary-teal) 100%);
    color: var(--white);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(58, 125, 127, 0.25);
    position: relative;
    margin: 1rem 0;
}

.cta-button::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    animation: lighthouse-strobe 2s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

.lighthouse-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.lighthouse-icon-top {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.9);
    animation: light-pulse 2s ease-in-out infinite;
}

.lighthouse-icon-bottom {
    width: 50px;
    height: 60px;
    color: rgba(255, 255, 255, 0.85);
}

.lighthouse-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.cta-tagline {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.cta-subtext {
    font-size: 1.2rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.5rem 0 0;
    font-weight: 300;
}

@keyframes light-pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 125, 127, 0.35);
}

/* ============================================
   CONTAINER & GENERAL LAYOUT
   ============================================ */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ============================================
   SERVICES SECTION
   ============================================ */

.services {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6rem 2rem;
    background-color: #e8dcc8;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(139, 119, 101, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 60% 70%, rgba(139, 119, 101, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 50% 30%, rgba(139, 119, 101, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 10%, rgba(139, 119, 101, 0.15) 1px, transparent 1px),
        radial-gradient(circle at 10% 90%, rgba(139, 119, 101, 0.12) 1px, transparent 1px),
        radial-gradient(circle at 40% 80%, rgba(139, 119, 101, 0.08) 1px, transparent 1px);
    background-size: 200px 200px, 150px 150px, 180px 180px, 160px 160px, 190px 190px, 170px 170px;
}

.services h2,
.about h2,
.contact h2 {
    font-size: 2.5rem;
    color: var(--primary-teal);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.services h2::after,
.about h2::after,
.contact h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--light-teal), var(--darker-teal));
    margin: 1rem auto 0;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(74, 157, 159, 0.1);
    border-top: 4px solid var(--light-teal);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(74, 157, 159, 0.18);
    border-top-color: var(--darker-teal);
}

.service-icon {
    font-size: 3rem;
    color: var(--aqua-blue);
    margin-bottom: 1rem;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    color: var(--darker-teal);
}

.service-card h3 {
    color: var(--primary-teal);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.8;
}

/* ============================================
   ABOUT SECTION
   ============================================ */

.about {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--white) 0%, rgba(176, 232, 224, 0.15) 100%);
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-text p {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--primary-teal) 0%, var(--darker-teal) 100%);
    color: var(--white);
}

.contact h2 {
    color: var(--white);
}

.contact h2::after {
    background: linear-gradient(90deg, var(--sky-blue), var(--light-blue));
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--sky-blue);
}

.info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--sky-blue);
    margin-top: 0.25rem;
    min-width: 24px;
}

.info-item p {
    margin: 0;
}

.info-item a {
    color: var(--sky-blue);
    text-decoration: none;
    transition: 0.3s;
}

.info-item a:hover {
    color: var(--warm-cream);
    text-decoration: underline;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.95);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    background-color: var(--white);
    box-shadow: 0 0 0 3px rgba(135, 206, 235, 0.3);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    background: #1a1a1a;
    color: var(--white);
    text-align: center;
    padding: 2rem;
}

.footer p {
    margin: 0;
    font-size: 0.95rem;
}

/* ============================================
   STAFF PAGE (Our Staff) – no bar above; image starts at top; tabs on image; footer below
   ============================================ */

.staff-page {
    margin: 0;
    padding: 0;
}

/* Ensure main and bios section are visible and not clipped */
.staff-page .staff-main {
    min-height: 100vh;
    padding-top: 0;
    overflow: visible;
}

.staff-page .staff-bios {
    display: block !important;
    visibility: visible !important;
    min-height: 200px;
}

/* Tabs ON the canadapic image – left-aligned on staff page like main page, with flicker */
.staff-tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 1rem;
}

/* Staff page: tabs top right, same strobe as homepage */
.staff-page .staff-tabs {
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

/* Same font as homepage throughout staff page */
.staff-page,
.staff-page .staff-title,
.staff-page .staff-intro,
.staff-page .staff-intro p,
.staff-page .staff-name,
.staff-page .staff-bio-box .staff-bio {
    font-family: 'Georgia', serif;
}
.staff-page .staff-tabs a {
    color: var(--white);
    font-weight: 500;
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0;
    position: relative;
    transition: color 0.3s;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.staff-page .staff-tabs a::before {
    content: '';
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    animation: lighthouse-strobe 2s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}
.staff-page .staff-tabs a:hover {
    color: var(--sky-blue);
}
.staff-page .staff-tabs a.staff-nav-current {
    color: var(--sky-blue);
    background: transparent;
}

.staff-tabs a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
    transition: 0.3s;
}

.staff-tabs a:hover {
    color: var(--sky-blue);
}

.staff-nav-current {
    color: var(--sky-blue) !important;
    font-weight: 600;
}

.staff-main {
    min-height: 100vh;
    padding-top: 0;
}

/* One big image – shorter so bio boxes are visible on load (scroll to see all) */
.staff-hero {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('canadapic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #9cb8ba;
    padding: 5rem 2rem 4rem;
}

/* Overlay below the tabs so content is readable */
.staff-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.72) 0%, rgba(235, 248, 250, 0.68) 50%, rgba(255,255,255,0.7) 100%);
    pointer-events: none;
}

.staff-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.staff-title {
    font-size: 2.5rem;
    color: var(--primary-teal);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.staff-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--light-teal), var(--darker-teal));
    margin: 1rem auto 0;
    border-radius: 2px;
}

.staff-intro {
    font-size: 1.15rem;
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
}

/* Staff bios – 9 boxes (3 per person: title + 2 paragraphs) */
.staff-bios {
    display: block;
    padding: 3rem 2rem 4rem;
    background: linear-gradient(180deg, rgba(248, 252, 252, 1) 0%, rgba(255,255,255,1) 100%);
}

.staff-bios-heading {
    text-align: center;
    font-size: 1.75rem;
    color: var(--primary-teal);
    margin: 0 0 2rem 0;
}

.staff-bios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.staff-bio-box {
    display: block;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid rgba(74, 157, 159, 0.12);
}

.staff-bio-box.staff-bio-title {
    background: linear-gradient(135deg, var(--primary-teal) 0%, var(--darker-teal) 100%);
    border-color: transparent;
}

.staff-bio-title h2 {
    margin: 0;
    font-size: 1.35rem;
    color: var(--white);
    font-weight: 600;
}

.staff-bio-box p {
    margin: 0;
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.75;
}

@media (max-width: 768px) {
    .staff-bios {
        padding: 3rem 1rem;
    }
    .staff-bios-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.staff-content {
    padding: 4rem 2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248, 252, 252, 1) 100%);
}

.staff-content .container {
    max-width: 800px;
    margin: 0 auto;
}

.staff-text {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.9;
    margin: 0;
}

@media (max-width: 768px) {
    .staff-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem 0.5rem;
    }
    .staff-page .staff-tabs { justify-content: flex-end; }
    .staff-tabs a { font-size: 0.9rem; }
    .staff-page .staff-tabs a { font-size: 1.1rem; }
    .staff-hero {
        min-height: 55vh;
        padding: 4rem 1rem 4rem;
    }
    .staff-title { font-size: 2rem; }
    .staff-intro { font-size: 1rem; }
    .staff-content { padding: 3rem 1rem; }
    .staff-text { font-size: 1rem; }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 80px;
        left: -100%;
        flex-direction: column;
        background: var(--primary-teal);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
    }

    .nav-item {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dropdown-menu {
        position: static;
        display: none;
        background-color: var(--darker-teal);
        box-shadow: none;
        margin-top: 0;
    }

    .dropdown.active .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .dropdown-menu a {
        padding: 0.5rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .services h2,
    .about h2,
    .contact h2 {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero {
        padding: 4rem 2rem;
    }

    .services,
    .about,
    .contact {
        padding: 4rem 2rem;
    }
}

@media (max-width: 480px) {
    .navbar-container {
        padding: 0 1rem;
    }

    .logo {
        height: 50px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .services h2,
    .about h2,
    .contact h2 {
        font-size: 1.5rem;
    }
}

/* MOBILE FIX: Lighthouse hero, logo left / hamburger right */
@media (max-width: 768px) {
    html, body { overflow-x: hidden !important; width: 100% !important; max-width: 100% !important; }
    body { background: transparent !important; }
    .hero {
        min-height: 100vh !important;
        background-image: url('longlongversion.png') !important;
        background-size: cover !important;
        background-position: 60% 58% !important;
        background-repeat: no-repeat !important;
        background-color: #7db8ba !important;
        padding: 0 !important; margin: 0 !important;
        display: block !important; position: relative !important;
    }
    .hero-content {
        position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
        width: 100% !important; height: 100% !important;
        display: flex !important; align-items: flex-end !important; justify-content: center !important;
        padding-bottom: 14% !important;
    }
    .hero .hero-solid-box, .hero-solid-box {
        background: rgba(255,255,255,0.85) !important; border-radius: 14px !important;
        padding: 10px 12px !important; max-width: 48vw !important; width: 48vw !important;
        text-align: center !important; box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
    }
    .hero-solid-message { font-size: 0.85rem !important; line-height: 1.3 !important; }
    .hero-solid-btn { padding: 8px 20px !important; font-size: 0.85rem !important; }
    header.navbar, .navbar {
        position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; width: 100% !important;
        z-index: 9999 !important;
        background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.2), transparent) !important;
        box-shadow: none !important; padding: 14vh 1rem 0.5rem 1rem !important;
    }
    .navbar-container {
        display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important;
    }
    .navbar .logo-section { min-height: 0 !important; padding-top: 0 !important; flex: 0 1 auto !important; }
    .navbar .logo { height: 130px !important; width: auto !important; margin: 0 !important; display: block !important; }
    .navbar .hamburger {
        display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important;
        background: rgba(0,0,0,0.5) !important; border-radius: 50% !important;
        padding: 0.6rem !important; min-width: 44px !important; min-height: 44px !important;
        border: 1px solid rgba(255,255,255,0.3) !important;
        cursor: pointer !important; -webkit-tap-highlight-color: transparent !important;
        position: relative !important; z-index: 10001 !important; pointer-events: auto !important;
    }
    .navbar .hamburger span { width: 22px !important; height: 2px !important; background: #fff !important; margin: 2px 0 !important; }
    .nav-menu {
        position: fixed !important; top: calc(14vh + 130px) !important; right: 8px !important; left: auto !important;
        width: 200px !important; max-height: min(320px, calc(100vh - 20vh)) !important; overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        background: rgba(107, 183, 183, 0.98) !important;
        border-radius: 12px !important; padding: 10px 0 14px 0 !important;
        display: none !important; flex-direction: column !important; z-index: 9998 !important;
        box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
    }
    .nav-menu.active { display: flex !important; }
    .nav-list { flex-direction: column !important; padding: 0 !important; margin: 0 !important; }
    .nav-item { width: 100% !important; padding: 14px 18px !important; text-align: right !important; }
    .nav-link { color: #222 !important; font-size: 1.1rem !important; display: block !important; }
    .services::before { display: none !important; }
    .services {
        width: 100% !important; max-width: 100vw !important; margin: 0 !important;
        padding: 2rem 1rem 2.5rem 1rem !important;
        background-color: #e8dcc8 !important; background-image: none !important;
        border-radius: 0 !important; box-shadow: none !important;
    }
    .services .container { max-width: 100% !important; width: 100% !important; padding: 0 1rem !important; }
    .services h2 { text-align: center !important; margin: 0 0 1rem 0 !important; }
    .services .services-grid { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 1rem !important; }
    .services .service-card { max-width: 340px !important; width: 90% !important; margin: 0 auto !important; }
    .about { width: 100% !important; max-width: 100vw !important; margin: 0 !important; }
    .about .container { max-width: 100% !important; padding: 3rem 1rem !important; }
    .about-text { max-width: 340px !important; margin: 0 auto !important; text-align: center !important; transform: translateX(-6px) !important; }
    .about-text p { font-size: 0.9rem !important; line-height: 1.5 !important; }
    .contact { width: 100% !important; max-width: 100vw !important; margin: 0 !important; padding: 2rem 1rem 2.5rem 1rem !important; }
    .contact::before { display: none !important; }
    .contact .container { max-width: 100% !important; padding: 0 1rem 2rem 1rem !important; display: flex !important; flex-direction: column !important; align-items: center !important; }
    .contact h2 { text-align: center !important; margin: 0 0 1rem 0 !important; }
    .contact-wrapper { display: flex !important; flex-direction: column !important; align-items: center !important; width: 100% !important; max-width: 340px !important; margin: 0 auto !important; }
    .contact-form { order: 1 !important; width: 100% !important; max-width: 340px !important; margin: 0 auto 1.25rem auto !important; }
    .contact-info {
        order: 2 !important; width: 100% !important; max-width: 340px !important; margin: 0 auto !important;
        padding: 1rem !important; background: #fff !important; color: #333 !important;
        border-radius: 12px !important; box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important; text-align: center !important;
    }
    .contact-info h3 { color: #1a1a1a !important; }
    .contact-info p, .contact-info a { color: #333 !important; }
}
