/* _content/pelinrakennusryhma/Pages/Shared/_Layout.cshtml.rz.scp.css */
.navbar[b-5212f985e7] {

}

.navbar[b-5212f985e7]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 84, 1) 0%, rgba(8, 0, 27, 1) 50%, rgba(71, 0, 102, 1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;

}

.navbar.solid[b-5212f985e7]::before {
    opacity: 1;
}

.navbar.transparent[b-5212f985e7]::before {
    opacity: 0;
}

.nav-link:hover[b-5212f985e7] {
    color: #b2baf7 !important;
    font-weight: 500 !important;
    text-decoration: double !important;
}

.nav-link[b-5212f985e7] {
    color: white !important;
    font-size: 18px;
}

.navbar-brand[b-5212f985e7] {
    color: white !important;
    font-size: 25px;
}

.navbar.sticky-top[b-5212f985e7] {
    background-color: white;
    z-index: 1030;
}

.sticky-navbar[b-5212f985e7] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: white;
}

.navbar-nav .dropdown:hover .dropdown-menu[b-5212f985e7] {
    display: block;
    margin-top: 0;
}

.dropdown-menu[b-5212f985e7] {
    top: 100%;
    left: 0;
    border-radius: 0;
    margin-top: 0;
    background: #000030;
}

.dropdown-item:hover[b-5212f985e7] {
    top: 100%;
    left: 0;
    border-radius: 0;
    margin-top: 0;
    color: #020261;
    background-color: #020261;
}

.dropdown-toggle:focus[b-5212f985e7] {
    background-color: transparent !important;
    color: white !important;
    box-shadow: none !important;
}

.dropdown-item[b-5212f985e7] {
    text-align: center;
    color: white !important;
}

@media (max-width: 1024px) {
    .navbar .container[b-5212f985e7] {
        flex-direction: column;
        align-items: center;
        height: auto !important;
    }

    .navbar-brand[b-5212f985e7] {
        order: 0;
        margin-bottom: 10px;
        font-size: 22px;
        text-align: center;
        width: 100%;
    }

    .navbar-nav[b-5212f985e7] {
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 20px;
        width: 100%;
        order: 1;
        margin: 0;
    }

    .nav-item.dropdown[b-5212f985e7] {
        position: relative !important;
    }

    .dropdown-menu[b-5212f985e7] {
        position: absolute !important;
        top: 100%; 
        left: 0;
        float: none;
        width: max-content;
        margin-top: 0.5rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        background: #000030;
        border-radius: 0;
        text-align: center;
        z-index: 1050; 
    }
}

@media (max-width: 1023px) {
    .dropdown-toggle[b-5212f985e7] {
        pointer-events: auto; 
    }
}
