/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ---- Main content ---- */
.lse-main[b-zqqtbku5ip] {
    min-height: calc(100vh - 70px);
}

/* ---- Footer ---- */
.lse-footer[b-zqqtbku5ip] {
    background-color: var(--lse-dark);
    color: #ccd5cc;
    padding: 3rem 0 1.5rem;
    font-size: 0.9rem;
}

.lse-footer h6[b-zqqtbku5ip] {
    color: var(--lse-tan);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
    margin-bottom: 0.75rem;
}

.footer-brand[b-zqqtbku5ip] {
    color: var(--lse-white) !important;
    font-size: 1rem !important;
    font-weight: 700;
}

.footer-tagline[b-zqqtbku5ip] {
    color: #8aaa8a;
    font-size: 0.82rem;
}

.footer-links li[b-zqqtbku5ip] {
    margin-bottom: 0.35rem;
}

.footer-links a[b-zqqtbku5ip] {
    color: #a0bfa0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover[b-zqqtbku5ip] {
    color: var(--lse-tan);
}

.footer-divider[b-zqqtbku5ip] {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 1.5rem 0 1rem;
}

.footer-copy[b-zqqtbku5ip] {
    color: #5a7a5a;
    font-size: 0.78rem;
    margin-bottom: 0;
}

.footer-policy-link[b-zqqtbku5ip] {
    color: #7aaa7a;
    text-decoration: none;
}

.footer-policy-link:hover[b-zqqtbku5ip] {
    color: var(--lse-tan);
    text-decoration: underline;
}

/* ---- Blazor error UI ---- */
#blazor-error-ui[b-zqqtbku5ip] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-zqqtbku5ip] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.lse-navbar[b-f8mo4tpf1k] {
    background-color: var(--lse-dark);
    padding: 0.6rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1030;
}

.lse-brand[b-f8mo4tpf1k] {
    color: var(--lse-white) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lse-brand-icon[b-f8mo4tpf1k] {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.lse-brand-wordmark[b-f8mo4tpf1k] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    gap: 1px;
}

.lse-brand-name[b-f8mo4tpf1k] {
    font-family: 'Barlow Condensed', 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e8f4ef;
}

.lse-brand-name em[b-f8mo4tpf1k] {
    font-style: normal;
    color: #4dc98a;
}

.lse-brand-sub[b-f8mo4tpf1k] {
    font-family: 'Barlow Condensed', 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5bc8d8;
}

.lse-nav-link[b-f8mo4tpf1k] {
    color: #cdd9cd !important;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.45rem 0.75rem !important;
    border-radius: 4px;
    transition: color 0.2s, background-color 0.2s;
}

.lse-nav-link:hover[b-f8mo4tpf1k],
.lse-nav-link.active[b-f8mo4tpf1k] {
    color: var(--lse-white) !important;
    background-color: rgba(106, 171, 94, 0.18);
}

.lse-nav-cta[b-f8mo4tpf1k] {
    font-size: 0.88rem;
    padding: 0.45rem 1.2rem;
}

.lse-toggler[b-f8mo4tpf1k] {
    border-color: rgba(255, 255, 255, 0.25);
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .lse-navbar .navbar-nav[b-f8mo4tpf1k] {
        padding: 0.75rem 0;
        gap: 0.15rem;
    }

    .lse-nav-cta[b-f8mo4tpf1k] {
        margin-top: 0.5rem;
        display: inline-block;
    }
}

.lse-nav-link[b-f8mo4tpf1k] {
    color: #cdd9cd !important;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.45rem 0.75rem !important;
    border-radius: 4px;
    transition: color 0.2s, background-color 0.2s;
}

.lse-nav-link:hover[b-f8mo4tpf1k],
.lse-nav-link.active[b-f8mo4tpf1k] {
    color: var(--lse-white) !important;
    background-color: rgba(106, 171, 94, 0.18);
}

.lse-nav-cta[b-f8mo4tpf1k] {
    font-size: 0.88rem;
    padding: 0.45rem 1.2rem;
}

.lse-toggler[b-f8mo4tpf1k] {
    border-color: rgba(255, 255, 255, 0.25);
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .lse-navbar .navbar-nav[b-f8mo4tpf1k] {
        padding: 0.75rem 0;
        gap: 0.15rem;
    }

    .lse-nav-cta[b-f8mo4tpf1k] {
        margin-top: 0.5rem;
        display: inline-block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8iyoacqb28],
.components-reconnect-repeated-attempt-visible[b-8iyoacqb28],
.components-reconnect-failed-visible[b-8iyoacqb28],
.components-pause-visible[b-8iyoacqb28],
.components-resume-failed-visible[b-8iyoacqb28],
.components-rejoining-animation[b-8iyoacqb28] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-retrying[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-failed[b-8iyoacqb28],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8iyoacqb28] {
    display: block;
}


#components-reconnect-modal[b-8iyoacqb28] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8iyoacqb28 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8iyoacqb28 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8iyoacqb28 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8iyoacqb28]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8iyoacqb28 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8iyoacqb28 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8iyoacqb28 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8iyoacqb28 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8iyoacqb28] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8iyoacqb28] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8iyoacqb28] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8iyoacqb28] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8iyoacqb28] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8iyoacqb28] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8iyoacqb28] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8iyoacqb28 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8iyoacqb28] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8iyoacqb28 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================================
   Home Page Styles – Lake Shore Environmental
   ============================================================ */

/* ---- Hero ---- */
.lse-hero[b-3gcoyejfzy] {
    background-color: var(--lse-dark);
    background-image: linear-gradient(135deg, #1e2a1f 0%, #1a5472 100%);
    position: relative;
    overflow: hidden;
}

.lse-hero-overlay[b-3gcoyejfzy] {
    padding: 5rem 0 4rem;
}

.min-vh-hero[b-3gcoyejfzy] {
    min-height: 560px;
}

.hero-eyebrow[b-3gcoyejfzy] {
    display: inline-block;
    background-color: rgba(106, 171, 94, 0.2);
    color: var(--lse-green-light);
    border: 1px solid rgba(106, 171, 94, 0.4);
    border-radius: 20px;
    padding: 0.25rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.hero-headline[b-3gcoyejfzy] {
    color: var(--lse-white);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.hero-sub[b-3gcoyejfzy] {
    color: #a8c4a8;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 520px;
}

.hero-actions .btn[b-3gcoyejfzy] {
    border-radius: 6px;
    font-weight: 600;
}

.btn-lse-green[b-3gcoyejfzy] {
    background-color: var(--lse-green);
    border-color: var(--lse-green);
    color: var(--lse-white);
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-lse-green:hover[b-3gcoyejfzy] {
    background-color: #2e5429;
    border-color: #2e5429;
    color: var(--lse-white);
}

.hero-img[b-3gcoyejfzy] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.hero-img-placeholder[b-3gcoyejfzy] {
    height: 400px;
    border-radius: 12px;
    border: 2px dashed rgba(200, 169, 110, 0.4);
}

/* ---- Trust Bar ---- */
.lse-trust-bar[b-3gcoyejfzy] {
    background-color: var(--lse-green);
    padding: 1.4rem 0;
}

.trust-item[b-3gcoyejfzy] {
    color: var(--lse-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.trust-icon[b-3gcoyejfzy] {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.trust-item p[b-3gcoyejfzy] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

/* ---- Shared Section Utilities ---- */
.lse-section[b-3gcoyejfzy] {
    padding: 5rem 0;
}

.lse-section-light[b-3gcoyejfzy] {
    background-color: var(--lse-tan-light);
}

.lse-section-dark[b-3gcoyejfzy] {
    background-color: var(--lse-dark);
}

.lse-section-cta[b-3gcoyejfzy] {
    background-image: linear-gradient(135deg, #1a5472 0%, #1e2a1f 100%);
}

.section-eyebrow[b-3gcoyejfzy] {
    display: inline-block;
    color: var(--lse-green);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.section-eyebrow.light[b-3gcoyejfzy] {
    color: var(--lse-green-light);
}

.section-title[b-3gcoyejfzy] {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--lse-dark);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.section-title.light[b-3gcoyejfzy] {
    color: var(--lse-white);
}

.section-sub[b-3gcoyejfzy] {
    color: #5a6e5a;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.section-sub.light[b-3gcoyejfzy] {
    color: #9ab4c2;
}

/* ---- Service Cards ---- */
.service-card[b-3gcoyejfzy] {
    background: var(--lse-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-img[b-3gcoyejfzy] {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.service-img-placeholder[b-3gcoyejfzy] {
    height: 450px;
    border-radius: 0;
}

.service-card-body[b-3gcoyejfzy] {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-title[b-3gcoyejfzy] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--lse-dark);
    margin-bottom: 0.75rem;
}

.service-desc[b-3gcoyejfzy] {
    color: #4a5e4a;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.service-list[b-3gcoyejfzy] {
    padding-left: 1.2rem;
    color: #4a5e4a;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    flex: 1;
}

.service-list li[b-3gcoyejfzy] {
    margin-bottom: 0.3rem;
}

/* ---- Certification Cards ---- */
.cert-card[b-3gcoyejfzy] {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    transition: background-color 0.2s;
}

.cert-card:hover[b-3gcoyejfzy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.cert-logo-placeholder[b-3gcoyejfzy] {
    height: 110px;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 1px dashed rgba(200, 169, 110, 0.35);
}

.cert-name[b-3gcoyejfzy] {
    color: var(--lse-tan);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.cert-desc[b-3gcoyejfzy] {
    color: #8aaa9a;
    font-size: 0.82rem;
    line-height: 1.55;
    margin: 0;
}

/* ---- About / Why Us ---- */
.about-img-placeholder[b-3gcoyejfzy] {
    height: 420px;
    border-radius: 12px;
    border: 2px dashed rgba(58, 107, 53, 0.3);
}

.about-text[b-3gcoyejfzy] {
    color: #4a5e4a;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.why-item[b-3gcoyejfzy] {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.why-icon[b-3gcoyejfzy] {
    width: 38px;
    height: 38px;
    background-color: rgba(58, 107, 53, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    color: var(--lse-green);
}

.why-item h6[b-3gcoyejfzy] {
    font-weight: 700;
    color: var(--lse-dark);
    margin-bottom: 0.2rem;
    font-size: 0.92rem;
}

.why-item p[b-3gcoyejfzy] {
    color: #5a6e5a;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.55;
}

/* ---- Contact Form ---- */
.contact-card[b-3gcoyejfzy] {
    background-color: var(--lse-white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.contact-card .form-label[b-3gcoyejfzy] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lse-dark);
}

.lse-input[b-3gcoyejfzy] {
    border-color: #d0d8d0;
    border-radius: 6px;
    font-size: 0.92rem;
}

.lse-input:focus[b-3gcoyejfzy] {
    border-color: var(--lse-green);
    box-shadow: 0 0 0 0.2rem rgba(58, 107, 53, 0.2);
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/* ---- Privacy Page Hero ---- */
.privacy-hero[b-g5056amao7] {
    background-image: linear-gradient(135deg, #1e2a1f 0%, #1a5472 100%);
    padding: 4rem 0 3rem;
    text-align: center;
}

.privacy-hero-title[b-g5056amao7] {
    color: var(--lse-white);
    font-family: 'Barlow Condensed', 'Segoe UI', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.privacy-hero-sub[b-g5056amao7] {
    color: #8aaa9a;
    font-size: 0.9rem;
    margin: 0;
}

/* ---- Privacy Body ---- */
.privacy-body[b-g5056amao7] {
    background-color: var(--lse-tan-light);
    padding: 4rem 0 5rem;
}

.privacy-intro[b-g5056amao7] {
    font-size: 1.05rem;
    color: #4a5e4a;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    border-left: 4px solid var(--lse-green-light);
    padding-left: 1.25rem;
}

/* ---- Mobile/SMS Highlight Box ---- */
.privacy-highlight-box[b-g5056amao7] {
    background-color: #eaf4f0;
    border: 2px solid var(--lse-green);
    border-radius: 12px;
    padding: 1.75rem 2rem;
    margin-bottom: 2.5rem;
}

.privacy-highlight-title[b-g5056amao7] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lse-green);
    margin-bottom: 1rem;
}

.privacy-highlight-box p[b-g5056amao7] {
    color: #2e4a2e;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.privacy-highlight-box p:last-child[b-g5056amao7] {
    margin-bottom: 0;
}

/* ---- Sections ---- */
.privacy-section[b-g5056amao7] {
    margin-bottom: 2.5rem;
}

.privacy-section h2[b-g5056amao7] {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lse-dark);
    border-bottom: 2px solid var(--lse-tan);
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

.privacy-section p[b-g5056amao7],
.privacy-section ul[b-g5056amao7] {
    color: #4a5e4a;
    line-height: 1.8;
    font-size: 0.97rem;
}

.privacy-section ul[b-g5056amao7] {
    padding-left: 1.4rem;
}

.privacy-section ul li[b-g5056amao7] {
    margin-bottom: 0.4rem;
}

/* ---- Contact Block ---- */
.privacy-contact-block[b-g5056amao7] {
    background-color: var(--lse-white);
    border-radius: 10px;
    border: 1px solid #d0dcd0;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
}

.privacy-contact-block p[b-g5056amao7] {
    margin-bottom: 0.3rem;
}

.privacy-contact-block a[b-g5056amao7] {
    color: var(--lse-blue);
    text-decoration: none;
}

.privacy-contact-block a:hover[b-g5056amao7] {
    color: var(--lse-blue-dark);
    text-decoration: underline;
}
