.elementor-14729 .elementor-element.elementor-element-39a55da{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-14729 .elementor-element.elementor-element-39a55da:not(.elementor-motion-effects-element-type-background), .elementor-14729 .elementor-element.elementor-element-39a55da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB00;}.elementor-14729 .elementor-element.elementor-element-26fc335{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14729 .elementor-element.elementor-element-26fc335:not(.elementor-motion-effects-element-type-background), .elementor-14729 .elementor-element.elementor-element-26fc335 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-14729 .elementor-element.elementor-element-6affbd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-14729 .elementor-element.elementor-element-33ea416 > .elementor-widget-container{margin:0vw 0vw 14vw 0vw;}@media(min-width:768px){.elementor-14729 .elementor-element.elementor-element-26fc335{--width:45%;}.elementor-14729 .elementor-element.elementor-element-6affbd9{--width:55%;}}@media(max-width:767px){.elementor-14729 .elementor-element.elementor-element-39a55da{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14729 .elementor-element.elementor-element-26fc335{--min-height:60vh;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--border-radius:60px 60px 0px 0px;--margin-top:-39px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:080px;--padding-left:30px;--padding-right:30px;--z-index:1;}.elementor-14729 .elementor-element.elementor-element-6affbd9{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14729 .elementor-element.elementor-element-33ea416 > .elementor-widget-container{margin:0vw 0vw 1vw 0vw;}}/* Start custom CSS for html, class: .elementor-element-33ea416 *//* =========================
   Office Plans – משתני בסיס
   ========================= */
.tp-scope-office{
  --outer-radius: 10px;
  --outer-title-fz: 20px;
  --outer-icon-size: 15px;
  --outer-shadow: 0 0 10px 0 rgba(0,0,0,.2); /* צל לכרטיס החיצוני */
  --outer-open-accent: #e21837;              /* צבע קו אדום */
  --inner-title-fz: 18px;
  --inner-divider: #e5e7eb;
  --text: #000;
}

/* =========================
   OUTER – המעטפת
   ========================= */
.tp-scope-office .tp-outer-acc .elementor-accordion-item,
.tp-scope-office .tp-outer-acc .elementor-accordion-item.elementor-active{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 14px 0;
  overflow: visible;
}

/* OUTER – כותרת (כפתור) – בסיס */
.tp-scope-office .tp-outer-acc .elementor-tab-title{
  position: relative;
  display: flex;
  flex-direction: row; /* RTL, אייקון לפני טקסט */
  align-items: center;
  gap: 8px;
  padding: 15px;
  padding-inline-end: 1em;
  direction: rtl;
  text-align: right;
  color: var(--text);
  font: 900 var(--outer-title-fz)/1.2 ploni, sans-serif;
  border-radius: var(--outer-radius);
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb; /* קו אפור 2px ברירת מחדל */
  box-shadow: var(--outer-shadow); /* צל קבוע לכרטיס */
}

/* בלי אנימציות מוזרות */
.tp-scope-office .tp-outer-acc .elementor-tab-title,
.tp-scope-office .tp-outer-acc .elementor-tab-title *{
  transition: none !important;
  will-change: auto;
}

/* OUTER – hover: רק הקו נהיה אדום, הצל נשאר */
.tp-scope-office .tp-outer-acc .elementor-tab-title:hover{
  background: #fff !important;
  border-color: var(--outer-open-accent) !important;
  box-shadow: var(--outer-shadow) !important;
}

/* OUTER – פתוח: בלי צל, בלי קו, שקוף */
.tp-scope-office .tp-outer-acc
.elementor-accordion-item.elementor-active > .elementor-tab-title,
.tp-scope-office .tp-outer-acc
.elementor-tab-title[aria-expanded="true"]{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* גם בהובר כשהוא פתוח – לא מחזירים קו/צל */
.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]:hover{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* OUTER – אייקון inline לפני הטקסט */
.tp-scope-office .tp-outer-acc .e-n-accordion-item-title-icon{
  position: static !important;
  inset: auto !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* ביטול אייקון ישן אם קיים */
.tp-scope-office
.tp-outer-acc
.elementor-accordion-item
.elementor-accordion-icon::before{
  content: none !important;
}

/* OUTER – אייקון FA chevron */
.tp-scope-office .tp-outer-acc .e-n-accordion-item-title-icon i{
  font-size: var(--outer-icon-size);
  line-height: 1;
  transform: rotate(0deg) !important;
}

.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]
.e-n-accordion-item-title-icon i{
  transform: rotate(180deg) !important;
}

/* OUTER – תוכן */
.tp-scope-office .tp-outer-acc .elementor-tab-content{
  background: #fff;
  padding: 15px;
  border: 0;
}

.tp-scope-office
.tp-outer-acc
.elementor-accordion-item.elementor-active > .elementor-tab-content,
.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]
+ .elementor-tab-content{
  background: #ffffff00 !important;
}

/* פסקה מעל האקורדיון הפנימי */
.tp-scope-office
.tp-outer-acc
.elementor-tab-content > p{
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #111827;
  margin: 0 0 1.5em;
}

/* =========================
   INNER – מינימליסטי
   ========================= */
.tp-scope-office .tp-inner-acc{
  margin-top: 0px;
}

.tp-scope-office .tp-inner-acc .elementor-accordion-item{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0;
}

.tp-scope-office .tp-inner-acc .elementor-tab-title{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  direction: rtl;
  text-align: right;
  padding: 10px 0;
  padding-inline-end: 0;
  font: 800 var(--inner-title-fz)/1.25 ploni, sans-serif;
  color: var(--text);
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--inner-divider) !important;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.tp-scope-office
.tp-inner-acc
.elementor-tab-title[aria-expanded="true"]{
  background: transparent !important;
  border-bottom: 1px solid var(--inner-divider) !important;
  box-shadow: none !important;
}

.tp-scope-office .tp-inner-acc .elementor-tab-title,
.tp-scope-office .tp-inner-acc .elementor-tab-title:hover,
.tp-scope-office .tp-inner-acc .elementor-tab-title:focus{
  border-bottom: 1px solid var(--inner-divider) !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* INNER – אייקון */
.tp-scope-office .tp-inner-acc .e-n-accordion-item-title-icon{
  position: static !important;
  inset: auto !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.tp-scope-office .tp-inner-acc .e-n-accordion-item-title-icon i{
  font-size: var(--outer-icon-size);
  line-height: 1;
  transform: rotate(0deg) !important;
}

.tp-scope-office
.tp-inner-acc
.elementor-tab-title[aria-expanded="true"]
.e-n-accordion-item-title-icon i{
  transform: rotate(180deg) !important;
}

/* INNER – תוכן */
.tp-scope-office .tp-inner-acc .elementor-tab-content{
  padding: 10px 0 12px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================
   Tags / Pills
   ========================= */
.tp-scope-office .tp-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0px;
}

.tp-scope-office .tp-pills .tp-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ffda8b;
  color: #111827;
  border: 0;
  white-space: nowrap;
  line-height: 0.8em;
  font-weight: 600;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
}

.tp-scope-office .tp-pills .tp-pill *{
  font: inherit !important;
}

.tp-scope-office .tp-pill::before{
  content: none !important;
}

/* רווח בין בלוקים */
.tp-block{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
}

/* =========================
   מובייל – גלריה
   ========================= */
@media (max-width: 767px){
  .tp-scope-office .tp-gallery{
    width: 100%;
    overflow: hidden;
  }

  .tp-scope-office .tp-gallery .tp-track{
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    display: flex;
  }

  .tp-scope-office .tp-gallery .tp-slide{
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bab6c4 *//* =========================
   Office Plans – משתני בסיס
   ========================= */
.tp-scope-office{
  --outer-radius: 10px;
  --outer-title-fz: 20px;
  --outer-icon-size: 15px;
  --outer-shadow: 0 0 10px 0 rgba(0,0,0,.2); /* צל לכרטיס החיצוני */
  --outer-open-accent: #e21837;              /* צבע קו אדום */
  --inner-title-fz: 18px;
  --inner-divider: #e5e7eb;
  --text: #000;
}

/* =========================
   OUTER – המעטפת
   ========================= */
.tp-scope-office .tp-outer-acc .elementor-accordion-item,
.tp-scope-office .tp-outer-acc .elementor-accordion-item.elementor-active{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 14px 0;
  overflow: visible;
}

/* OUTER – כותרת (כפתור) – בסיס */
.tp-scope-office .tp-outer-acc .elementor-tab-title{
  position: relative;
  display: flex;
  flex-direction: row; /* RTL, אייקון לפני טקסט */
  align-items: center;
  gap: 8px;
  padding: 15px;
  padding-inline-end: 1em;
  direction: rtl;
  text-align: right;
  color: var(--text);
  font: 900 var(--outer-title-fz)/1.2 ploni, sans-serif;
  border-radius: var(--outer-radius);
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb; /* קו אפור 2px ברירת מחדל */
  box-shadow: var(--outer-shadow); /* צל קבוע לכרטיס */
}

/* בלי אנימציות מוזרות */
.tp-scope-office .tp-outer-acc .elementor-tab-title,
.tp-scope-office .tp-outer-acc .elementor-tab-title *{
  transition: none !important;
  will-change: auto;
}

/* OUTER – hover: רק הקו נהיה אדום, הצל נשאר */
.tp-scope-office .tp-outer-acc .elementor-tab-title:hover{
  background: #fff !important;
  border-color: var(--outer-open-accent) !important;
  box-shadow: var(--outer-shadow) !important;
}

/* OUTER – פתוח: בלי צל, בלי קו, שקוף */
.tp-scope-office .tp-outer-acc
.elementor-accordion-item.elementor-active > .elementor-tab-title,
.tp-scope-office .tp-outer-acc
.elementor-tab-title[aria-expanded="true"]{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* גם בהובר כשהוא פתוח – לא מחזירים קו/צל */
.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]:hover{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* OUTER – אייקון inline לפני הטקסט */
.tp-scope-office .tp-outer-acc .e-n-accordion-item-title-icon{
  position: static !important;
  inset: auto !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* ביטול אייקון ישן אם קיים */
.tp-scope-office
.tp-outer-acc
.elementor-accordion-item
.elementor-accordion-icon::before{
  content: none !important;
}

/* OUTER – אייקון FA chevron */
.tp-scope-office .tp-outer-acc .e-n-accordion-item-title-icon i{
  font-size: var(--outer-icon-size);
  line-height: 1;
  transform: rotate(0deg) !important;
}

.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]
.e-n-accordion-item-title-icon i{
  transform: rotate(180deg) !important;
}

/* OUTER – תוכן */
.tp-scope-office .tp-outer-acc .elementor-tab-content{
  background: #fff;
  padding: 15px;
  border: 0;
}

.tp-scope-office
.tp-outer-acc
.elementor-accordion-item.elementor-active > .elementor-tab-content,
.tp-scope-office
.tp-outer-acc
.elementor-tab-title[aria-expanded="true"]
+ .elementor-tab-content{
  background: #ffffff00 !important;
}

/* פסקה מעל האקורדיון הפנימי */
.tp-scope-office
.tp-outer-acc
.elementor-tab-content > p{
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #111827;
  margin: 0 0 1.5em;
}

/* =========================
   INNER – מינימליסטי
   ========================= */
.tp-scope-office .tp-inner-acc{
  margin-top: 0px;
}

.tp-scope-office .tp-inner-acc .elementor-accordion-item{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0;
}

.tp-scope-office .tp-inner-acc .elementor-tab-title{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  direction: rtl;
  text-align: right;
  padding: 10px 0;
  padding-inline-end: 0;
  font: 800 var(--inner-title-fz)/1.25 ploni, sans-serif;
  color: var(--text);
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--inner-divider) !important;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.tp-scope-office
.tp-inner-acc
.elementor-tab-title[aria-expanded="true"]{
  background: transparent !important;
  border-bottom: 1px solid var(--inner-divider) !important;
  box-shadow: none !important;
}

.tp-scope-office .tp-inner-acc .elementor-tab-title,
.tp-scope-office .tp-inner-acc .elementor-tab-title:hover,
.tp-scope-office .tp-inner-acc .elementor-tab-title:focus{
  border-bottom: 1px solid var(--inner-divider) !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* INNER – אייקון */
.tp-scope-office .tp-inner-acc .e-n-accordion-item-title-icon{
  position: static !important;
  inset: auto !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.tp-scope-office .tp-inner-acc .e-n-accordion-item-title-icon i{
  font-size: var(--outer-icon-size);
  line-height: 1;
  transform: rotate(0deg) !important;
}

.tp-scope-office
.tp-inner-acc
.elementor-tab-title[aria-expanded="true"]
.e-n-accordion-item-title-icon i{
  transform: rotate(180deg) !important;
}

/* INNER – תוכן */
.tp-scope-office .tp-inner-acc .elementor-tab-content{
  padding: 10px 0 12px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================
   Tags / Pills
   ========================= */
.tp-scope-office .tp-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0px;
}

.tp-scope-office .tp-pills .tp-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ffda8b;
  color: #111827;
  border: 0;
  white-space: nowrap;
  line-height: 0.8em;
  font-weight: 600;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
}

.tp-scope-office .tp-pills .tp-pill *{
  font: inherit !important;
}

.tp-scope-office .tp-pill::before{
  content: none !important;
}

/* רווח בין בלוקים */
.tp-block{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
}

/* =========================
   מובייל – גלריה
   ========================= */
@media (max-width: 767px){
  .tp-scope-office .tp-gallery{
    width: 100%;
    overflow: hidden;
  }

  .tp-scope-office .tp-gallery .tp-track{
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    display: flex;
  }

  .tp-scope-office .tp-gallery .tp-slide{
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6affbd9 */.elementor-14729 .elementor-element.elementor-element-6affbd9{
    overflow-y: scroll;
    height: 75vh;
}
/* מובייל – ביטול לגמרי */
@media (max-width: 767px){
  .elementor-14729 .elementor-element.elementor-element-6affbd9{
    overflow-y: visible;   /* או auto / initial */
    height: auto;          /* בלי גובה קבוע */
    max-height: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-39a55da */.tp-gallery { position: relative; }
.tp-gallery .tp-prev,
.tp-gallery .tp-next{
  pointer-events: auto;
  z-index: 50;
}

/* עוזר לכרום ברינדור תמונות בתוך transform */
.tp-gallery img{
  transform: translateZ(0);
  backface-visibility: hidden;
}







/* רק באקורדיון פנימי, ורק כשהפאנל פתוח */
.tp-scope-office .tp-inner-acc .elementor-tab-content:not([hidden]){
  position: relative !important;
  max-height: 400px;
  overflow-y: auto;         /* עדיף מ-scroll */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}


/* Sticky pills בתוך הפאנל הפנימי הגולל */
.tp-scope-office .tp-inner-acc .elementor-tab-content:not([hidden]) .tp-pills{
  position: sticky;
  top: -12px;                 /* שנה ל-8px אם אתה רוצה מרווח */
  z-index: 10;
  background: #F9FAFB;       /* חשוב כדי שלא "יראו" טקסט מתחת */
  padding: 8px 0;
}

/* Mobile only: pills background = white */
@media (max-width: 767px){
  .tp-scope-office .tp-inner-acc .elementor-tab-content:not([hidden]) .tp-pills{
    background: #fff !important;
  }
}/* End custom CSS */