/* custom.css */

/* إجبار زرار البرجر على الاختفاء في الديسكتوب */
@media (min-width: 768px) {
  #hamburger {
    display: none !important;
  }
}
