.elementor-kit-8{--e-global-color-primary:#141847;--e-global-color-secondary:#080206;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2635D9;--e-global-color-1d7ae85:#F2F7FD;--e-global-color-5345a76:#FFFFFF;--e-global-typography-primary-font-family:"peyda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"peyda";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"peyda";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"peyda";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-5345a76 );font-family:"peyda", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"peyda", Sans-serif;color:var( --e-global-color-5345a76 );border-radius:7px 7px 7px 7px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"peyda", Sans-serif;}.elementor-kit-8 h1{font-family:"peyda", Sans-serif;}.elementor-kit-8 h2{font-family:"peyda", Sans-serif;}.elementor-kit-8 h3{font-family:"peyda", Sans-serif;}.elementor-kit-8 h4{font-family:"peyda", Sans-serif;}.elementor-kit-8 h5{font-family:"peyda", Sans-serif;}.elementor-kit-8 h6{font-family:"peyda", Sans-serif;}.elementor-kit-8 img{border-radius:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* حذف هایلایت آبی در هاور */ 
.a{
-webkit-tap-highlight-color: transparent !important;
-webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}









/* 🎨 استایل اصلی جدول (دسکتاپ، اندروید و مرورگرها) */
table {
  width: 100%;
  border-spacing: 0;
}

table thead tr { position: relative; }
table thead tr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2635d9;
  border-radius: 7px;
  z-index: 0;
}
table thead th {
  position: relative;
  z-index: 2;
  color: #fff !important;
  padding: 14px !important;
  text-align: center;
  font-weight: 600;
  border: none !important;
  background: transparent !important;
}

table tbody tr { position: relative; }
table tbody tr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 7px;
  z-index: 0;
  pointer-events: none;
}

table tbody tr:nth-child(even)::before {
  background: #F2F7FD;
}

table tbody td {
  position: relative;
  z-index: 2;
  padding: 14px !important;
  text-align: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

table td, table th {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* 🍎 استایل مخصوص آیفون (Safari iOS سازگار) */
@supports (-webkit-touch-callout: none) {
  /* Safari در آیفون pseudo-element روی <tr> را پشتیبانی نمی‌کند */
  table thead tr::before,
  table tbody tr::before {
    content: none !important;
  }

  /* اعمال پس‌زمینه مستقیم روی ردیف‌ها */
  table thead tr {
    background: #2635d9 !important;
    border-radius: 7px;
  }

  table thead th {
    color: #fff !important;
    background: #2635d9 !important;
  }

  table tbody tr {
    background: #fff !important;
    border-radius: 7px;
  }

  table tbody tr:nth-child(even) {
    background: #F2F7FD !important;
  }
}









/* تغییر رنگ سلکشن متن */
::selection {
  background: #5091FA;
  color: #fff;
}

::-moz-selection {
  background: #5091FA;
  color: #fff;
}










/* دکمه وضعیت سایت در هدر */
.plusing-widget {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* دکمه */
.plusing-status-button {
  --dot-color: #FF5084;
  height: 40px;
  border-radius: 7px;
  font-weight: 200;
  font-family: inherit;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 37px;
}

/* دایره وضعیت مشترک */
.plusing-status-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--dot-color);
  border-radius: 50%;
}

/* فاصله دایره از متن */
.plusing-status-button span {
  margin-right: 8px;
}

/* وضعیت‌ها با رنگ‌های متفاوت */
.plusing-status-button.online {
  background-color: #00b191;
  color: #ffffff;
}

.plusing-status-button.closing,
.plusing-status-button.coming {   /* استایل مشترک */
  background-color: #FF5084;
  color: #ffffff;
}

.plusing-status-button.offline {
  background-color: #353745;
  color: #CACACE;
}








/* تک خط شدن عنوان مقالات */
.title-blog-card{
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;         
  text-overflow: ellipsis;
  padding-top: 3px;
}





/* border-radius تصاویر مقالات */
img[decoding="async"] {
    border-radius: 12px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('https://melihost.com/wp-content/uploads/2025/10/PeydaWebFaNum-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('https://melihost.com/wp-content/uploads/2025/10/PeydaWebFaNum-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://melihost.com/wp-content/uploads/2025/10/PeydaWebFaNum-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */