.elementor-9124 .elementor-element.elementor-element-204bee1c{--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;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-9124 .elementor-element.elementor-element-2b20a6e8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-9124 .elementor-element.elementor-element-74d063c4 .elementor-heading-title{font-size:28px;font-weight:800;line-height:46px;color:#1B3639;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-9124 .elementor-element.elementor-element-6761ce84 .elementor-button{background-color:#C69B50;font-size:16px;font-weight:700;line-height:16px;transition-duration:0.9s;border-radius:8px 8px 8px 8px;padding:8px 8px 8px 8px;}.elementor-9124 .elementor-element.elementor-element-6761ce84{width:auto;max-width:auto;}.elementor-9124 .elementor-element.elementor-element-6761ce84.elementor-element{--align-self:flex-end;}.elementor-9124 .elementor-element.elementor-element-7c143385{--swiper-slides-to-display:3;--swiper-slides-gap:10px;z-index:99;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:200px;--arrow-prev-top-align:0%;--arrow-prev-caption-spacing:0px;--arrow-prev-translate-y:0px;--arrow-prev-top-position:-63px;--arrow-next-right-align:100%;--arrow-next-translate-x:100%;--arrow-next-right-position:-250px;--arrow-next-top-align:0%;--arrow-next-caption-spacing:0px;--arrow-next-translate-y:0px;--arrow-next-top-position:-63px;--arrow-size:32px;}.elementor-9124 .elementor-element.elementor-element-7c143385 .swiper-slide > .elementor-element{height:100%;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-button .elementor-button{line-height:var( --e-global-typography-accent-line-height );}.elementor-9124 .elementor-element.elementor-element-7c143385{--swiper-slides-to-display:2;--swiper-offset-size:100px;}}@media(min-width:768px){.elementor-9124 .elementor-element.elementor-element-204bee1c{--content-width:1250px;}}@media(max-width:767px){.elementor-9124 .elementor-element.elementor-element-204bee1c{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9124 .elementor-element.elementor-element-2b20a6e8{--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-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-9124 .elementor-element.elementor-element-74d063c4{padding:0px 16px 0px 16px;text-align:center;}.elementor-9124 .elementor-element.elementor-element-74d063c4 .elementor-heading-title{font-size:24px;}.elementor-widget-button .elementor-button{line-height:var( --e-global-typography-accent-line-height );}.elementor-9124 .elementor-element.elementor-element-6761ce84.elementor-element{--align-self:center;}.elementor-9124 .elementor-element.elementor-element-7c143385{--swiper-slides-to-display:1;--swiper-offset-size:50px;--swiper-slides-gap:1px;padding:0px 0px 0px 0px;z-index:80;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:40px;--arrow-prev-top-align:100%;--arrow-prev-translate-y:-100%;--arrow-prev-top-position:54px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:40px;--arrow-next-top-align:100%;--arrow-next-translate-y:-100%;--arrow-next-top-position:54px;--arrow-size:0px;}}/* Start custom CSS */b {
    font-weight: 900;
}

#sticky-consultation {
  display: none;
}

@media (max-width: 768px) {
  #sticky-consultation {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: opacity 0.3s ease;
  }

  #sticky-consultation.hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.elementor-button {
  background-color: #C69B50; /* رنگ اصلی دکمه */
  color: #fff; /* رنگ متن */
  border-radius: 8px; /* کمی گردی گوشه‌ها */
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(198, 155, 80, 0.4);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(198, 155, 80, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(198, 155, 80, 0.4);
  }
}/* End custom CSS */