.elementor-kit-6{--e-global-color-theme-custom-color:#000000;--e-global-color-theme-content-color:#565656;--e-global-color-theme-header-font-color:#000000;--e-global-color-theme-body-bg-color:#ffffff;--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-745fb45:#FFFFFF;--e-global-color-71e3015:#DCDDDF;--e-global-color-d497d93:#31343A;--e-global-color-b8e4d8c:#8E96A7;--e-global-color-f40352e:#29292B;--e-global-color-09d9eab:#7F8385;--e-global-color-1012f8a:#C5A97A;--e-global-color-fcd0f80:#31343A;--e-global-typography-theme-main-font-family:"Noto Sans Hebrew";--e-global-typography-theme-main-font-size:18px;--e-global-typography-theme-main-font-weight:500;--e-global-typography-theme-main-line-height:28px;--e-global-typography-theme-headers-font-family:"Noto Sans Hebrew";--e-global-typography-theme-headers-font-weight:500;--e-global-typography-primary-font-family:"Noto Sans Hebrew";--e-global-typography-primary-font-weight:600;--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-3d7c640-font-family:"Noto Sans Hebrew";--e-global-typography-3d7c640-font-size:17px;--e-global-typography-3d7c640-font-weight:300;--e-global-typography-3d7c640-line-height:1.3em;background-color:var( --e-global-color-theme-body-bg-color );color:var( --e-global-color-primary );font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:17px;font-weight:500;line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:15px;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:80vw;line-height:1.2em;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:30px;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:25px;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:36px;line-height:1.2em;}.elementor-kit-6 h5{font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:24px;line-height:1.2em;}.elementor-kit-6 h6{font-family:"Noto Sans Hebrew", noto sans hebrew;font-size:16px;line-height:1.2em;}.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);}@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 {
  cursor: default;
}

/* עיגול הסמן */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #c5a97a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.12s ease-out, transform 0.12s ease-out;
  z-index: 9999;
  will-change: transform, opacity;
}

.fade-blur-title {
  font-family: 'Heebo', sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  margin: 0;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
/* בסיס אחיד לכל השקופיות */
.center-me-carousel .swiper-slide {
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
}

.center-me-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* סטייל בסיס לכל השקופיות */
.threeD-carousel .swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.85);
    opacity: 0.5;
    z-index: 1;
}

/* תמונות ב-COVER */
.threeD-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* השקופית האמצעית שמקבלת JS */
.threeD-carousel .swiper-slide.is-center {
    transform: scale(1.1) translateY(-10px);
    opacity: 1;
    z-index: 5;
}/* End custom CSS */