.elementor-5216 .elementor-element.elementor-element-ea78ec2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:150px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}@media(max-width:767px){.elementor-5216 .elementor-element.elementor-element-ea78ec2{--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-5304fbc */.vf1-quiz-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    font-family: Assistant, sans-serif;
    direction: rtl;
    background-color: #ffffff !important;
    color: #333;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.vf1-steps-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    padding: 0 15px;
}

.vf1-step-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    position: relative;
    z-index: 2;
}

.vf1-step-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 2px solid #e0e0e0;
    font-weight: bold;
    color: #666;
}

.vf1-step-text {
    font-size: 15px;
    color: #666;
}

.vf1-step-number.active .vf1-step-circle {
    background: #616AAF;
    color: white;
    border-color: #616AAF;
}

.vf1-step-number.active .vf1-step-text {
    color: #616AAF;
    font-weight: 600;
}

.vf1-steps-line {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    height: 2px;
    background: #e0e0e0;
}

.vf1-step {
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
    min-height: 450px;
    position: relative;
    padding-bottom: 100px;
}

.vf1-step.active {
    display: block;
    opacity: 1;
}

.vf1-question-block {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px;
    background: #f8f9ff;
    border: 1px solid #e8e9ff;
}

.vf1-question-block p {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.vf1-radio-group {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
}

.vf1-radio-option {
    flex: 1;
    max-width: calc(50% - 5px);
}

.vf1-radio-option input[type="radio"] {
    display: none;
}

.vf1-radio-option label {
    display: block;
    padding: 12px 0;
    background: white !important;
    color: #333 !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    min-width: 120px;
}

.vf1-radio-option label:hover {
    background: #f8f9ff !important;
    border-color: #616AAF;
}

.vf1-radio-option input[type="radio"]:checked + label {
    background: #616AAF !important;
    color: white !important;
    border-color: #616AAF;
}

.vf1-radio-option input[type="radio"]:checked + label::after {
    content: "✓";
    margin-right: 5px;
}

.vf1-personal-info {
    margin-top: 35px;
}

.vf1-form-field {
    margin-bottom: 20px;
}

.vf1-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.vf1-checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
}

.vf1-checkbox-field input[type="checkbox"] {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.vf1-checkbox-field input[type="checkbox"]:checked {
    background-color: #616AAF;
    border-color: #616AAF;
}

.vf1-checkbox-field input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vf1-checkbox-field label {
    color: #666;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    flex: 1;
}

.vf1-form-field input[type="text"],
.vf1-form-field input[type="tel"],
.vf1-form-field input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.vf1-form-field input[type="text"]:focus,
.vf1-form-field input[type="tel"]:focus,
.vf1-form-field input[type="email"]:focus {
    border-color: #616AAF;
    box-shadow: 0 0 0 2px rgba(97, 106, 175, 0.1);
    outline: none;
}

.vf1-buttons-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.vf1-nav-btn {
    background: #96DD6B !important;
    color: white !important;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 120px;
}

.vf1-nav-btn.vf1-secondary {
    background: transparent !important;
    color: #616AAF !important;
    border: 1px solid #616AAF;
}

.vf1-nav-btn:hover {
    opacity: 0.9;
    background: #85cc5a !important;
}

.vf1-nav-btn.vf1-secondary:hover {
    background: #f8f9ff !important;
}

.vf1-progress-bar {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.vf1-progress {
    width: 0%;
    height: 100%;
    background: #616AAF;
    transition: width 0.4s ease;
}

.vf1-title {
    color: #333;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

/* סטיילינג לפופאפ */
.elementor-popup-modal .vf1-quiz-form {
    z-index: 99999;
    position: relative;
    pointer-events: auto !important;
}

.elementor-popup-modal .vf1-nav-btn {
    pointer-events: auto !important;
    position: relative;
    z-index: 100000;
}

@media (max-width: 480px) {
    .vf1-quiz-form {
        padding: 20px;
        border-radius: 15px;
        margin: 10px;
    }

    .vf1-step {
        min-height: 520px;
        padding-bottom: 120px;
    }

    .vf1-radio-group {
        gap: 10px;
    }

    .vf1-radio-option {
        max-width: 50%;
    }

    .vf1-radio-option label {
        padding: 12px 0;
        min-width: unset;
        width: 100%;
        font-size: 14px;
    }

    .vf1-buttons-group {
        flex-direction: column;
        position: relative;
        gap: 10px;
    }

    .vf1-nav-btn {
        width: 100%;
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .vf1-nav-btn.vf1-secondary {
        order: 2;
    }

    .vf1-checkbox-field {
        gap: 15px;
        padding: 10px 0;
    }

    .vf1-checkbox-field input[type="checkbox"] {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }

    .vf1-checkbox-field label {
        font-size: 14px;
        padding: 5px 0;
        line-height: 1.4;
    }

    .vf1-question-block {
        padding: 20px;
    }

    .vf1-question-block p {
        font-size: 16px;
    }
}/* End custom CSS */