.ntm-floating-wrap{

    position:fixed;

    right:20px;

    bottom:20px;

    z-index:9999;

}

.ntm-floating-main{

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    background:#0066ff;

    color:#fff;

    font-size:32px;

    cursor:pointer;

}

.ntm-floating-menu{

    display:none;

    flex-direction:column;

    gap:10px;

    margin-bottom:10px;

}

.ntm-floating-menu.active{

    display:flex;

}

.ntm-floating-menu a{

    background:#fff;

    padding:12px 16px;

    border-radius:12px;

    text-decoration:none;

    color:#111;

    box-shadow:0 4px 20px rgba(0,0,0,.1);

}

.ntm-floating-button:hover{

    background: #0057ff;
    color: white;

}
