/* Chordia 3D social icons */
.social-3d{display:flex;gap:16px;justify-content:center;align-items:center;margin:18px 0 6px;flex-wrap:wrap}
.s3d{width:52px;height:52px;border-radius:15px;position:relative;display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 18px rgba(0,0,0,.45),0 3px 6px rgba(0,0,0,.35);transform:perspective(300px) rotateX(6deg);
  transition:transform .2s;animation:s3dFloat 3.5s ease-in-out infinite}
.s3d:nth-child(2){animation-delay:.5s}.s3d:nth-child(3){animation-delay:1s}
.s3d::before{content:'';position:absolute;inset:0;border-radius:15px;background:linear-gradient(160deg,rgba(255,255,255,.5),rgba(255,255,255,0) 45%);pointer-events:none}
.s3d:hover{transform:perspective(300px) rotateX(6deg) scale(1.1)}
.s3d svg{width:28px;height:28px;position:relative;z-index:2;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}
.s3d-fb{background:linear-gradient(160deg,#5aa2ff,#1877F2 55%,#0d5fd0)}
.s3d-ig{background:linear-gradient(160deg,#feda75,#fa7e1e 30%,#d62976 60%,#962fbf 90%)}
.s3d-yt{background:linear-gradient(160deg,#ff6b6b,#FF0000 55%,#cc0000)}
@keyframes s3dFloat{0%,100%{transform:perspective(300px) rotateX(6deg) translateY(0)}50%{transform:perspective(300px) rotateX(6deg) translateY(-7px)}}
.social-label{text-align:center;color:#8892a6;font-size:12px;margin-top:4px}
