/* _content/TastekWebSite/Views/Shared/_Layout.cshtml.rz.scp.css */
.footer-container[b-4tewhzv6ma] {
    background-color: #213448;
}
.main-navbar[b-4tewhzv6ma] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* banner, slider vs üstünde olsun */
    background-color: #1B1F24;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, opacity 0.3s ease;
    background: rgba(27, 31, 36, 1);
    backdrop-filter: blur(0px);
}

.custom-navbar.scrolled[b-4tewhzv6ma] {
    opacity: 0.85;
    background: rgba(27, 31, 36, 0.85);
    backdrop-filter: blur(8px);
}
