.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#3C668C;--e-global-color-d082221:#3BBB9E;--e-global-color-104c9d2:#EB278F;--e-global-color-ae873cd:#FFCB2A;--e-global-color-aba249a:#FFFFFF;--e-global-typography-primary-font-family:"Segoe UI";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Segoe UI";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Segoe UI";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Segoe UI";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;--e-global-typography-c804e97-font-family:"Font black";--e-global-typography-c804e97-font-size:60px;--e-global-typography-9494e08-font-family:"Font bold";--e-global-typography-9494e08-font-size:40px;--e-global-typography-d410284-font-family:"Font regular";--e-global-typography-d410284-font-size:25px;--e-global-typography-f0a0df2-font-family:"Font light";--e-global-typography-f0a0df2-font-size:18px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#40759A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.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-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,body{
    overflow-x: hidden;
}

.elementread .read-less {
    display: none!important;
}

.elementread .e-normal[open] .read-more {
    display: none!important;
}
.elementread .e-normal[open] .read-less {
    display: inline!important;
}


.ltr-text{
    direction: ltr;
}

.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    align-items: stretch; 
}

.advantage-item {
    position: relative;
    background-color: white; 
    padding: 20px;
    border-radius: 20px;
    width: calc(33.3% - 20px); 
    box-sizing: border-box;
    overflow: hidden; 
    opacity: 1; 
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.98) inset; 
    border: 2px solid black; 
    transition: border-color 0.3s ease; 
    display: flex;
    flex-direction: column;
    min-height: 420px;
    min-width: 420px;
}

.advantage-item:hover {
    border-color: #33ADFF;
}

.advantage-item::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/background-2.png'); 
    background-size: 200%; 
    background-repeat: repeat; 
    opacity: 0.3; 
    z-index: 1;  
}

.advantage-content {
    position: relative;
    z-index: 2; 
    color: black !important; 
    flex-grow: 1;
    font-family: "Font light", Sans-serif;
    font-weight: normal; /* נעשה את הטקסט יותר בולט */
}

.advantage-item h3 {
    font-size: 25px;
    color: black !important; 
    font-family: "Font light", Sans-serif; 
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.advantage-item p {
    font-size: 18px;
    font-family: "Font light", Sans-serif!important; 
    font-weight: normal; /* במידה ותוכל להשתמש בזה */
    color: black !important;
}

dd, dl, dt, li, ol, ul {
    font-family: "Font light", Sans-serif!important;
    font-size: 18px;
    color: black !important;
    font-weight: normal;
}

@media (max-width: 768px) {
    .advantage-item {
        width: 100% !important; 
        margin-bottom: 0px; 
        min-width: 300px !important;
    }

    .advantages-grid {
        flex-direction: column;
    }
    .advantage-item h3 {
    font-size: 22px;
    color: black !important; 
    font-family: "Font light", Sans-serif; 
    font-weight: bold;
    text-align: center;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Semilight.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Font black';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Font bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Font regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Font light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://machshevet.sharonsegalrianos.com/wp-content/uploads/2025/02/Segoe-UI-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */