.elementor-4601 .elementor-element.elementor-element-95c3830{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4601 .elementor-element.elementor-element-95c3830.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4601 .elementor-element.elementor-element-bde8881{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 0px 0px 0px;text-align:center;}.elementor-4601 .elementor-element.elementor-element-bde8881 .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:17px;font-weight:800;color:var( --e-global-color-dac52cc );}.elementor-4601 .elementor-element.elementor-element-80e46c9{--display:flex;}.elementor-4601 .elementor-element.elementor-element-80e46c9.e-con{--align-self:flex-start;}#elementor-popup-modal-4601{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-4601 .dialog-message{width:350px;height:100vh;align-items:flex-start;}#elementor-popup-modal-4601 .dialog-close-button{display:flex;}#elementor-popup-modal-4601 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1366px){#elementor-popup-modal-4601 .dialog-message{width:300px;}#elementor-popup-modal-4601{justify-content:flex-start;align-items:flex-start;}}@media(min-width:768px){.elementor-4601 .elementor-element.elementor-element-80e46c9{--width:500px;}}@media(max-width:1366px) and (min-width:768px){.elementor-4601 .elementor-element.elementor-element-95c3830{--width:373px;}}/* Start custom CSS for html, class: .elementor-element-3e475c0 *//* استایل‌های جدید برای آیکون‌ها و افکت‌های خشکلی */
.menu a {
  transition: all 0.3s ease;
  position: relative;
}

.menu > ul > li > a {
  background-color: #4a6da7;
  color: white !important;
  font-weight: bold;
}

.menu > ul > li > a:hover {
  background-color: #3a5a8f;
}

.menu a:hover {
  background-color: #e9e9e9 !important;
  color: #333 !important;
}

/* آیکون‌های سفارشی با استفاده از Unicode یا Font Awesome */
.menu a.has-submenu::after {
  content: "\f054"; /* آیکون فلش به چپ در Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: inherit;
}

.menu > ul > li > a.has-submenu::after {
  color: white;
}

.submenu > li > a.has-submenu::after {
  color: #555;
}

.menu > ul > li > a.has-submenu.active::after,
.submenu > li > a.has-submenu.active::after {
  transform: translateY(-50%) rotate(90deg);
}

/* افکت برای آیتم‌های فعال */
.menu li a.active {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

/* سایه برای منو */
.menu {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* انیمیشن برای زیرمنوها */
.submenu, .sub-submenu {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* تغییرات برای زیرمنوها */
.submenu a {
  position: relative;
  padding-right: 40px !important;
}

.sub-submenu a {
  position: relative;
}

.sub-submenu a:hover {
  background-color: #f5f5f5 !important;
  padding-right: 30px !important;
}

/* افکت برای آخرین آیتم‌ها */
.menu li:last-child > a {
  border-bottom: none;
}

/* تغییرات برای حالت hover روی منوی اصلی */
.menu > ul > li:hover > a {
  background-color: #3a5a8f !important;
  color: white !important;
}/* End custom CSS */