.elementor-kit-8{--e-global-color-primary:#8750F7;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#F7D94F;--e-global-color-aeb8b4f:#FFFFFF;--e-global-color-29af67b:#8750F7;--e-global-color-700e63d:#2A1454;--e-global-color-c55d7c5:#0F0715;--e-global-color-7486ef0:#050709;--e-global-color-4a7bc25:#F7D94F;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:700;}.elementor-kit-8 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 *//* ביטול רקע של הטאבים */
.projects-tabs .elementor-tab-desktop-title {
  background: transparent !important;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
}

/* קו תחתון */
.projects-tabs .elementor-tab-desktop-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #f5c400;
  transition: width 0.3s ease;
}

/* ריחוף */
.projects-tabs .elementor-tab-desktop-title:hover::after {
  width: 100%;
}

/* טאב פעיל */
.projects-tabs .elementor-tab-desktop-title.elementor-active::after {
  width: 100%;
}

/* ביטול רקע גם בטאב פעיל */
.projects-tabs .elementor-tab-desktop-title.elementor-active {
  background: transparent !important;
  color: #ffffff;
}/* End custom CSS */