/* Internal styles extracted from AuthMembers/Register.blade.php */

/* CSS Block 1 */
.password-wrapper-custom {
                position: relative;
            }

            .eye-icon-custom {
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translateY(-50%);
                cursor: pointer;
                color: #999;
                font-size: 16px;
                z-index: 10;
            }

/* CSS Block 2 */
p.Main-pricing-p-y {
                /* color: white !important; */
            }



            .iti__selected-dial-code {
                display: none;
            }

            @import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            * {
                margin: 0;
                padding: 0;
                font-family: Montserrat;
            }

            @media screen and (min-width: 1024px) {
                p.password-text-ngh {
                    position: absolute;
                    top: -18px !important;
                    font-size: 11px !important;
                    font-weight: 500;
                    white-space: nowrap;
                    color: gray;
                    left: -16px !important;
                }
            }



            input#searchInput {
                margin: 0px;
            }

            h4#membershipOverview {
                width: 100%;
                color: white;
                background: #001D58;
                /* padding: 8px 25px; */
                height: 100%;
            }

            .Main-div-section-Apl-sub {
                padding: 0px !important;
                width: 50%;
                margin: 0px !important;
            }

            .Main-div-section-Apl-s0 {
                padding: 0px !important;
                width: 50%;
                margin: 0px !important;
            }

            section.Main-div-section-Apl {
                width: 95.4%;
                margin: auto;
                /* margin-top: 22px; */
                /* padding-top: 17px; */
                position: relative;
                top: 21px;
            }

            @media (max-width: 768px) {
                .col-md-3 {
                    flex: 0 0 auto;
                    width: 23% !important;
                }

                .gender-select {
                    font-size: 13px !important;
                }
            }


            /* General styles */
            body {
                background-color: #f7f7f7;
                font-family: 'Arial', sans-serif;
                margin: 0;
                padding: 0;
            }

            /* .container {
                                                margin-top: 20px;
                                                padding: 20px;
                                            } */

            .card {
                border-radius: 15px;
                overflow: hidden;
                background: white;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            }

            .card-header {
                background-color: #007bff;
                color: white;
                padding: 20px;
                text-align: center;
            }

            .heading h4 {
                color: #001D58;
            }

            .card-footer {
                padding: 20px;
            }

            .form-label {
                font-weight: bold;
            }

            .form-control {
                border-radius: 10px;
                border: 1px solid #ccc;
                width: 100%;
                padding: 10px;
                margin-bottom: 10px;
                box-sizing: border-box;
            }

            .form-control:focus {
                border-color: #007bff;
                box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
                outline: none;
            }

            button[type="submit"] {
                background-color: #001D58;
                border: none;
                color: white;
                font-size: 16px;
                padding: 12px 0;
                border-radius: 5px;
                width: 100%;
                cursor: pointer;
            }

            button[type="submit"]:hover {
                background-color: #001d58e0;
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                gap: 19px;
            }

            .col {
                flex: 1;
                min-width: 120px;
            }

            .col-12 {
                flex: 1 0 100%;
            }

            .col-md-6 {
                flex: 1 0 48%;
            }

            .col-lg-8 {
                flex: 1 0 66%;
            }

            /* Specific styles */
          

            .placeholderp {
                border: 1px solid #001d5829;
                background-color: #fff;
                color: #001D58;
                width: 100%;
                padding: 13px 10px;
                border-radius: 5px;
                box-sizing: border-box;
            }

            .placeholderp {
                font-family: 'Montserrat';
                /* border: none; */
            }

            /* .placeholderp::placeholder {
                    color: white;
                } */

            .placeholderp::placeholder {
                color: #001D58;
            }

            .dropdown-container {
                position: relative;
                width: 100%;
            }

            .dropdown-btn {
                width: 100%;
                padding: 10px;
                font-size: 16px;
                background-color: #fff;
                border: 1px solid #ccc;
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
            }

            .dropdown-menu {
                position: absolute;
                max-height: 200px;
                overflow-y: auto;
                display: none;
                background: white;
                border: 1px solid #ccc;
                z-index: 1000;
            }

            /* Responsive design */
            @media (max-width: 768px) {
                .card {
                    padding: 10px;
                }

                .form-control,
                button[type="submit"],
                .placeholderp {
                    font-size: 13px;
                }

                .gender-select {
                    font-size: 13px !important;
                }

                .col-md-6 {
                    flex: 1 0 100%;
                }
            }

            @media (max-width: 576px) {

                .card-header,
                .heading h4 {
                    font-size: 18px;
                }

                .row {
                    flex-direction: column;
                }

                button[type="submit"] {
                    padding: 10px;
                    font-size: 14px;
                }

                select#gender {
                    font-size: 13px !important;
                }
            }

            /* Popup styles */

            #modalOverlay {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                z-index: 999;
            }

            .btn {
                display: inline-block;
                padding: 10px 15px;
                font-size: 14px;
                color: white;
                text-align: center;
                text-decoration: none;
                border-radius: 5px;
                margin: 5px;
            }

            .btn-success {
                background: #28a745;
            }

            .btn-danger {
                background: #dc3545;
            }

            .dropdown-item-location01 img {
                width: 47px !important;
                height: 30px !important;
            }



            .dropdown-btn {
                margin: 0px;
            }









            .signUp-name-div {
                display: flex;
                justify-content: space-between;
            }

            /* .signUp-name-div input[type="text"] {
                                                background: #001D58;
                                                border: none;
                                                width: 32%;
                                                padding: 13px 10px;
                                                border-radius: 5px;
                                                color: white;
                                            } */
            input#company_name {
                width: 100%;
            }



            /* .gender-select {
                    width: 100%;
                    padding: 13px 10px;
                    background: #001D58;
                    border: none;
                    border-radius: 5px;
                    color: white;
                    font-size: 16px;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                } */

            .gender-select {
                width: 100%;
                padding: 13px 10px;
                background: #fff;
                border: none;
                border-radius: 5px;
                color: #001D58;
                font-size: 16px;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

            .gender-select option {
                background: #fff;
                color: #001D58;
            }

            /* .gender-select option {
                    background: #001D58;
                    color: white;
                } */

            .Trade-Categories-select {
                width: 100%;
                padding: 13px 10px;
                background: #001D58;
                border: none;
                border-radius: 5px;
                color: white;
                font-size: 16px;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }



            .Trade-Categories-select option {
                background: #001D58;
                color: white;
            }



            input#company-input {
                background: #001D58;
                border: none;
                width: 66%;
                padding: 13px 10px;
                border-radius: 3px;
                color: white;
            }

            .suggestions {
                z-index: 99999999;
                /* border: 1px solid #ddd; */
                max-height: 301px;
                overflow-y: auto;
                position: absolute;
                background: #ffff;
                z-index: 1000;
                width: 97.3%;
                left: 12px;
                top: 48px;
                text-align: start;
            }

            div#MaincategorySearch {
                position: relative;
            }

            .suggestion-item {
                padding: 8px;
                cursor: pointer;
            }

            .suggestion-item:hover {
                background-color: #f0f0f0;
            }

            input#company-input {
                background: #001D58;
                border: none;
                width: 66%;
                padding: 13px 10px;
                border-radius: 3px;
                color: white;
            }

            section.main-sec-sign-up h2 {
                text-align: center;
                font-size: 45px;
                font-weight: 400;
                color: #001D58;
                margin: 8px 0px;
            }

            form.sign-up-form-div.mx-auto {
                display: flex;
                flex-direction: column;
                row-gap: 20px;
                padding: 20px;
                background: #eef3ff;
            }

            .signUp-name-div {
                display: flex;
                justify-content: space-between;
            }

            /* .placeholderp:focus {
                    outline: none;
                } */

            .placeholderp:focus {
                outline: none;
                /* color: red; */
                border: 1px solid #0000ff69;
            }



            /* ********************************************************************************** */


            /* Popup styles */
            .signup-popup {
                z-index: 99;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                display: none;
                /* Hidden by default */
                justify-content: center;
                align-items: center;
            }

            .signup-popup-content {
                background-color: white;
                padding: 20px;
                border-radius: 10px;
                max-width: 900px;
                width: 80%;

            }

            .close-signup-popup {
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 24px;
                cursor: pointer;
            }




            p.signup-popup-text {
                font-size: 22px;
                font-weight: 400;
                color: #001D58;
                margin-bottom: 30px;
            }


            .bottom-checkboxes {
                display: flex;
                gap: 20px;
                justify-content: center;
            }

            .bottom-checkboxes label {
                font-size: 16px;
                color: #333;
            }

            .bottom-checkboxes input[type="checkbox"] {
                width: 30px;
                height: 50px;
                accent-color: white;
                cursor: pointer;
            }

            .Accept-checkbox,
            .Decline-checkbox {
                display: flex;
                gap: 7px;
                align-items: center;
            }

            .Accept-checkbox p,
            .Decline-checkbox p {
                margin: 0;
                font-size: 24px;
                color: #001D58;
                font-weight: 400;
            }

            .bottom-checkboxes input[type="checkbox"]:checked {
                border: 2px solid black;
            }


            .bottom-checkboxes input[type="checkbox"]:focus {
                border: 2px solid black;
                outline: none;
            }

            @media (max-width: 1024px) and (min-width: 768px) {
                .country-input input[type="text"] {
                    width: 286px;
                }

                .mobile-no-input input[type="text"] {
                    width: 361px;
                }

                p.password-text-ngh {
                    position: absolute;
                    bottom: 35px;
                    font-size: 14px;
                    font-weight: 500;
                    white-space: nowrap;
                    color: gray;
                }
            }




            /* @media (width: 768px) {
                                                    .country-input input[type="text"] {
                                                width: 286px;
                                            }
                                            .mobile-no-input input[type="text"] {
                                            width: 361px;
                                        }
                                        } */
            /* iPad css */
            /* @media (min-width: 768px) and (max-width: 1024px) {
                                            .country-input input[type="text"] {
                                                width: 100%;
                                                max-width: 286px;
                                                box-sizing: border-box;
                                            }


                                            .mobile-no-input input[type="text"] {
                                                width: 100%;
                                                max-width: 361px;
                                                box-sizing: border-box;
                                            }
                                        } */
            select#states-dropdown {
                padding: 13px 10px;
            }

            select#states-dropdown option {
                padding: 13px 10px;
            }

            .dropdown-item-location01 {
                width: 99% !important;
                padding: 10px 23px;
                text-align: left;
                cursor: pointer;
            }

            select#states-dropdown {
                padding: 13px 10px;
            }

            /* mobile Css */
            @media (max-width: 767px) {

                .signUp-name-div,
                .address-form,
                .city-main-div {
                    display: flex;
                    justify-content: space-between;
                    flex-direction: column;
                    row-gap: 20px;
                }

                .signUp-name-div input[type="text"],
                .signUp-name-div input[type="email"],
                .signUp-name-div input[type="password"] {
                    width: 100%;
                }

                input#company_name {
                    width: 100%;
                }

                .signUp-name-companyname {
                    width: 100%;
                }


                .gender-select {
                    width: 100%;

                }

                .signUp-name-gender {
                    width: 48%;
                }

                .signUp-name-companyname {
                    width: 100%;
                }

                .signUp-name-companyname {
                    margin-left: 14px;
                    width: 66%;
                }

                input#company-input {
                    width: 100%;

                }

                .address-form input[type="text"] {
                    width: 100%;
                }

                .mobile-no-input input[type="text"] {
                    width: 100%;
                }

                .signup-popup-content {
                    padding: 19px;
                    width: 90%;
                }

                p.signup-popup-text {
                    font-size: 14px;
                }

                .bottom-checkboxes input[type="checkbox"] {
                    width: 20px;
                    height: 20px;

                }

                .Accept-checkbox p,
                .Decline-checkbox p {
                    font-size: 18px;
                }

                .Accept-checkbox,
                .Decline-checkbox {
                    gap: 10px;
                }

                .Trade-Categories-select {
                    font-size: 14px;
                }

            }


            /* p#countries-dropdown-btn {
                    background: #001D58;
                } */

            p#countries-dropdown-btn {
                background: #fff;
            }

            select#states-dropdown {
                background: #fff;

            }

            .iti.iti--allow-dropdown.iti--separate-dial-code {
                width: 100%;
            }

            /* .iti__selected-dial-code {
                    color: white;
                } */

            .iti__selected-dial-code {
                color: #001D58;
            }

            .col {
                padding: 0px;
                flex: 1 0 0%;
                margin: 0px;
            }

            span.iti__country-name {
                font-size: 14px;
            }

            /* .iti__arrow {
                    margin-left: 6px;
                    width: 0;
                    height: 0;
                    border-left: 3px solid transparent;
                    border-right: 3px solid transparent;
                    border-top: 4px solid #ffffff !important;
                } */

            .iti__arrow {
                margin-left: 6px;
                width: 0;
                height: 0;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                border-top: 4px solid #001D58 !important;
            }

            p#countries-dropdown-btn {
                padding: 13px 10px;
            }

            button#registerButton {
                background: #082662;
            }

            #states-dropdown option {
                padding-bottom: 12px;
            }

            form.sign-up-form-div.mx-auto {

                padding-left: 46px !important;
            }

            .card-footer.text-center button {
                color: white;
                font-weight: 500;
                font-size: 18px;
            }

            .col {
                padding: 0px;
            }

            .form-check-input:checked {
                background-color: #082662 !important;
                border-color: #082662 !important;
            }

            .form-check-input[type=checkbox] {
                width: 25px;
                border-radius: .25em;
                height: 25px;
            }

            .form-check {
                display: flex !important;
                align-items: center;
                gap: 10px;
            }

            .align-items-center {
                margin: 0px;
                align-items: center !important;
                padding: 0px;
            }

            .row>* {
                padding: 0px !important;
            }

            button#registerButton {
                display: flex;
                position: relative;
                left: -20px;
                width: 49% !important;
                align-items: center;
                justify-content: center;
                /* flex-direction: row; */
            }

            div#countries-dropdown-menu {
                width: 100%;
                background: #f9f9f9;
                color: black;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                border: 1px solid #ccc;
                border-radius: 4px;
                max-height: 250px;
                overflow-y: auto;
                display: none;
            }

            div#countries-dropdown-menu.show {
                display: block !important;
            }

         










            .Trade-Categories-select {
                position: relative;
                width: 100%;
            }

            /* .Trade-Categories-select-selected {
                                            padding: 13px 10px;
                                            font-size: 16px;
                                            border-radius: 5px;
                                            cursor: pointer;

                                        } */
            .Trade-Categories-select-options {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                max-height: 200px;
                overflow-y: auto;
                background: #001d58;
                /* border: 1px solid #ccc; */
                border-radius: 5px;
                /* background-color: white; */
                display: none;
                z-index: 100;
            }

            .Trade-Categories-select-option {
                padding: 10px;
                font-size: 16px;
                cursor: pointer;
                transition: background-color 0.2s;
            }








            div#first-name-001 {
                position: relative;
            }

            span.text-danger {
                position: absolute;
                width: 100%;
                left: 0px;
                top: 50px;
            }

            .first-name-001 {
                position: relative;

            }

            .first-name-0010 {
                position: absolute;
                width: 100%;
                left: 0px;
                top: 50px;
            }

            .signUp-name-divMain7 {
                width: 100%;
                display: flex;
                /* width: 1000%; */
            }

            section.Main-div-Main-c {
                background: #eef3ff;
            }



            div#MainsignUp0 {
                width: 99.6%;
            }

            div#companyname-name-0001 {
                width: 67%;
                margin-left: 14px;
            }

            div#companyname-name-0001 {
                position: relative;
            }

            .text-danger-main09 {
                position: absolute;
                width: 100%;
                left: 36px;
                color: red;
                font-size: 13px;
                font-weight: 400;
                top: 27px;
            }

            .bottom-checkboxes {
                display: flex;
                gap: 20px;
                justify-content: flex-end;
            }

            .Decline-checkbox {
                display: none;
            }

            .signup-popup-content div h2 {
                font-size: 23px;
                padding: 1px;
                margin: 0px;
                display: flex;
                margin-bottom: 8px;
            }

            .signup-popup-content div {
                overflow-y: auto;
                max-height: 615px;
            }

            /* Custom scrollbar styles */
            .signup-popup-content div::-webkit-scrollbar {
                width: 4px;
                /* Set width of the scrollbar */
            }

            .signup-popup-content div::-webkit-scrollbar-thumb {
                background-color: #082662;
                /* Set the color of the scrollbar thumb */
                border-radius: 10px;
                /* Optional: rounded corners for the thumb */
            }

            .signup-popup-content div::-webkit-scrollbar-track {
                background-color: transparent;
                /* Optional: transparent scrollbar track */
            }

            .signUp-name-divMain7 {
                position: relative;
            }



            @media (max-width: 768px) {

                /* Adjust max-width based on your mobile breakpoint */
                span.text-danger {
                    position: absolute;
                    width: 100%;
                    left: 0px;
                    top: 46px;
                }

            }

            section.Main-div-section-Apl {
                display: flex;
                background: #001D58;
            }

            div#subcategorySuggestions {
                max-height: 227px;
            }


            footer.Margin-footer-main .row>* {
                padding-left: 12px !important;
                padding-right: 12px !important;
                gap: 0;
            }

            footer.Margin-footer-main .row {
                gap: 0;
            }


            button#login-btn-main {
                background: #08d18a;
                padding: 10px 12px;
            }

            div#membership-overview-business {
                background: #eef3ff;
                max-width: 85%;
            }


            /*div#membership-overview-business {*/
            /*    background: #eef3ff;*/
            /*    max-width: 85%;*/
            /*}*/

            select#profile_type {
                width: 100.4%;
            }



            /* ********************************************** */
            p.password-text-ngh {
                position: absolute;
                top: -19px;
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                color: gray;
            }

            @media (max-width: 767px) {
                p.password-text-ngh {
                    position: relative;
                    bottom: 0;
                    white-space: normal;
                    margin: 0;
                    padding: 0px;
                }

                .password-wrapper-custom {

                    display: unset !important;

                }

                .eye-icon-custom {
                    position: absolute;
                    bottom: 1px !important;
                }
            }

            #main-work-location01 {
                position: relative;
            }

            label#working_location_1_01 {
                position: absolute;
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                color: gray;
                left: 2px;
                top: -20px;
            }

            div#mainaddr_details {
                display: flex;
                align-items: center;
            }

            p.maintxt-address {
                font-size: 16px;
                font-weight: 500;
                color: #333;
                display: block;
            }

            p.maintxt-address {
                font-size: 16px;
                font-weight: 500;
                color: #333;
                position: relative;
                display: block;
                left: 4px;
                top: 1px;
            }


            @media (max-width: 768px) {
                span.text-danger.mainp09error {
                    position: relative;
                    bottom: -7px;
                }

                div#mainaddr_details {
                    display: flex;
                    flex-direction: column;
                }

                p.maintxt-address {
                    padding: 0px;
                    font-size: 16px;
                    font-weight: 500;
                    color: #333;
                    position: relative;
                    display: block;
                    left: 4px;
                    top: 1px;
                    margin: 0px;
                }

                label#working_location_1_01 {
                    position: absolute;
                    font-size: 13px;
                    font-weight: 500;
                    white-space: nowrap;
                    color: gray;
                    left: 2px;
                    top: -12px;
                    white-space: normal;
                }

                input#working_location {
                    margin-top: 46px;
                    /* top: 19px; */
                }
            }

            div#main0mt0 {
                gap: 0px;
            }

            label.section-label-custom {
                font-size: 20px;
                font-weight: 500;
            }

/* CSS Block 3 */
/* Existing Form Styles */
            .signUp-name-companyname {
                position: relative;
                font-size: 13px;
                font-weight: 400;
                color: red
            }

            span.text-dangertxt001 {
                position: absolute;
                left: 0px;
                bottom: -43%;
            }

            span.text-danger-main001 {
                font-size: 13px;
                font-weight: 400;
                color: red
            }

            p.maintxt-address {
                padding: 0px;
                margin: 0px;
            }

            .text-danger-main09 {
                position: absolute;
                width: 100%;
                left: 36px;
                color: red;
                font-size: 13px;
                font-weight: 400;
                top: 48px;
            }

            .text-danger-main111 {
                top: 23px;
                position: absolute;
                width: 100%;
                left: 36px;
                color: red;
                font-size: 13px;
                font-weight: 400;
                bottom: 0px;
            }

            .form-check-main {
                display: flex;
                justify-content: space-around;
                position: relative;
                top: -10px;
            }

            div#company_name_div input::placeholder {
                font-size: 16px;
            }

            label.form-check-label-01 {
                position: relative;
                top: 1px;
                left: 10px;
            }

            span.main-R-F-C {
                color: gray;
                font-size: 16px;
            }

            a.main0910-txt {
                font-weight: 500;
                text-decoration: none;
            }

            /* New Membership Section Styles */
            .membership-member-mr-lex {
                padding: 3rem 5%;
                font-family: Montserrat, sans-serif;
            }

            .cards-member-mr-lex {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                gap: 2rem;
            }

            .container-member-mr-lex {
                max-width: 47%;
                background-color: #b3ccff52;
                border-radius: 8px;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                transition: all 0.3s ease;
            }

            .gg-member-mr-lex,
            .ggg-member-mr-lex {
                border-bottom: 13px solid transparent;
            }

            .gg-member-mr-lex:hover,
            .ggg-member-mr-lex:hover {
                border-bottom: 13px solid #001D58;
                background-color: #ffffff;
            }

            .header-member-mr-lex {
                background-color: #002366;
                color: white;
                text-align: center;
                padding: 30px 20px 20px;
                font-size: 32px;
                font-weight: bold;
            }

            .price-section-member-mr-lex {
                text-align: center;
                color: #002366;
                margin-top: 20px;
            }

            .price-section-member-mr-lex h2 {
                font-size: 35px;
                margin: 0;
            }

            .price-section-member-mr-lex span {
                font-size: 18px;
            }

            .button-member-mr-lex,
            .buttons-member-mr-lex {
                display: inline-block;
                margin: 22px auto;
                padding: 10px 30px;
                font-size: 18px;
                border: 3px solid #00cc99;
                color: #002366;
                /* border-radius: 6px; */
                background-color: transparent;
                text-decoration: none;
                cursor: pointer;
            }

            .benefit-text-member-mr-lex h4 {
                margin: 0;
                font-size: 20px;
                font-weight: 500;
            }

            img.main-0-text0 {
                /* width: 44px; */
                height: 42px;
                margin-top: 4px;
            }

            .button-member-mr-lex:hover,
            .buttons-member-mr-lex:hover {
                background-color: #001D58;
                color: white;
                border: 3px solid #001D58;
            }

            .benefits-member-mr-lex {
                background-color: #c1d6ff6b;
                padding: 15px;
                text-align: center;
                font-weight: bold;
                color: #002366;
                font-size: 20px;
            }

            .benefit-item-member-mr-lex {
                display: flex;
                align-items: flex-start;
                padding: 8px 30px;
                gap: 10px;
            }

            .benefit-text-member-mr-lex {
                color: #000033;
                margin-left: 8px;
                margin-top: 14px;
            }

            .benefit-text-member-mr-lex p {
                margin: 5px 0 0;
                font-size: 18px;
                font-weight: 400;
                color: #222;
            }

            input#company_name {
                font-size: 15px;
                color: #001D58
            }


            /* Responsive Adjustments */
            @media screen and (max-width: 1008px) {
                .col-12.first-name-001 {
                    left: -8px;
                }

                h2.mainmemberh1o {
                    width: 99%;
                    margin: auto;
                    text-align: center;
                    font-weight: 500 !important;
                }

                .container-member-mr-lex {
                    max-width: 100%;
                }

                .header-member-mr-lex {
                    font-size: 24px;
                    padding: 20px 15px 15px;
                }

                .price-section-member-mr-lex h2 {
                    font-size: 28px;
                }

                .price-section-member-mr-lex span {
                    font-size: 16px;
                }

                .button-member-mr-lex,
                .buttons-member-mr-lex {
                    font-size: 16px;
                    padding: 8px 20px;
                }

                .benefits-member-mr-lex {
                    font-size: 18px;
                }

                .benefit-item-member-mr-lex {
                    padding: 8px 20px;
                }

                .benefit-text-member-mr-lex h4 {
                    font-size: 14px;
                }

                .benefit-text-member-mr-lex p {
                    font-size: 12px;
                }
            }

            @media screen and (max-width: 480px) {
                .container-member-mr-lex {
                    max-width: 100%;
                }

                .header-member-mr-lex {
                    font-size: 20px;
                }

                .price-section-member-mr-lex h2 {
                    font-size: 24px;
                }

                .button-member-mr-lex,
                .buttons-member-mr-lex {
                    font-size: 14px;
                    padding: 6px 15px;
                }
            }

            /* Form and Animation Styles */
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 15px;
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 1rem;
            }

            .sign-up-form-div {
                transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
            }

            #Main-sec-mem-over-2 {
                transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
            }

            @media (max-width: 768px) {
                .mainp09error {
                    position: absolute;
                    width: 100%;
                    left: 1px;
                    top: 100% !important;
                }

                .text-danger-main09 {

                    top: 100% !important;
                }


                .Tydid09kMn {
                    top: 100% !important;
                }
            }

/* CSS Block 4 */
h2.price-member-mr-lex {
                                                margin-bottom: 5px !important;
                                            }

                                            .price-section-member-mr-lex span {
                                                font-size: 24px;
                                                font-weight: 500;
                                            }

                                            a.buttons-member-mr-lex.mainbox-buttons {
                                                margin-top: 0px;
                                            }

                                            span.main-recommended01 {
                                                position: relative;
                                                top: -4px;
                                            }

                                            a.buttons-member-mr-lex.mainbox-buttons {
                                                margin-top: 10px;
                                            }

                                            a.button-member-mr-lex.\30 opxsw {
                                                margin-top: 34px;
                                            }


                                            a#select-basic,
                                            a#select-premium {
                                                font-weight: 600;
                                            }

/* CSS Block 5 */
h3.Membership-h3-0 {
            width: 100%;
            color: #001D58;
            text-align: center;
            margin-bottom: 20px;
        }

        /* Suggestions box styles */
        #subcategorySuggestions {
            display: none;
            position: absolute;
            width: 100%;
            z-index: 88;
            height: 500px;
            overflow-y: auto;
            /* Makes the box scrollable */
        }

        #subcategorySuggestions .suggestion {
            padding: 10px;
            cursor: pointer;
            background-color: #f9f9f9;
            border-bottom: 1px solid #ddd;
        }

        #subcategorySuggestions .suggestion:hover {
            background-color: #e0e0e0;
        }

        /* Custom scrollbar styles */
        #subcategorySuggestions::-webkit-scrollbar {
            width: 5px;
            /* Set width of the scrollbar */
        }

        #subcategorySuggestions::-webkit-scrollbar-thumb {
            background-color: #001D58;
            /* Set the color of the scrollbar thumb */
            border-radius: 10px;
            /* Optional: rounded corners for the thumb */
        }

        #subcategorySuggestions::-webkit-scrollbar-track {
            background-color: transparent;
            /* Optional: transparent track */
        }

        div#subcategorySuggestions {
            position: absolute;
            width: 99.7%;
            z-index: 88;
        }





        span.text-danger {
            color: red !important;
        }

        span.text-danger {

            font-size: 13px;
            font-weight: 400;
        }

        .benefits-membership-main {
            margin: 7px 24px;
        }

        span.text-dangeremaol091 {
            top: 0px;
            position: relative;
            font-size: 13px;
            font-weight: 400;
            color: red
        }

/* CSS Block 6 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    section.payment-sec-main {
        margin-top: 0% !important;
        margin-bottom: 0%;
    }

    .row.gap-3.justify-content-center.my-5 {
        padding-bottom: 6% !important;
    }

    * {
        margin: 0;
        padding: 0;
        font-family: Montserrat;
    }

    .Individual-text,
    .Business-text {
        width: 60%;
        margin: auto;
        border-radius: 12px 12px 0 0;
        padding: 8px;
    }

    .Individual-text h3,
    .Business-text h3 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .benefits-membership-main {
        background: #001D58;
        padding: 32px 20px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .benefits-text-img {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .benefits-text-img h3 {
        font-size: 32px;
        font-weight: 500;
    }

    ul.benefits-ul {
        list-style: none;
        padding-left: 8px;
        margin-top: 10px;
        line-height: 26px;
    }

    li.benefits-li {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 13px;
        font-weight: 400;
        /* margin-bottom: 10px; */
    }

    .benefits-price-btn {
        margin-left: 8px;
    }

    .benefits-price-btn h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .benefits-price-btn h4 {
        font-size: 13px;
        font-weight: 500;
        color: #00F19C;
    }

    button.select-btn {
        border: none;
        padding: 3px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #001D58;
        margin-left: 8px;
        margin-top: 10px;
    }

    button.select-btn:hover {
        border: 1px solid white;
        background: #001d58;
        color: white;
    }





    /* **************Sec-2 Css****************** */
    .businness-main {
        background: #C1D6FF;
        padding: 32px 20px;
        margin-top: 10px;
        border-radius: 8px;
        /* height: 452px; */
        padding-bottom: 90px;
    }

    .businness-text-img {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .businness-text-img h3 {
        font-size: 32px;
        font-weight: 500;
        color: #001D58;
        line-height: 24px;
        margin: 0;
    }

    ul.businness-ul {
        list-style: none;
        padding-left: 8px;
        margin-top: 22px;
        line-height: 26px;
    }

    li.businness-li {
        /* display: flex;
align-items: center; */
        /* gap: 15px; */
        /* margin-bottom: 10px; */
        font-size: 13px;
        font-weight: 400;
        margin-left: 25px;

    }

    .businness-price-btn {
        margin-left: 8px;
    }

    .businness-price-btn h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .businness-price-btn h4 {
        font-size: 13px;
        font-weight: 500;
        color: #0356FF;
    }

    button.select-btn-sec2 {
        border: none;
        padding: 3px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #001D58;
        margin-left: 8px;
        margin-top: 10px;
    }

    button.select-btn-sec2:hover {
        border: 1px solid white;
        background: #C1D6FF;
        color: white;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .businness-main {
            padding-bottom: 36px;
        }


    }

    @media (min-width: 768px) and (max-width: 991px) {

        .businness-main {
            padding-bottom: 66px;
        }

    }

    div#company_name_div {
        padding: 0;
        margin: 0px;
    }

    @media (max-width: 767px) {
        .benefits-text-img h3 {
            font-size: 22px;

        }

        span.eye-icon-custom.mainrespo {
            top: 86%;
        }

        .businness-text-img h3 {
            font-size: 22px;
        }
    }


    #Main-sec-mem-over-2 {
        display: none;

    }

    .sign-up-form-div .mx-auto {
        display: block;
    }


    h4#membershipOverview {
        color: white;
        background: #001D58;
        /* padding: 8px 25px; */

    }

    h4#traderApplication {
        color: white;
        background: #001D58;



    }

    .benefits-membership-main {
        transition: all 0.3s ease;
        /* Smooth transition for all properties */
    }

    .benefits-membership-main:hover {
        transform: translate(0, -4px);
        /* Moves the element 10px upwards */
        cursor: pointer;
    }

    .businness-main {
        transition: all 0.3s ease;
        /* Smooth transition for all properties */
    }


    .businness-main:hover {
        transform: translate(0, -4px);
        /* Moves the element 10px upwards */
        cursor: pointer;
    }

    h4#membershipOverview:hover {
        color: #001D58;
        background: rgb(255, 255, 255);
        /* border-bottom-left-radius: 10px;
border-top-right-radius: 10px; */
        cursor: pointer;
    }

    #membershipOverview {
        font-size: 24px;
        font-weight: 400;
        font-family: 'Montserrat';
    }

    h4#traderApplication {
        font-size: 24px;
        font-weight: 400;
        font-family: 'Montserrat';
    }

    h4#membershipOverview {
        width: 100%;
        color: white;
        background: #001D58;
        padding: 12px;
        height: 100%;
        text-align: center;
        margin: 0px;
    }

    h4#membershipOverview {
        width: 100%;
        display: flex;
        color: white;
        background: #001D58;
        padding: 12px;
        height: 100%;
        text-align: center;
        margin: 0px;
        align-items: center;
        justify-content: center;
    }

    h4#traderApplication {
        display: flex;
        height: 100%;
        padding: 15px 9px;
        margin: 0px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    h4#traderApplication:hover {
        color: rgb(4, 0, 0);
        background: rgb(255, 255, 255);

        cursor: pointer;
    }

    .form-check {
        margin-bottom: 20px !important;

    }

    @media (max-width: 768px) {
        section.Main-div-section-Apl div h4 {
            font-size: 13px !important;
        }

        .row.gap-3.justify-content-center.my-5 {
            padding: 0px 6px;
        }

        .row.gap-3.justify-content-center.my-5 {
            margin: 0px;
            padding-bottom: 14% !important;
        }
    }

    h4#membershipOverview-business {
        /* background: black; */
        padding: auto;
        margin: auto;
        padding: 12px;
    }

/* CSS Block 7 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        margin: 0;
        padding: 0;
        font-family: Montserrat;
    }

    section.membership-banner-sec {
        background: url(./Images/Membership-img.webp);
        width: 100%;
        height: 410px;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    section.membership-banner-sec h2 {
        font-family: 'Montserrat';
        font-size: 45px;
        font-weight: 400;
        color: #fff;
    }



    /* .Membership-Overview-content h3 {
font-size: 24px;
font-weight: 400;
color: #001D58;
}
.Membership-Overview-content p {
font-size: 18px;
font-weight: 400;
} */


    /* *************************** */

    p.Membership-sec-In-addition-text {
        width: 90%;
        color: #001d58;
        text-align: center;
        margin: auto;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 400;
    }

    p.Membership-sec-2-text {
        width: 80%;
        text-align: center;
        margin: auto;
        color: #001d58;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .membership-benefits-main-heading h3 {
        font-size: 50px;
        font-weight: 400;
        color: #001D58;
        font-size: 24px;
        font-weight: 600;
        color: #001D58;
    }

    .membership-benefits-main-heading p {
        width: 45%;
        margin: auto;
        color: #001d58;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .membership-benefits-img {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .membership-benefits-img h3 {
        font-size: 18px;
        margin: 0;
        color: #001d58;
        font-weight: 600;
    }

    .membership-benefits-img-text-main {
        padding: 2px 24px;
        /* background: #f7f4fc; */
    }

    .membership-benefits-img-text-main p {
        font-size: 15px;
        margin: 0;
        color: #001d58;
        padding-left: 40px;
        text-transform: capitalize;
    }

    .container-md-01 {
        margin-bottom: 13px;
    }

    /* Global dropdown icons for all resolutions */
    /* Country dropdown icon */
    #countries-dropdown-container {
        position: relative;
    }
    
    #countries-dropdown-container::after {
        content: '\f0d7';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #001D58;
        font-size: 14px;
        z-index: 1;
    }
    
    #countries-dropdown-btn {
        padding-right: 40px;
    }
    
    /* State dropdown icon */
    #states-dropdown-container {
        position: relative;
    }
    
    #states-dropdown-container::after {
        content: '\f0d7';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #001D58;
        font-size: 14px;
        z-index: 1;
    }
    
    #states-dropdown {
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 40px;
        width: 100%;
    }
    
    /* Category dropdown icon */
    #category-dropdown-container {
        position: relative;
    }
    
    #category-dropdown-container::after {
        content: '\f0d7';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #001D58;
        font-size: 14px;
        z-index: 1;
    }
    
    #categoryDropdown {
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 40px;
        width: 100%;
    }
    
    /* Custom responsive design for 558px to 1008px */
    @media (min-width: 558px) and (max-width: 1008px) {
        label#working_location_1_01 {
            font-size: 11px;
        }
        
        /* Personal Details - Single row layout */
        .row.d-flex.align-items-center .col {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Email and Password fields - Single row */
        .row.d-flex.align-items-center .col#first-name-001 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Work Details - Single row */
        .row#main0mt0 .col {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Address Details - Single row */
        .row .col.first-name-001 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Country and State - Single row */
        .row .col#countries-dropdown-container,
        .row .col select.dropdown-btn {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Mobile field - Single row */
        .row .col.Main-001-Mobile {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        
        /* Form spacing adjustments */
        .row {
            margin-bottom: 10px;
        }
        
        /* Input field styling */
        .placeholderp {
            width: 100%;
            margin-bottom: 10px;
        }
        
        /* Section labels */
        .section-label-custom {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        /* Password wrapper adjustments */
        .password-wrapper-custom {
            width: 100%;
        }
        
        /* Gender select */
        .gender-select {
            width: 100%;
        }
        
        /* Category dropdown */
        .skillrole-select {
            width: 100%;
        }
        
        /* Subcategory input */
        #subcategoryInput {
            width: 100%;
        }
        
        /* Working location fields */
        #working_location,
        #postcode {
            width: 100%;
        }
    }

    @media (max-width: 767px) {

        .membership-benefits-main-heading p {
            width: 100%;
            font-size: 15px;
        }

        .membership-benefits-img-text-main p {
            font-size: 14px;
        }

        .membership-benefits-img h3 {
            font-size: 18px;
        }

        p.Membership-sec-In-addition-text {
            width: 100%;
            font-size: 15px;

        }

        p.Membership-sec-2-text {
            width: 100%;
            font-size: 15px;
        }
    }

    h3.Membership-h3-0 {
        margin-top: 38px !important;
    }


    h4#traderApplication {
        border-right: 1px solid navy;
    }


    .card-footer.text-center {
        margin-top: 12px;
    }

