.elementor-1174 .elementor-element.elementor-element-1d54e63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.4;}.elementor-1174 .elementor-element.elementor-element-1d54e63:not(.elementor-motion-effects-element-type-background), .elementor-1174 .elementor-element.elementor-element-1d54e63 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://niktadbir.com/wp-content/uploads/2026/07/72bc4c79-04d4-4954-ac42-f8728adeebac-copy.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1174 .elementor-element.elementor-element-1d54e63::before, .elementor-1174 .elementor-element.elementor-element-1d54e63 > .elementor-background-video-container::before, .elementor-1174 .elementor-element.elementor-element-1d54e63 > .e-con-inner > .elementor-background-video-container::before, .elementor-1174 .elementor-element.elementor-element-1d54e63 > .elementor-background-slideshow::before, .elementor-1174 .elementor-element.elementor-element-1d54e63 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1174 .elementor-element.elementor-element-1d54e63 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1174 .elementor-element.elementor-element-a24b8ea{margin:110px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;text-align:center;}.elementor-1174 .elementor-element.elementor-element-a24b8ea .elementor-heading-title{font-family:"iransansweb", Sans-serif;font-size:32px;font-weight:600;color:#FFFFFF;}.elementor-1174 .elementor-element.elementor-element-ffb8886{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1174 .elementor-element.elementor-element-9368f0c{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;}/* Start custom CSS for html, class: .elementor-element-9368f0c */.org-container {
  direction: rtl;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  font-family: inherit;
}

/* بخش سطوح ارشد بالایی */
.org-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-v {
  width: 2px;
  height: 20px;
  background-color: #94a3b8;
}

/* اتصال مدیرعامل به ردیف معاونت‌ها */
.branch-connector {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-main-v {
  width: 2px;
  height: 20px;
  background-color: #94a3b8;
}

.line-main-h {
  width: 75%; /* پهنای خط افقی توزیع بین معاونت‌ها */
  height: 20px;
  border-top: 2px solid #94a3b8;
}

/* ردیف ۴تایی معاونت‌ها */
.dept-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-top: -20px; /* اتصال دقیق به خط افقی بالا */
}

.dept-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 20px;
}

/* خط اتصال عمودی از خط افقی بالا به سر هر معاونت */
.dept-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #94a3b8;
  transform: translateX(50%);
}

/* لیست عمودی زیرمجموعه‌ها (زیر هم) */
.sub-vertical {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* خط عمودی شاخه در سمت راست */
.sub-vertical::before {
  content: '';
  position: absolute;
  top: -15px;
  right: 18px;
  bottom: 18px;
  width: 2px;
  background-color: #cbd5e1;
}

.sub-vertical li {
  position: relative;
  padding-right: 32px;
}

/* خطوط افقی اتصال شاخه به هر آیتم */
.sub-vertical li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 2px;
  background-color: #cbd5e1;
}

/* استایل باکس‌ها */
.node {
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* باکس‌های ارشد */
.node.head-top {
  background: #0b192c;
  color: #38bdf8;
  padding: 8px 24px;
}
.node.head-mid {
  background: #1e293b;
  color: #2dd4bf;
  padding: 8px 24px;
}
.node.head-ceo {
  background: #00897b;
  color: #ffffff;
  padding: 8px 24px;
}

.node .title { font-size: 13px; font-weight: bold; }
.node .sub { font-size: 11px; opacity: 0.9; margin-top: 2px; }

/* معاونت‌ها */
.node.main-dept {
  width: 100%;
  border: 1.5px solid #00897b;
  color: #0f172a;
  font-weight: bold;
  font-size: 12.5px;
  padding: 8px 6px;
  z-index: 1;
}

/* آیتم‌های زیرمجموعه (زیر هم) */
.node.sub-item {
  width: 100%;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 11.5px;
  padding: 7px 6px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'iransansweb';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://niktadbir.com/wp-content/uploads/2026/07/IRANSansWeb_UltraLight-1.woff2') format('woff2');
}
@font-face {
	font-family: 'iransansweb';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://niktadbir.com/wp-content/uploads/2026/07/IRANSansWeb_Light-1.woff2') format('woff2');
}
@font-face {
	font-family: 'iransansweb';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://niktadbir.com/wp-content/uploads/2026/07/IRANSansWeb_Medium-1.woff2') format('woff2');
}
@font-face {
	font-family: 'iransansweb';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://niktadbir.com/wp-content/uploads/2026/07/IRANSansWeb_Bold-1.woff2') format('woff2');
}
/* End Custom Fonts CSS */