        .container {
            padding: 40px;
            display: none;
            max-width: 1280px;
            margin: auto;
        }

        .container.active {
            display: block;
        }

        .question {
            margin-bottom: 30px;
        }

        .question h3 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #1C2B3A !important;
        }

        .options {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .options label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            cursor: pointer;
            user-select: none;
            font-family: "Lora", Sans-serif;
        }

        .options input[type="radio"] {
            width: 18px;
            height: 18px;
            accent-color: #0F2A47;
            cursor: pointer;
        }

        .options input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: #0F2A47;
            cursor: pointer;
        }

        .contact-form .checkbox_accet {
            margin-bottom: 30px;
        }

        .contact-form .checkbox_accet input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: #0F2A47;
            cursor: pointer;
            margin: 0;
        }

        .Previous_button {
            background-color: #0F2A47 !important;
            color: #fff !important;
            font-size: 15px !important;
            padding: 12px 30px !important;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .next_previos_btn {
            display: flex;
            align-items: center;
            gap: 30px;
            justify-content: center;
            margin-top: 70px;
        }

        .nextBtn {
            background-color: #0F2A47 !important;
            color: #fff !important;
            font-size: 15px !important;
            padding: 12px 30px !important;
            border: none;
            border-radius: 5px;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .nextBtn.enabled {
            cursor: pointer;
            opacity: 1;
        }


        /* Contact form styles */
        .contact-form {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            justify-content: center;
            font-family: "Roboto", Sans-serif;
        }


        .contact-form .left {
            width: 70%;
            background: #fff;
            padding: 20px 40px;
        }

        .contact-form .right {
            width: 32%;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #F1F1F3;
            border-radius: 6px !important;
            background: #FCFCFD !important;
            font-family: roboto;
            font-size: 14px;
            margin-top: 10px;
        }

        .name_inputs_div {
            display: flex;
            gap: 50px;
        }

        .contact-form .left #submissionForm>div {
            margin-top: 30px;
        }

        .contact-form button {
            background-color: #0F2A47 !important;
            color: white !important;
            border: none;
            padding: 12px 25px;
            border-radius: 5px;
            cursor: pointer;
        }

        .info-box {
            background: #F0F5FB;
            border: 1px solid #F1F1F3;
            padding: 15px 20px;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            flex-direction: column;
            height: 140px;
            justify-content: center;
        }

        .info-box i {
            font-style: normal;
            font-weight: bold;
            font-size: 30px;
        }

        .checkbox_accet label a {
            color: #065fc5;
            text-decoration: underline;
        }

        .info-box:last-child {
            margin-bottom: 0;
        }

        .name_inputs_div>div {
            width: 100%;
        }

        .error {
            color: red;
            font-size: 12px;
            margin-top: 5px;
        }



        /* Popup Styles */
        /* Popup Styles */
        .popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
            z-index: 999;
            font-family: "Roboto", Sans-serif;
        }

        .popup-content {
            background: white;
            padding: 40px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            max-width: 600px;
            width: 90%;
        }

        .popup-content h3 {
            color: #06264b;
        }

        .popup-content p {
            margin-top: 10px;
            color: #555;
            font-size: 15px;
        }

        .popup-content button {
            margin-top: 20px;
            background: #06264b;
            color: #fff;
            padding: 10px 20px;
            border-radius: 6px;
            border: none;
            cursor: pointer;
        }

        .scoring {
            text-align: left;
            background: #f1f1f1;
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
        }

        .scoring p {
            margin: 5px 0;
            font-size: 14px;
        }

        .titel_form_sec {
            font-size: 28px !important;
            margin-bottom: 30px !important;
            text-align: center;
            color: #0F2A47 !important;
        }

        .progress-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 20px 0;
            background-color: #fff;
        }

        .progress-bar-section {
            display: flex;
            width: 62%;
            align-items: center;
        }

        .progress-bar {
            flex-grow: 1;
            height: 8px;
            background-color: #cfcfcf;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 10px;
            width: 100%;
            max-width: 300px;
        }

        .progress-fill {
            height: 100%;
            background-color: #0d2647;
            transition: width 0.3s ease;
        }

        .step-text {
            font-size: 14px;
            font-weight: bold;
            color: #0d2647;
        }

        .progress_bar_hedign h2 {
            font-size: 24px;
            opacity: 0;
        }

        p.titel_form_contant {
            font-size: 20px !important;
            text-align: center;
            margin: 0 0 31px 0 !important;
        }

        .contact-form textarea {
            color: #a1a1a1 !important;
        }

        .contact-form textarea::placeholder {
            font-size: 16px;
            line-height: 24px;
        }

        .main_heading .titel_class {
            font-family: "Bebas Neue", Sans-serif;
            font-size: 40px;
            line-height: 44px;
            text-align: center;
            color: #0F2A47;
            letter-spacing: 3px;
        }

        h2.titel_form_sec {
            font-family: "Bebas Neue", Sans-serif;
            font-size: 36px !important;
            letter-spacing: 3px;
            margin-bottom: 4px !important;
        }

        .main_heading p {
            text-align: center;
            font-family: "Lora", Sans-serif;
            font-size: 17px;
            font-weight: 500;
            color: #1C2B3A;
        }

        .main_heading {
            background: #fff;
            padding: 10px 0;
        }