.elementor-kit-6{--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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-kit-6 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){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 *//* ברירת מחדל – שקוף לחלוטין (כולל טקסט) */
#sticky-btn {
  background-color: transparent;
  color: transparent;
  padding: 12px 24px;
  font-size: 30px;
  border-radius: 8px;
  transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
  z-index: 999;
  opacity: 0; /* מוסיף הסתרה מוחלטת */
}

/* מצב אחרי גלילה */
.elementor-sticky--effects #sticky-btn {
  background-color: #0C0D0E; /* שחור */
  color: white;
  opacity: 1; /* חשוף לגמרי */
}

/* התאמות רספונסיביות */
@media (max-width: 768px) {
  #sticky-btn {
    font-size: 20px;
    padding: 10px 18px;
  }
}

@media (max-width: 480px) {
  #sticky-btn {
    font-size: 20px;
    padding: 8px 14px;
  }
}/* End custom CSS */