@keyframes rotateLogo {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-logo:hover {
    animation: rotateLogo 1.5s linear infinite !important;
    transition: transform 0.5s ease-in-out !important;
}

.f_start-btns.justify-self-start {
  display: none !important;
}

/* موبايل فقط */
@media (max-width: 767px) {
  .f_start-btns.justify-self-start {
    display: flex !important; /* أو block حسب التصميم */
  }
}

.s-menu-footer-list 
a.s-menu-footer-item[href="https://adstalroya.com/ar/blog/page-124688665"] {
  display: none !important;
}