/* Start custom CSS for html, class: .elementor-element-2a5563a */.maximenuck2 {
      columns: 5 200px;
  -webkit-columns: 5 200px;
  -moz-columns: 5 200px;
  column-gap: 2rem;
  direction: rtl;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  font-family: 'Vazirmatn', sans-serif;
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 6 columns */
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  text-align: center;
  font-size: 14px;
  padding: 2px 10px;
}

.menu-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Text and icon in one line */
  white-space: nowrap; /* Prevent text from wrapping to the next line */
}

.menu-item a i {
  margin-left: 8px; /* Space between text and icon */
}/* End custom CSS */