.social-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icons a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.social-icons a.whatsapp { background-color: #25D366; }
.social-icons a.linkedin { background-color: #0077b5; }
.social-icons a.facebook { background-color: #4267B2; }
.social-icons a.twitter { background-color: #1DA1F2; }
.social-icons a.instagram { background-color: #E4405F; }