.elementor-kit-8{--e-global-color-primary:#12242B;--e-global-color-secondary:#FAFAFA;--e-global-color-text:#E4112A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"פולין";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"פולין";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"פולין";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"פולין";--e-global-typography-accent-font-weight:500;font-family:"פולין", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 */body, html{
    overflow-x: hidden;
}


/*קוד לכפתור באתר*/
/* ברירת מחדל למחשב */
.butover::before {
    content: "";
    width: 2.3vw;
    height: 2.3vw;
    background: #E4112A;
    position: absolute;
    border-radius: 100em;
    transition: 0.3s;
    right: 0;
    top: 50%; /* מיקום אנכי במרכז */
    transform: translateY(-50%); /* יישור אנכי מדויק */
}

.butover:hover::before {
    width: 100%;
}

/* שינוי צבע הטקסט ללבן במעבר עכבר */
.butover:hover .elementor-button-text,
.butover:hover .elementor-button-icon {
    color: #fff !important;
    fill: #fff !important; /* לאייקונים מבוססי SVG */
}

/* התאמות לטקסט במחשב */
.butover .elementor-button-text {
    z-index: 1;
    padding: 0px 0px;
    transition: color 0.3s; /* מעבר חלק */
}

.butover .elementor-button-icon {
    z-index: 1;
    transition: color 0.3s, fill 0.3s; /* מעבר חלק */
}

/* התאמות למובייל */
@media (max-width: 768px) {
    .butover::before {
        width: 25px;
        height: 25px;
        top: 55%; /* הורדת העיגול מעט למטה */
        transform: translateY(-50%);
    }
    
    .butover .elementor-button-text {
        padding: 1px 5px; /* ריווח קטן יותר במובייל */
    }
}

.butover .elementor-button-icon svg,
.butover .elementor-button-icon svg path {
    fill: #fff !important;
    color: #fff !important;
}
.butover .elementor-button-icon svg,
.butover .elementor-button-icon svg path {
    fill: #fff !important;
    color: #fff !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'פולין';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://photowithlove.co.il/wp-content/uploads/2025/07/Polin-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'פולין';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://photowithlove.co.il/wp-content/uploads/2025/07/Polin-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'פולין';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://photowithlove.co.il/wp-content/uploads/2025/07/Polin-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */