.elementor-9833 .elementor-element.elementor-element-a0a670c{--display:flex;--min-height:434px;--justify-content:center;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9833 .elementor-element.elementor-element-a0a670c.e-con{--align-self:center;}.elementor-9833 .elementor-element.elementor-element-f54f166.elementor-element{--align-self:center;}.elementor-9833 .elementor-element.elementor-element-3d03a3d.elementor-element{--align-self:center;}#elementor-popup-modal-9833 .dialog-widget-content{animation-duration:1.5s;background-color:#00000000;border-radius:20px 20px 20px 20px;}#elementor-popup-modal-9833 .dialog-message{width:347px;height:auto;}#elementor-popup-modal-9833{justify-content:flex-start;align-items:flex-end;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-9833 .elementor-element.elementor-element-a0a670c{--min-height:36vh;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:29px;--margin-left:0px;--margin-right:0px;}#elementor-popup-modal-9833 .dialog-message{width:161px;}#elementor-popup-modal-9833{justify-content:flex-start;}}/* Start custom CSS for html, class: .elementor-element-f54f166 *//* استایل دکمه به صورت لینک با افکت درخشش مورب */
.fire-charge-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid #;
  font-family: 'peyda';
  font-size: 14px;        /* اندازه فونت پیش‌فرض برای دسکتاپ */
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  background: #AF1105;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  
  /* افکت درخشش مورب جدید */
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  -webkit-animation: nsshine 5s infinite;
  animation: nsshine 5s infinite;
  
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fire-charge-btn:hover {
  background: #AF1105;
  box-shadow: 0 0 30px 5px #FF8C59;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fire-charge-btn:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.fire-charge-btn::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

.fire-charge-btn:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

/* انیمیشن درخشش مورب */
@keyframes nsshine {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%;
  }
  100% {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%;
  }
}

/* ========== ریسپانسیو برای موبایل ========== */
@media (max-width: 768px) {
  .fire-charge-btn {
    font-size: 9px;      /* فونت کوچک‌تر برای موبایل */
    padding: 8px 12px;    /* کاهش padding برای تناسب (اختیاری) */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d03a3d *//* استایل دکمه به صورت لینک با افکت درخشش مورب */
.catalog-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid #;
  font-family: 'peyda';
  font-size: 14px;        /* اندازه فونت پیش‌فرض برای دسکتاپ */
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  background: #AF1105;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  
  /* افکت درخشش مورب جدید */
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  -webkit-animation: nsshine 5s infinite;
  animation: nsshine 5s infinite;
  
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.catalog-btn:hover {
  background: #AF1105;
  box-shadow: 0 0 30px 5px #FF8C59;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.catalog-btn:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.catalog-btn::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

.catalog-btn:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

/* انیمیشن درخشش مورب */
@keyframes nsshine {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%;
  }
  100% {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%;
  }
}

/* ========== ریسپانسیو برای موبایل ========== */
@media (max-width: 768px) {
  .catalog-btn {
    font-size: 9px;      /* فونت کوچک‌تر برای موبایل */
    padding: 8px 12px;    /* کاهش padding برای تناسب (اختیاری) */
  }
}/* End custom CSS */