.elementor-81 .elementor-element.elementor-element-1f0448c{--display:flex;--min-height:72vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-81 .elementor-element.elementor-element-1f0448c:not(.elementor-motion-effects-element-type-background), .elementor-81 .elementor-element.elementor-element-1f0448c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#01298D;}.elementor-81 .elementor-element.elementor-element-cbaba6a{--display:flex;--min-height:72vh;}.elementor-widget-heading .elementor-heading-title{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 );color:var( --e-global-color-primary );}.elementor-81 .elementor-element.elementor-element-1339041{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-81 .elementor-element.elementor-element-755274d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-81 .elementor-element.elementor-element-130e97b{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-1f0448c *//* איפוס בסיסי וסביבת Dark Mode */
body, html {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #0a0a0c; /* צבע רקע עמוק */
  color: #ffffff;
}

.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

/* הילת הניאון הרכה שעוקבת אחר העכבר */
.neon-halo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* מאפשר לחיצה על התוכן שמתחת */
  z-index: 1;
  /* שימוש במשתנים שמתעדכנים בזמן אמת */
  background: radial-gradient(
    800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
   rgba(0, 150, 255, 0.6), /* הילת ניאון רכה בגוון טורקיז/כחול */
    transparent 50%
  );
  transition: opacity 0.3s ease;
}

/* התוכן שמעל ההילה */
.hero-content {
  position: relative;
  z-index: 2;
  pointer-events: none; /* כדי שהעכבר יגיב רק למעטפת */
}

.hero-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.7;
}/* End custom CSS */