.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#27C77A;--e-global-color-88dde00:#082818;--e-global-color-bdfe888:#105031;--e-global-color-958a5f4:#177749;--e-global-color-07cb7a5:#1F9F62;--e-global-color-bb58585:#27C77A;--e-global-color-bcdde00:#52D295;--e-global-color-3361806:#7DDDAF;--e-global-color-f92b5ee:#A9E9CA;--e-global-color-554df53:#D4F4E4;--e-global-color-0b0e1f6:#52003A;--e-global-color-4d0b4b2:#BB475C;--e-global-color-d781cd2:#EF4435;--e-global-color-1165091:#76B62A;--e-global-color-a73eaec:#488933;--e-global-color-7e5809a:#00000000;--e-global-color-dc01a4e:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Inter", Sans-serif;font-size:17px;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{font-family:"Inter", Sans-serif;font-size:17px;}.elementor-kit-14 h1{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#02010100;}.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 */.icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

/* שתי השכבות */
.icon-btn-default,
.icon-btn-hover {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* hover מוסתר */
.icon-btn-hover {
    position: absolute;
    inset: 0;
    justify-content: center;
    opacity: 0;
}

/* hover */
.icon-btn:hover .icon-btn-default {
    opacity: 0;
    transform: translateY(-6px);
}

.icon-btn:hover .icon-btn-hover {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */