/* /Components/Common/Breadcrumbs.razor.rz.scp.css */
.breadcrumbs[b-o2enwjcwma] {
    width: fit-content;
    margin: 2rem auto;
    font-size: 0.9rem;
    color: var(--primary-gray);
}

ol[b-o2enwjcwma] {
    display: block;
    list-style: none;
}

li[b-o2enwjcwma] {
    display: inline;
}
/* /Components/Common/SectionCaption.razor.rz.scp.css */
p[b-bjzp23hfsv] {
    color: var(--primary-gray);
    text-align: center;
    margin-bottom: 2rem;
}
/* /Components/Common/SectionHeading.razor.rz.scp.css */
h2[b-q466tlml15] {
    text-align: center;
    margin: 0;
}

    h2[b-q466tlml15]::after {
        content: "";
        display: block;
        height: 2px;
        background-color: var(--primary-dark);
        margin: 1rem auto 2rem auto;
        width: 50px;
    }
/* /Components/Home/AboutUs.razor.rz.scp.css */
p[b-x1hjsubn5y] {
    margin-top: 0;
}

img[b-x1hjsubn5y] {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.about-us-container[b-x1hjsubn5y] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .about-us-container[b-x1hjsubn5y] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Home/Contact/Contact.razor.rz.scp.css */
.contact-container[b-8nnjog5ze1] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .contact-container[b-8nnjog5ze1] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Home/Contact/ContactForm.razor.rz.scp.css */
input[b-bvkhyxlu7m], textarea[b-bvkhyxlu7m] {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

button[b-bvkhyxlu7m] {
    padding: 0.5rem;
}
/* /Components/Home/Contact/ContactPoint.razor.rz.scp.css */
h3[b-fai9v9o6zm] {
    font-size: 0.85rem;
    color: var(--primary-gray);
    text-transform: uppercase;
    font-weight: 500;
}

i[b-fai9v9o6zm] {
    font-size: 1.5rem;
    color: var(--primary-gray);
}

.contact-point-container[b-fai9v9o6zm] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
/* /Components/Home/Hero.razor.rz.scp.css */
section[b-a4mdhthecr] {
    display: flex;
    align-items: center;
    padding: 5rem 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(img/hero-bg.jpg);
    background-position: center;
    background-size: cover;
}

h1[b-a4mdhthecr] {
    font-size: 3.5rem;
    margin: 0 0 2rem 0;
}

p[b-a4mdhthecr] {
    margin-bottom: 4rem;
}

.hero-container[b-a4mdhthecr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.hero-content-container[b-a4mdhthecr] {
    flex: 1;
}

.hero-cta-container[b-a4mdhthecr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-image-container[b-a4mdhthecr] {
    flex: 1;
}

img[b-a4mdhthecr] {
    width: 100%;
    border-radius: 25px;
}

@media(min-width: 1024px) {
    .hero-container[b-a4mdhthecr] {
        flex-direction: row;
    }

    .hero-cta-container[b-a4mdhthecr] {
        flex-direction: row;
        align-items: center;
    }
}
/* /Components/Home/Portfolio/Portfolio.razor.rz.scp.css */
.portfolio-container[b-c1ku9daz4r] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .portfolio-container[b-c1ku9daz4r] {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .portfolio-container[b-c1ku9daz4r] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* /Components/Home/Portfolio/PortfolioItem.razor.rz.scp.css */
.portfolio-item[b-6fh20oas1v] {
    background-color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    transition: box-shadow 300ms ease;
}

    .portfolio-item:hover[b-6fh20oas1v] {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

        .portfolio-item:hover .portfolio-item-image-container img[b-6fh20oas1v] {
            scale: 1.05;
        }

.portfolio-item-image-container[b-6fh20oas1v] {
    max-height: 200px;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

    .portfolio-item-image-container img[b-6fh20oas1v] {
        max-width: 100%;
        transition: scale 200ms ease;
    }

h3[b-6fh20oas1v] {
    font-weight: 500;
    font-size: 1.25rem;
}

p[b-6fh20oas1v] {
    color: var(--primary-gray);
    text-align: justify;
    margin-bottom: 2rem;
}

a[b-6fh20oas1v] {
    font-weight: 500;
}
/* /Components/Home/Promos.razor.rz.scp.css */
.promos-container[b-h85ifwbh3l] {
    padding: 0 1rem;
}

.promos-slider[b-h85ifwbh3l] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
}

.promos-slider[b-h85ifwbh3l]::-webkit-scrollbar {
    height: 8px;
}

.promos-slider[b-h85ifwbh3l]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.promos-slider[b-h85ifwbh3l]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.promos-slider[b-h85ifwbh3l]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.promo-slide[b-h85ifwbh3l] {
    flex: 0 0 auto;
    width: 250px;
    height: 250px;
    object-fit: cover;
    scroll-snap-align: start;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-slide:hover[b-h85ifwbh3l] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Lightbox styles */
.lightbox-overlay[b-h85ifwbh3l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-overlay.active[b-h85ifwbh3l] {
    display: flex;
}

.lightbox-image[b-h85ifwbh3l] {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close[b-h85ifwbh3l] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    z-index: 10000;
}

.lightbox-close:hover[b-h85ifwbh3l] {
    opacity: 1;
}

.lightbox-nav[b-h85ifwbh3l] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 4px;
    opacity: 0.8;
    transition: opacity 0.2s, background 0.2s;
}

.lightbox-nav:hover[b-h85ifwbh3l] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.lightbox-prev[b-h85ifwbh3l] {
    left: 20px;
}

.lightbox-next[b-h85ifwbh3l] {
    right: 20px;
}

/* Tablet and up */
@media (min-width: 768px) {
    .promo-slide[b-h85ifwbh3l] {
        width: 300px;
        height: 300px;
    }

    .lightbox-nav[b-h85ifwbh3l] {
        padding: 16px 20px;
        font-size: 30px;
    }

    .lightbox-close[b-h85ifwbh3l] {
        font-size: 40px;
        top: 20px;
        right: 30px;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
h3[b-54d45n6w6i] {
    margin-top: 0;
}

a i[b-54d45n6w6i] {
    font-size: 1.25rem;
}

.footer-list[b-54d45n6w6i] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-container[b-54d45n6w6i] {
    padding: 2rem 0;
    background-color: var(--primary-dark);
    color: var(--primary-contrast-text);
}

.footer-container a:hover[b-54d45n6w6i] {
    color: #ffffff;
}

.footer-cols-container[b-54d45n6w6i] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.footer-copyright[b-54d45n6w6i] {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.footer-logo[b-54d45n6w6i] {
    max-width: 180px;
    margin-bottom: 1rem;
}

.footer-socials-container[b-54d45n6w6i] {
    display: flex;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-cols-container[b-54d45n6w6i] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .footer-cols-container[b-54d45n6w6i] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
/* /Components/Layout/Header/Header.razor.rz.scp.css */
header[b-j068hwduwc] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
}
/* /Components/Layout/Header/NavBar.razor.rz.scp.css */
img[b-n91khbevnj] {
    max-width: 180px;
}

nav[b-n91khbevnj] {
    display: none;
}

.nav-bar-container[b-n91khbevnj] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--primary-contrast-text);
}

.nav-bar[b-n91khbevnj] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-bar-links[b-n91khbevnj] {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.sidemenu-button[b-n91khbevnj] {
    display: block;
    font-size: 2rem;
}

    .sidemenu-button:hover[b-n91khbevnj] {
        cursor: pointer;
    }

/* Dropdown styles */
.nav-dropdown[b-n91khbevnj] {
    position: relative;
}

    .nav-dropdown[b-n91khbevnj] >  a {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

.dropdown-menu[b-n91khbevnj] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
    z-index: 1001;
    flex-direction: column;
}

    .dropdown-menu li[b-n91khbevnj] {
        padding: 1rem;
    }

.nav-dropdown:hover .dropdown-menu[b-n91khbevnj] {
    display: flex;
}

@media (min-width: 1200px) {
    nav[b-n91khbevnj] {
        display: block;
    }

    .sidemenu-button[b-n91khbevnj] {
        display: none;
    }
}
/* /Components/Layout/Header/TopBar.razor.rz.scp.css */
.top-bar[b-eocp5rivct] {
    display: "flex";
    width: 100%;
    background-color: var(--primary-dark);
    padding: 0.75rem 0;
    color: var(--primary-contrast-text);
    max-height: 100px;
    opacity: 1;
    overflow: hidden;
    transition: all 150ms ease;
}

.top-bar-hidden[b-eocp5rivct] {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar-container[b-eocp5rivct] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

    .top-bar-container a[b-eocp5rivct] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

        .top-bar-container a:hover[b-eocp5rivct] {
            color: #ffffff;
        }

.topbar-contact-container[b-eocp5rivct], .social-container[b-eocp5rivct] {
    align-items: center;
    gap: 1rem;
}

.topbar-contact-container[b-eocp5rivct] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.9rem;
}

.social-container[b-eocp5rivct] {
    display: none;
}

@media (min-width: 768px) {
    .topbar-contact-container[b-eocp5rivct] {
        width: auto;
    }

    .social-container[b-eocp5rivct] {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-skospf7ysc] {
    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-skospf7ysc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SideMenu.razor.rz.scp.css */
#sidemenu[b-2dw1u4dpku] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 16rem;
    padding: 0.75rem;
    z-index: 50;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    gap: 0.5rem;
}

.close-button[b-2dw1u4dpku] {
    width: fit-content;
    margin-left: auto;
}

a[b-2dw1u4dpku] {
    text-transform: uppercase;
}

.sidemenu-item[b-2dw1u4dpku] {
    padding: 0.5rem 0;
}

/* Expandable item styles */
.sidemenu-parent[b-2dw1u4dpku] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.expand-icon[b-2dw1u4dpku] {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

    .expand-icon.expanded[b-2dw1u4dpku] {
        transform: rotate(180deg);
    }

.sidemenu-children[b-2dw1u4dpku] {
    display: none;
    flex-direction: column;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

    .sidemenu-children.show[b-2dw1u4dpku] {
        display: flex;
    }

.sidemenu-child-item[b-2dw1u4dpku] {
    padding: 0.5rem 0;
}
/* /Components/Pages/PortfolioItemPage.razor.rz.scp.css */
h1[b-q0w57fn4o7] {
    margin: 0 0 1rem 0;
}

h3[b-q0w57fn4o7] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

img[b-q0w57fn4o7] {
    max-width: 100%;
    border-radius: 10px;
}

.portfolio-item-container[b-q0w57fn4o7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

.brands-container[b-q0w57fn4o7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .portfolio-item-container[b-q0w57fn4o7] {
        grid-template-columns: 1fr 1fr;
    }

    .brands-container[b-q0w57fn4o7] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
/* /Components/Portfolio/BrandCard.razor.rz.scp.css */
.brand[b-yj28nbhm42] {
    background-color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    transition: box-shadow 300ms ease;
}

    .brand:hover[b-yj28nbhm42] {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

img[b-yj28nbhm42] {
    max-width: 100%;
}

h3[b-yj28nbhm42] {
    font-weight: 500;
    font-size: 1.25rem;
}

p[b-yj28nbhm42] {
    color: var(--primary-gray);
    text-align: justify;
    margin-bottom: 2rem;
}
