.elementor-181 .elementor-element.elementor-element-646e365{--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-181 .elementor-element.elementor-element-e9f6f1a .elementor-button{background-color:#02010100;font-family:"IRANSansX", Sans-serif;font-weight:700;fill:var( --e-global-color-48211f8 );color:var( --e-global-color-48211f8 );}.elementor-181 .elementor-element.elementor-element-e1255fd{--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-181 .elementor-element.elementor-element-2a6d13e{--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;--justify-content:center;}.elementor-181 .elementor-element.elementor-element-2a6d13e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-181 .elementor-element.elementor-element-2affbbc img{border-radius:8px 8px 8px 8px;}.elementor-181 .elementor-element.elementor-element-4e8c6c9{--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-181 .elementor-element.elementor-element-e664e30{text-align:center;}.elementor-181 .elementor-element.elementor-element-e664e30 .elementor-heading-title{font-family:"IRANSansX", Sans-serif;font-size:24px;font-weight:700;}.elementor-181 .elementor-element.elementor-element-8cc5304{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-181 .elementor-element.elementor-element-2a6d13e{--width:40%;}.elementor-181 .elementor-element.elementor-element-4e8c6c9{--width:66.6666%;}}@media(max-width:767px){.elementor-181 .elementor-element.elementor-element-646e365{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-181 .elementor-element.elementor-element-e9f6f1a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-181 .elementor-element.elementor-element-e9f6f1a .elementor-button{border-radius:0px 0px 0px 0px;padding:0px 10px 0px 0px;}.elementor-181 .elementor-element.elementor-element-e664e30{width:100%;max-width:100%;text-align:center;}.elementor-181 .elementor-element.elementor-element-e664e30 .elementor-heading-title{font-size:16px;line-height:1.7em;}}/* Start custom CSS for container, class: .elementor-element-e1255fd *//* فقط روی بخش‌هایی که شناسه animated-list دارن */
#upak-list ul li {
  color: black;
  opacity: 0;
  animation: slideUpFade 0.6s ease forwards;
}

/* اعمال تأخیر انیمیشن تا 20 آیتم */
#upak-list ul li:nth-child(1)  { animation-delay: 0.1s; }
#upak-list ul li:nth-child(2)  { animation-delay: 0.2s; }
#upak-list ul li:nth-child(3)  { animation-delay: 0.3s; }
#upak-list ul li:nth-child(4)  { animation-delay: 0.4s; }
#upak-list ul li:nth-child(5)  { animation-delay: 0.5s; }
#upak-list ul li:nth-child(6)  { animation-delay: 0.6s; }
#upak-list ul li:nth-child(7)  { animation-delay: 0.7s; }
#upak-list ul li:nth-child(8)  { animation-delay: 0.8s; }
#upak-list ul li:nth-child(9)  { animation-delay: 0.9s; }
#upak-list ul li:nth-child(10) { animation-delay: 1.0s; }
#upak-list ul li:nth-child(11) { animation-delay: 1.1s; }
#upak-list ul li:nth-child(12) { animation-delay: 1.2s; }
#upak-list ul li:nth-child(13) { animation-delay: 1.3s; }
#upak-list ul li:nth-child(14) { animation-delay: 1.4s; }
#upak-list ul li:nth-child(15) { animation-delay: 1.5s; }
#upak-list ul li:nth-child(16) { animation-delay: 1.6s; }
#upak-list ul li:nth-child(17) { animation-delay: 1.7s; }
#upak-list ul li:nth-child(18) { animation-delay: 1.8s; }
#upak-list ul li:nth-child(19) { animation-delay: 1.9s; }
#upak-list ul li:nth-child(20) { animation-delay: 2.0s; }

/* بولت سبز و چشمک‌زن فقط در همان بخش */
#upak-list ul li::marker {
  color: green;
  animation: blink 1s infinite;
}

/* انیمیشن ظاهر شدن از پایین */
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* انیمیشن چشمک‌زن بولت */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}/* End custom CSS */