.elementor-kit-93{--e-global-color-primary:#313E47;--e-global-color-secondary:#00A58C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#ED853C;--e-global-color-334ffdc:#FFFFFF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;background-color:#F2F2F2;color:var( --e-global-color-text );--e-preloader-delay:400ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:106px;}.elementor-kit-93 h1{font-family:"Public Sans", Sans-serif;font-size:20px;}.elementor-kit-93 h2{font-family:"Public Sans", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-93 h3{font-family:"Public Sans", Sans-serif;font-size:18px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* Import the Vazirmatn font */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

/* Apply the Vazirmatn font and RTL direction to the entire page when the language is Farsi */
html[lang="fa"] {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;  /* Set text direction to Right-to-Left */
    text-align: right; /* Align text to the right */
}

/* Apply the font and RTL direction to body */
html[lang="fa"] body {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* Apply the font and RTL direction to all block elements like headings, paragraphs */
html[lang="fa"] h1, 
html[lang="fa"] h2, 
html[lang="fa"] h3, 
html[lang="fa"] h4, 
html[lang="fa"] h5, 
html[lang="fa"] h6, 
html[lang="fa"] p, 
html[lang="fa"] div, 
html[lang="fa"] span,
html[lang="fa"] a,
html[lang="fa"] li,
html[lang="fa"] blockquote {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;  /* Set text direction to Right-to-Left */
    text-align: right; /* Align text to the right */
}

/* Apply the font and RTL direction to inline elements */
html[lang="fa"] span, 
html[lang="fa"] a {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* Apply the font and RTL direction to Elementor widgets (text-based widgets) */
html[lang="fa"] .elementor-widget-text-editor,
html[lang="fa"] .elementor-widget-heading {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* Ensure the font and RTL direction apply to form elements and inputs */
html[lang="fa"] input[type="text"], 
html[lang="fa"] input[type="email"],
html[lang="fa"] textarea,
html[lang="fa"] select {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* Apply direction to div elements, which are not inheriting it by default */
html[lang="fa"] div {
    direction: rtl;
    text-align: right;
}

/* Ensure the font and RTL direction are applied to*/* End custom CSS */