
#geox-footer .social-icon{
    height: 36px;
    width: 36px;
    background-color: var(--dark-80);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    color: var(--dark-10) !important;
    transition: all ease-in-out .3s;
    border-radius: 8px;
}
#geox-footer .social-icon:hover{
    background-color: var(--dark-60);
}   