.elementor-kit-7{--e-global-color-primary:#60884D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#02A819;--e-global-color-0540dba:#5c8c3c;--e-global-color-4394cc3:#1E502A;--e-global-color-d4cf91a:#007220;--e-global-color-cf07e45:#3CA82F;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:22px;--e-global-typography-secondary-font-family:"Nova Round";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-family:"Nova Round";--e-global-typography-text-font-size:50px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:50px;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.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 *//* בסיס הכפתור */
.neon-border-btn{
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none !important;
}

/* שכבת המסגרת המסתובבת */
.neon-border-btn::before{
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 12px;
    background: conic-gradient(
        from 0deg,
        #00f7ff,
        #00ff85,
        #b3ff00,
        #00f7ff
    );
    opacity: 0;
    transition: opacity .35s ease;
    animation: rotateBorder 2.5s linear infinite;
    z-index: -2;
}

/* שכבה פנימית שמסתירה את האמצע */
.neon-border-btn::after{
    content: "";
    position: absolute;
    inset: 2px;
    background: inherit;
    border-radius: 10px;
    z-index: -1;
}

/* הופעת האפקט */
.neon-border-btn:hover::before{
    opacity: 1;
    filter: blur(6px) brightness(1.4);
}

/* תנועה */
@keyframes rotateBorder{
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}/* End custom CSS */