.elementor-kit-9{--e-global-color-primary:#E63946;--e-global-color-secondary:#FFF5EC;--e-global-color-text:#2B2D42;--e-global-color-accent:#F1A208;--e-global-color-d79e78a:#FAFAFA;--e-global-color-9db3bc4:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--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:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-67e4e41-font-family:"Raleway";--e-global-typography-19ab9d3-font-family:"Quicksand";}.elementor-kit-9 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);}@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 */.filter-btn {
  all: unset; /* מאפס את כל העיצובים ברירת מחדל */
  display: inline-block;
  background: #eee;
  margin: 6px;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.filter-btn:hover,
.filter-btn.active {
  background: #e63946;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}/* End custom CSS */