
.ig-floating{
position:fixed;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
box-shadow:0 4px 14px rgba(0,0,0,.35);
background: radial-gradient(circle at 30% 107%, #fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
transition: transform .2s, box-shadow .2s;
}
.ig-floating:hover{
transform:scale(1.08);
box-shadow:0 6px 18px rgba(0,0,0,.45);
}
