.elementor-317 .elementor-element.elementor-element-57c5ba9{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-317 .elementor-element.elementor-element-8be39c7{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Iransans;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-317 .elementor-element.elementor-element-5596d40 .elementor-heading-title{font-family:"Iransans", Iransans;font-size:30px;font-weight:600;}.elementor-317 .elementor-element.elementor-element-54b12c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-317 .elementor-element.elementor-element-a1086a8{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Iransans;font-weight:var( --e-global-typography-text-font-weight );}.elementor-317 .elementor-element.elementor-element-920d139{--display:flex;}.elementor-317 .elementor-element.elementor-element-920d139:not(.elementor-motion-effects-element-type-background), .elementor-317 .elementor-element.elementor-element-920d139 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Iransans;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-317 .elementor-element.elementor-element-7fbb555{--e-icon-list-icon-size:20px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-offset:0px;}.elementor-317 .elementor-element.elementor-element-7fbb555 .elementor-icon-list-text{transition:color 0.3s;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-317 .elementor-element.elementor-element-57c5ba9{--content-width:1200px;}.elementor-317 .elementor-element.elementor-element-a1086a8{--width:35%;}.elementor-317 .elementor-element.elementor-element-920d139{--width:65%;}}/* Start custom CSS for icon-list, class: .elementor-element-7fbb555 *//* موقعیت کلی نوار سمت راست */
.bove-sidebar {
  position: fixed;
  top: 50%;
  right: 0; /* اگر سایت RTL هست و میخوای سمت راست باشه، همین بمونه */
  transform: translateY(-50%);
  z-index: 9999;
  width: auto;
}

/* ساختار هر آیتم */
.bove-sidebar .elementor-icon-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  width: 80px;        /* عرض مربع */
  min-height: 80px;       /* ارتفاع مربع */
  border: 1px solid #ccc;
  border-radius: 6px; /* اگر مربع خالص میخوای مقدار رو صفر کن */
  margin-bottom: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  text-align: center;
}

/* حذف فاصله‌های داخلی پیش‌فرض */
.bove-sidebar .elementor-icon-list-item .elementor-icon-list-icon,
.bove-sidebar .elementor-icon-list-item .elementor-icon-list-text {
  margin: 0;
  padding: 0;
}

/* نمایش آیکون و متن داخل مربع */
.bove-sidebar .elementor-icon-list-icon {
  margin-bottom: 4px;
  display: block;
}

/* متن زیر آیکون */
.bove-sidebar .elementor-icon-list-text {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  white-space: normal;
}

/* حالت هاور */
.bove-sidebar .elementor-icon-list-item:hover {
  border-color: #000;
}

/* حالت فعال */
.bove-sidebar .elementor-icon-list-item.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* حذف متن کنار آیکون‌ها */
.bove-sidebar .elementor-icon-list-text {
  display: none;
}

/* افکت هاور */
.bove-sidebar .elementor-icon-list-item:hover .elementor-icon-list-icon {
  border-color: #000;
}

/* حالت فعال (با اضافه کردن کلاس active) */
.bove-sidebar .elementor-icon-list-item.active .elementor-icon-list-icon {
  background: #000;
  border-color: #000;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff2') format('woff2'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff') format('woff'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff2') format('woff2'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff') format('woff'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff2') format('woff2'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.woff') format('woff'),
		url('https://ariasanjeshnasr.com/wp-content/uploads/2025/09/IRANSansWeb.ttf') format('truetype');
}
/* End Custom Fonts CSS */