.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Vazir-Light";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Vazir-Light";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Vazir-Light";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Vazir-Light";--e-global-typography-accent-font-weight:500;background-color:#EAEAE9;color:#1D1D1F;font-family:"Vazir-Light", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#EDEDED;color:#262222;padding:4px 14px 4px 14px;}.elementor-kit-12 p{margin-block-end:35px;}.elementor-kit-12 a{color:#5E35AF;font-family:"Vazir-Light", Sans-serif;line-height:30px;}.elementor-kit-12 a:hover{color:#1A887B;font-weight:600;}.elementor-kit-12 h1{color:#263238;font-family:"Vazir-Light", Sans-serif;font-size:24px;}.elementor-kit-12 h2{color:#E57020;font-family:"Vazir-Light", Sans-serif;font-size:23px;font-weight:400;line-height:60px;}.elementor-kit-12 h3{color:#E57020;font-family:"Vazir-Light", Sans-serif;font-size:21px;font-weight:600;line-height:40px;}.elementor-kit-12 h4{color:#E57020;font-family:"Vazir-Light", Sans-serif;font-size:19px;font-weight:500;line-height:35px;}.elementor-kit-12 h5{color:#E57020;font-family:"Vazir-Light", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-12 h6{color:#E57020;font-family:"Vazir-Light", Sans-serif;font-size:16px;font-weight:400;}.elementor-widget:not(:last-child){margin-block-end: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-kit-12 h1{font-size:23px;}.elementor-kit-12 h2{font-size:20px;}.elementor-kit-12 h3{font-size:18px;}.elementor-kit-12 h4{font-size:17px;}.elementor-kit-12 h5{font-size:16px;}.elementor-kit-12 h6{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:20px;}.elementor-kit-12 h2{font-size:18px;}.elementor-kit-12 h3{font-size:17px;}.elementor-kit-12 h4{font-size:16px;}.elementor-kit-12 h5{font-size:15px;}.elementor-kit-12 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1330px;}.e-con{--container-max-width:1330px;}}/* Start custom CSS *//* تعریف انیمیشن حرکت چپ و راست */
@keyframes smoothLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px); /* حرکت به سمت چپ */
    }
    100% {
        transform: translateX(0);
    }
}

/* تعریف انیمیشن حرکت بالا و پایین */
@keyframes smoothUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* حرکت به سمت بالا */
    }
    100% {
        transform: translateY(0);
    }
}

/* اعمال انیمیشن حرکت چپ و راست با سرعت مختلف */
.my-icon-animation {
    animation: smoothLeftRight 3s ease-in-out infinite;
    display: inline-block;
}

.my-icon-animations {
    animation: smoothLeftRight 5s ease-in-out infinite;
    display: inline-block;
}

/* اعمال انیمیشن حرکت بالا و پایین */
.my-icon-updown {
    animation: smoothUpDown 3s ease-in-out infinite;
    display: inline-block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Vazir-Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.miraseoagency.com/wp-content/uploads/2024/11/Vazir-Light.eot');
	src: url('https://www.miraseoagency.com/wp-content/uploads/2024/11/Vazir-Light.eot?#iefix') format('embedded-opentype'),
		url('https://www.miraseoagency.com/wp-content/uploads/2024/11/Vazir-Light.woff2') format('woff2'),
		url('https://www.miraseoagency.com/wp-content/uploads/2024/11/Vazir-Light.woff') format('woff'),
		url('https://www.miraseoagency.com/wp-content/uploads/2024/11/Vazir-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */