.elementor-kit-16264{--e-global-color-primary:#C9304C;--e-global-color-secondary:#89182D;--e-global-color-text:#1E1E1ED9;--e-global-color-accent:#C9304C;--e-global-color-81e3458:#F9F5EE;--e-global-color-ed86119:#FFFFFF;--e-global-color-2d4c29c:#1E1E1E;--e-global-color-b004495:#642483;--e-global-color-4aa580d:#892670;--e-global-color-8bf0ea3:#AA255B;--e-global-color-521a93c:#E52322;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:84px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:54px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0em;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1em;--e-global-typography-88bf389-font-family:"Assistant";--e-global-typography-88bf389-font-size:42px;--e-global-typography-88bf389-font-weight:600;--e-global-typography-88bf389-line-height:1.1em;--e-global-typography-5de1670-font-family:"Assistant";--e-global-typography-5de1670-font-size:32px;--e-global-typography-5de1670-font-weight:600;--e-global-typography-5de1670-line-height:1.2em;--e-global-typography-0109dfa-font-family:"Assistant";--e-global-typography-0109dfa-font-size:24px;--e-global-typography-0109dfa-font-weight:600;--e-global-typography-0109dfa-line-height:1.2em;--e-global-typography-d0ff185-font-family:"Assistant";--e-global-typography-d0ff185-font-size:20px;--e-global-typography-d0ff185-font-weight:600;--e-global-typography-d0ff185-line-height:1.2em;--e-global-typography-c8edbf9-font-family:"Assistant";--e-global-typography-c8edbf9-font-size:20px;--e-global-typography-c8edbf9-font-weight:400;--e-global-typography-c8edbf9-line-height:1.2em;--e-global-typography-d67c9e5-font-family:"Assistant";--e-global-typography-d67c9e5-font-size:16px;--e-global-typography-d67c9e5-font-weight:400;--e-global-typography-d67c9e5-line-height:1.4em;--e-global-typography-7e489fc-font-family:"Assistant";--e-global-typography-7e489fc-font-size:24px;--e-global-typography-7e489fc-font-weight:700;--e-global-typography-7e489fc-line-height:1em;}.elementor-kit-16264 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-16264{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:44px;--e-global-typography-88bf389-font-size:38px;--e-global-typography-5de1670-font-size:30px;--e-global-typography-0109dfa-font-size:22px;--e-global-typography-d0ff185-font-size:20px;--e-global-typography-7e489fc-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* איפוס מלא לכל העיצובים הקיימים */
.my-clean-menu * {
  all: unset;
  display: revert; /* מחזיר אלמנטים ל-default display שלהם */
  box-sizing: border-box;
}

/* עיצוב ראשוני לתפריט - תוכל להחליף או לשדרג */
.my-clean-menu {
  all: unset;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.my-clean-menu li {
  cursor: pointer;
}

.my-clean-menu a {
  text-decoration: none;
  color: inherit;
}

.custom-gradient-bg {
  --angle: 90deg; 

  background: linear-gradient(
    var(--angle),
    #C9304C 0%,
    #C9304C 28%,
    #992666 54%,
    #892670 75%,
    #642483 100%
  );

  z-index: 0;
  position: relative; /* נדרש כדי ש־z-index יעבוד */
}/* End custom CSS */