.elementor-24434 .elementor-element.elementor-element-2432dc16{margin:-20px 0px 0px 0px;}.elementor-24434 .elementor-element.elementor-element-e162696 > .elementor-widget-container{margin:12px 0px -8px 0px;}.elementor-24434 .elementor-element.elementor-element-e162696 .elementor-heading-title{font-size:14px;font-weight:700;color:#FFFFFF;}.elementor-24434 .elementor-element.elementor-element-33f6d90 > .elementor-widget-container{margin:0px 0px -12px 0px;}/* Start custom CSS for html, class: .elementor-element-33f6d90 */.custom-dropdown-menu {
  position: relative;
  
}

.custom-dropdown-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px; /* فاصله بین آیتم‌ها */
}

.custom-dropdown-menu .menu-item {
  position: relative;
}

.custom-dropdown-menu .menu-item > a {
  text-decoration: none;
  color: #fff9;
  font-size: 15px
  padding: 10px 15px;
  display: block;
  transition: color 0.3s ease;
}

.custom-dropdown-menu .menu-item > a:hover {
  color: white; /* رنگ در هنگام هاور */
  
}

.custom-dropdown-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  right:0px;
  background-color: black;
  box-shadow: 0px 0px 5px #5e5e5e;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 1000;
  width: 220px;
  border-radius: 8px;
 
  
  
  
  
}

.custom-dropdown-menu .submenu li {
  padding: 0;
  
}

.custom-dropdown-menu .submenu li a {
  text-decoration: none;
 color: #fff9;
  padding: 10px 20px;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-dropdown-menu .submenu li a:hover {
 
  color: #fff;
}

.custom-dropdown-menu .menu-item:hover .submenu {
  display: block;
  
}/* End custom CSS */