/* _content/PoznanFurryGatheringWWW/Pages/Shared/_Layout.cshtml.rz.scp.css */
html[b-g4ozuj4z02], body[b-g4ozuj4z02] {
    height: 100%;
}

body[b-g4ozuj4z02] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-g4ozuj4z02] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px; /* match the new footer height */
}

footer[b-g4ozuj4z02] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1030;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.9rem;
    background: #ffffff;
}

/* --- Upgraded Navbar Styles --- */
@keyframes gradient-move-b-g4ozuj4z02 {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}



    .custom-navbar .navbar-brand[b-g4ozuj4z02] {
        color: #da5612 !important;
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
    }

        .custom-navbar .navbar-brand img[b-g4ozuj4z02] {
            box-shadow: 0 0 12px #7fc51188;
        }

    .custom-navbar .nav-link[b-g4ozuj4z02] {
        background: linear-gradient(90deg, #2c3e50 0%, #23272b 100%);
        color: #ffd700;
        font-weight: 700;
        border-radius: 2rem;
        padding: 0.5rem 1.5rem;
        margin-left: 1rem;
        transition: background 0.2s, color 0.2s;
    }


    .custom-navbar .navbar-toggler[b-g4ozuj4z02] {
        border-color: #7fc511;
    }

    .custom-navbar .btn-register[b-g4ozuj4z02] {
        background: #2c3e50;
        color: #ffd700;
        font-weight: 700;
        border-radius: 2rem;
        padding: 0.5rem 1.5rem;
        margin-left: 1rem;
        transition: background 0.2s, color 0.2s;
    }

        .custom-navbar .btn-register:hover[b-g4ozuj4z02] {
            background: #ffd700;
            color: #2c3e50;
        }

    .custom-navbar .btn-login[b-g4ozuj4z02] {
        background: #2c3e50;
        color: #cc6633;
        font-weight: 700;
        border-radius: 2rem;
        padding: 0.5rem 1.5rem;
        margin-left: 1rem;
        transition: background 0.2s, color 0.2s;
    }

        .custom-navbar .btn-login:hover[b-g4ozuj4z02] {
            background: #cc6633;
            color: #2c3e50;
        }

@media (max-width: 991.98px) {
    .custom-navbar .navbar-nav[b-g4ozuj4z02] {
        border-radius: 1rem;
        margin-top: 0.5rem;
        padding: 0.5rem;
    }
}



.footer-social a[b-g4ozuj4z02] {
    color: #000099;
    margin: 0 0.5rem;
    transition: color 0.2s;
}

    .footer-social a:hover[b-g4ozuj4z02] {
        color: #ffd700;
    }

.index-bg[b-g4ozuj4z02] {
    background: url('https://posir.poznan.pl/images/obiekty/Malta/Hotel%20Camping%20Malta/DJI_0007.jpg') center center no-repeat fixed;
    background-size: cover;
}

.footer-social[b-g4ozuj4z02] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 600px) {
    .footer-responsive[b-g4ozuj4z02] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    /* .footer-social will always stay in a row */
}
