.elementor-12876 .elementor-element.elementor-element-5668e8b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ceaf1b */.onyar-logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;   /* سایز لوگو */
  height: 180px;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: logoSpin 30s linear infinite; /* اگر بخواهی بچرخد */
}

.onyar-logo-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(64,215,231,.6));
}

@keyframes logoSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}/* End custom CSS */