.social-list {
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.social-list .list-inline-item {
    margin-right: 0;
}

.social-list .btn {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: background-color 0.3s ease;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-linkedin {
    background-color: #0077b5;
}

.btn-whatsapp {
    background-color: #25D366;
}

.btn:hover {
    opacity: 0.8;
}
