.elementor-kit-6{--e-global-color-primary:#EEF1F5;--e-global-color-secondary:#374151;--e-global-color-text:#FF4D8D;--e-global-color-accent:#D86A97;--e-global-color-597bb0d:#F8F7FF;--e-global-color-b3dcd37:#878F9A;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:5vw;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:1.9vw;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:1.6vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-size:1.2vw;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.7em;--e-global-typography-9194469-font-family:"Heebo";--e-global-typography-9194469-font-size:3vw;--e-global-typography-9194469-font-weight:600;--e-global-typography-9194469-line-height:1.2em;--e-global-typography-876d4a4-font-family:"Heebo";--e-global-typography-876d4a4-font-size:2.8vw;--e-global-typography-876d4a4-font-weight:500;--e-global-typography-876d4a4-line-height:1.2em;--e-global-typography-5fefb31-font-family:"Heebo";--e-global-typography-5fefb31-font-size:1.2vw;--e-global-typography-5fefb31-line-height:1.2em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-text );}.elementor-kit-6 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-kit-6{--e-global-typography-primary-font-size:6.4vw;--e-global-typography-secondary-font-size:2.8vw;--e-global-typography-text-font-size:2.5vw;--e-global-typography-accent-font-size:2.1vw;--e-global-typography-accent-line-height:1.2em;--e-global-typography-9194469-font-size:3.5vw;--e-global-typography-876d4a4-font-size:3.8vw;--e-global-typography-5fefb31-font-size:2.1vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:8vw;--e-global-typography-secondary-font-size:6vw;--e-global-typography-text-font-size:4.3vw;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:4.1vw;--e-global-typography-accent-line-height:1.2em;--e-global-typography-9194469-font-size:5.3vw;--e-global-typography-9194469-line-height:1.2em;--e-global-typography-876d4a4-font-size:4.8vw;--e-global-typography-876d4a4-line-height:1.2em;--e-global-typography-5fefb31-font-size:4.1vw;--e-global-typography-5fefb31-line-height:1.8em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* עיצוב בסיס הכפתור */
.sari-magic-btn .elementor-button {
    position: relative;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: visible !important; /* שומר על העיגול שלם */
    transition: color 0.3s ease, overflow 0.1s ease;
    border-radius: 30px; 
}

/* יצירת העיגול הוורוד - עולה קצת על הטקסט בימין */
.sari-magic-btn .elementor-button::before {
    content: '';
    position: absolute;
    right: 0px; 
    top: 50%;
    width: 35px !important;
    height: 35px !important;
    background-color: #FF69B4; /* הורוד שלך */
    border-radius: 50% !important;
    
    /* מזיז את העיגול שמאלה מעל הטקסט במצב רגיל */
    transform: translateY(-50%) translateX(-15px); 
    
    z-index: -1; 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                width 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                right 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-radius 0.3s ease;
}

/* אפקט הריחוף (Hover) - מחזיר חיתוך שוליים */
.sari-magic-btn .elementor-button:hover {
    overflow: hidden !important; 
    /* פקודת צבע הטקסט השחור נמחקה מכאן כדי לאפשר שליטה באלמנטור */
}

/* בריחוף - העיגול מתיישר למרכז וממלא 100% מהכפתור */
.sari-magic-btn .elementor-button:hover::before {
    width: 100% !important; 
    height: 100% !important; 
    transform: translateY(-50%) translateX(0); 
    border-radius: 30px !important; 
}/* End custom CSS */