.elementor-kit-7{--e-global-color-primary:#191919;--e-global-color-secondary:#04182F;--e-global-color-text:#7A7A7A00;--e-global-color-accent:#61CE70;--e-global-color-e77cb4a:#581845;--e-global-color-3865328:#C39EA0;--e-global-color-d2b2c30:#F9F6F2;--e-global-color-f3826d6:#264E30;--e-global-color-d6004ab:#8DBFFF;--e-global-color-af99ef6:#FFFFFF;--e-global-color-10e2623:#0006FF;--e-global-typography-primary-font-family:"Playpen Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Secular One";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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{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 {
  background-color: #000;
  background-image: 
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 80px 80px;
}

/* מתקין את הפונט הנכון על אייקוני הדירוג ומונע שבירה */
.elementor-star-rating{ 
  display:inline-flex !important; 
  align-items:center; 
  gap:2px; 
  white-space:nowrap;
}

/* Elementor icons (eicons) */
.elementor-star-rating i,
.elementor-star-rating .eicon,
.elementor-star-rating .eicon-star,
.elementor-star-rating .eicon-star-o,
.elementor-star-rating .eicon-star-half {
  font-family: "eicons" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-size: 1.2em; /* שנה גודל אם צריך */
}

/* אם הווידג'ט משתמש ב-Font Awesome במקום eicons */
.elementor-star-rating .fa,
.elementor-star-rating .fas,
.elementor-star-rating .far,
.elementor-star-rating .fa-star,
.elementor-star-rating .fa-star-half-alt,
.elementor-star-rating .fa-star-half-stroke{
  font-family: "Font Awesome 6 Free","Font Awesome 5 Free","Font Awesome 6 Pro","Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* מבטל החלת פונט גלובלי על אייקונים כדי שלא ידרוס את eicons/FA */
.elementor-star-rating i,
.elementor-star-rating .fa,
.elementor-star-rating .eicon{
  font-variant-ligatures: none;
}

.dm-header {
  position: fixed;      /* צף קבוע במסך */
  top: 20px;            /* מרחק מהחלק העליון */
  left: 20px;           /* שנה ל-right אם צריך */
  z-index: 9999 !important; /* תמיד מעל הכל */
  pointer-events: auto; /* מבטיח שאפשר ללחוץ על האייקונים */
}

/* תיקון viewport לכל האתר במובייל */
@media (max-width: 767px){
  body {
    min-height: 100dvh;
  }

  @supports not (height: 100dvh) {
    body {
      min-height: -webkit-fill-available;
    }
  }
}/* End custom CSS */