.elementor-kit-7{--e-global-color-primary:#689FFE;--e-global-color-secondary:#54595F;--e-global-color-text:#777777;--e-global-color-accent:#EB1C24;--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;background-color:#F8F8F8F7;background-image:url("https://asplusai.com/wp-content/uploads/2025/08/עיצוב-ללא-שם-11.png");font-family:"ABeeZee", Sans-serif;background-position:top left;background-size:cover;overscroll-behavior:auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:transparent;padding-inline-end:0px;padding-inline-start:0px;background-image:linear-gradient(180deg, #FFFEFE 0%, #000000 100%);}.elementor-kit-7 a{color:#1B2B50;}.elementor-kit-7 a:hover{color:#FF3F7B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.site-header .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-kit-7{background-image:url("https://asplusai.com/wp-content/uploads/2025/08/עיצוב-ללא-שם-9.png");background-position:-136px -137px;background-size:contain;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:1025px){.elementor-kit-7{background-attachment:fixed;}}/* Start custom CSS *//* =========================================================
   PROPLY / AS – Progress Bar (FULL, CLEAN, WORKING)
   Title ("ציר התקדמות") = WHITE (NOT forced bold)
   ========================================================= */

/* Uncomment only if font is not already loaded:
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Hebrew+Condensed:wght@400;700&display=swap');
*/

#as-sticky-progress{
  --as-top-desktop: 88px;
  --as-top-mobile: 72px;

  position: fixed !important;
  top: var(--as-top-desktop) !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;

  background: #ff3c78 !important;
  z-index: 999999 !important;

  padding: 10px 18px !important;
  overflow: hidden !important;

  font-family: "Open Sans Hebrew Condensed","Open Sans",Arial,sans-serif !important;

  /* Layout: RIGHT = title, LEFT = group(end|bar|start) */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;

  direction: rtl !important;
}

/* ========== FORCE TITLE WHITE (desktop + mobile) ========== */
#as-sticky-progress .as-progress-label,
#as-sticky-progress .as-progress-label *{
  color: #ffffff !important;
  font-weight: inherit !important;   /* לא מכריח בולד */
  text-decoration: none !important;

  font-size: 22px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

/* Mobile theme sometimes colors links/headings blue */
@media (max-width: 480px){
  #as-sticky-progress .as-progress-label,
  #as-sticky-progress .as-progress-label *,
  #as-sticky-progress a,
  #as-sticky-progress h1,
  #as-sticky-progress h2,
  #as-sticky-progress h3,
  #as-sticky-progress h4,
  #as-sticky-progress h5,
  #as-sticky-progress h6{
    color: #ffffff !important;
    font-weight: inherit !important; /* לא מכריח בולד */
    text-decoration: none !important;
  }
}

/* ========== LEFT GROUP: end | bar | start (locked, never stacks) ========== */
/* We force them to behave as inline-flex and not take full width */
#as-sticky-progress .as-progress-end,
#as-sticky-progress .as-progress-bar,
#as-sticky-progress .as-progress-start{
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;

  align-items: center !important;
  white-space: nowrap !important;

  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Make sure any inner nodes don't break lines (fixes "stacked" look) */
#as-sticky-progress .as-progress-end *,
#as-sticky-progress .as-progress-start *{
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* END (left of bar) */
#as-sticky-progress .as-progress-end{
  order: 1 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

/* BAR (middle) */
#as-sticky-progress .as-progress-bar{
  order: 2 !important;

  width: min(620px, 44vw) !important;
  height: 10px !important;

  background: #ffffff !important;
  border-radius: 999px !important;
  overflow: hidden !important;

  position: relative !important;

  /* spacing between texts and bar */
  margin: 0 12px !important;
}

/* START (right of bar) */
#as-sticky-progress .as-progress-start{
  order: 3 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

/* ========== FILL: grows RIGHT -> LEFT, JS updates width % ========== */
/* IMPORTANT: do not use width:0% !important anywhere */
#as-sticky-progress .as-progress-bar-fill{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;   /* anchor right so it fills to the left */
  left: auto !important;

  height: 100% !important;
  width: 0%;             /* JS changes this */

  background: #1B2B50 !important;
  border-radius: 999px !important;

  transition: width 0.3s ease !important;
}

/* ========== MOBILE sizes ========== */
@media (max-width: 480px){
  #as-sticky-progress{
    top: var(--as-top-mobile) !important;
    padding: 10px 14px !important;
    gap: 12px !important;
  }

  #as-sticky-progress .as-progress-label,
  #as-sticky-progress .as-progress-label *{
    font-size: 18px !important;
  }

  #as-sticky-progress .as-progress-bar{
    width: min(320px, 48vw) !important;
    height: 10px !important;
    margin: 0 10px !important;
  }

  #as-sticky-progress .as-progress-start,
  #as-sticky-progress .as-progress-end{
    font-size: 13px !important;
  }
}/* End custom CSS */