.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FF6C3A;--e-global-color-d63d318:#0080DE;--e-global-color-1754f56:#B7DFFF;--e-global-color-568abb2:#EADDCE;--e-global-color-106344a:#F2EFE7;--e-global-color-4bfa3e1:#FFFFFF;--e-global-color-d750c45:#CCB59A;--e-global-color-4ade27d:#9ECEF5;--e-global-typography-primary-font-family:"polin";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"polin";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"polin";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"polin";--e-global-typography-accent-font-weight:bold;background-color:var( --e-global-color-106344a );}.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-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 */<script>
document.addEventListener('DOMContentLoaded', function () {
  document.querySelectorAll('.ue-full-click').forEach(function (box) {
    // לוקח את הלינק הקיים של הכפתור (הקישור הראשון בווידג'ט)
    const link = box.querySelector('a[href]');
    if (!link) return;

    const url = link.href;
    const targetBlank = link.target === '_blank';

    // נגישות + UX
    box.style.cursor = 'pointer';
    box.setAttribute('role', 'link');
    box.setAttribute('tabindex', '0');

    function go() {
      if (targetBlank) window.open(url, '_blank');
      else window.location.href = url;
    }

    box.addEventListener('click', function (e) {
      // אם לחצו ממש על לינק/כפתור פנימי – לא מפריעים
      if (e.target.closest('a, button, input, textarea, select, label')) return;
      go();
    });

    box.addEventListener('keydown', function (e) {
      if (e.key === 'Enter' || e.key === ' ') {
        e.preventDefault();
        go();
      }
    });
  });
});
</script>



/* בכל מצב: לא לחתוך */
.elementor-widget-video video,
.elementor-widget-video .elementor-video,
.elementor-lightbox video,
.elementor-lightbox .mejs__container video{
  object-fit: contain !important;
  object-position: center center !important;
}

/* במסך מלא: לתפוס את כל המסך בלי crop */
:fullscreen video,
:-webkit-full-screen video{
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  background: #000 !important;
}

/* אם המסך מלא “נתפס” על עטיפה (Lightbox/MediaElement) ולא על הוידאו עצמו */
:fullscreen .mejs__container,
:-webkit-full-screen .mejs__container,
:fullscreen .elementor-lightbox,
:-webkit-full-screen .elementor-lightbox{
  background:#000 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Regular.woff2') format('woff2'),
		url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Regular.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Light.woff2') format('woff2'),
		url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Light.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Bold.woff2') format('woff2'),
		url('https://wedo-com.com/wp-content/uploads/2025/12/Polin-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */