/* /Components/Layout/LandingSection.razor.rz.scp.css */
.text-rotate[b-zrjb7vs1fp] {
    animation: FadeInOut-b-zrjb7vs1fp 2s;
}

.video-container[b-zrjb7vs1fp] {
    width: 100%;
    height: auto;
    overflow: hidden; /* Crops the video when it can't shrink further */
    position: relative;
    background-image: url("/img/Scrubber_Banner.png");
    background-size: cover; /* fill container, crop if needed */
    background-position: center; /* keep focal point centered */
    background-repeat: no-repeat;
    height: 700px;
}

.category-button[b-zrjb7vs1fp] {
    background-size: cover;
    background-position: center;
    max-width: 350px;
    display: flex;
    flex: 1;
    aspect-ratio: 1/1;
    text-align: end;
    font-size: 2vw;
    text-align: center;
}

.justify-sm-center[b-zrjb7vs1fp]{

}

.sweepers-bg[b-zrjb7vs1fp] {
    background-image: url("/img/sweepers.png");
}

.scrubbers-bg[b-zrjb7vs1fp] {
    background-image: url("/img/scrubbers.png");
}

.service-bg[b-zrjb7vs1fp] {
    background-image: url("/img/service.png");
}

@media(max-width: 768px){
    .justify-sm-center[b-zrjb7vs1fp] {
        justify-content: center;
    }

    .sweepers-bg[b-zrjb7vs1fp] {
        background-image: url("/img/sweepers_mobile.png");
    }

    .category-button[b-zrjb7vs1fp]{
        aspect-ratio: auto;
        max-width: auto;
    }
}

@keyframes FadeInOut-b-zrjb7vs1fp {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zej1g17b6]{
    width: 100%;
    overflow-x:clip;
}

.top-menu[b-4zej1g17b6] {
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-4zej1g17b6] {
    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-4zej1g17b6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ManualROISection.razor.rz.scp.css */
body[b-j7l1yok2n9] {
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Layout/Products.razor.rz.scp.css */
.product-list-button[b-jrp4fgum3l]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-section[b-jrp4fgum3l]{
    display:flex;
    flex-direction: column;
}

@media (max-width: 800px) {
    .product-list-button[b-jrp4fgum3l]{
    }

    .product-section[b-jrp4fgum3l]{
    }
}
/* /Components/Layout/ServiceRepair.razor.rz.scp.css */
.bullet-box[b-cf5pj8uar1]{
    max-width: 375px;
}

@media (max-width: 768px) {
    .bullet-box[b-cf5pj8uar1] {
        max-width: 500px;
    }
}
/* /Components/PozzybotChat.razor.rz.scp.css */

.chat-container[b-8qt4pz49ux]{
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 25px;
}

.form-overlay[b-8qt4pz49ux] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1005;
}

.pozzybot-img[b-8qt4pz49ux] {
    width: 100px;
    height: 100px;
    background-image: url("/img/pozzybot_ANIM/0001.png");
    background-size: cover;
    animation: stopmotion-b-8qt4pz49ux 1.5s infinite;
}

@keyframes stopmotion-b-8qt4pz49ux {
    0%   { background-image: url("/img/pozzybot_ANIM/0001.png"); }
    8.3% { background-image: url("/img/pozzybot_ANIM/0002.png"); }
    16.6% { background-image: url("/img/pozzybot_ANIM/0003.png"); }
    24.9% { background-image: url("/img/pozzybot_ANIM/0004.png"); }
    33.2% { background-image: url("/img/pozzybot_ANIM/0005.png"); }
    41.5% { background-image: url("/img/pozzybot_ANIM/0006.png"); }
    49.8% { background-image: url("/img/pozzybot_ANIM/0007.png"); }
    58.1% { background-image: url("/img/pozzybot_ANIM/0008.png"); }
    66.4% { background-image: url("/img/pozzybot_ANIM/0009.png"); }
    74.7% { background-image: url("/img/pozzybot_ANIM/0010.png"); }
    83%   { background-image: url("/img/pozzybot_ANIM/0011.png"); }
    91.3% { background-image: url("/img/pozzybot_ANIM/0012.png"); }
    100%  { background-image: url("/img/pozzybot_ANIM/0001.png"); }
}

@media (max-width: 1200px) {
    .chat-container[b-8qt4pz49ux] {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .chat-container[b-8qt4pz49ux] {
        margin: 2px;
    }
})

body[b-8qt4pz49ux] {
}
