.elementor-kit-6{--e-global-color-primary:#132A13;--e-global-color-secondary:#31572C;--e-global-color-text:#4F772D;--e-global-color-accent:#ECF39E;--e-global-color-32b75bd:#A3C42C;--e-global-color-c932faa:#FDFCFC;--e-global-color-e8011f5:#000000;--e-global-color-e181d90:#F8F8F859;--e-global-color-5c7311b:#A3C42C45;--e-global-typography-primary-font-family:"birzia";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"birzia";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"birzia";--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"birzia";--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"birzia", Sans-serif;font-size:2rem;font-weight:200;}.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 30px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(100deg, #15a44c, #a2c729) !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(250, 248, 248, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 107, 107, 0);
  }
}

.rotate-in {
  opacity: 0;
  transform: rotate(-200deg) scale(0);
  animation: rotateIn 0.8s ease forwards;
}

@keyframes rotateIn {
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

/* כיוון הפוך */
.rotate-in-reverse {
  opacity: 0;
  transform: rotate(200deg) scale(0);
  animation: rotateInReverse 0.8s ease forwards;
}

@keyframes rotateInReverse {
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
html, body {
overflow-x: hidden;
}
.cta-gradient-title .elementor-heading-title {
  display: inline-block;

  font-family: "BIRZIA", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;

  background: linear-gradient(
    100deg,
    #15a44c 0%,
    #a2c729 45%,
    #15a44c 70%,
    #a2c729 100%
  );

  background-size: 240% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  animation: ctaGradientTitleMove 5.5s ease-in-out infinite alternate;

  text-shadow: 0 8px 28px rgba(162, 199, 41, 0.18);
}

@keyframes ctaGradientTitleMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}
html, body {
overflow-x: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'birzia';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://israelfunctionalmed.com/wp-content/uploads/2026/04/Birzia-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'birzia';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://israelfunctionalmed.com/wp-content/uploads/2026/04/Birzia-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'birzia';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://israelfunctionalmed.com/wp-content/uploads/2026/04/Birzia-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'birzia';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://israelfunctionalmed.com/wp-content/uploads/2026/04/Birzia-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */