.elementor-125 .elementor-element.elementor-element-747e6f0e{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{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-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-125 .elementor-element.elementor-element-45cb5eaa{--iteration-count:infinite;--typing-selected-bg-color:var( --e-global-color-text );}.elementor-125 .elementor-element.elementor-element-45cb5eaa .elementor-headline{text-align:center;}@media(max-width:1024px){.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-747e6f0e *//* גובה מסך מלא */
.elementor-section.fullscreen { min-height:100vh!important; }

/* טקסט ניאון עדין */
.neon-title{
  color:#F8F5F0;
  text-shadow:0 0 6px rgba(255,255,255,.7);
  animation:pulse 3s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{text-shadow:0 0 6px rgba(255,255,255,.7);}
  50%{text-shadow:0 0 20px rgba(255,255,255,1);}
}

/* כפתור חום */
.cs-btn{
  background:#8A5E3C;
  border:none;
  border-radius:40px;
  padding:14px 40px;
  font-weight:600;
  letter-spacing:1px;
  transition:.25s;
}
.cs-btn:hover{transform:scale(1.05);}/* End custom CSS */