.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-23c58bb:#A65F0D;--e-global-color-fa49ab2:#7D0000;--e-global-color-4a48d51:#064400;--e-global-color-66a606f:#FFFFFF;--e-global-typography-primary-font-family:"Birzia";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Birzia";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Birzia";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Birzia";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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 {
  padding: 18px 45px !important;
  font-size: 1.0rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #009EFF, #0067A7) !important;
  border: none !important;
  border-radius: 50px !important;
  position: relative;
  animation: pulseGlow 2s infinite;
  transition: transform 0.3s ease;
}

.pulse-btn.elementor-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: inherit;
  filter: blur(15px);
  opacity: 0.6;
  z-index: -1;
  animation: pulseGlow 2s infinite;
}

.pulse-btn.elementor-button:hover {
  transform: scale(1.05);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 107, 107, 0);
  }
}

.typewriter {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-left: 3px solid #00d4ff;
  white-space: nowrap;
  margin: 0 auto;
  width: fit-content;
  animation: 
    typing 3s steps(43, end) forwards,
    blink 4ms step-end infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #00d4ff; }
}



/* אפקט מילוי נוזלי */
.liquid-btn.elementor-button,
.elementor-widget-button.liquid-btn .elementor-button {
  position: relative;
  padding: 18px 50px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #00d4ff !important;
  background: transparent !important;
  border: 2px solid #00d4ff !important;
  border-radius: 12px !important;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.liquid-btn.elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
}

.liquid-btn.elementor-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #00d4ff 0%, #0099cc 100%) !important;
  border-radius: 10px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.liquid-btn.elementor-button:hover {
  color: #000 !important;
}

.liquid-btn.elementor-button:hover::before {
  height: 100%;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Birzia';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://tzarum.co.il/wp-content/uploads/2026/05/Birzia-Black-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Birzia';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://tzarum.co.il/wp-content/uploads/2026/05/Birzia-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Birzia';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://tzarum.co.il/wp-content/uploads/2026/05/Birzia-Medium.woff') format('woff');
}
/* End Custom Fonts CSS */