.elementor-kit-801{--e-global-color-primary:#6E6E6E;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#E0E0E0;--e-global-color-accent:#000000;--e-global-color-dc77a4a:#6C6C6C;--e-global-color-b14332f:#ECCC2C;--e-global-color-500c993:#31C372;--e-global-color-66ac598:#F7F7F7;--e-global-typography-primary-font-family:"Noto Sans Hebrew";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Noto Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans Hebrew";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Hebrew";--e-global-typography-accent-font-weight:500;--e-global-typography-a6ee403-font-family:"Noto Sans Hebrew";--e-global-typography-a6ee403-font-size:60px;--e-global-typography-a6ee403-font-weight:700;--e-global-typography-a6ee403-line-height:1.2em;--e-global-typography-5e8972f-font-family:"Noto Sans Hebrew";--e-global-typography-5e8972f-font-size:45px;--e-global-typography-5e8972f-font-weight:700;--e-global-typography-5e8972f-line-height:1.2em;--e-global-typography-4f2aae8-font-family:"Noto Sans Hebrew";--e-global-typography-4f2aae8-font-size:20px;--e-global-typography-4f2aae8-font-weight:400;--e-global-typography-989330c-font-family:"Noto Sans Hebrew";--e-global-typography-989330c-font-size:29px;--e-global-typography-989330c-font-weight:600;--e-global-typography-989330c-line-height:1.2em;color:var( --e-global-color-primary );font-size:16px;}.elementor-kit-801 e-page-transition{background-color:#FFBC7D;}.elementor-kit-801 a{color:var( --e-global-color-secondary );}.elementor-kit-801 h1{color:var( --e-global-color-secondary );font-size:26px;}.elementor-kit-801 h2{font-size:22px;}.elementor-kit-801 h3{color:var( --e-global-color-secondary );font-size:21px;}.elementor-kit-801 h4{color:var( --e-global-color-secondary );font-size:20px;}.elementor-kit-801 h5{color:var( --e-global-color-secondary );font-size:19px;}.elementor-kit-801 h6{color:var( --e-global-color-secondary );}.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-801{--e-global-typography-a6ee403-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-801{--e-global-typography-a6ee403-font-size:35px;--e-global-typography-5e8972f-font-size:30px;--e-global-typography-4f2aae8-font-size:18px;--e-global-typography-989330c-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    text-wrap: pretty;
}

/* =========================================
   כפתור מבריק – שרות עוז
   CSS Class: oz-shiny-button
========================================= */

.oz-shiny-button .elementor-button {
    position: relative;
    overflow: hidden;

    padding: 14px 28px;

    color: #111111;
    background: #ECCC2C;

    border: 1px solid #ECCC2C;
    border-radius: 100px;

    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(236, 204, 44, 0.28);

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* פס ההברקה */
.oz-shiny-button .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;

    width: 55%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.75),
            transparent
        );

    transform: skewX(-20deg);

    transition: left 0.6s ease;
}


/* התוכן מעל ההברקה */
.oz-shiny-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}


/* Hover */
.oz-shiny-button .elementor-button:hover {
    color: #ffffff;
    background: #111111;
    border-color: #111111;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.26),
        0 0 0 4px rgba(236, 204, 44, 0.20);
}

.oz-shiny-button .elementor-button:hover::before {
    left: 140%;
}


/* לחיצה */
.oz-shiny-button .elementor-button:active {
    transform: translateY(0);
}


/* מובייל */
@media (max-width: 767px) {
    .oz-shiny-button .elementor-button {
        padding: 12px 23px;
    }
}


/* נגישות – הפחתת תנועה */
@media (prefers-reduced-motion: reduce) {
    .oz-shiny-button .elementor-button,
    .oz-shiny-button .elementor-button::before {
        transition: none !important;
    }
}

.oz-service-card {
    position: relative;
    overflow: hidden;

    min-height: 285px;
    padding: 34px 38px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    border: 2px solid #ECCC2C;
    border-radius: 32px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);

    isolation: isolate;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* שכבת כהות וגרדיאנט מעל התמונה */
.oz-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.90) 0%,
            rgba(0, 0, 0, 0.72) 48%,
            rgba(0, 0, 0, 0.28) 100%
        );

    transition: background 0.35s ease;
}


/* אלמנט צהוב דקורטיבי */
.oz-service-card::after {
    content: "";
    position: absolute;
    top: -65px;
    left: -55px;
    z-index: -1;

    width: 165px;
    height: 165px;

    border: 25px solid rgba(236, 204, 44, 0.9);
    border-radius: 50%;

    filter: drop-shadow(
        0 8px 20px rgba(236, 204, 44, 0.25)
    );

    transition:
        transform 0.45s ease,
        opacity 0.35s ease;
}


/* הכותרת */
.oz-service-card .elementor-heading-title {
    position: relative;
    margin-bottom: 12px;

    color: #ffffff;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: 1.2;
    font-weight: 800;

    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}


/* קו צהוב קטן מתחת לכותרת */
.oz-service-card .elementor-heading-title::after {
    content: "";
    display: block;

    width: 58px;
    height: 4px;
    margin-top: 13px;

    background: #ECCC2C;
    border-radius: 10px;
}


/* טקסט */
.oz-service-card .elementor-widget-text-editor {
    max-width: 560px;
}

.oz-service-card .elementor-widget-text-editor,
.oz-service-card .elementor-widget-text-editor p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.65;
}


/* הכפתור */
.oz-service-card .elementor-button {
    position: relative;
    overflow: hidden;

    margin-top: 8px;
    padding: 14px 28px;

    color: #111111;
    background: #ECCC2C;

    border: 1px solid #ECCC2C;
    border-radius: 100px;

    font-size: 17px;
    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(236, 204, 44, 0.28);

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* הברקה שעוברת על הכפתור */
.oz-service-card .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;

    width: 55%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.65),
            transparent
        );

    transform: skewX(-20deg);
    transition: left 0.55s ease;
}


/* Hover על כל התיבה */
.oz-service-card:hover {
    transform: translateY(-7px);
    border-color: #F4D93F;

    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 5px rgba(236, 204, 44, 0.10);
}

.oz-service-card:hover::before {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.94) 0%,
            rgba(0, 0, 0, 0.68) 52%,
            rgba(0, 0, 0, 0.18) 100%
        );
}

.oz-service-card:hover::after {
    transform: scale(1.12) rotate(12deg);
}

.oz-service-card:hover .elementor-button {
    color: #ffffff;
    background: #111111;
    border-color: #111111;

    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.30),
        0 0 0 4px rgba(236, 204, 44, 0.22);
}

.oz-service-card:hover .elementor-button::before {
    left: 140%;
}


/* מובייל */
@media (max-width: 767px) {
    .oz-service-card {
        min-height: 250px;
        padding: 26px 24px;
        border-radius: 25px;
    }

    .oz-service-card::before {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.25) 0%,
                rgba(0, 0, 0, 0.88) 72%,
                rgba(0, 0, 0, 0.96) 100%
            );
    }

    .oz-service-card::after {
        top: -65px;
        left: -70px;
        width: 145px;
        height: 145px;
    }

    .oz-service-card .elementor-heading-title {
        font-size: 25px;
    }

    .oz-service-card .elementor-widget-text-editor,
    .oz-service-card .elementor-widget-text-editor p {
        font-size: 16px;
        line-height: 1.55;
    }

    .oz-service-card .elementor-button {
        padding: 12px 23px;
        font-size: 16px;
    }
}/* End custom CSS */