.elementor-kit-6{--e-global-color-primary:#7C3AED;--e-global-color-secondary:#0A0518;--e-global-color-text:#F5F3FF;--e-global-color-accent:#A78BFA;--e-global-color-8fc8a1e:#0A0713;--e-global-color-4944351:#130C22;--e-global-color-f76e15b:#2B2045;--e-global-color-3eea55f:#8A82A0;--e-global-typography-primary-font-family:"Vazirman";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8334c6f-font-family:"Vazirman";--e-global-typography-8334c6f-font-size:48px;--e-global-typography-8334c6f-font-weight:800;--e-global-typography-8334c6f-line-height:1.4px;--e-global-typography-ecb24c4-font-family:"Vazirman";--e-global-typography-ecb24c4-font-size:36px;--e-global-typography-ecb24c4-font-weight:700;--e-global-typography-16a264b-font-family:"Vazirman";--e-global-typography-16a264b-font-size:25px;--e-global-typography-16a264b-font-weight:700;--e-global-typography-d01eece-font-family:"Vazirman";--e-global-typography-d01eece-font-size:20px;--e-global-typography-d01eece-font-weight:700;--e-global-typography-1e2fd91-font-family:"Vazirman";--e-global-typography-1e2fd91-font-size:17px;--e-global-typography-1e2fd91-font-weight:400;--e-global-typography-dcfbd2b-font-size:15px;--e-global-typography-dcfbd2b-font-weight:400;--e-global-typography-87be563-font-family:"Vazirman";--e-global-typography-87be563-font-size:16px;--e-global-typography-87be563-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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);}@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-kit-6{--e-global-typography-8334c6f-font-size:30px;--e-global-typography-ecb24c4-font-size:26px;--e-global-typography-ecb24c4-line-height:1.45em;--e-global-typography-16a264b-font-size:20px;--e-global-typography-16a264b-line-height:1.5em;--e-global-typography-d01eece-font-size:18px;--e-global-typography-d01eece-line-height:1.6em;--e-global-typography-1e2fd91-font-size:16px;--e-global-typography-1e2fd91-line-height:1.9em;--e-global-typography-dcfbd2b-font-size:14px;--e-global-typography-dcfbd2b-line-height:1.8em;--e-global-typography-87be563-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:16px;--container-default-padding-right:16px;--container-default-padding-bottom:16px;--container-default-padding-left:16px;}}
/* Start custom CSS */:root {
    --global-mouse-x: 50vw;
    --global-mouse-y: 50vh;
}

/* نور دنبال‌کننده موس روی کل صفحه */
body::after {
    content: "";

    position: fixed;
    inset: 0;

    pointer-events: none;

    z-index: 99999;

    background:
        radial-gradient(
            420px circle at var(--global-mouse-x) var(--global-mouse-y),
            rgba(157, 95, 255, 0.14) 0%,
            rgba(112, 65, 255, 0.07) 30%,
            rgba(75, 35, 170, 0.025) 48%,
            transparent 68%
        );

    mix-blend-mode: screen;

    opacity: 1;
}
@media (max-width: 767px) {

    body::after {
        display: none;
    }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Vazirman';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://rafieweb.ir/wp-content/uploads/2026/08/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirman';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://rafieweb.ir/wp-content/uploads/2026/08/Vazirmatn-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Vazirman';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://rafieweb.ir/wp-content/uploads/2026/08/Vazirmatn-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */