.elementor-kit-19882{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#131111;--e-global-color-text:#131111;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"ravagh";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:30px;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"ravagh";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"ravagh";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"ravagh";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-primary );}.elementor-kit-19882 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19882 p{margin-block-end:1px;}.elementor-kit-19882 a{color:var( --e-global-color-primary );}.elementor-kit-19882 a:hover{font-family:"iranyekan", RAVAGH;}.elementor-kit-19882 h1{color:var( --e-global-color-secondary );}.elementor-kit-19882 h2{color:var( --e-global-color-secondary );}.elementor-kit-19882 h3{color:var( --e-global-color-secondary );}.elementor-kit-19882 h4{color:var( --e-global-color-secondary );}.elementor-kit-19882 h5{color:var( --e-global-color-secondary );}.elementor-kit-19882 button,.elementor-kit-19882 input[type="button"],.elementor-kit-19882 input[type="submit"],.elementor-kit-19882 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), RAVAGH;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );}.elementor-kit-19882 button:hover,.elementor-kit-19882 button:focus,.elementor-kit-19882 input[type="button"]:hover,.elementor-kit-19882 input[type="button"]:focus,.elementor-kit-19882 input[type="submit"]:hover,.elementor-kit-19882 input[type="submit"]:focus,.elementor-kit-19882 .elementor-button:hover,.elementor-kit-19882 .elementor-button:focus{color:var( --e-global-color-text );}.elementor-kit-19882 label{color:var( --e-global-color-primary );}.elementor-kit-19882 input:not([type="button"]):not([type="submit"]),.elementor-kit-19882 textarea,.elementor-kit-19882 .elementor-field-textual{color:var( --e-global-color-primary );}.elementor-kit-19882 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-19882 textarea:focus,.elementor-kit-19882 .elementor-field-textual:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* مخفی کردن Preloader سفید */
.pix-page-loading-bg:after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ===== Clean Author Meta - SEO Friendly ===== */

/* حذف کامل آواتار نویسنده در کل سایت */
img.avatar,
.avatar,
.avatar-40,
.photo,
.pix_blog_md_avatar{
display:none!important;
}

/* استایل متای مقاله */
.entry-meta{
font-size:14px;
color:#6b7280;
display:flex;
flex-wrap:wrap;
align-items:center;
gap:8px;
line-height:1.8;
}

/* فاصله بین آیتم‌های متا */
.entry-meta span{
display:flex;
align-items:center;
gap:4px;
}

/* لینک نویسنده و دسته */
.entry-meta a{
color:#374151;
text-decoration:none;
font-weight:500;
transition:0.2s;
}

/* هاور لینک */
.entry-meta a:hover{
color:#2563eb;
}

/* حذف سایه‌های اضافی */
.shadow{
box-shadow:none!important;
}

/* فاصله زیر متای مقاله */
.entry-header .entry-meta{
margin-bottom:12px;
}

/* بهبود خوانایی عنوان */
.entry-title{
line-height:1.5;
}

/* فاصله پاراگراف‌ها برای خوانایی بهتر */
.entry-content p{
line-height:2;
margin-bottom:18px;
}

/* بهینه برای موبایل */
@media (max-width:768px){

.entry-meta{
font-size:13px;
gap:6px;
}

}
/* Table Style for Post Content - Lightweight & SEO Friendly */

.post-content table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    text-align: center;
    border: 1px solid #E3E2E8;
}

/* Table Header */
.post-content table thead,
.entry-content table thead {
    background: #C498B5;
    color: #fff;
}

/* Header Cells */
.post-content table th,
.entry-content table th {
    padding: 12px;
    font-weight: 600;
    text-align: center;
}

/* Table Cells */
.post-content table td,
.entry-content table td {
    padding: 10px;
    border: 1px solid #E3E2E8;
    text-align: center;
}

/* Zebra Rows (Professional look) */
.post-content table tbody tr:nth-child(even),
.entry-content table tbody tr:nth-child(even) {
    background: #E3E2E8;
}

/* Hover Effect (Very light) */
.post-content table tbody tr:hover,
.entry-content table tbody tr:hover {
    background: #f5f5f8;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'ravagh';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.hesetahavol.com/wp-content/uploads/2026/08/Ravagh-SemiBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */