.kontak-floating{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    font-family: sans-serif;
}

.kontak-button{
    width:60px;
    height:60px;
    background:#32a160;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:26px;
    cursor:pointer;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
}

.kontak-menu{
    display:none;
    flex-direction:column;
    gap:10px;
    margin-bottom:10px;
}

.kontak-item{
    background:white;
    padding:10px 15px;
    border-radius:30px;
    box-shadow:0 4px 10px rgba(0,0,0,0.2);
    text-decoration:none;
    color:#333;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:10px;
}

.kontak-item:hover{
    background:#f1f1f1;
}
