﻿.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    text-transform: none;
}

/* استایل دکمه‌های شبکه‌های اجتماعی */
.social-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ccc;
    padding: 7px 5px 7px 7px;
    z-index: 1052;
    border-radius: 10px 0 0 10px;
}

.social-button {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    .social-button:hover {
        background-color: #555;
    }

/* استایل‌های مخصوص هر شبکه اجتماعی */
.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #e4405f;
}

.linkedin {
    background-color: #0077b5;
}