.elementor-5792 .elementor-element.elementor-element-9f77b75{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5792 .elementor-element.elementor-element-9f77b75:not(.elementor-motion-effects-element-type-background), .elementor-5792 .elementor-element.elementor-element-9f77b75 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #2A9D8F 0%, var( --e-global-color-169b25a ) 100%);}.elementor-5792 .elementor-element.elementor-element-8c77751{--display:flex;--min-height:0vh;}.elementor-5792 .elementor-element.elementor-element-9dc20d9{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-5792 .elementor-element.elementor-element-9dc20d9 > .elementor-widget-container{background-color:var( --e-global-color-9b6f198 );border-radius:25px 25px 25px 25px;}.elementor-5792 .elementor-element.elementor-element-9dc20d9.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-5792 .elementor-element.elementor-element-9dc20d9{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(min-width:768px){.elementor-5792 .elementor-element.elementor-element-9f77b75{--content-width:500px;}}@media(max-width:767px){.elementor-5792 .elementor-element.elementor-element-9f77b75{--min-height:0vh;--padding-top:30px;--padding-bottom:080px;--padding-left:15px;--padding-right:15px;}.elementor-5792 .elementor-element.elementor-element-8c77751{--min-height:0vh;}.elementor-5792 .elementor-element.elementor-element-9dc20d9{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-9dc20d9 */.balio-step.intro-question h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1d2e28;
  font-weight: 700;
}
.balio-step.intro-question p {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
    font-weight: 900;
}
.balio-step.intro-question .question-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
}
.balio-step.intro-question .question-buttons button {
  background: #fff;
  color: #1d2e28;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.balio-step.intro-question .question-buttons button:hover {
  border-color: #2a9d8f;
  background-color: #f9f9f9;
}
.balio-step.intro-question .question-progress {
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 8px;
  text-align: right;
  font-weight: 600;
}


        .balio-steps-wrapper {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            font-family: 'Fredoka', sans-serif;
            position: relative;
            text-align: center;
        }
        .balio-step {
            width: 100%;
            min-height: 85vh;
            max-height: 85vh;
            display: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .step-inner {
            max-width: 600px;
            width: 100%;
            padding: 40px 25px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
        }
        .balio-step h2 {
            font-size: 25px;
            margin-bottom: 10px;
            margin-top: 40px;
            font-weight: 600;

        }
        .balio-step p {
            font-size: 15px;
            margin-bottom: 20px;
            line-height: 1.6;
            margin: 0 auto 45px;
        }
        .balio-step img {
            display: block;
            margin: 0 auto 20px;
        }
   .button-row {
    margin-top: auto; /* זה מה שדוחף אותו לתחתית */
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    width: 100%;
}
        .button-row button {
            padding: 5px 15px;
            border-color: #2A9D8F;
            color: #2A9D8F;
            font-size: 16px;
            border: solid 1px;
            border-radius: 100px;
            cursor: pointer;
        }
        .button-row button:hover {
            background-color: #21867a;
        }
        .progress-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    box-sizing: border-box;
}

.progress-step {
    flex: 1;
    height: 6px;
    background: #ccc;
    margin: 0 3px;
    border-radius: 3px;
    position: relative;
}

.progress-step::before {
    content: '';
    width: 14px;
    height: 14px;
    background: white;
    border: 3px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.progress-step.active {
    background: #2A9D8F;
}

.progress-step.active::before {
    border-color: #2A9D8F;
}


/* מחשב – תמונות גדולות יותר */
@media (min-width: 768px) {
  .balio-step img {
    width: 400px;
  }
}/* End custom CSS */