.elementor-kit-8{--e-global-color-primary:#B11F24;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANYekanX";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANYekanX";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANYekanX";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekanX";--e-global-typography-accent-font-weight:500;font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#8E8C8C;font-family:"IRANYekanX", Sans-serif;font-size:14px;}.elementor-kit-8 a:hover{color:#B11F24;font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h1{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h2{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h3{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h4{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h5{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-8 h6{font-family:"IRANYekanX", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.sol-media{
  position: relative;
  min-height: 370px;
}

/* همه عکس‌ها مخفی */
.sol-media .sol-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity .35s ease;
}

/* عکس فعال */
.sol-media .sol-img.is-active{
  opacity: 1 !important;
  z-index: 10 !important;
}

/* خود img */
.sol-media .sol-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-item{
  cursor: pointer;
}
.sol-item{
  cursor: pointer;
}
/*/هاور خطط برای منو 
*/
/* آیتم منو */
.sol-item{
  position: relative;
  cursor: pointer;
  padding-right: 40px;   /* فضایی که خط داخلش میاد */
  margin: 0 !important;
  display: inline-block;
}

/* خود متن */
.sol-item .elementor-heading-title{
  margin: 0 !important;
  display: inline-block;
}

/* خط افقی داخل padding */
.sol-item::before{
  content: "";
  position: absolute;
  right: 0;              /* شروع از انتهای padding */
  top: 50%;
  transform: translateY(-50%);
  width: 0;              /* پیش‌فرض مخفی */
  height: 1px;           /* ضخامت خط مثل maman */
  background: #e5e5e5;
  transition: width .25s ease;
}

/* hover و active */
.sol-item:hover::before,
.sol-item.is-active::before{
  width: 150px;           /* طول خط (داخل padding 40px) */
}
.sol-item:hover .elementor-heading-title,
.sol-item.is-active .elementor-heading-title{
  color: #2E2E2E !important;
}/* End custom CSS */