/* /Components/Layout/Private/NavMenuPrivate.razor.rz.scp.css */
.navbar-toggler[b-3wfjdd4hzk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3wfjdd4hzk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3wfjdd4hzk] {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.oi[b-3wfjdd4hzk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3wfjdd4hzk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3wfjdd4hzk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3wfjdd4hzk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3wfjdd4hzk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-3wfjdd4hzk]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-3wfjdd4hzk]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-3wfjdd4hzk] {
        display: none;
    }

    .collapse[b-3wfjdd4hzk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/Private/PrivateLayout.razor.rz.scp.css */
#blazor-error-ui[b-zzi67pokvl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-zzi67pokvl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PublicHomePage/HomeLayout.razor.rz.scp.css */
#blazor-error-ui[b-dh9zmx4l1i] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dh9zmx4l1i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.full-page-background[b-dh9zmx4l1i] {
    background-color: #2B303A;
    min-height: 100vh; /* Ensure it covers the full viewport height */
    min-width: 100vw;
}
/* /Components/Layout/PublicHomePage/NavMenuHomePublic.razor.rz.scp.css */
.navbar-background[b-s052j79jre] {
    background-color: #2B303A;
}
/* /Components/Layout/PublicHomePage/PublicFooter.razor.rz.scp.css */
.modal-footer[b-qudhfnhjip] {
    position: fixed;
    bottom: 0;
    width:100%;
    background-color: #fff; /* Add background color if needed */
    display: block;
}
/* /Components/Layout/Public/NavMenuPublic.razor.rz.scp.css */
.navbar-toggler[b-kgg1oq2ttq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kgg1oq2ttq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-background[b-kgg1oq2ttq] {
    background-color: #2B303A;
}

.navbar-brand[b-kgg1oq2ttq] {
    font-size: 1.1rem;
}

.oi[b-kgg1oq2ttq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kgg1oq2ttq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kgg1oq2ttq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kgg1oq2ttq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kgg1oq2ttq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-kgg1oq2ttq]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-kgg1oq2ttq]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-kgg1oq2ttq] {
        display: none;
    }

    .collapse[b-kgg1oq2ttq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/Public/PublicLayout.razor.rz.scp.css */
#blazor-error-ui[b-fz3x7u58h6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fz3x7u58h6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.geometric-bg[b-h23ieknlpm] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

.geometric-bg[b-h23ieknlpm]::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
    background: linear-gradient(135deg, #00BAB3 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(100px);
}

.geometric-bg[b-h23ieknlpm]::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
    background: linear-gradient(135deg, #00BAB3 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
}

.hero-container[b-h23ieknlpm] {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px;
    position: relative;
    z-index: 1;
}

.top-bar[b-h23ieknlpm] {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 4;
}

.logo[b-h23ieknlpm] {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.logo img[b-h23ieknlpm] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.badge[b-h23ieknlpm] {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(0, 186, 179, 0.15);
    border: 1px solid rgba(0, 186, 179, 0.3);
    border-radius: 50px;
    color: #00BAB3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-title[b-h23ieknlpm] {
    font-size: clamp(40px, 8vw, 64px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: clamp(-1px, -0.3vw, -2px);
    background: linear-gradient(135deg, #fff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-title .highlight[b-h23ieknlpm] {
    background: linear-gradient(135deg, #00BAB3 0%, #00d4cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle[b-h23ieknlpm] {
    font-size: clamp(17px, 2.6vw, 20px);
    color: #b0b0b0;
    line-height: 1.7;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.button-group[b-h23ieknlpm] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.primary-btn[b-h23ieknlpm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 50px;
    background: #00BAB3;
    color: #000;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 186, 179, 0.4);
}

.primary-btn:hover[b-h23ieknlpm] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 186, 179, 0.5);
    color: #000;
}

.primary-btn[b-h23ieknlpm]::after {
    content: '→';
    font-size: 20px;
    transition: transform 0.3s ease;
}

.primary-btn:hover[b-h23ieknlpm]::after {
    transform: translateX(5px);
}

.secondary-btn[b-h23ieknlpm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    color: #e6fbfa;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.3px;
    border: 2px solid rgba(0, 186, 179, 0.55);
    background: rgba(0, 186, 179, 0.12);
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 186, 179, 0.2);
}

.secondary-btn:hover[b-h23ieknlpm] {
    transform: translateY(-2px);
    border-color: rgba(0, 186, 179, 0.9);
    background: rgba(0, 186, 179, 0.2);
    box-shadow: 0 10px 28px rgba(0, 186, 179, 0.28);
    color: #e6fbfa;
}

.highlights[b-h23ieknlpm] {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.highlight-item[b-h23ieknlpm] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
    font-weight: 600;
    color: #d7e1e8;
}

.highlight-dot[b-h23ieknlpm] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00BAB3;
    box-shadow: 0 0 0 4px rgba(0, 186, 179, 0.18);
}

@media (max-width: 768px) {
    .hero-container[b-h23ieknlpm] {
        padding: 48px 16px 24px;
    }

    .button-group[b-h23ieknlpm] {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 36px;
    }

    .primary-btn[b-h23ieknlpm],
    .secondary-btn[b-h23ieknlpm] {
        width: 100%;
        justify-content: center;
    }

    .badge[b-h23ieknlpm] {
        margin-bottom: 18px;
    }

    .highlights[b-h23ieknlpm] {
        gap: 10px;
        padding: 16px;
    }
}

@media (max-width: 420px) {
    .hero-container[b-h23ieknlpm] {
        padding: 40px 8px 20px;
    }

    .primary-btn[b-h23ieknlpm],
    .secondary-btn[b-h23ieknlpm] {
        padding: 16px 20px;
        font-size: 16px;
    }
}
