    .row-scroll{
      margin-left: 30px;
    }

.logo-box{
  width:56px;
  height:56px;
  background:linear-gradient(135deg,#ff4d5a,#e63946);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 0 35px rgba(230,57,70,0.45),
    inset 0 2px 8px rgba(255,255,255,0.15);
  transition:0.3s ease;
  cursor:pointer;
  overflow:hidden;
}

.logo-box img{
  width: 56px;
  height:56px;
  object-fit:contain;
  transition:0.3s ease;
}

.logo-box:hover{
  transform:translateY(-3px) scale(1.05);
  box-shadow:
    0 0 45px rgba(230,57,70,0.65),
    inset 0 2px 10px rgba(255,255,255,0.2);
}

.logo-box:hover img{
  transform:scale(1.08) rotate(-3deg);
}

  @keyframes _az_spin{to{transform:rotate(360deg)}}#az-loader.az-done{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
