.social-media-buttons {
    position: absolute;
    right: 10px;
    top: 76%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.social-button-wrapper {
    display: flex;
    align-items: center;
    margin: 2px 20px 2px 0;
}

.social-media-buttons .btn {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
}

.social-button-wrapper .btn-text {
    font-size: 14px;
    white-space: nowrap;
    color: #000;
    font-weight:bold;
    padding: 5px 5px;
}

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

.btn-instagram {
    background-color: #E1306C;
}

.btn-youtube {
    background-color: #FF0000;
}

.btn-dribbble {
    background-color: #EA4C89;
}

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

.btn-tiktok {
    background-color: #000000;
}

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

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

.btn:hover {
    opacity: 0.8;
}