.social-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.contact-socials{margin:6px 0 8px}
.social-icon{width:38px;height:38px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:10px;border:1px solid #27547d;background:#0a213a;color:#42a9ff!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;padding:0!important}
.social-icon svg{width:19px;height:19px;fill:currentColor;display:block}
.social-icon:hover{color:#fff!important;background:#1685ff;border-color:#42a9ff;transform:translateY(-2px);box-shadow:0 8px 22px rgba(22,133,255,.30)}
.footer-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-socials{gap:7px}
.footer-socials .social-icon{width:32px;height:32px;border-radius:8px}
.footer-socials .social-icon svg{width:16px;height:16px}
@media(max-width:760px){.footer-right{justify-content:flex-start}.footer-socials{width:100%}}
