.header-bar {
    background-color: #fff;
    padding: 14px 0;
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.header-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    height: 30px;
    max-width: 160px;
}

.header-right {
    text-align: right;
}

.header-phone {
    font-weight: 700;
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: -5px;
}

.header-status {
    font-size: 14px !important;
    color: #333;
    font-weight: 300;
    margin-top: 0px;
}

.header-status span {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.progress-bar-wrapper {
    padding: 20px 0;
    margin-top: 2em;
}

.progress-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.progress-back {
    flex-shrink: 0;
    margin-top: 15px;
}

.back-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    margin-top: -30px;
    cursor: pointer;
}

.progress-back span {
    color: #a4a4a4 !important;
    font-weight: 500;
    position: relative;
    top: -20px;
    left: 3px;
    font-size: 18px;
    cursor: pointer;
}

.progress-line {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.step {
    flex: none;
    width: 100%;
    max-width: 100px;
    height: 10px;
    border-radius: 10px;
    background-color: #f0eefa;
}

.step.active {
    background-color: #57cd9e;
}

.quiz-step {
    text-align: center;
    padding: 50px 20px;
}

.quiz-title {
    font-weight: 700;
    font-size: 40px;
    color: #043373;
    margin-bottom: 2rem;
    max-width: 1024px;
    margin: auto;
    margin-bottom: 50px;
}

.quiz-options {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.quiz-option {
    background: #f0eefa;
    max-width: 174px;
    width: 100%;
    padding: 20px 15px 15px;
    border-radius: 8px;
    border: none;
    text-align: center;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.quiz-option.selected {
    border-color: #93c7fd;
}

.quiz-option i {
    font-size: 36px;
    color: #000;
}

.quiz-option input[type="radio"] {
    margin-top: 1rem;
}

.quiz-error {
    margin-top: 15px !important;
    font-size: 70% !important;
    color: #333131 !important;
    position: relative;
    text-align: center !important;
    display: block;
    width: 100%;
    display: none;
}

.continue-btn {
    width: 190px;
    height: 56px;
    border-radius: 8px;
    background: #ff992f !important;
    font-weight: 700;
    font-size: 21px;
    line-height: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 30px;
}

[type="radio"] {
    width: 20px;
    height: 20px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: relative;
    opacity: 1;
}

.btn-icon {
    width: 70px;
    height: 70px;
}

#quiz-page,
#step-2,
#step-3,
#step-4,
#step-5,
#step-6,
#thankYou-page {
    display: none;
}

.quiz-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    max-width: 620px;
    margin: 0 auto 1rem;
}

.quiz-option.full-width {
    background: #f0eefa;
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 3px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
    color: #212529;
    width: 100%;
    min-width: 100%;
}

.quiz-option.full-width.selected {
    border-color: #93c7fd;
}

.quiz-option.full-width input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
}

.quiz-text-field {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: -25px;
}

.quiz-text-field input[type="text"],
.quiz-field input[type="text"] {
    width: 100%;
    font-size: 17px;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 10px;
    outline: none;
    font-weight: 500;
    color: #a3a3a3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-indent: 10px;
}

.quiz-field input[type="text"] {
    margin-bottom: -5px;
}

.quiz-text-field input[type="text"]::placeholder {
    color: #aaa;
    font-weight: 500;
}

.quiz-name-fields {
    display: flex;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.quiz-field {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.quiz-field .quiz-error {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    display: none;
}

.terms-txt {
    color: #a3a3a3;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    max-width: 767px;
    margin: auto;
    margin-top: 30px;
}

.terms-txt a {
    color: #a3a3a3;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .header-bar {
        padding: 5px 0;
    }

    .header-container {
        padding: 0 8px;
    }

    .header-status .break-line {
        display: block;
        margin-top: 2px;
    }

    .header-phone {
        font-size: 14px;
    }

    .header-status,
    .header-status span {
        font-size: 12px !important;
    }

    .header-status span {
        margin-top: -5px !important;
    }

    .header-logo {
        height: 26px;
    }

    .hide-mob {
        display: none;
    }

    .progress-container {
        flex-direction: column;
        gap: 1rem;
    }

    .progress-back {
        order: -1;
    }

    .back-btn {
        margin: 0 auto;
        margin-bottom: 15px;
        width: 25px;
        height: 25px;
    }

    .progress-line {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .step {
        max-width: 45px;
    }

    .quiz-title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .btn-icon {
        width: 40px;
    }

    .continue-btn {
        height: 40px;
        font-size: 18px !important;
        line-height: 0;
        display: flex;
        justify-content: center;
        margin: 0 auto 40px;
        line-height: 40px;
        margin-top: 40px;
    }

    .quiz-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .quiz-option.full-width {
        font-size: 14px;
        padding: 14px 16px;
    }

    .quiz-text-field input[type="text"] {
        font-size: 16px;
        padding: 16px;
    }

    .quiz-name-fields {
        flex-direction: column;
        align-items: center;
    }

    .quiz-field {
        width: 100%;
        max-width: 400px;
        flex: 1 1 0;
    }

    .quiz-field input[type="text"] {
        font-size: 16px;
        padding: 14px;
    }

    .quiz-text-field input[type="text"],
    .quiz-field input[type="text"] {
        max-width: 90%;
        padding: 5px;
        width: 90%;
        font-size: 16px;
    }
}