/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-bkm7w1edgg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-body[b-bkm7w1edgg] {
    flex: 1 0 auto;
}

.layout-shell > footer[b-bkm7w1edgg] {
    margin-top: auto;
}

#blazor-error-ui[b-bkm7w1edgg] {
    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-bkm7w1edgg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zjfsx5wx1j],
.components-reconnect-repeated-attempt-visible[b-zjfsx5wx1j],
.components-reconnect-failed-visible[b-zjfsx5wx1j],
.components-pause-visible[b-zjfsx5wx1j],
.components-resume-failed-visible[b-zjfsx5wx1j],
.components-rejoining-animation[b-zjfsx5wx1j] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-retrying[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-failed[b-zjfsx5wx1j],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zjfsx5wx1j] {
    display: block;
}


#components-reconnect-modal[b-zjfsx5wx1j] {
    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-zjfsx5wx1j 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zjfsx5wx1j 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zjfsx5wx1j 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zjfsx5wx1j]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zjfsx5wx1j 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zjfsx5wx1j {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zjfsx5wx1j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zjfsx5wx1j {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zjfsx5wx1j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zjfsx5wx1j] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zjfsx5wx1j] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zjfsx5wx1j] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zjfsx5wx1j] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zjfsx5wx1j] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zjfsx5wx1j] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zjfsx5wx1j 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zjfsx5wx1j] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zjfsx5wx1j {
    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/Shared/AboutSection.razor.rz.scp.css */
.profile-img[b-y4c6kn1ysx] {
    border-radius: 6px;
    background-color: #fff;
}

.profile-img img[b-y4c6kn1ysx] {
    display: block;
    border-radius: 4px;
}

.team-imglist li[b-y4c6kn1ysx] {
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-imglist li:hover[b-y4c6kn1ysx] {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}
/* /Components/Shared/BannerCarousel.razor.rz.scp.css */
.banner[b-5042r2z04t] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.banner-img-list img[b-5042r2z04t] {
    display: block;
    width: 1190px;
    height: 400px;
    object-fit: cover;
}

.banner-title0[b-5042r2z04t],
.banner-title1[b-5042r2z04t] {
    backdrop-filter: blur(2px);
}

.banner a .point[b-5042r2z04t] {
    transition: all 0.2s ease;
}
/* /Components/Shared/CompanyIntroSection.razor.rz.scp.css */
.main-left1[b-lxxjpgdxy4] {
    line-height: 1.8;
}

.main-left1 section > p[b-lxxjpgdxy4] {
    color: #333;
}

.main-left2 li[b-lxxjpgdxy4] {
    margin-bottom: 0.45rem;
}

.main-left2 li:last-child[b-lxxjpgdxy4] {
    margin-bottom: 0;
}
/* /Components/Shared/ContactSection.razor.rz.scp.css */
main[b-zyon7y41eq] {
    min-height: 800px;
}

.map[b-zyon7y41eq] {
    border-radius: 8px;
}

.map-canvas[b-zyon7y41eq] {
    border-radius: 6px;
}

.contact-info li[b-zyon7y41eq] {
    padding: 0.35rem 0;
}

.contact-info a[b-zyon7y41eq] {
    transition: color 0.2s ease;
}
/* /Components/Shared/ImageFooterCarousel.razor.rz.scp.css */
.imgfooter[b-fpf9tt93q4] {
    border-radius: 8px;
}

.imgfooter-imglist li[b-fpf9tt93q4] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.imgfooter-imglist li:hover[b-fpf9tt93q4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
}
/* /Components/Shared/NewsSection.razor.rz.scp.css */
.main-right1 > ul > li[b-vg4w4u65v3] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-right1 > ul > li:hover[b-vg4w4u65v3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.main-right1 li .news-title[b-vg4w4u65v3] {
    margin-bottom: 0.6em;
}
/* /Components/Shared/ProductSection.razor.rz.scp.css */
.project-feed-filter a[b-thspyrevhm] {
    transition: all 0.2s ease;
}

.project-feed li[b-thspyrevhm] {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.project-feed li:hover[b-thspyrevhm] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.products-page[b-thspyrevhm] {
    width: min(1200px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.products-page .product-list[b-thspyrevhm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 12px;
    transition: opacity .2s linear, transform .2s linear;
}

.products-page .product-list.list-anim-0 .product-item[b-thspyrevhm],
.products-page .product-list.list-anim-1 .product-item[b-thspyrevhm] {
    animation: product-fade-in-b-thspyrevhm .42s linear both;
    animation-delay: calc(var(--item-order) * 20ms);
    will-change: opacity, transform;
}

.products-page .product-list.is-fading-out[b-thspyrevhm] {
    opacity: .2;
    transform: translateY(6px) scale(.994);
}

.products-page .product-list .product-item[b-thspyrevhm] {
    opacity: 1;
}

@keyframes product-fade-in-b-thspyrevhm {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.products-page .product-item[b-thspyrevhm] {
    width: calc(33.333% - 10px);
    margin-bottom: 20px;
}

.products-page .product-item img[b-thspyrevhm] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.products-page .product-thumb[b-thspyrevhm] {
    cursor: zoom-in;
}

.products-page .product-item p[b-thspyrevhm] {
    margin: 0;
    text-align: center;
}

.image-lightbox[b-thspyrevhm] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 2000;
}

.image-lightbox-dialog[b-thspyrevhm] {
    position: relative;
    max-width: min(92vw, 1200px);
    max-height: 92vh;
    text-align: center;
}

.image-lightbox-preview[b-thspyrevhm] {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}

.image-lightbox-caption[b-thspyrevhm] {
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.image-lightbox-close[b-thspyrevhm] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    .products-page .product-item[b-thspyrevhm] {
        width: calc(25% - 10px);
    }
}

@media (min-width: 1200px) {
    .products-page .product-item[b-thspyrevhm] {
        width: calc(20% - 10px);
    }
}

.products-page .filter-buttons[b-thspyrevhm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 24px;
    max-width: 960px;
}

.products-page .filter-button[b-thspyrevhm] {
    background: #f5f8ff;
    color: #2f3a4f;
    border: 1px solid #d9e4ff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s ease;
}

.products-page .filter-button:hover[b-thspyrevhm] {
    color: #0056b3;
    border-color: #86b4ff;
    background: #eef4ff;
    transform: translateY(-1px);
}

.products-page .filter-button.active[b-thspyrevhm] {
    color: #fff;
    border-color: #0a63d8;
    background: linear-gradient(135deg, #1b7fff, #0a63d8);
    box-shadow: 0 6px 14px rgba(27, 127, 255, 0.28);
}

@media (max-width: 576px) {
    .products-page .filter-buttons[b-thspyrevhm] {
        gap: 8px;
        margin-bottom: 18px;
    }

    .products-page .filter-button[b-thspyrevhm] {
        padding: 6px 12px;
        font-size: 13px;
    }
}

