.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#DF2828;--e-global-color-text:#FFFFFF;--e-global-color-accent:#DF2828;--e-global-color-17f978b:#F7F7F7;--e-global-color-15cd803:#F0F0F0;--e-global-color-ea7ce5b:#000000;--e-global-color-f2d2f0a:#1B1A1A;--e-global-typography-primary-font-family:"TUBIC SANS";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Noto Sans Hebrew";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans Hebrew";--e-global-typography-text-font-size:23px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5aca0ee-font-family:"Noto Sans Hebrew";--e-global-typography-5aca0ee-font-size:21px;--e-global-typography-5aca0ee-font-weight:500;--e-global-typography-122202a-font-family:"Noto Sans Hebrew";--e-global-typography-122202a-font-size:21px;--e-global-typography-122202a-font-weight:500;--e-global-typography-c31f5c3-font-family:"TUBIC SANS";--e-global-typography-c31f5c3-font-size:40px;--e-global-typography-c31f5c3-font-weight:700;--e-global-typography-6fc0d63-font-family:"TUBIC SANS";--e-global-typography-6fc0d63-font-size:40px;--e-global-typography-6fc0d63-font-weight:700;--e-global-typography-4489d7b-font-family:"TUBIC SANS";--e-global-typography-4489d7b-font-size:40px;--e-global-typography-4489d7b-font-weight:700;--e-global-typography-4837142-font-family:"Noto Sans Hebrew";--e-global-typography-4837142-font-size:21px;--e-global-typography-4837142-font-weight:500;background-color:#000000;color:var( --e-global-color-text );font-family:"Noto Sans Hebrew", Sans-serif;font-size:22px;font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );font-family:"Noto Sans Hebrew", Sans-serif;font-size:22px;}.elementor-kit-5 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.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 h1{font-size:var( --e-global-typography-primary-font-size );}.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:40px;--e-global-typography-text-font-size:21px;--e-global-typography-122202a-font-size:19px;--e-global-typography-c31f5c3-font-size:32px;--e-global-typography-4489d7b-font-size:27px;--e-global-typography-4837142-font-size:18px;}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --accent: #DF2828;              /* אדום שלך */
  --fg: #FFFFFF;                  /* טקסט לבן */
  --glass: rgba(255,255,255,.07);
  --glass-strong: rgba(255,255,255,.12);
  --glass-border: rgba(255,255,255,.18);
  --shadow: rgba(0,0,0,.35);

  /* גובה/רוחב ורדיוס */
  --btn-y: 9px;                   /* ↓ פחות גובה (הקטיני/הגדילי לפי הטעם) */
  --btn-x: 18px;
  --radius: 49px;                 /* כמו שביקשת */
}

/* כפתור זכוכית – טקסט בלבד */
.glass-btn{
  position: relative;
  display: inline-block;
  padding: var(--btn-y) var(--btn-x);   /* דק יותר */
  border-radius: var(--radius);
  color: var(--fg);                     /* ברירת מחדל: לבן */
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  box-shadow: 0 8px 24px var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s ease, transform .15s ease,
              box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
/* אם אלמנטור עוטף את הטקסט באלמנט פנימי */
.glass-btn .elementor-button-text{ color: inherit; }

.glass-btn::before{
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  background: linear-gradient(120deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 38%);
}

/* Hover – הטקסט נהיה אדום */
.glass-btn:hover{
  color: var(--accent);                 /* טקסט אדום */
  background: var(--glass-strong);
  border-color: rgba(223,40,40,.55);
  box-shadow: 0 10px 30px var(--shadow), 0 0 0 2px rgba(223,40,40,.18);
}
.glass-btn:active{ transform: translateY(1px); }
.glass-btn:focus-visible{ outline:none; box-shadow: 0 0 0 3px rgba(223,40,40,.30); }

/* מובייל – אפשר עוד טיפונת דק ועם blur נמוך יותר */
@media (max-width:767px){
  :root{ --btn-y: 8px; --btn-x: 16px; }
  .glass-btn{ backdrop-filter: blur(8px) saturate(110%); -webkit-backdrop-filter: blur(8px) saturate(110%); }
}




/* דסקטופ – צ'יפים רגילים */
.blog-tabs .elementor-tabs-wrapper{
  display:flex; flex-wrap:wrap; gap:12px;
}
.blog-tabs .elementor-tab-title{
  border:1px solid #474747; background:#1a1a1a; color:#eaeaea;
  border-radius:999px; padding:10px 16px; margin:0; cursor:pointer; transition:.2s;
}
.blog-tabs .elementor-tab-title.elementor-active{
  background:#ff2a2a; border-color:#ff2a2a; color:#fff;
}
.blog-tabs .elementor-tab-content{ background:transparent; border:none; padding:0; margin-top:18px; }

/* מובייל – כל הלשוניות מוצגות למעלה בשורות (לא גלילה) */
@media (max-width:767px){
  .blog-tabs .elementor-tabs-wrapper{
    display:grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;  /* אם צריך – הגדילי/הקטיני את 120px */
    gap:8px !important;
    overflow:visible !important;
    white-space:normal !important;
    padding:0 !important;
    margin:0 0 12px !important;
  }
  .blog-tabs .elementor-tab-title{
    white-space:normal !important;
    line-height:1.25;
    text-align:center;
    padding:8px 10px !important;
    font-size:14px;
    width:100%;
  }
}







/* -------- Slide-Up לכל H2 -------- */
:root{
  --h2-slide-distance: 24px;        /* כמה להחליק מלמטה */
  --h2-duration: 600ms;             /* משך האנימציה */
  --h2-ease: cubic-bezier(.2,.65,.3,1); /* עקומת תנועה */
}

h2{
  opacity: 0;
  transform: translateY(var(--h2-slide-distance));
  will-change: transform, opacity;
}

h2.is-inview{
  opacity: 1;
  transform: translateY(0);
  transition:
    transform var(--h2-duration) var(--h2-ease),
    opacity   var(--h2-duration) var(--h2-ease);
}

/* בעריכת Elementor אל תאנימי, שיהיה נוח לעבוד */
body.elementor-editor-active h2{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

/* נגישות: אם המשתמש מבקש להפחית אנימציות – נבטל */
@media (prefers-reduced-motion: reduce){
  h2{ opacity:1; transform:none !important; transition:none !important; }
}

/* לבטל אנימציה ידנית ל־H2 ספציפי: הוסיפו class="no-slide" */
h2.no-slide{ opacity:1 !important; transform:none !important; transition:none !important; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'TUBIC SANS';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://moonpro-media.com/wp-content/uploads/2025/09/FbTubic-Sans-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */