.elementor-kit-18{--e-global-color-primary:#1B3A6B;--e-global-color-secondary:#0D1F3C;--e-global-color-text:#333333;--e-global-color-accent:#2196F3;--e-global-color-f74a39a:#FFFFFF;--e-global-color-d4e6954:#E3E2DE;--e-global-color-3f4dc8d:#F5F5F5;--e-global-color-547c441:#00BF36;--e-global-color-4640e4c:#4FC3F7;--e-global-color-42fa5b4:#CC0000;--e-global-color-751bbcc:#02010100;--e-global-color-7d1d4fa:#FAFAFA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* כפתור CTA פועם - גווני כחול */
.pulse-btn.elementor-button,
.elementor-widget-button.pulse-btn .elementor-button {
  position: relative;
  padding: 18px 50px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  /* שילוב של תכלת בוהק וכחול בסיס ליצירת בולטות */
  background: linear-gradient(135deg, #00bfff, #007fff) !important;
  border: none !important;
  border-radius: 0px !important;
  overflow: visible;
  z-index: 1;
  animation: pulseScale 2s ease-in-out infinite;
}

.pulse-btn.elementor-button::before {
  content: '';
  position: absolute;
  inset: 0;
  /* הילה זוהרת תואמת לכפתור */
  background: linear-gradient(90deg, #00bfff, #007fff);
  border-radius: 12PX;
  filter: blur(15px);
  opacity: 0.6;
  z-index: -1;
  animation: pulseGlow 2s ease-in-out infinite;
}

.pulse-btn.elementor-button:hover {
  animation-play-state: paused;
  transform: scale(1.08);
}

.pulse-btn.elementor-button:hover::before {
  animation-play-state: paused;
  opacity: 0.9;
}

@keyframes pulseScale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes pulseGlow {
  0%, 100% { 
    opacity: 0.5; 
    transform: scale(1);
  }
  50% { 
    opacity: 0.8; 
    transform: scale(1.15);
  }
}/* End custom CSS */