.elementor-kit-13{--e-global-color-primary:#18181B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1A56E8;--e-global-typography-primary-font-family:"IRANSans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANSans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANSans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANSans";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* تنظیم عرض اسکرول */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* پس‌زمینه اسکرول (کاملاً شفاف) */
::-webkit-scrollbar-track {
    background: transparent;
}

/* دسته اسکرول (نیمه‌شفاف) */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* هنگام هاور روی اسکرول، مشخص‌تر شود */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* تنظیم برای فایرفاکس */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}/* End custom CSS */