.elementor-kit-6{--e-global-color-primary:#095256;--e-global-color-secondary:#69B578;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-514867e:#9F838C;--e-global-color-2f2cb8e:#FFFFFF;--e-global-typography-primary-font-family:"ایران یکان";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"ایران یکان";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"ایران یکان";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"ایران یکان";--e-global-typography-accent-font-weight:500;font-family:"ایران یکان", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#095256;font-family:"ایران یکان", Sans-serif;color:#FFFFFF;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#073E41;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"ایران یکان", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"ایران یکان", Sans-serif;font-size:28px;font-weight:bold;}.elementor-kit-6 h2{color:#095256;font-family:"ایران یکان", Sans-serif;font-size:20px;font-weight:bold;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"ایران یکان", Sans-serif;font-size:18px;font-weight:normal;}.elementor-kit-6 h4{color:#095256;font-size:18px;font-weight:normal;}.elementor-kit-6 h5{color:#095256;font-size:18px;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* همه عناصر جدول در کل سایت */
* {
  box-sizing: border-box;
}

/* جدول‌های سایت */
table {
  width: 100%;
  border-collapse: separate; /* برای گرد بودن گوشه‌ها */
  border-spacing: 0;
  border-radius: 2px; 
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* سایه سبک */
}

/* سر جدول */
table thead {
  background: linear-gradient(90deg, #0f6f61, #095256); /* گرادینت زیبا */
  color: white;
}

/* سلول‌های سر جدول */
table th {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 2px solid #084040;
}

/* سلول‌های بدنه جدول */
table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #f7f9f9; /* رنگ ملایم برای هر سلول */
}

/* ردیف‌های بدنه با رنگ متفاوت (بصورت راه‌راه) */
table tbody tr:nth-child(even) td {
  background: #e3f0ef;
}

/* ردیف‌های بدنه با رنگ روشن */
table tbody tr:nth-child(odd) td {
  background: #f7f9f9;
}

/* گوشه‌های جدول */
table thead tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
table thead tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 600px) {
  table th, table td {
    padding: 8px 6px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ایران یکان';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://namabest.com/wp-content/uploads/2025/09/IRANYekanWebMedium.woff2') format('woff2');
}
@font-face {
	font-family: 'ایران یکان';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://namabest.com/wp-content/uploads/2025/09/IRANYekanWebBold.woff2') format('woff2');
}
@font-face {
	font-family: 'ایران یکان';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://namabest.com/wp-content/uploads/2025/09/IRANYekanWebBlack.woff2') format('woff2');
}
/* End Custom Fonts CSS */