.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

/* Samakan ukuran image dengan icon */
.sidebar-one__social .social-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    background-color: white;
}

/* Samakan juga area klik icon */
.sidebar-one__social .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Biar icon font dan img konsisten */
.sidebar-one__social .social-icon i {
    font-size: 20px;
}

.main-footer .social-links-two img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    background-color: white;
}

.main-footer .social-links-two {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.main-footer .social-links-two i {
    font-size: 20px;
}