.elementor-kit-5{--e-global-color-primary:#FFC400;--e-global-color-secondary:#CDCDCD;--e-global-color-text:#000000;--e-global-color-accent:#FFC400;--e-global-color-background:#FDFEFE;--e-global-color-backgroundAccent:#FF7501;--e-global-color-transparent:#00000000;--e-global-color-3af71f0:#CA3D00;--e-global-color-1b2e41a:#6D0A00;--e-global-color-4c7f0bb:#DB8100;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:70px;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:1.5vw;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"David Libre";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"David Libre";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"David Libre";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"David Libre";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Open Sans";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:transparent;background-image:linear-gradient(0deg, #EBEBEB 0%, #FDFEFECF 100%);}.elementor-kit-5 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-kit-5{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ההאדר שלך (עם הכיתה שסימנת) */
.smart-header {
  will-change: transform;
  z-index: 9999; /* שלא יכוסה ע"י תוכן */
}

/* גלוי */
.smart-header.sh-show {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

/* מוסתר (נעלם למעלה) */
.smart-header.sh-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

/* ===========================
   0) Fluid typography & basics (non-destructive)
   =========================== */
html { font-size: 16px; }
body { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.5; }
h1 { font-size: clamp(28px, 4vw, 48px); line-height: 1.2; }
h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.25; }
h3 { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.3; }

img, video, canvas, svg { max-width: 100%; height: auto; display: block; }
iframe { width: 100%; height: auto; aspect-ratio: 16/9; }

.elementor-heading-title,
.elementor-widget-text-editor { word-break: break-word; }

html, body { overflow-x: hidden; }

/* Let Elementor containers/widget boxes shrink instead of forcing overflow */
.e-con { min-width: 0; }
.elementor-widget { max-width: 100%; }

/* Kill fixed heights on small screens (common breakage cause) */
@media (max-width: 767px) {
  [style*="height:"] { height: auto !important; }
}

/* ===========================
   1) AUTO STACK for Containers (opt-in)
   Add class "auto-stack" on any parent container that holds multiple child containers/cards.
   =========================== */

/* spacing token (feel free to tweak) */
:root { --auto-stack-gap: 24px; }

/* Ensure the parent can wrap children */
.auto-stack.e-con {
  flex-wrap: wrap;
  gap: var(--auto-stack-gap);
  min-width: 0;
  align-content: flex-start;
}

/* Make immediate child containers flexible and shrinkable */
.auto-stack.e-con > .e-con {
  /* 3-up to 4-up desktop becomes fluid; each child can shrink */
  flex: 1 1 320px;  /* base width target; adjusts automatically */
  min-width: 0;     /* crucial to allow content to shrink */
}

/* Tablet: prefer two columns */
@media (max-width: 1024px) {
  .auto-stack.e-con > .e-con {
    flex: 1 1 calc(50% - var(--auto-stack-gap));
  }
}

/* Mobile: one column */
@media (max-width: 767px) {
  .auto-stack.e-con > .e-con {
    flex: 1 1 100%;
  }
}

/* Ensure inner content doesn’t force overflow */
.auto-stack .elementor-widget-wrap,
.auto-stack .e-con-inner {
  min-width: 0;
}

/* Buttons/text won’t overflow narrow columns */
.auto-stack .elementor-button { white-space: normal; }

/* Optional: images/cards fill width nicely inside auto-stack */
.auto-stack img { width: 100%; height: auto; }

/* If any child container used fixed width, let it breathe */
@media (max-width: 1024px) {
  .auto-stack [style*="width:"] { width: auto !important; max-width: 100% !important; }
}/* End custom CSS */