.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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 *//* חסימת סימון טקסט לרכיבים/כרטיסים */
.no-select {
  user-select: none;
  -webkit-user-select: none;   /* Safari / iOS */
  -ms-user-select: none;       /* ישן ל-Edge/IE */
  -webkit-touch-callout: none; /* חסימת תפריט לחיצה ארוכה ב-iOS */
  -webkit-tap-highlight-color: transparent; /* בלי הילה כחולה בנגיעה */
}

/* השארת אפשרות סימון בשדות קלט – חשוב לנגישות */
.no-select input,
.no-select textarea {
  user-select: text !important;
  -webkit-user-select: text !important;
}

/* ===== Smooth Header on Scroll (Elementor) ===== */
:root{
  --pad-xl: 56px;  /* ריווח כשההדר גדול */
  --pad-sm: 12px;  /* ריווח כשההדר קטן */
  --logo-xl: 200px;/* גובה לוגו גדול */
  --logo-sm: 96px; /* גובה לוגו קטן */
}

#site-header{
  position: fixed; inset: 0 0 auto 0; width: 100%; z-index: 9999;
  background:#fff; display:grid; place-items:center;
  padding-block: var(--pad-xl);
  transition: transform .25s ease, padding .25s ease, box-shadow .25s ease;
  box-shadow: none; will-change: transform;
}

/* הלוגו – שליטה “נגד” אלמנטור */
#site-header .site-logo img{
  display:block; margin:0 auto;
  width:auto !important; max-width:none !important; height:auto !important;
  max-height: var(--logo-xl);
  transition: max-height .25s ease, transform .25s ease;
}

/* מצבי גלילה */
body.scrolling-down #site-header{ transform: translateY(-100%); }
body.scrolling-up   #site-header{ transform: translateY(0); padding-block: var(--pad-sm); box-shadow: 0 6px 24px rgba(0,0,0,.08); }
body.at-top         #site-header{ transform: translateY(0); padding-block: var(--pad-xl); box-shadow: none; }

body.scrolling-up #site-header .site-logo img{ max-height: var(--logo-sm); }
body.at-top       #site-header .site-logo img{ max-height: var(--logo-xl); }

/* מחזיק מקום מתחת להדר – מתעדכן ע"י JS */
#header-spacer{ height: var(--hdr-spacer, 0px); transition: height .25s ease; }

@media (prefers-reduced-motion: reduce){
  #site-header, #site-header .site-logo img, #header-spacer{ transition: none !important; }
}

@media (max-width: 767px){
  :root{ --pad-xl: 42px; --pad-sm: 10px; --logo-xl: 170px; --logo-sm: 84px; }
}/* End custom CSS */