.elementor-897 .elementor-element.elementor-element-e655124{--display:flex;--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-897 .elementor-element.elementor-element-48a6826{font-family:"ploni_aaa", Sans-serif;font-size:24px;font-weight:800;color:var( --e-global-color-f1a4727 );}.elementor-897 .elementor-element.elementor-element-48a6826 p{margin-block-end:4px;}.elementor-897 .elementor-element.elementor-element-7fcb6f7{border-radius:0px 0px 0px 0px;}#elementor-popup-modal-897 .dialog-widget-content{animation-duration:1.2s;border-radius:18px 18px 18px 18px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:100px 100px 100px 0500px;}#elementor-popup-modal-897 .dialog-message{width:254px;height:100px;align-items:flex-end;}#elementor-popup-modal-897{justify-content:flex-end;align-items:flex-start;}#elementor-popup-modal-897 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-897 .elementor-element.elementor-element-e655124{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-7fcb6f7 *//* ===== Panel ===== */
.a11y-panel{
  width: 260px;
  padding: 14px 14px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  font-family: inherit;
}

.a11y-title{
  font-weight: 700;
  margin-bottom: 10px;
}

.a11y-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size: 18px;
}

.a11y-label{
  line-height: 1.2;
}

/* ===== Switch (38px height) ===== */
.gl-switch{
  position:relative;
  display:inline-block;
  width:72px;          /* פרופורציה לגובה 38 */
  height:38px;         /* הגובה שביקשת */
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
}

/* hidden real input */
.gl-switch input{
  position:absolute;
  inset:0;
  opacity:0;
  margin:0;
  cursor:pointer;
}

/* track ALWAYS green */
.gl-switch .track{
  position:absolute;
  inset:0;
  background:#00B087;              /* ירוק תמיד */
  border-radius:999px;
  transition: 200ms ease;
}

/* inner white pill */
.gl-switch .track::after{
  content:"";
  position:absolute;
  left:6px;
  top:6px;
  right:6px;
  bottom:6px;
  background:#fff;
  border-radius:999px;
}

/* thumb DEFAULT = OFF (אפור) */
.gl-switch .thumb{
  position:absolute;
  width:22px;
  height:22px;
  left:9px;                        /* OFF position */
  top:50%;
  transform:translateY(-50%);
  background:#BFC5CC;              /* אפור */
  border-radius:999px;
  transition: 220ms ease, background 200ms ease;
}

/* ON = right + purple */
.gl-switch input:checked ~ .thumb{
  left: calc(100% - 9px - 22px);   /* ON position */
  background:#6d63ff;              /* סגול */
}

/* focus (keyboard accessibility) */
.gl-switch input:focus-visible ~ .track{
  outline: 2px solid rgba(0,0,0,.25);
  outline-offset: 3px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ploni_aaa';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://greenlend.co.il/wp-content/uploads/2025/08/Ploni1.1AAA-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'ploni_aaa';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://greenlend.co.il/wp-content/uploads/2025/08/Ploni1.1AAA-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */