.elementor-1166 .elementor-element.elementor-element-41eb9c3{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1166 .elementor-element.elementor-element-d76af44{--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-1166 .elementor-element.elementor-element-d76af44.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1166 .elementor-element.elementor-element-63ae2fd{width:var( --container-widget-width, 112.714% );max-width:112.714%;--container-widget-width:112.714%;--container-widget-flex-grow:0;}.elementor-1166 .elementor-element.elementor-element-63ae2fd.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1166 .elementor-element.elementor-element-44768da{--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-1166 .elementor-element.elementor-element-44768da.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-1166 .elementor-element.elementor-element-1e8c328{--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-1166 .elementor-element.elementor-element-37b8358{--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-1166 .elementor-element.elementor-element-962541e{--display:flex;}@media(min-width:768px){.elementor-1166 .elementor-element.elementor-element-d76af44{--width:60.902%;}.elementor-1166 .elementor-element.elementor-element-44768da{--width:30.581%;}}/* Start custom CSS for shortcode, class: .elementor-element-63ae2fd */.product-text {
  font-family: 'Vazirmatn', sans-serif;
  color: #555;
  text-align: right; /* متن سمت راست */
  width: 100%;
}


.product-short {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.product-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.product-highlights li {
  position: relative;
  padding-right: 25px; /* فاصله برای بولت سمت راست */
  margin-bottom: 10px;
}

.product-highlights li::before {
  content: "•";
  position: absolute;
  right: 0; /* بولت سمت راست متن */
  color: #EDB66E;
  font-weight: bold;
  font-size: 1.2rem;
}
.product-button {
  background-color: #EDB66E;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  font-family: 'Vazirmatn', sans-serif;
  position: relative;
    text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.product-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-button:hover {
  padding: 10px 50px; /* عریض‌تر شدن */
}

.product-button:hover span {
  opacity: 0;
}

.product-button:hover::after {
  opacity: 1;
}

.product-button {
  background-color: #EDB66E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: block;          /* بلاک برای وسط چین شدن */
  width: max-content;      /* اندازه دکمه مطابق متن */
  margin: 20px auto 0 auto; /* وسط چین دکمه */

  transition: all 0.3s ease;
}

.product-button:hover {
  background-color: #d4a95a;
  transform: scale(1.05);
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .product-text {
    text-align: center; /* متن وسط در موبایل */
  }
  .product-highlights li {
    padding-right: 0;
    padding-left: 25px;
  }
  .product-highlights li::before {
    right: auto;
    left: 0; /* بولت سمت چپ در موبایل */
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f1e4c30 */.product-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin: 5% auto;
  font-family: 'Vazirmatn', sans-serif; /* فونت کل بخش */
}

.feature-card {
  background: #fff;
  text-align: center;
  padding: 20px;
  flex: 0 1 23%;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #EDB66E;
  background: #fff;
  border: 3px solid #EDB66E;
  transition: all 0.3s ease;
}

.feature-icon:hover {
  background: #EDB66E;
  color: #fff;
  transform: scale(1.1);
}

.feature-title {
  color: #335643;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: 'Vazirmatn', sans-serif; /* فونت عنوان */
}

.feature-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
  font-family: 'Vazirmatn', sans-serif; /* فونت متن */
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .feature-card {
    flex: 0 1 23%; /* ۴ ستون در تبلت کنار هم */
  }
}

@media (max-width: 768px) {
  .feature-card {
    flex: 0 1 90%;
    margin: 5% auto;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-57ff4ef */.parts-section {
  text-align: center;
  margin: 5% auto;
  font-family: 'Vazirmatn', sans-serif;
  max-width: 1100px;
}

.section-title {
  color: #335643;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.parts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.part-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  width: 23%;
  margin: 1%;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.part-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.part-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #EDB66E;
  background: #fff;
  border: 3px solid #EDB66E;
  transition: all 0.3s ease;
}

.part-card:hover .part-icon {
  background: white;
  color: #fff;
  transform: scale(1.1);
}


.part-title {
  color: #335643;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.part-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .part-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .part-card {
    width: 90%;
    margin: 10px auto;
  }
}/* End custom CSS */