/* Start custom CSS *//* غیرفعال کردن کلیک برای منوی مادر */
.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
  color: inherit !important; /* حفظ رنگ لینک */
  text-decoration: none !important; /* جلوگیری از خط زیر */
}/* End custom CSS */