.elementor-kit-1383{--e-global-color-primary:#0C62C9;--e-global-color-secondary:#0E60C933;--e-global-color-text:#404040;--e-global-color-accent:#FFFFFF;--e-global-color-94242a9:#FFA700;--e-global-color-c355b17:#0D57B6;--e-global-color-7633728:#610601;--e-global-color-dd27708:#9D1E17;--e-global-typography-primary-font-family:"yekanbakh 2";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"yekanbakh 2";--e-global-typography-secondary-font-size:1.875rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"yekanbakh 2";--e-global-typography-text-font-size:1.7rem;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"yekanbakh 2";--e-global-typography-accent-font-size:1.3rem;--e-global-typography-accent-font-weight:500;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 );background-color:#F3F3F3;}.elementor-kit-1383 p{margin-block-end:0px;}.elementor-kit-1383 a{color:var( --e-global-color-text );}.elementor-kit-1383 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-1383 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-1383 h3{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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1383 h4{color:var( --e-global-color-text );}.elementor-kit-1383 h5{color:var( --e-global-color-text );}.elementor-kit-1383 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.elementor-kit-1383 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-1383{--e-global-typography-text-font-size:1.25rem;font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-1383 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1383 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-1383 h3{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1383{--e-global-typography-primary-font-size:2.2rem;--e-global-typography-secondary-font-size:1.3rem;--e-global-typography-text-font-size:1.125rem;--e-global-typography-accent-font-size:0.875rem;font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-1383 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1383 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-1383 h3{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-content-wrapper {
    align-items: center;
}
/*چیدمان منظم آیکون ها*/
.elementor-icon-wrapper {
    display: flex;
}
/*محدود کردن تصاویر در سودو المان before سکشن ها*/
.fb-before-section::before {
    max-width: 1440px;
    right: 50%;
    transform: translateX(50%);
}

/*استایل باتن ها در وبسایت*/
.fb-btn .elementor-button {
    position: relative;
}
.fb-btn .elementor-button:hover {
    padding-left: 110px !important;
}
.fb-btn .elementor-button-icon {
    position: absolute;
    left: 10px;
    width: 30px;
    aspect-ratio: 1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 50%
}
.fb-btn .elementor-button-icon path {
    fill: var(--e-global-color-primary);
}
/* کدهای تغییر رنگ متن هدینگ */
.fb-blue-heading {
    color: var(--e-global-color-primary);
    font-weight: 900;
}

/* کدهای خط زیر هدینگ های */
.fb-underline::before {
    content: "";
    width: 100%;
    height: 6px;
    background: var(--e-global-color-secondary);
    position: absolute;
    right: 0;
    bottom: -20px;
    border-radius: 5px;
}
.fb-underline::after {
    content: "";
    width: 45%;
    height: 6px;
    background: var(--e-global-color-primary);
    position: absolute;
    right: 55%;
    bottom: -20px;
    border-radius: 5px;
}
/* ریست کردن مارجین هدینگ ها در المنتور */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* خط بین تصویر و متن در اسلایدهای کروسل */
 .elementor-image-box-img {
    padding-left: 20px;
    border-left: 3px var(--e-global-color-secondary) solid;
}

/* استایل pagination ویجت کروسل */
 .swiper-pagination-bullet {
    transition: .3s ease;
}
.swiper-pagination-bullet-active + .swiper-pagination-bullet {
    opacity: .5;
}
/* کدهای تغییر رنگ متن هدینگ */
.fb-blue-heading {
    color: var(--e-global-color-primary);
    font-weight: 900;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'yekanbakh 2';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://barjoapp.ir/wp-content/uploads/2025/09/YekanBakhFaNum-VF.woff2') format('woff2'),
		url('https://barjoapp.ir/wp-content/uploads/2025/09/YekanBakhNoEn-VF.woff') format('woff');
}
/* End Custom Fonts CSS */