.ac-artsyapi-footer-menu {
    background: #ffffff;
    margin-top: 10px;
    padding: 6px 8px;
    display: flex;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.ac-artsyapi-footer-menu>div {
    flex: 1;
    padding: 6px 0;
    cursor: pointer;
    color: #9B907E;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-weight: 500;
}

.ac-artsyapi-footer-menu>div:hover:not(.active) {
    background-color: rgba(155, 144, 126, 0.1);
    border-radius: 20px;
}

.ac-artsyapi-footer-menu i,
.ac-artsyapi-footer-menu img,
.ac-artsyapi-footer-menu svg {
    height: 24px;
    width: 24px;
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
}

/* Active (pressed) neumorphic effect */
.ac-artsyapi-footer-menu>div.active i,
.ac-artsyapi-footer-menu>div.active img,
.ac-artsyapi-footer-menu>div.active svg {
    background: #ffffff;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15), inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: scale(0.96);
    transition: all 0.25s ease;
}

.ac-artsyapi-footer-menu>div.active {
    color: #000;
    font-weight: 600;
}

.ac-artsyapi-footer-menu>div.center-button {
    background-color: #9b907e;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    flex: 0 0 60px;
}

.ac-artsyapi-footer-menu>div.center-button i,
.ac-artsyapi-footer-menu>div.center-button svg {
    background: none;
    box-shadow: none;
    padding: 0;
    height: 28px;
    width: 28px;
}

.ac-artsyapi-footer-menu>div.center-button:hover {
    background-color: #8c816f;
}

.bx-media-phone body {
    padding-bottom: 80px;
}

.bx-media-phone .bx-messenger-table-wrapper {
    height: calc(100% - 80px);
}