.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#AE7F2C;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-8c424ba:#FFFFFF00;--e-global-color-657039e:#C4AB6B;--e-global-color-b791e63:#31D0F9;--e-global-color-7a0cc6a:#B5F0FF;--e-global-typography-primary-font-family:"leon-product";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"leon-product";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"leon-product";--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"leon-product";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.glid_text {
  position: relative;
  display: inline-block;
  font-weight: bold; /* אפשר לשנות לפי הצורך */
  color: #AE7F2C; /* צבע בסיסי של הטקסט */
  background: linear-gradient(
    120deg, 
    #AE7F2C 20%, 
    rgba(255, 255, 255, 0.9) 40%, 
    #AE7F2C 60%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.glid_text2 {
  position: relative;
  display: inline-block;
  color: #AE7F2C; /* צבע בסיסי של הטקסט */
  background: linear-gradient(
    120deg, 
    black 20%, 
     #C4AB6B 40%, 
    black 60%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}
/* Prevent horizontal scroll on mobile */
@media (max-width: 767px){
  html, body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}/* End custom CSS */