
.left-icons{
    position:fixed;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.left-icons a{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    transition:0.3s;
}

.left-icons a:hover{
    transform:scale(1.12);
    color:#fff;
}

.call{
    background:#0d6efd;
}

.whatsapp{
    background:#25D366;
}

.book{
    background:#ff9800;
}

.direction{
    background:#dc3545;
}

@media(max-width:768px){
    .left-icons{
        left:10px;
    }

    .left-icons a{
        width:48px;
        height:48px;
        font-size:20px;
    }
}
