.elementor-37 .elementor-element.elementor-element-a2a3030{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-37 .elementor-element.elementor-element-a2a3030:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-a2a3030 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-9a2a32f{--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-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );}.elementor-37 .elementor-element.elementor-element-f9cbc96 img{width:100%;max-width:100%;height:57px;border-radius:88888888px 88888888px 88888888px 88888888px;}.elementor-37 .elementor-element.elementor-element-ab1b112{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;}.elementor-37 .elementor-element.elementor-element-516f90c{--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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-37 .elementor-element.elementor-element-10ea026 .elementor-button{background-color:var( --e-global-color-secondary );fill:#000000;color:#000000;border-radius:88888px 88888px 88888px 88888px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-a2a3030{--content-width:1080px;}.elementor-37 .elementor-element.elementor-element-9a2a32f{--width:25%;}.elementor-37 .elementor-element.elementor-element-ab1b112{--width:93%;}.elementor-37 .elementor-element.elementor-element-516f90c{--width:25%;}}@media(max-width:1024px){.elementor-37 .elementor-element.elementor-element-a2a3030{--flex-wrap:nowrap;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-37 .elementor-element.elementor-element-f9cbc96 img{width:100%;max-width:100%;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-37 .elementor-element.elementor-element-a2a3030{--flex-wrap:nowrap;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-37 .elementor-element.elementor-element-f9cbc96 img{width:100%;max-width:100%;height:84px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for html, class: .elementor-element-7d4ad9e *//* هدر و منو */
.custom-header {
  background-color: #1E1E2F;
  padding: 8px 1px;
  font-family: 'Arial', sans-serif;
  position: relative;
  z-index: 100;
}

/* منوی افقی دسکتاپ */
.main-nav ul.nav-links {
  list-style: none;
  display: flex;
  gap:50px;
}

.main-nav ul.nav-links li a {
  color: #F5F5F7;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
font-size: 20px;
}

.main-nav ul.nav-links li a:hover {
  color: #3FB68B;
  transform: scale(1.1);
}

/* همبرگر موبایل مخفی دسکتاپ */
.menu-toggle {
  display: none;
  font-size: 16px;
  color: #F5F5F7;
  cursor: pointer;
}

/* موبایل */
@media(max-width: 768px){
  .main-nav ul.nav-links {
    position: fixed;
    top: 0;
    right: -260px;
    width: 250px;
    height: 100vh;
    background-color: #1E1E2F;
    flex-direction: column;
    padding: 60px 20px;
    gap: 20px;
    transition: right 0.3s ease-in-out;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav.active ul.nav-links {
    right: 0;
  }
}/* End custom CSS */