/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fpo9wy0seb] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-fpo9wy0seb] {
    flex: 1;
}

.sidebar[b-fpo9wy0seb] {
    background: linear-gradient(180deg, #0B1F33 0%, #1C4E6E 40%, #3D8FB5 100%);
    color: #FFFFFF;
}

.top-row[b-fpo9wy0seb] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4rem;
    background: linear-gradient(90deg, #0B1F33 0%, #1C4E6E 100%);
    padding: 0.75rem 1.5rem;
    color: #FFFFFF;
    z-index: 10;
    flex-wrap: nowrap;
    row-gap: 0.5rem;
}

.nav-search-wrapper[b-fpo9wy0seb] {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.search-input[b-fpo9wy0seb] {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: none;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    width: 200px;
    font-size: 0.9rem;
    color: #000000 !important;
}

    .search-input[b-fpo9wy0seb]::placeholder {
        color: #333333 !important;
    }

.search-icon[b-fpo9wy0seb] {
    color: #000000 !important;
}

.top-nav-actions[b-fpo9wy0seb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-item-wrapper[b-fpo9wy0seb] {
    display: flex;
    align-items: center;
}

.top-nav-link[b-fpo9wy0seb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

    .top-nav-link:hover[b-fpo9wy0seb] {
        color: #8DDCEE; 
    }

.bi[b-fpo9wy0seb] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    fill: currentColor;
}

@media (max-width: 640.98px) {
    .top-row[b-fpo9wy0seb] {
        flex-direction: column;
        align-items: stretch;
        height: auto;
    }

    .nav-search-wrapper[b-fpo9wy0seb] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .search-input[b-fpo9wy0seb] {
        width: 100% !important;
    }

    .top-nav-actions[b-fpo9wy0seb] {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-item-wrapper[b-fpo9wy0seb] {
        flex: 1 1 auto;
        justify-content: center;
    }

    .top-nav-link span + span[b-fpo9wy0seb] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-fpo9wy0seb] {
        flex-direction: row;
    }

    .sidebar[b-fpo9wy0seb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fpo9wy0seb] {
        position: sticky;
        top: 0;
    }

    .top-row[b-fpo9wy0seb],
    article[b-fpo9wy0seb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.user-icon[b-fpo9wy0seb] {
    background-color: #fff;
    color: #1A2C54;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
}

.user-dropdown[b-fpo9wy0seb] {
    position: relative;
}

.user-menu[b-fpo9wy0seb] {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: white;
    color: #1A2C54;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 180px;
    overflow: hidden;
}

.user-menu-item[b-fpo9wy0seb] {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #1A2C54;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
}

    .user-menu-item:last-child[b-fpo9wy0seb] {
        border-bottom: none;
    }

    .user-menu-item:hover[b-fpo9wy0seb] {
        background-color: #f0f0f0;
    }

#blazor-error-ui[b-fpo9wy0seb] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1.25rem;
    z-index: 1000;
    color-scheme: light only;
}

    #blazor-error-ui .dismiss[b-fpo9wy0seb] {
        position: absolute;
        top: 0.5rem;
        right: 0.75rem;
        cursor: pointer;
    }

.cart-badge[b-fpo9wy0seb] {
    background: #8DDCEE;
    color: #1A2C54; 
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    margin-left: 5px;
}

.cart-highlight[b-fpo9wy0seb] {
    animation: cartPulse-b-fpo9wy0seb 1s;
}

@keyframes cartPulse-b-fpo9wy0seb {
    0% {
        background-color: rgba(141, 220, 238, 0.2); 
    }

    50% {
        background-color: rgba(141, 220, 238, 0.5);
    }

    100% {
        background-color: transparent;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bbpf7ij4n7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-bbpf7ij4n7] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-bbpf7ij4n7] {
    min-height: 5.5rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.navbar-brand[b-bbpf7ij4n7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}

@media (max-width: 640.98px) {
    .navbar-brand img[b-bbpf7ij4n7] {
        height: 150px;
    }
}

.logo[b-bbpf7ij4n7] {
}

.brand-text[b-bbpf7ij4n7] {
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    text-align: center;
}

.brand-tagline[b-bbpf7ij4n7] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.nav-item[b-bbpf7ij4n7] {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bbpf7ij4n7] {
        padding-top: 0; /* Reduced to accommodate search box */
    }

    .nav-item:last-of-type[b-bbpf7ij4n7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bbpf7ij4n7]  .nav-link {
        color: white;
        background: none;
        border: none;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 2.5rem;
        width: 100%;
        font-weight: 500;
    }

    .nav-item[b-bbpf7ij4n7]  a.active {
        font-weight: 600;
    }

    .nav-item[b-bbpf7ij4n7]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.nav-scrollable[b-bbpf7ij4n7] {
    display: none;
}
.navbar-toggler:checked ~ .nav-scrollable[b-bbpf7ij4n7] {
    display: block;
}
@media (min-width: 641px) {
    .navbar-toggler[b-bbpf7ij4n7] {
        display: none;
    }
    .nav-scrollable[b-bbpf7ij4n7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 10rem);
        overflow-y: auto;
    }
}
/* /Pages/Cart.razor.rz.scp.css */
.product-row[b-woi80tkwpk] {
    background-color: #D4F3FF;
}

.btn-gradient[b-woi80tkwpk] {
    background: linear-gradient(180deg, #3D8FB5 0%, #1C4E6E 100%); 
    border: none;
    color: white;
}

.product-row .product-info .text-purple:hover[b-woi80tkwpk] {
    text-decoration: underline;
}

.product-row .description[b-woi80tkwpk] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .product-row[b-woi80tkwpk] {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

        .product-row .product-img[b-woi80tkwpk] {
            margin-bottom: 1rem;
            width: 100%;
            text-align: center;
        }

        .product-row .product-info[b-woi80tkwpk] {
            margin-bottom: 1rem;
            width: 100%;
        }

        .product-row .product-action[b-woi80tkwpk] {
            width: 100%;
            text-align: center;
        }

            .product-row .product-action .btn[b-woi80tkwpk] {
                width: 100%;
                font-size: 1rem;
                padding: 0.75rem;
            }
}
/* /Pages/Components/CoreBenefits.razor.rz.scp.css */
.why-choose-section[b-eamjk28rcy] {
    padding: 3rem 0;
    margin: 0 auto;
}

.section-title[b-eamjk28rcy] {
    color: #1A2C54;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.features-container[b-eamjk28rcy] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.features-list[b-eamjk28rcy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 300px;
}

.product-showcase[b-eamjk28rcy] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
}

    .product-showcase img[b-eamjk28rcy] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }

.feature-card[b-eamjk28rcy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #3D8FB5 0%, #0B1F33 100%);
    color: white;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .feature-card:hover[b-eamjk28rcy] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.feature-left[b-eamjk28rcy] {
    flex: 1;
}

.feature-title[b-eamjk28rcy] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.feature-description[b-eamjk28rcy] {
    font-size: 0.95rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.feature-icon-img[b-eamjk28rcy] {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
}

    .feature-icon-img img[b-eamjk28rcy] {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.actions[b-eamjk28rcy] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn[b-eamjk28rcy] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-eamjk28rcy] {
        transform: translateY(-2px);
    }

.btn-primary[b-eamjk28rcy] {
    background-color: #0B1A30;
    color: white;
}

    .btn-primary:hover[b-eamjk28rcy] {
        background-color: #4A6FA3;
        color: #0B1A30;
    }

.btn-secondary[b-eamjk28rcy] {
    background-color: #4A6FA3;
    color: #0B1A30;
}

    .btn-secondary:hover[b-eamjk28rcy] {
        background-color: #0B1A30;
        color: white;
    }

/* Responsive */
@media (max-width: 992px) {
    .features-container[b-eamjk28rcy] {
        flex-direction: column;
        gap: 2rem;
    }

    .product-showcase[b-eamjk28rcy] {
        order: -1;
    }
}

@media (max-width: 768px) {
    .section-title[b-eamjk28rcy] {
        font-size: 2rem;
    }

    .feature-card[b-eamjk28rcy] {
        flex-direction: row;
        padding: 1rem 1.25rem;
    }

    .feature-icon-img img[b-eamjk28rcy] {
        width: 60px;
        height: 66px;
    }
}
/* /Pages/Components/DiscoverProductTypes.razor.rz.scp.css */
.types-section[b-3eqh1vyva2] {
    background-color: #D4F3FF;
}

.types-title[b-3eqh1vyva2] {
    font-size: 2.5rem;
    font-weight: 600;
}

.card[b-3eqh1vyva2] {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.card-img-top[b-3eqh1vyva2] {
    height: 340px;
    object-fit: cover;
}

.card-body[b-3eqh1vyva2] {
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2rem;
}

.card-title[b-3eqh1vyva2] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.card-text[b-3eqh1vyva2] {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #828282;
}

.row[b-3eqh1vyva2] {
    --bs-gutter-y: 70px;
    padding-bottom: 60px;
}
/* /Pages/Components/ExploreProductRange.razor.rz.scp.css */
.range-section[b-12gza1z97m] {
    max-width: 800px;
    text-align: left; /* ensure children are left-aligned */
}

    .range-section h2[b-12gza1z97m] {
        font-size: 2rem;
        font-weight: 700;
    }

    .range-section p[b-12gza1z97m] {
        color: #4a4a4a;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

.search-wrapper[b-12gza1z97m] {
    position: relative;
    margin: 1rem 0 0 0; /* push it down but keep it left-aligned */
    max-width: 500px;
}

.search-input[b-12gza1z97m] {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border-radius: 12px;
    border: none;
    background-color: #D4F3FF;
    font-size: 1rem;
    color: #333;
}

    .search-input:focus[b-12gza1z97m] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(61, 143, 181, 0.25); 
    }

    .search-input[b-12gza1z97m]::placeholder {
        color: #00000080;
    }

.search-icon[b-12gza1z97m] {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #00000080;
    pointer-events: none;
}
/* /Pages/Components/FeaturedProducts.razor.rz.scp.css */
.featured-section[b-4k7knoe5z2] {
    padding: 2rem 0 4rem;
}

.section-title[b-4k7knoe5z2] {
    color: #417893;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.product-grid[b-4k7knoe5z2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card[b-4k7knoe5z2] {
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .product-card:hover[b-4k7knoe5z2] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.product-image[b-4k7knoe5z2] {
    object-fit: cover;
    height: 450px;
    overflow: hidden;
    border-radius: 0.5rem;
}

    .product-image img[b-4k7knoe5z2] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }
    /* Ensure the placeholder block fills the image area cleanly */
    .product-image .placeholder[b-4k7knoe5z2] {
        display: block;
    }

/* Optional: subtle background for placeholder blocks inside your light theme */
.placeholder[b-4k7knoe5z2] {
    min-height: 1rem;
}

.product-card:hover .product-image img[b-4k7knoe5z2] {
    transform: scale(1.05);
}

.product-title[b-4k7knoe5z2] {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A2C54;
}

.product-description[b-4k7knoe5z2] {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.5;
    flex-grow: 1;
}

.product-action[b-4k7knoe5z2] {
    margin-top: auto;
}

.btn-explore-product[b-4k7knoe5z2] {
    display: inline-block;
    background-color: #1A2C54;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s;
    border: none;
    font-size: 0.9rem;
}

    .btn-explore-product:hover[b-4k7knoe5z2] {
        background-color: #2c3e65;
        color: white;
    }

@media (max-width: 768px) {
    .product-grid[b-4k7knoe5z2] {
        grid-template-columns: 1fr;
    }

    .section-title[b-4k7knoe5z2] {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
/* /Pages/Components/Footer.razor.rz.scp.css */
.site-footer[b-ec3ep0zr0n] {
    background-color: #f5f5f5;
    padding: 3rem 0 1.5rem;
    color: #333;
}

.container[b-ec3ep0zr0n] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-content[b-ec3ep0zr0n] {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand[b-ec3ep0zr0n] {
    flex: 1;
    min-width: 200px;
}

.footer-logo[b-ec3ep0zr0n] {
    width: 80px;
    height: auto;
    margin-bottom: 0.5rem;
}

.brand-text h3[b-ec3ep0zr0n] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.tagline[b-ec3ep0zr0n] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #666;
}

.social-icons[b-ec3ep0zr0n] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

    .social-icons a[b-ec3ep0zr0n] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #ddd;
        color: #555;
        transition: all 0.2s ease;
    }

        .social-icons a:hover[b-ec3ep0zr0n] {
            background-color: #7D00DF;
            color: white;
        }

.footer-links[b-ec3ep0zr0n] {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.footer-section[b-ec3ep0zr0n] {
    min-width: 160px;
}

    .footer-section h4[b-ec3ep0zr0n] {
        font-size: 1.1rem;
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .footer-section ul[b-ec3ep0zr0n] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-section li[b-ec3ep0zr0n] {
        margin-bottom: 0.5rem;
    }

    .footer-section a[b-ec3ep0zr0n] {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-section a:hover[b-ec3ep0zr0n] {
            color: #7D00DF;
        }

.footer-bottom[b-ec3ep0zr0n] {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
    text-align: center;
}

.copyright[b-ec3ep0zr0n] {
    font-size: 0.875rem;
    color: #777;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-content[b-ec3ep0zr0n] {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links[b-ec3ep0zr0n] {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* /Pages/Components/HelpBanner.razor.rz.scp.css */
.help-banner[b-st0x6fq7f9] {
    background-color: #D4F3FF;
    border-radius: 0.75rem;
    height: 330px;
    align-content: center;
}

.help-title[b-st0x6fq7f9] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:20px;
}

.help-text[b-st0x6fq7f9] {
    color: #4a4a4a;
    font-size: 1rem;
}

.button-row .btn-primary[b-st0x6fq7f9] {
    background-color: #000;
    border: none;
}

.button-row .btn-outline-secondary[b-st0x6fq7f9] {
    background-color: #E6E6E6;
    border: 1px solid #ccc;
    color: #000000E5;
}


.button-row .btn-lg[b-st0x6fq7f9] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
/* /Pages/Components/Hero.razor.rz.scp.css */
.carousel-container[b-ndvuy8vl4s] {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carousel-slide[b-ndvuy8vl4s] {
    display: none;
    position: relative;
    overflow: hidden;
    height: 450px;
}

    .carousel-slide.active[b-ndvuy8vl4s] {
        display: block;
    }

.product-image[b-ndvuy8vl4s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
}

    .product-image img[b-ndvuy8vl4s] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border: 2px solid rgba(144, 174, 224, 0.3);
        box-sizing: border-box;
    }

.gradient-overlay[b-ndvuy8vl4s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3D8FB5 0%, #0B1F33 100%);
    opacity: 0.85;
    z-index: 2;
}

.carousel-content[b-ndvuy8vl4s] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 2rem;
    text-align: left;
}

.hero-title[b-ndvuy8vl4s] {
    color: #FFFFFF;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    line-height: 1.2;
    text-align: left;
}

.action-button[b-ndvuy8vl4s] {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.btn-explore[b-ndvuy8vl4s] {
    background-color: #1A2C54;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

    .btn-explore:hover[b-ndvuy8vl4s] {
        background-color: #489FB5;
        color: #1A2C54;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

.carousel-dots[b-ndvuy8vl4s] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    left: auto;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    z-index: 4;
}

.dot[b-ndvuy8vl4s] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

    .dot.active[b-ndvuy8vl4s] {
        background-color: white;
        transform: scale(1.2);
    }

    .dot:hover[b-ndvuy8vl4s] {
        background-color: rgba(255, 255, 255, 0.7);
    }

@media (max-width: 768px) {
    .hero-title[b-ndvuy8vl4s] {
        font-size: 2rem;
    }

    .carousel-slide[b-ndvuy8vl4s] {
        height: 400px;
    }

    .carousel-content[b-ndvuy8vl4s] {
        padding: 2rem 1rem;
    }
}
/* /Pages/Components/InfoCards.razor.rz.scp.css */
.info-cards[b-bhmyejkhac]{
    margin-bottom: 50px;

}
.info-card[b-bhmyejkhac] {
    background-color: #E8EAEE;
    border-radius: 0.5rem;
}

    .info-card h5[b-bhmyejkhac] {
        font-size: 1.6rem;
        font-weight:bold;
        margin-bottom: 0.5rem;
    }

    .info-card p[b-bhmyejkhac] {
        color: #000000;
        margin-bottom: 1rem;
    }

    .info-card .btn-dark[b-bhmyejkhac] {
        background-color: #000;
        border: none;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        padding:15px;
    }
/* /Pages/Components/RevolutionBanner.razor.rz.scp.css */
/* Banner container */
.revolution-banner[b-f2tbv3foeh] {
    border-radius: 0.75rem;
    overflow: hidden;
    align-items: stretch;
}

    /* Left half: gradient & text */
    .revolution-banner .banner-text[b-f2tbv3foeh] {
        flex: 0 0 50%;
        background: linear-gradient(180deg, #8A4DFF 0%, #4E00FF 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Right half: image */
    .revolution-banner .banner-image[b-f2tbv3foeh] {
        flex: 0 0 50%;
        position: relative;
    }

        .revolution-banner .banner-image img[b-f2tbv3foeh] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/* Info row below banner */
.revolution-info h5[b-f2tbv3foeh] {
    font-weight: 600;
}

.revolution-info p[b-f2tbv3foeh] {
    color: #4a4a4a;
    line-height: 1.6;
}
/* /Pages/Components/ShopInsightsBanner.razor.rz.scp.css */
.shop-insights-banner[b-ujdall7h7y] {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/bubbles.png');
    background-size: cover;
    background-position: center;
    padding: 4rem 2rem;
    margin: 2rem 0;
    color: white;
    border-radius: 0;
    position: relative;
    margin-bottom: 0px;
}

.banner-content[b-ujdall7h7y] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.banner-title[b-ujdall7h7y] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.banner-actions[b-ujdall7h7y] {
    display: flex;
    gap: 1rem;
}

.btn[b-ujdall7h7y] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary[b-ujdall7h7y] {
    background-color: #000;
    color: white;
}

    .btn-primary:hover[b-ujdall7h7y] {
        background-color: #222;
    }

.btn-light[b-ujdall7h7y] {
    background-color: #f8f9fa;
    color: #333;
}

    .btn-light:hover[b-ujdall7h7y] {
        background-color: #e2e6ea;
    }

@media (max-width: 768px) {
    .banner-content[b-ujdall7h7y] {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-title[b-ujdall7h7y] {
        font-size: 2rem;
    }
}

/* /Pages/Components/Testimonials.razor.rz.scp.css */
.testimonials-section[b-wgvn8iayzd] {
    padding: 3rem 0;
    margin: 0 auto;
}

.section-title[b-wgvn8iayzd] {
    font-size: 2.5rem;
    color: #417893;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

.testimonials-container[b-wgvn8iayzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.testimonial-card[b-wgvn8iayzd] {
    background: linear-gradient(180deg, #6FA3BF 0%, #D6E6F0 100%);
    border-radius: 1rem;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .testimonial-card:hover[b-wgvn8iayzd] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.testimonial-quote[b-wgvn8iayzd] {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.testimonial-author[b-wgvn8iayzd] {
    display: flex;
    align-items: center;
}

.author-avatar[b-wgvn8iayzd] {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

    .author-avatar img[b-wgvn8iayzd] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.author-info[b-wgvn8iayzd] {
    display: flex;
    flex-direction: column;
}

.author-name[b-wgvn8iayzd] {
    font-weight: 600;
    font-size: 1rem;
}

.author-description[b-wgvn8iayzd] {
    font-size: 0.875rem;
    opacity: 0.9;
    color:black;
}

@media (max-width: 768px) {
    .testimonials-container[b-wgvn8iayzd] {
        grid-template-columns: 1fr;
    }

    .section-title[b-wgvn8iayzd] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-quote[b-wgvn8iayzd] {
        font-size: 1.25rem;
    }
}
/* /Pages/Inputs/ComingSoon.razor.rz.scp.css */
.coming-soon-container[b-zqzufudqyk] {
    display: flex;
    justify-content: center;
    padding: 4rem 1rem;
}

.coming-soon-card[b-zqzufudqyk] {
    background: linear-gradient(135deg, #3D8FB5 0%, #1A2954 100%); 
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

    .coming-soon-card .section-title[b-zqzufudqyk] {
        margin-bottom: 1rem;
    }

.coming-soon-text[b-zqzufudqyk] {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.9);
}

.coming-soon-icon i[b-zqzufudqyk] {
    font-size: 2.5rem;
    opacity: 0.8;
}
/* /Pages/Inputs/SearchBox.razor.rz.scp.css */
/* Search box styles */
.search-container[b-4o8rpiuukk] {
    margin: 1rem 0;
    padding: 0 15px;
}
@media (max-width: 640.98px) {
    .search-container[b-4o8rpiuukk]{
        width:100%;
        padding:0px;
    }
}

.search-box[b-4o8rpiuukk] {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    width: 100%;
    height: 38px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.search-icon[b-4o8rpiuukk] {
    position: absolute;
    left: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    z-index: 2;
}

.search-input[b-4o8rpiuukk] {
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    height: 100%;
    padding: 0 12px 0 35px; /* Add left padding to make room for the icon */
    outline: none;
    font-size: 14px;
}

.search-input[b-4o8rpiuukk]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-box:focus-within[b-4o8rpiuukk] {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-m5nmmarh1n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #D4F3FF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.login-form[b-m5nmmarh1n] {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-form h2[b-m5nmmarh1n] {
        font-size: 28px;
        color: #1C4E6E;
        margin-bottom: 10px;
    }

    .login-form .subtitle[b-m5nmmarh1n] {
        color: #555;
        margin-bottom: 30px;
        font-size: 16px;
    }

.form-group[b-m5nmmarh1n] {
    margin-bottom: 15px;
}

    .form-group label[b-m5nmmarh1n] {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input[b-m5nmmarh1n] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

.forgot-password[b-m5nmmarh1n] {
    text-align: right;
    margin-bottom: 20px;
}

    .forgot-password a[b-m5nmmarh1n] {
        color: #1C4E6E;
        text-decoration: none;
        font-size: 14px;
    }

.primary-button[b-m5nmmarh1n] {
    background: linear-gradient(to right, #3D8FB5, #1C4E6E);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.separator[b-m5nmmarh1n] {
    text-align: center;
    margin: 20px 0;
    color: #888;
}

    .separator span[b-m5nmmarh1n] {
        background: #D4F3FF;
        padding: 0 10px;
    }

.social-button[b-m5nmmarh1n] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .social-button img[b-m5nmmarh1n] {
        height: 20px;
        margin-right: 10px;
    }

    .social-button.google[b-m5nmmarh1n] {
        border-color: #4285F4;
    }

    .social-button.facebook[b-m5nmmarh1n] {
        border-color: #3b5998;
    }

.signup-link[b-m5nmmarh1n] {
    text-align: center;
    margin-top: 20px;
}

    .signup-link a[b-m5nmmarh1n] {
        color: #1C4E6E;
        text-decoration: none;
    }

.login-image[b-m5nmmarh1n] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4F3FF;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .login-image img[b-m5nmmarh1n] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.error-message[b-m5nmmarh1n] {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* Responsive for tablets and mobile */
@media (max-width: 1024px) {
    .login-container[b-m5nmmarh1n] {
        grid-template-columns: 1fr;
    }

    .login-image[b-m5nmmarh1n] {
        display: none;
    }
}

.success-message[b-m5nmmarh1n] {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .login-container[b-m5nmmarh1n] {
        grid-template-columns: 1fr;
        max-width: 90%;
    }

    .login-form[b-m5nmmarh1n] {
        padding: 20px;
    }

    .login-image[b-m5nmmarh1n] {
        display: none;
    }
}
/* /Pages/Orders.razor.rz.scp.css */
.d-flex.align-items-center.gap-3.fw-semibold[b-ahrq14fx60] {
    display: flex !important;
    align-items: center !important; 
    flex-wrap: nowrap !important; 
    line-height: 1 !important; 
}

/* FIXED WIDTH ID COLUMN */
.order-id-fixed[b-ahrq14fx60] {
    display: inline-flex;
    align-items: center;
    min-width: 85px;
    flex-shrink: 0; 
}

/* THE STATUS BAR */
.order-steps-inline[b-ahrq14fx60] {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

    .order-steps-inline .step[b-ahrq14fx60] {
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

        /* --- ADDED COLORS START --- */
        .order-steps-inline .step.done[b-ahrq14fx60] {
            color: #198754; /* green */
        }

        .order-steps-inline .step.current[b-ahrq14fx60] {
            color: #0d6efd; /* blue */
            font-weight: 800;
        }

        .order-steps-inline .step.pending[b-ahrq14fx60] {
            color: #adb5bd; /* grey */
        }

        /* Standardize icon heights for vertical centering */
        .order-steps-inline .step i[b-ahrq14fx60] {
            margin-right: 4px;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            line-height: 1;
        }

    /* Dash separators */
    .order-steps-inline .sep[b-ahrq14fx60] {
        margin: 0 8px;
        color: #adb5bd;
        display: inline-flex;
        align-items: center;
    }

/* RESOLUTION PROTECTION (Mobile/Tablet) */
@media (max-width: 992px) {
    .order-steps-inline[b-ahrq14fx60] {
        overflow-x: auto; 
        padding-bottom: 2px;
    }
}
/* /Pages/ProductDetails.razor.rz.scp.css */
.product-details p[b-ideo498j1u] {
    color: #4a4a4a;
    line-height: 1.6;
}
.product-details .fid-badge[b-ideo498j1u] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .5rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}

.btn-gradient[b-ideo498j1u] {
    background: linear-gradient(180deg, #3D8FB5 0%, #1C4E6E 100%);
    color: white;
}

.accordion-button[b-ideo498j1u] {
    background-color: #D4F3FF;
}

.card.cursor-pointer[b-ideo498j1u] {
    cursor: pointer;
}

.carousel-thumbs-container[b-ideo498j1u] {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

    .carousel-thumbs-container .d-flex[b-ideo498j1u] {
        flex-wrap: nowrap;
    }

.thumb-box[b-ideo498j1u] {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: border 0.2s, opacity 0.2s;
}

    .thumb-box img[b-ideo498j1u] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
    }

    .thumb-box:hover[b-ideo498j1u] {
        opacity: 1;
    }

    .thumb-box.active[b-ideo498j1u] {
        border: 2px solid #0d6efd; /* Bootstrap primary */
        opacity: 1;
    }

.thumb-3d-text[b-ideo498j1u] {
    font-weight: 600;
    color: #0d6efd;
}

.carousel-thumbs-container[b-ideo498j1u] {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

    .carousel-thumbs-container .thumbs-row[b-ideo498j1u] {
        flex-wrap: nowrap;
        min-width: fit-content; /* ⭐ this keeps the content sized to its items */
    }
/* Make placeholders fill their boxes neatly */
.placeholder[b-ideo498j1u] {
    display: block;
}

/* Keep thumb boxes from jumping when real images arrive */
.thumb-box[b-ideo498j1u] {
    width: 72px;
    height: 72px;
    border-radius: .5rem;
    overflow: hidden;
}
/* /Pages/ProductsByFilter.razor.rz.scp.css */
.filter-controls[b-knonxwhs05] {
    background-color: #D4F3FF;
    padding: 1rem;
    border-radius: 0.75rem;
}

.text-purple[b-knonxwhs05] {
    color: #3D8FB5;
}

.btn-gradient[b-knonxwhs05] {
    background: linear-gradient(180deg, #3D8FB5 0%, #1C4E6E 100%);
    border: none;
    color: white;
}

.product-row[b-knonxwhs05] {
    background-color: #D4F3FF;
    position: relative;
}
    .product-row .fid-badge[b-knonxwhs05] {
        position: absolute;
        top: .5rem;
        right: .5rem;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: .25rem;
        padding: .25rem .5rem;
        background: #fff;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .5rem;
        width:auto;
    }
    .product-row .product-info .text-purple:hover[b-knonxwhs05] {
        text-decoration: underline;
    }

.pagination .page-item .page-link[b-knonxwhs05] {
    color: #4a809a;
}
.top-section[b-knonxwhs05] {
    gap: 2rem;
    flex-wrap: wrap;
}

.range-section[b-knonxwhs05] {
    max-width: 600px;
}

    .range-section h2[b-knonxwhs05] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

    .range-section p[b-knonxwhs05] {
        color: #4a4a4a;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

.search-wrapper[b-knonxwhs05] {
    position: relative;
    max-width: 500px;
}

.search-input[b-knonxwhs05] {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border-radius: 24px;
    border: none;
    background-color: #D4F3FF;
    font-size: 1rem;
    color: #333;
}

    .search-input:focus[b-knonxwhs05] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(61, 143, 181, 0.25);
    }

    .search-input[b-knonxwhs05]::placeholder {
        color: #3D8FB5;
    }

.search-icon[b-knonxwhs05] {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #3D8FB5;
    pointer-events: none;
}

.filter-panel[b-knonxwhs05] {
    background-color: #D4F3FF;
    min-width: 240px;
    max-width: 280px;
}

    .filter-panel .form-label[b-knonxwhs05] {
        font-weight: 600;
    }

    .filter-panel .form-select[b-knonxwhs05] {
        border-radius: 8px;
    }
/* This makes the button turn green and slightly scale up */
.added-highlight[b-knonxwhs05] {
    background: linear-gradient(180deg, #28a745 0%, #218838 100%) !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .product-row[b-knonxwhs05] {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

        .product-row .product-img[b-knonxwhs05] {
            margin-bottom: 1rem;
            width: 100%;
            text-align: center;
        }

        .product-row .product-info[b-knonxwhs05] {
            margin-bottom: 1rem;
            width: 100%;
        }

        .product-row .product-action[b-knonxwhs05] {
            width: 100%;
            text-align: center;
        }

            .product-row .product-action .btn[b-knonxwhs05] {
                width: 100%;
                font-size: 1rem;
                padding: 0.75rem;
            }
}

.page-item.active .page-link[b-knonxwhs05] {
    color: white;
}
/* /Pages/Register.razor.rz.scp.css */
.login-container[b-wj2m7mw1em] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #D4F3FF;
    border-radius: 16px;
    overflow: hidden;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.login-form[b-wj2m7mw1em] {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-form h2[b-wj2m7mw1em] {
        font-size: 28px;
        color: #1C4E6E; /* was #4a148c */
        margin-bottom: 10px;
    }

    .login-form .subtitle[b-wj2m7mw1em] {
        color: #555;
        margin-bottom: 30px;
        font-size: 16px;
    }

.form-group[b-wj2m7mw1em] {
    margin-bottom: 15px;
}

    .form-group label[b-wj2m7mw1em] {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input[b-wj2m7mw1em] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

.forgot-password[b-wj2m7mw1em] {
    text-align: right;
    margin-bottom: 20px;
}

    .forgot-password a[b-wj2m7mw1em] {
        color: #1C4E6E;
        text-decoration: none;
        font-size: 14px;
    }

.primary-button[b-wj2m7mw1em] {
    background: linear-gradient(to right, #3D8FB5, #1C4E6E);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.separator[b-wj2m7mw1em] {
    text-align: center;
    margin: 20px 0;
    color: #888;
}

    .separator span[b-wj2m7mw1em] {
        background: #D4F3FF;
        padding: 0 10px;
    }

.social-button[b-wj2m7mw1em] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .social-button img[b-wj2m7mw1em] {
        height: 20px;
        margin-right: 10px;
    }

    .social-button.google[b-wj2m7mw1em] {
        border-color: #4285F4;
    }

    .social-button.facebook[b-wj2m7mw1em] {
        border-color: #3b5998;
    }

.signup-link[b-wj2m7mw1em] {
    text-align: center;
    margin-top: 20px;
}

    .signup-link a[b-wj2m7mw1em] {
        color: #1C4E6E; 
        text-decoration: none;
    }

.login-image[b-wj2m7mw1em] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4F3FF;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .login-image img[b-wj2m7mw1em] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.error-message[b-wj2m7mw1em] {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* Responsive for tablets and mobile */
@media (max-width: 1024px) {
    .login-container[b-wj2m7mw1em] {
        grid-template-columns: 1fr;
    }

    .login-image[b-wj2m7mw1em] {
        display: none;
    }
}

.success-message[b-wj2m7mw1em] {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .login-container[b-wj2m7mw1em] {
        grid-template-columns: 1fr;
        max-width: 90%;
    }

    .login-form[b-wj2m7mw1em] {
        padding: 20px;
    }

    .login-image[b-wj2m7mw1em] {
        display: none;
    }
}
