.fixed-footer {
    padding-left: 0px;
    position: fixed;
    bottom: -16px;
    left: 0;
    right: 0;
    z-index: 98;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fixed-footer li {
    list-style: none;
    text-align: center;
    flex: 1;
}

.fixed-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

    .fixed-footer a.active {
        color: #007bff;
    }

.fixed-footer i {
    font-size: 20px;
    margin-bottom: 2px;
}

.footer-menu-icon {
    margin-bottom: 3px;
}

.page-container {
    padding-top: 85px;
}