.contact-sidebar-fixed{position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:9999;display:flex;flex-direction:column;gap:15px}.contact-btn{width:60px;height:60px;border-radius:50%;background:#D52B1E;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 20px rgba(213,43,30,0.3);cursor:pointer;color:white}.contact-btn:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(213,43,30,0.5);background:#B8241A}.contact-sidebar-fixed .contact-btn img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important}.phone-btn{animation:pulse-red 2s infinite}@keyframes pulse-red{0%{box-shadow:0 0 0 0 rgba(213,43,30,0.7)}70%{box-shadow:0 0 0 10px rgba(213,43,30,0)}100%{box-shadow:0 0 0 0 rgba(213,43,30,0)}}@media (max-width:768px){.contact-sidebar-fixed{right:15px;gap:12px}.contact-btn{width:50px;height:50px}.contact-sidebar-fixed .contact-btn img{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}}@media (max-width:480px){.contact-sidebar-fixed{bottom:20px;right:100px;top:auto;transform:none;flex-direction:row;justify-content:center;gap:10px}}.contact-sidebar-fixed{animation:slideInRight 0.6s ease-out}@keyframes slideInRight{from{right:-100px;opacity:0}to{right:30px;opacity:1}}