    #new_profiling_modal .modal-dialog {
        margin: 5px auto;
    }

    #new_profiling_modal {
        background-color: rgb(255, 255, 255);
        z-index: 1090;
        overflow: hidden;
    }

    .modal {
        top: 0;
        right: 0px;
        left: 0px;
        width: auto;
        margin: 0;
    }

    .ques-row {
        display: flex;
        justify-content: space-around;
    }

    .close_button {
        position: absolute;
        top: 0.5rem;
        right: 2rem;
        cursor: pointer;
    }


    #new_profiling_modal .modal-dialog {
        margin: 5px auto;
    }

    #new_profiling_modal {
        background-color: rgb(255, 255, 255);
        z-index: 1090;
        overflow: hidden;
    }

    .profiling-question-modal-header-desktop {
        position: absolute;
        left: 106px;
        top: 16px;
    }

    .profiling-question-modal-header {
        margin: 48px 48px;
    }

    .profile-modal-heading h2 {
        color: var(--grey-800);
        text-align: center;
        font-family: Manrope;
        font-size: var(--font-size-28);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }

    .profile-modal-heading p {
        color: var(--grey-500);
        text-align: center;
        font-family: Manrope;
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .profile-question-box {
        border-radius: 16px;
        border: 1px solid var(--grey-200);
        max-width: 640px;
        padding: 24px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        margin: auto;
    }

    .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }

    .oboard_question {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .choose-multiple-text {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }

    .answerBox {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }

    .option-box {
        width: 48%;
        padding: 10px 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: #f8f9fa;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .option-box input {
        display: none;
    }

    .option-box input:checked+label {
        background: #d4bbec;
        color: #000;
        height: 39px;
        overflow: hidden;
        border-radius: 5px;
    }

    #multiSelectPress {
        padding-bottom: 10px;
    }

    .option-box label {
        width: 100%;
        text-align: center;
        cursor: pointer;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .question-navigation {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 450px;
        margin-top: 20px;
    }

    .progress-container {
        width: 100%;
        max-width: 450px;
        margin-top: 15px;
        text-align: center;
    }

    .progress-bar-wrapper {
        width: 100%;
        height: 6px;
        background-color: #e0e0e0;
        border-radius: 5px;
        position: relative;
    }

    .progress-bar-fill {
        height: 100%;
        width: 0%;
        background-color: #6b5cf6;
        border-radius: 5px;
        transition: width 0.4s ease-in-out;
    }

    .bottom-navigation {
        position: fixed;
        bottom: 20px;
        left: 55%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 640px;
        background: #fff;
        padding: 15px 0;
        text-align: center;
    }

    .navigation-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .next-button,
    .back-button {
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
    }

    .next-button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .progress-container {
        width: 100%;
        max-width: 400px;
        margin: 10px auto;
        text-align: center;
    }

    .progress-bar {
        width: 100%;
        height: 4px;
        background: #e0e0e0;
        border-radius: 4px;
        position: relative;
    }

    .progress-fill {
        height: 100%;
        background: #6b5cf6;
        border-radius: 4px;
        transition: width 0.3s ease-in-out;
    }



    @media (max-width: 576px) {
        .option-box {
            width: 100%;
        }

        .qcard {
            width: 95%;
        }

        .button-box {
            position: fixed;
            bottom: 20px;
            left: 55%;
            transform: translateX(-50%);
            width: 100%;
            /* max-width: 400px; */
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
        }

        .next-button,
        .back-button {
            width: 100px;
            padding: 10px;
        }

        .next-button {
            margin-top: 10px;
        }

        .close_button {
            position: absolute;
            top: 3rem;
            right: 2rem;
            cursor: pointer;
        }

        .wright_logo {
            position: absolute;
            top: 3rem;
        }

        .next-button {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 8px;
            border: none;
            /* margin-right: 50px; */
        }

        .next-button-first-question {
            width: 50%;
        }
    }


    .parent-container-ques {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 600px;
        text-align: center;
    }

    .qcard {
        width: 100%;
        border: none;
        padding: 20px;
        background-color: white;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .age-options .btn {
        width: 48%;
        border-radius: 8px;
        padding: 12px;
        font-size: 16px;
        font-weight: 500;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
    }

    .age-options .btn.active {
        background-color: #e9dcfc;
        border-color: #d6b7ff;
    }

    .next-button {
        width: 100%;
        max-width: 400px;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        background-color: black;
        color: white;
        border-radius: 8px;
        margin-top: 20px;
        border: none;
    }

    .progress-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .progress-dots span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .progress-dots span.active {
        background-color: black;
    }

    .button-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 70%;
        margin-top: 20px;
        margin: 20px auto;
        gap: 10px
    }

    .qcard h5 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .investment-options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .investment-options .btn {
        width: 100%;
        border-radius: 8px;
        padding: 12px;
        font-size: 16px;
        font-weight: 500;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        text-align: center;
    }

    .investment-options .btn.active {
        background-color: #e9dcfc;
        border-color: #d6b7ff;
    }

    .button-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        margin-top: 30px;
    }

    .next-button,
    .back-button {
        width: 100px;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        border: none;
    }

    .next-button {
        background-color: black;
        color: white;
    }

    .progress-dots {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        /* position: fixed;
        bottom: 5px; */
        justify-content: center;
        width: 45%;
    }

    .progress-dots span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .progress-dots span.active {
        background-color: black;
    }


    .button-box {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
    }

    .back-button {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #6c757d;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 41px;
        border-radius: 12px;
    }

    .next-button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        border: none;
        background-color: black;
        color: white;
    }

    .next-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }


    .progress-dots {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .progress-dots span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .progress-dots span.active {
        background-color: black;
    }


    .view-portfolio-btn {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        padding: 12px;
        font-size: 16px;
        font-weight: 600;
        background-color: black;
        color: white;
        border-radius: 8px;
        text-align: center;
        text-decoration: none;
        margin-top: 20px;
    }

    .view-portfolio-btn:hover {
        color: lightgrey;
    }

    #restartButton {
        gap: 5px;
        align-items: center;
    }

    .restart {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #667085;
        cursor: pointer;
        margin-top: 10px;

    }

    .gauge-para {
        font-size: 25px;
        font-weight: 600;
        align-items: center;
        position: absolute;
        left: 47%;
        top: 40%;
        color: #667085;
    }

    .restart img {
        width: 16px;
        margin-right: 5px;
    }

    @media (max-width: 576px) {

        .button-box {
            position: fixed;
            bottom: 20px;
            left: 55%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 400px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
        }

        .progress-dots,
        #outer-progress-bar {
            display: none !important;
        }

        .gauge-para {
            font-size: 25px;
            font-weight: 600;
            align-items: center;
            position: absolute;
            left: 41%;
            top: 38%;
            color: #667085;
        }

        #signup1ParentContainer {
            display: flex;
            align-items: center;
            width: max-content;
            justify-content: center;
        }
    }

    .parent-container-ques {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        /* Full screen */
        width: 100%;
        max-width: 600px;
        margin: auto;
        text-align: center;
        padding: 1rem;
        overflow: hidden;
        /* Avoid scroll */
    }

    .qcard {
        width: 100%;
        padding: 20px;
        border: none;
        background-color: white;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html,
    body {
        height: 100%;
        width: 100%;
        font-family: 'Manrope', sans-serif;
        background-color: #fff;
    }

    .questionnaire-container {
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .questionnaire-center-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 640px;
        width: 100%;
        text-align: center;
        padding: 1rem;
    }

    .intro-text {
        margin-bottom: 1.5rem;
        font-weight: 500;
    }

    .questionnaire-wrapper {
        width: 100%;
        padding: 2rem;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .questionnaire-wrapper h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .options-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .option-box {
        /* padding: 12px; */
        background-color: #f8f9fa;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .form-check-input {
        display: none;
    } */

    .form-check-input:checked+.form-check-label {
        border-color: #c6aaff;
    }

    .form-check-label {
        display: block;
        width: 100%;
        padding: 12px;
        cursor: pointer;
        border-radius: 8px;
    }

    .bottom-controls {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
        max-width: 640px;
        padding: 0 1rem;
    }

    .next-button-first-question {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
    }

    .next-button-first-question:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .progress-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .progress-dots span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .progress-dots span.active {
        background-color: #000;
    }

    @media (max-width: 576px) {
        .options-grid {
            grid-template-columns: 1fr;
        }
    }

    .button-box {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
    }

    .button-box .progress-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 8px;
    }

    .button-box .next-button,
    .button-box .back-button {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
    }

    .button-box .back-button {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #6c757d;
        width: 48px;
        height: 41px;
    }

    .next-button {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        background-color: black;
        color: white;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .next-button:hover {
        background-color: #333;
    }

    .next-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .back-button {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #6c757d;
        width: 48px;
        height: 41px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: auto;
        margin-bottom: -10px;
    }

    .back-button:hover {
        border-color: #999;
    }

    .next-button-first-question {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-bottom: 15px;
    }

    .next-button-first-question:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .next-button-first-question:hover:enabled {
        background-color: #333;
    }

    .button-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        gap: 12px;
    }

    .button-box {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 400px;
        padding: 10px 0;
        z-index: 10;
    }

    .progress-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        position: fixed;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }

    .progress-dots span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
    }

    .progress-dots span.active {
        background-color: black;
    }

    .gauge-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
    }
    
    .gauge {
        width: 226px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .gauge canvas {
        width: 100%;
        height: 100%;
    }
    
    .score-text {
        position: absolute;
        font-size: 25px;
        font-weight: 600;
        color: #667085;
        text-align: center;
        pointer-events: none;
        margin-top: 50px;
    }
    

    @media (max-width: 992px) {}

    @media (max-width: 576px) {
        .modal-dialog {
            max-width: 100vw;
            margin: 0 auto;
        }

        .close_button {
            top: 2rem;
            right: 1.5rem;
        }

        .gauge-para {
            /* font-size: 25px;
            font-weight: 600;
            align-items: center; */
            position: absolute;
            left: 41%;
            top: 43%;
        }

        .option-box {
            margin-top: 10px;
        }

        .next-button-first-question:disabled {
            width: 80%;
        }

        .back-button {
            background-color: transparent;
            border: 1px solid #ccc;
            color: #6c757d;
            width: 48px;
            height: 41px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            height: auto;
            /* margin-bottom: -10px; */
        }

        .button-box .back-button {
            background-color: transparent;
            border: 1px solid #ccc;
            color: #6c757d;
            width: 48px;
            height: 45px;
        }

        .button-group {
            display: flex;
            justify-content: space-between;
            width: 80%;
            max-width: 400px;
            gap: 12px;
        }

        #multiSelectPress{
            margin-bottom: 10px;
        }

        .qcard{
            box-shadow: none;
        }

        .button-group{
            margin: 0;

        }

        #multiSelectPress{
            margin-bottom: 0;
        }

        .button-box {
            position: fixed;
            bottom: 20px;
            width: 100%;
            /* max-width: 400px; */
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
        }

        .profile-question-box{
            border: none;
        }

        .next-button {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 8px;
            border: none;
            margin-right: none !important;
        }

        .score-text{
            position: absolute;
            font-size: 25px;
            font-weight: 600;
            color: #667085;
            text-align: center;
            pointer-events: none;
            margin-top: 60px;
        }
        

    }