 .social-fixed{position:fixed;top:20%;right:15px;display:flex;flex-direction:column;gap:15px;z-index:999}.social-fixed a{background:#fff;border-radius:50%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .3s ease,background .3s ease}.social-fixed a:hover{transform:scale(1.1);background:var(--red)}.social-fixed a:hover svg{fill:#fff}.social-fixed svg{width:35px;height:35px;fill:#000;pointer-events:none}@media (max-width:983px){.social-fixed{display:none}}