.elementor-2201 .elementor-element.elementor-element-84e53b5{--display:flex;}.elementor-2201 .elementor-element.elementor-element-3f45f09{--display:flex;}.elementor-2201 .elementor-element.elementor-element-7e58612{--display:flex;}.elementor-2201 .elementor-element.elementor-element-2928c43{--display:flex;}.elementor-2201 .elementor-element.elementor-element-2e1d795{--n-accordion-title-font-size:20px;--n-accordion-item-title-space-between:15px;--n-accordion-item-title-distance-from-content:14px;--n-accordion-border-radius:5px 5px 5px 5px;--n-accordion-title-normal-color:#FFFFFF;--n-accordion-icon-size:18px;}.elementor-2201 .elementor-element.elementor-element-2e1d795 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{background-color:var( --e-global-color-078b0d0 );}.elementor-2201 .elementor-element.elementor-element-2e1d795 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover{background-color:#ACD3B2;}.elementor-2201 .elementor-element.elementor-element-2e1d795 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title{background-color:#ACD3B2;}.elementor-2201 .elementor-element.elementor-element-2e1d795 > .elementor-widget-container{background-color:#0088111C;}.elementor-2201 .elementor-element.elementor-element-2e1d795.elementor-element{--flex-grow:1;--flex-shrink:1;}:where( .elementor-2201 .elementor-element.elementor-element-2e1d795 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:"Iransans", Sans-serif;font-weight:600;}.elementor-2201 .elementor-element.elementor-element-436673d{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2d7e9c4 */.content {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    /* فونت IRANSans باید از قبل بارگذاری شده باشد */
    font-family: 'IRANSans', Tahoma, sans-serif;
    color: #081c00;
    line-height: 1.7;
    direction: rtl;
    background: #f4f7f4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: justify;
    text-justify: inter-word; /* برای تراز دوطرفه بهتر کلمات */
    word-break: break-word; /* برای شکستن کلمات طولانی */
}

.content h1 {
    color: #0b3b00;
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b00;
    padding-bottom: 10px;
}

.content h2 {
    color: #0b3b00;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

.content h3 {
    color: #0b3b00;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.content h4 {
    color: #2f4f2f;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    padding-right: 25px; /* برای ایجاد فاصله از چپ برای لیست‌ها */
    margin-bottom: 20px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    color: #2f4f2f;
    font-size: 18px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 18px;
}

.content blockquote {
    background: #e8f0e8;
    border-right: 4px solid #0b3b00;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
}

.content thead {
    background: #0b3b00;
    color: #fff;
}

.content th, .content td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.tp-btn {
    text-align: center;
    margin: 40px 0;
}

.tp-btn a {
    display: inline-block;
    background: #081c00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.tp-btn a:hover {
    background: #145214;
    transform: translateY(-2px);
}

.tags {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.highlight {
    background: #e0f0e0;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #0b3b00;
}

.info-box {
    background: #d9e8d9;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #0b3b00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.medical-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #1976d2;
}

.medical-box p:last-child {
    margin-bottom: 0;
}

/* استایل‌های Responsive برای صفحات با عرض کمتر از 768 پیکسل */
@media (max-width: 768px) {
    .content {
        padding: 15px; /* کاهش padding در سایزهای کوچک */
    }

    .content h1 {
        font-size: 1.8em; /* کاهش سایز عنوان */
    }

    .content p, .content li {
        font-size: 16px; /* کاهش سایز متن پاراگراف و لیست */
    }

    .content table {
        font-size: 14px; /* کاهش سایز جدول */
    }

    .content th, .content td {
        padding: 8px; /* کاهش padding سلول‌های جدول */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7e9c4 */.content {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    /* فونت IRANSans باید از قبل بارگذاری شده باشد */
    font-family: 'IRANSans', Tahoma, sans-serif;
    color: #081c00;
    line-height: 1.7;
    direction: rtl;
    background: #f4f7f4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: justify;
    text-justify: inter-word; /* برای تراز دوطرفه بهتر کلمات */
    word-break: break-word; /* برای شکستن کلمات طولانی */
}

.content h1 {
    color: #0b3b00;
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b00;
    padding-bottom: 10px;
}

.content h2 {
    color: #0b3b00;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

.content h3 {
    color: #0b3b00;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.content h4 {
    color: #2f4f2f;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    padding-right: 25px; /* برای ایجاد فاصله از چپ برای لیست‌ها */
    margin-bottom: 20px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    color: #2f4f2f;
    font-size: 18px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 18px;
}

.content blockquote {
    background: #e8f0e8;
    border-right: 4px solid #0b3b00;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
}

.content thead {
    background: #0b3b00;
    color: #fff;
}

.content th, .content td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.tp-btn {
    text-align: center;
    margin: 40px 0;
}

.tp-btn a {
    display: inline-block;
    background: #081c00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.tp-btn a:hover {
    background: #145214;
    transform: translateY(-2px);
}

.tags {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.highlight {
    background: #e0f0e0;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #0b3b00;
}

.info-box {
    background: #d9e8d9;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #0b3b00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.medical-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #1976d2;
}

.medical-box p:last-child {
    margin-bottom: 0;
}

/* استایل‌های Responsive برای صفحات با عرض کمتر از 768 پیکسل */
@media (max-width: 768px) {
    .content {
        padding: 15px; /* کاهش padding در سایزهای کوچک */
    }

    .content h1 {
        font-size: 1.8em; /* کاهش سایز عنوان */
    }

    .content p, .content li {
        font-size: 16px; /* کاهش سایز متن پاراگراف و لیست */
    }

    .content table {
        font-size: 14px; /* کاهش سایز جدول */
    }

    .content th, .content td {
        padding: 8px; /* کاهش padding سلول‌های جدول */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7e9c4 */.content {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    /* فونت IRANSans باید از قبل بارگذاری شده باشد */
    font-family: 'IRANSans', Tahoma, sans-serif;
    color: #081c00;
    line-height: 1.7;
    direction: rtl;
    background: #f4f7f4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: justify;
    text-justify: inter-word; /* برای تراز دوطرفه بهتر کلمات */
    word-break: break-word; /* برای شکستن کلمات طولانی */
}

.content h1 {
    color: #0b3b00;
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b00;
    padding-bottom: 10px;
}

.content h2 {
    color: #0b3b00;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

.content h3 {
    color: #0b3b00;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.content h4 {
    color: #2f4f2f;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    padding-right: 25px; /* برای ایجاد فاصله از چپ برای لیست‌ها */
    margin-bottom: 20px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    color: #2f4f2f;
    font-size: 18px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 18px;
}

.content blockquote {
    background: #e8f0e8;
    border-right: 4px solid #0b3b00;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
}

.content thead {
    background: #0b3b00;
    color: #fff;
}

.content th, .content td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.tp-btn {
    text-align: center;
    margin: 40px 0;
}

.tp-btn a {
    display: inline-block;
    background: #081c00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.tp-btn a:hover {
    background: #145214;
    transform: translateY(-2px);
}

.tags {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.highlight {
    background: #e0f0e0;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #0b3b00;
}

.info-box {
    background: #d9e8d9;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #0b3b00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.medical-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #1976d2;
}

.medical-box p:last-child {
    margin-bottom: 0;
}

/* استایل‌های Responsive برای صفحات با عرض کمتر از 768 پیکسل */
@media (max-width: 768px) {
    .content {
        padding: 15px; /* کاهش padding در سایزهای کوچک */
    }

    .content h1 {
        font-size: 1.8em; /* کاهش سایز عنوان */
    }

    .content p, .content li {
        font-size: 16px; /* کاهش سایز متن پاراگراف و لیست */
    }

    .content table {
        font-size: 14px; /* کاهش سایز جدول */
    }

    .content th, .content td {
        padding: 8px; /* کاهش padding سلول‌های جدول */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7e9c4 */.content {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    /* فونت IRANSans باید از قبل بارگذاری شده باشد */
    font-family: 'IRANSans', Tahoma, sans-serif;
    color: #081c00;
    line-height: 1.7;
    direction: rtl;
    background: #f4f7f4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: justify;
    text-justify: inter-word; /* برای تراز دوطرفه بهتر کلمات */
    word-break: break-word; /* برای شکستن کلمات طولانی */
}

.content h1 {
    color: #0b3b00;
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b00;
    padding-bottom: 10px;
}

.content h2 {
    color: #0b3b00;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

.content h3 {
    color: #0b3b00;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.content h4 {
    color: #2f4f2f;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    padding-right: 25px; /* برای ایجاد فاصله از چپ برای لیست‌ها */
    margin-bottom: 20px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    color: #2f4f2f;
    font-size: 18px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 18px;
}

.content blockquote {
    background: #e8f0e8;
    border-right: 4px solid #0b3b00;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
}

.content thead {
    background: #0b3b00;
    color: #fff;
}

.content th, .content td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.tp-btn {
    text-align: center;
    margin: 40px 0;
}

.tp-btn a {
    display: inline-block;
    background: #081c00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.tp-btn a:hover {
    background: #145214;
    transform: translateY(-2px);
}

.tags {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.highlight {
    background: #e0f0e0;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #0b3b00;
}

.info-box {
    background: #d9e8d9;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #0b3b00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.medical-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-right: 4px solid #1976d2;
}

.medical-box p:last-child {
    margin-bottom: 0;
}

/* استایل‌های Responsive برای صفحات با عرض کمتر از 768 پیکسل */
@media (max-width: 768px) {
    .content {
        padding: 15px; /* کاهش padding در سایزهای کوچک */
    }

    .content h1 {
        font-size: 1.8em; /* کاهش سایز عنوان */
    }

    .content p, .content li {
        font-size: 16px; /* کاهش سایز متن پاراگراف و لیست */
    }

    .content table {
        font-size: 14px; /* کاهش سایز جدول */
    }

    .content th, .content td {
        padding: 8px; /* کاهش padding سلول‌های جدول */
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Regular.ttf');
	src: url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Regular.ttf?#iefix') format('embedded-opentype'),
		url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Medium.ttf') format('woff2'),
		url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Medium.woff') format('woff'),
		url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Regular.ttf') format('truetype'),
		url('https://tabrizpaziresh.ir/wp-content/uploads/2025/09/IRANSansX-Regular.ttf#Iransans') format('svg');
}
@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */