/* Start custom CSS for html, class: .elementor-element-2a5563a */.custom-menu-container {
  columns: 5 200px;
  -webkit-columns: 5 200px;
  -moz-columns: 5 200px;
  column-gap: 2rem;
  direction: rtl;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 12px;
  font-family: 'Vazirmatn', sans-serif;
}

.custom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.custom-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}

.custom-menu a i {
  margin-left: 8px;
  color: #666;
}

.custom-menu a:hover {
  color: #007bff;
  transform: translateX(-3px);
}/* End custom CSS */