/* /Components/CustomerReviews.razor.rz.scp.css */
.carousel-container[b-e3o8ddz9k7] {
    position: relative;
    max-width: 800px;
    margin: 2rem auto !important;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(44, 95, 141, 0.1);
    overflow: hidden;
}

.carousel-slide[b-e3o8ddz9k7] {
    text-align: center;
}

.review[b-e3o8ddz9k7] {
    animation: fadeIn-b-e3o8ddz9k7 1s;
}

@keyframes fadeIn-b-e3o8ddz9k7 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.quote[b-e3o8ddz9k7] {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.name[b-e3o8ddz9k7] {
    font-weight: bold;
}

.prev[b-e3o8ddz9k7], .next[b-e3o8ddz9k7] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.next[b-e3o8ddz9k7] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover[b-e3o8ddz9k7], .next:hover[b-e3o8ddz9k7] {
    background-color: rgba(0, 0, 0, 0.8);
}

.dots-container[b-e3o8ddz9k7] {
    text-align: center;
    padding-top: 1rem;
}

.dot[b-e3o8ddz9k7] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active[b-e3o8ddz9k7], .dot:hover[b-e3o8ddz9k7] {
    background-color: #717171;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-ftfkeusv51] {
    background: white;
    height: 100%;
}

.nav-scrollable-area[b-ftfkeusv51] {
    background: #2c5f8d;
    position: relative;
    padding-bottom: 300px; /* Space for the gradient */
}

.nav-scrollable-area[b-ftfkeusv51]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to bottom, #2c5f8d, white);
}

.top-row[b-ftfkeusv51] {
    height: 3.5rem;
    background-color: #2c5f8d;
}

.navbar-brand[b-ftfkeusv51] {
    font-size: 1.1rem;
}

.nav-item[b-ftfkeusv51] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ftfkeusv51] {
        padding-top: 1rem;
    }

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

    .nav-item[b-ftfkeusv51]  a {
        color: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 1rem;
    }

.nav-item[b-ftfkeusv51]  a.active {
    color: white;
    border-left: 3px solid white;
    background-color: transparent;
}

.nav-item[b-ftfkeusv51]  a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}
