.elementor-kit-6{--e-global-color-text:#1976D2;--e-global-color-secondary:#4A4A4A;--e-global-color-accent:#E8F2FB;--e-global-color-primary:#3C4044;--e-global-color-0a879fd:#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:#F3F5F9;color:var( --e-global-color-secondary );font-family:"peyda", Vazirmatn;font-weight:100;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"peyda", Vazirmatn;}.elementor-kit-6 h6{font-family:"peyda", Vazirmatn;}.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);}@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 *//* دکمه وضعیت سایت در هدر */
.plusing-widget {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* دکمه */
.plusing-status-button {
  --dot-color: #FF5084;
  height: 42px;
  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: #4CAF50;
  color: #ffffff;
}

.plusing-status-button.closing,
.plusing-status-button.coming {   /* استایل مشترک */
  background-color: #FF5084;
  color: #ffffff;
}

.plusing-status-button.offline {
  background-color: #353745;
  color: #CACACE;
}















/* اسلایدر محصولات */
.slider-product .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.slider-product, .swiper-wrapper .swiper-slide > div {
  width: 100% !important;
  margin: auto;
  height: auto !important;
}
@media (min-width: 730px) {
  .slider-product .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .slider-product .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .slider-product .swiper-wrapper .swiper-slide > div {
    width: 100% !important;
    height: auto !important;
  }
  .slider-product .swiper-pagination {
    display: none;
  }
}







/* استایل تب محصولات */
.custom-widget .e-n-tabs-heading {
  background: #fff;
  border-radius: 15px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  z-index: 0;
  position: relative;
  padding: 10px;
  margin-right: 240px;
}

@media (max-width: 768px) {
  .custom-widget .e-n-tabs-heading {
    margin-right: 0;
  }
}




/* استایل شیپ منحنی دار */
.inner-curve {
  --r: 15px;
  --s: 40px;
  --a: 35deg;
  --p: 90%;

  background: #007BFF; /* رنگ نهایی آبی سایت */
  border-radius: var(--r);
  --_m: var(--r), #000 calc(100% - 1px), #0000;
  --_d: (var(--s) + var(--r)) * cos(var(--a));
  mask:
    radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)),
      #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}

@media (max-width: 768px) {
  .inner-curve {
    --p: 75%;
  }
}











/* تک خط شدن عنوان مقالات */
.title-blog-card{
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;         
  text-overflow: ellipsis;
  padding-top: 3px;
}












/* تغییر رنگ سلکشن متن */
::selection {
  background: #1976D2;
  color: #fff;
}

::-moz-selection {
  background: #1976D2;
  color: #fff;
}












/*  استایل  جدول (دسکتاپ، اندروید) */
table {
  width: 100%;
  border-spacing: 0;
}

table thead tr { position: relative; }
table thead tr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1976D2;
  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: #F3F5F9;
}

table tbody td {
  position: relative;
  color: #4A4A4A;
  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;
}

/* استایل مخصوص آیفون */
@supports (-webkit-touch-callout: none) {
  table thead tr::before,
  table tbody tr::before {
    content: none !important;
  }

  /* اعمال رنگ‌ها به‌صورت مستقیم برای آیفون */
  table thead tr {
    background: #1976D2 !important;
    border-radius: 7px;
  }

  table thead th {
    color: #fff !important;
    background: #1976D2 !important;
  }

  table tbody tr {
    background: #fff !important;
    border-radius: 7px;
  }

  table tbody tr:nth-child(even) {
    background: #F3F5F9 !important;
  }

  table tbody td {
    color: #4A4A4A !important;
  }
}
















/* تک خط شدن عنوان مقالات */
.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;
}





/*  اسکرول دادن به منو کارت ویزیت  */
.scroll-menu{
    height: 70vh;
    overflow-y: scroll;
}

/* تغییر ارتفاع برای موبایل */
@media (max-width: 768px) {
    .scroll-menu {
        height: 60vh;
    }
}







/* حذف بکگراند آکاردئون فوتر  */
@media (min-width: 720px) {
    .footer-fast-link summary {
        background: transparent !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('https://bostak1337.ir/wp-content/uploads/2025/09/PeydaWebFaNum-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('https://bostak1337.ir/wp-content/uploads/2025/09/PeydaWebFaNum-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://bostak1337.ir/wp-content/uploads/2025/09/PeydaWebFaNum-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'peyda';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://bostak1337.ir/wp-content/uploads/2025/09/PeydaWebFaNum-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */