.elementor-kit-6{--e-global-color-primary:#4A353D;--e-global-color-secondary:#28352C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#e3dbcb;--e-global-typography-primary-font-family:"FB Practica Light";font-weight:27;--e-global-typography-secondary-font-family:"Open Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 */[id] {
  scroll-margin-top: 120px;
}
/* רווח לגלילה לעוגנים (אם אין עוגנים – אפשר למחוק) */
[id] {
  scroll-margin-top: 120px;
}

/* ==== כרטיס מיקום – הקונטיינר עם תמונת הרקע ==== */
.location-card {
  position: relative;
  overflow: hidden;

  /* כדי שהכותרת הקבועה תהיה באמצע */
  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 0;
}

/* שכבת "רקע" פנימית שמבצעת את הזום */
.location-card::before {
  content: "";
  position: absolute;
  inset: 0;

  /* לוקח את הרקע מהקונטיינר עצמו */
  background: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  transform: scale(1);
  transform-origin: center;
  transition: transform .55s ease-out;

  z-index: -1; /* שיהיה מאחורי הטקסט */
}

/* זום־אין רק לתמונת הרקע */
.location-card:hover::before {
  transform: scale(1.05);
}

/* ==== שכבת ההובר – האייקון + הטקסט של הדקות ==== */
.location-card .hover-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;

  opacity: 0;
  transform: translateY(15px);
  transition: opacity .35s ease, transform .35s ease;

  z-index: 2;
}

/* הצגת שכבת ההובר על הובר */
.location-card:hover .hover-layer {
  opacity: 1;
  transform: translateY(0);
}

/* לוודא שהכותרת הקבועה (שם המקום) מעל הרקע */
.location-card > * {
  z-index: 3;
}


/* מיכל כללי */
.garda-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;       /* אפשר לשחק אם צריך */
  overflow: hidden;
}

/* ה-iframe של Vimeo */
.garda-hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* שכבת הקאבר עם התמונה + הכפתור */
.garda-hero-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.garda-hero-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* כפתור הפליי היחיד */
.garda-hero-play {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, background .25s ease;
}

.garda-hero-play::before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
}

.garda-hero-play:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.55);
}

/* כשהווידאו מתחיל – מסתירים את השכבה */
.garda-hero-video.is-playing .garda-hero-cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}

/* Legal pages: prevent horizontal overflow on mobile */
.legal-page,
.legal-page *{
  overflow-wrap: anywhere;
  word-break: break-word;
}

.legal-page a{
  word-break: break-all; /* במיוחד לקישורים ארוכים */
}

/* בטיחות: מונע גלילה רוחבית בכל האתר אם משהו בורח */
html, body{
  overflow-x: hidden;
}

@media (min-width: 1024px) {

  #cookie-notice #cn-notice-text {
    font-size: 18px !important;   /* היה 16 */
    line-height: 1.8 !important;
  }

  #cookie-notice .cn-button {
    font-size: 16px !important;   /* היה 15 */
    padding: 12px 23px !important;
  }

}

/* Cookie Notice - force remove bar after dismiss */
#cookie-notice{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
}

/* כשהתוסף מסמן שהבאנר נסגר/אושר */
#cookie-notice.cookie-notice-hidden,
#cookie-notice.cn-hidden,
body.cookies-notice-hidden #cookie-notice,
body.cookie-notice-hidden #cookie-notice{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* אם התוסף דוחף את הגוף למעלה/למטה עם padding */
body.cookies-notice-hidden,
body.cookie-notice-hidden{
  padding-bottom: 0 !important;
}

/* Cookie Notice תמיד מעל הכל בזמן שהוא מוצג */
#cookie-notice{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 2147483647 !important; /* הכי גבוה כמעט שיש */
}

/* הכפתורים והטקסט בפנים גם מעל */
#cookie-notice *{
  position: relative;
  z-index: 2147483647 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FB Practica Light';
	font-display: auto;
	src: url('https://gardajerusalem.co.il/wp-content/uploads/2025/12/fbpractica-lightwebfont.ttf') format('truetype');
}
/* End Custom Fonts CSS */