@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Define Helvetica Neue for those who have the files */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneue-roman.otf') format('opentype');
}
:root {
    --primary: #E5B44E;
    --secondary: #b22234;
    --bg-light: #2a3e812b;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --text-color: #000000;
}
::-webkit-scrollbar {
    width: 0px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}
::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--white);
}
::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}
html {
    scroll-behavior: unset !important;
}
body {
    font-family: "Helvetica";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    background-color: #000000;
    overflow-x: hidden;
    font-display: swap;
    scroll-behavior: unset !important;
}

/* Header CSS Start */

    header {
        padding: 50px 0 50px;
        background-color: #000000;
        box-shadow: 0px 9px 10px 0px rgb(229, 180, 78, 25%);
    }
    header .shadeOne{
        position: absolute;
        top: -12%;
        left: -10%;
        width: 100%;
        max-width: 20%;
        opacity: 40%;
    }
    header .logo{
        width: 100%;
        max-width: 50%;
    }
    header .heading{
        color: #E5B44E;
        font-size: 60px;
        font-weight: 600;
        font-family: "Helvetica";
    }
    header .description{
        color: #ffffff;
        font-size: 30px;
        font-weight: 500;
        font-family: "Helvetica";
    }

/* Header CSS End */


/* Step Formation Section CSS Start */

   .step__formation{
        padding: 130px 0 133px;
        position: relative;
        overflow: hidden;
    }
    .shadeOne{
        position: absolute;
        top: 30%;
        left: 40%;
        width: 100%;
        max-width: 30%;
        opacity: 40%;
    }
    .shadeTwo{
        position: absolute;
        bottom: -20%;
        right: -10%;
        width: 100%;
        max-width: 30%;
        opacity: 40%;
    }
    .step__formation .step__btn__content{
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .step__formation .step__btn__content h2{
        font-size: 32px;
        font-weight: 500;
        font-family: "Helvetica";
        color: rgb(255, 255, 255);
        background: transparent;
        text-align: left;
        padding: 15px 20px;
        border-radius: 10px;
        border: 2px solid #E5B44E;
    }
    .step__formation .step__btn__content .startBtn{
        font-size: 32px;
        font-weight: 600;
        font-family: "Helvetica";
        color: rgb(0, 0, 0);
        background: var(--primary);
        background: linear-gradient(to right, #E5B44E 0%, #F8F5AC 50%, #E5B44E 100%);
        background-size: 200% 100%; /* Double the width */
        transition: all 0.5s ease;
        text-align: left;
        text-decoration: none;
        padding: 10px 60px;
        border-radius: 10px;
        z-index: 1;
    }
    .step__formation .step__btn__content .startBtn:hover{
        color: #000000;
        background-position: 100% 0;
    }
    .step__formation__step{
        font-size: 40px;
        font-weight: 600;
        font-family: "Helvetica";
        color: #E5B44E;
        text-align: left;
    }
    .step__formation .heading{
        margin-bottom: 60px;
    }
    .step__formation .heading h5{
        font-size: 30px;
        font-weight: 400;
        font-family: "Helvetica";
        color: rgb(255, 255, 255);
        text-align: center;
    }

/* Step Formation Section CSS End */

/* Stepper Form Section CSS Start */

.progress-bar {
    margin-top: 4rem;
    margin-bottom: 3rem;
    width: 100%;
    background-color: transparent;
}
.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
.step {
    text-align: center;

}
.step-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    color: #000000;
    margin: 0px auto;
    z-index: 9;
    font-size: 16px;
    font-family: "Helvetica";
    font-weight: 600;
}
.step-circle.active {
    z-index: 9;
    background-color: #E5B44E;
}
.step-line {
    height: 0.25rem;
    width: 25%;
    margin-top: -56px;
    margin-right: -50px;
    margin-left: -80px;
    background-color: #d9d9d9;
    z-index: -1;
}
.step-line.active {
    background-color: #E5B44E;
}
.step-label {
    font-size: 15px;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: 'Helvetica';
    font-weight: 500;
}

#multi-step-form{
    background: black;
}

input.partnerFormCommonInput.ein::-webkit-inner-spin-button,
input.partnerFormCommonInput.ein::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.partnerFormCommonInput.ein {
    -moz-appearance: textfield;
}
input.partnerFormCommonInput.ssn::-webkit-inner-spin-button,
input.partnerFormCommonInput.ssn::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.partnerFormCommonInput.ssn {
    -moz-appearance: textfield;
}
.pdf-page-container {
    position: relative;
    width: 100%;
}
/* overlay sits dead‑center over page 5 */

/* rest of your PDF styling */
.pdf-images {
    margin: 2rem auto 0px;
    max-width: 100%;
    /* standard US‑letter width */
    padding: 0;
}
.pdf-page {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border: 1px solid #000;
    /* black border like W‑9 */
    border-radius: 4px;
    page-break-after: always;
}
.pdf-page2 {
    display: block;
    width: 90%;
    height: auto;
    /* margin-bottom: 1.5rem; */
    /* border: 1px solid #000; */
    /* black border like W‑9 */
    border-radius: 4px;
    page-break-after: always;
}
/* hide by default */
.idPreviewBox {
    display: none;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 0.5rem;
}
.idPreviewBox img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.idPreviewBox .remove-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}
/* Ensure SweetAlert appears above ajax loader (which has z-index: 9999) */
.swal-high-z-index {
    z-index: 999999 !important;
}
.swal2-container {
    z-index: 999999 !important;
}
.swal2-popup {
    z-index: 999999 !important;
}
.swal2-backdrop-show {
    z-index: 999998 !important;
}
#ajaxLoader.hidden-for-success {
    z-index: -1 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Error styles for form fields */
.input.error,
.form-select.error,
.error-field {
    border: 2px solid #e74c3c !important;
    background-color: transparent !important;
    color: white !important;
    animation: shake 0.5s ease-in-out;
}
/* Error placeholder styling */
.input.error::placeholder {
    color: #e74c3c !important;
    opacity: 1 !important;
}
/* Custom CSS variable for placeholder color */
input[style*="--placeholder-color"]::placeholder {
    color: var(--placeholder-color) !important;
}
/* Error state for select elements */
.form-select.error {
    color: #e74c3c !important;
}
.form-select.error option:first-child {
    color: #e74c3c !important;
    font-style: italic;
}
/* Focus state for error fields */
.input.error:focus,
.form-select.error:focus,
.error-field:focus {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25) !important;
    outline: none !important;
}
/* Animation for error fields */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-3px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(3px);
    }
}
/* Smooth transition for field states */
.input,
.form-select {
    transition: all 0.3s ease;
}
/* Valid/filled state styling */
.input.filled {
    border-color: #27ae60 !important;
    background-color: #f8fff8 !important;
}
.form-select.filled {
    border-color: #27ae60 !important;
    background-color: #f8fff8 !important;
}
/* Remove error styling when field becomes valid */
.input.filled:not(.error) {
    border-color: #27ae60 !important;
    background-color: #f8fff8 !important;
    color: inherit !important;
}
.form-select.filled:not(.error) {
    border-color: #27ae60 !important;
    background-color: #f8fff8 !important;
    color: inherit !important;
}
/* Ensure proper styling for different input states */
.input:not(.error):not(.error-field):focus {
    /* border-color: #3498db !important; */
    /* box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25) !important; */
}
.form-select:not(.error):not(.error-field):focus {
    /* border-color: #3498db !important; */
    /* box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25) !important; */
}
/* Additional error states for W-9 form fields */
.partnerFormCommonInput.validation-error,
.partnerFormCommonInput.is-invalid {
    border: 2px solid #e74c3c !important;
    background-color: #fdf2f2 !important;
    animation: shake 0.5s ease-in-out;
}
/* Error state for radio button containers */
.validation-error {
    border: 2px solid #e74c3c;
    border-radius: 4px;
    padding: 5px;
    background-color: #fdf2f2;
}
/* Inactive input styling */
.inactive-input {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

/* Hover effects for non-error fields */
.input:not(.error):not(.error-field):hover {
    border-color: #bdc3c7;
}

.form-select:not(.error):not(.error-field):hover {
    border-color: #bdc3c7;
}

/* Special styling for reCAPTCHA container when there's an error */
.recaptcha-container.error {
    border: 2px solid #e74c3c !important;
    border-radius: 6px !important;
    padding: 15px !important;
    background-color: #fdf2f2 !important;
    animation: shake 0.5s ease-in-out;
    position: relative;
}
/* Error message for reCAPTCHA */
.recaptcha-container.error::before {
    content: attr(data-error);
    display: block;
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 4px;
    border-left: 3px solid #e74c3c;
}
/* Hover effect for reCAPTCHA container */
.recaptcha-container:not(.error) {
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 10px;
}
.recaptcha-container:not(.error):hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive error styling */
@media (max-width: 768px) {

    .input.error,
    .form-select.error,
    .error-field {
        font-size: 14px;
    }

    @keyframes shake {

        0%,
        100% {
            transform: translateX(0);
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            transform: translateX(-2px);
        }

        20%,
        40%,
        60%,
        80% {
            transform: translateX(2px);
        }
    }

}
#ajaxLoader {
    height: 100%;
    width: 100%;
    background: #ffffffd6;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ajaxLoader .ajaxLoaderInner {
    max-width: 500px;
    max-height: 500px;

}
#ajaxLoader .ajaxLoaderInner .ajaxLoaderInnerHead {
    position: relative;
    z-index: 1;
}
#ajaxLoader .ajaxLoaderInner .ajaxLoaderInnerHead .loaderLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 60%;
    border-radius: 0 !important;
}
#ajaxLoader .ajaxLoaderInner img {
    border-radius: 50%;
}
#ajaxLoader .ajaxLoaderInner h4 {
    font-family: "Helvetica";
    font-size: 24px;
    color: #556EA4;
    text-align: center;
    margin-top: 20px;
}
.modal-dialog {
    max-width: 80%;
}
button.swal2-confirm.swal2-styled {
    background: #556ea4 !important;
}
.select2-container .select2-selection--single {
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 20px;
    position: relative;
    background-color: #000000;
    color: white;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #474747 transparent;
    border-width: 0 6px 7px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: unset;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}
.stateSelectContainer {
    display: flex;
    align-items: center;
}
.stateSelectContainer .stateSelectCol {
    width: 100%;
    max-width: 50%;
}
.recaptcha-container {
    display: flex;
    justify-content: start;
    max-width: 100%;
    /* Ensures it doesn't exceed the screen width */
    overflow: hidden;
}
.g-recaptcha iframe {
    transform: scale(0.85);
    /* Adjust the scale for responsiveness */
    transform-origin: 0 0;
    /* Keeps it aligned properly */
}
.filled {
    border: 2px solid #00bc00 !important;
}
.partnerFormFirstSecCardBodyDropBox{
    border-radius: 10px;
    border: 2px solid #E5B44E;
    padding: 20px 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.589);
}
.partnerFormFirstSecCardBodyDropBoxInner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partnerFormFirstSecCardBodyDropBoxInner p{
    margin: 0;
}
.card-content h4{
    font-family: "Helvetica";
    font-size: 40px;
    font-weight: 400;
    color: white;
}
.grid-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-2 input{
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.grid-2 input::placeholder{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.grid-3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.grid-3 input{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.grid-3 input::placeholder{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.grid-4{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.grid-4 input{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.grid-4 input::placeholder{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.grid-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-5 input{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.grid-5 input::placeholder{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.grid-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-6 input{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.grid-6 select{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    background-color: rgb(0, 0, 0);
    color: white;
}
.grid-6 select option{
    background-color: rgb(0, 0, 0);
    border: 1px solid #E5B44E;
    border-radius: 10px;
}
.grid-6 input::placeholder{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.grid select {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    background-color: rgb(0, 0, 0);
    color: white;
}
.card {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    border: none;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}
.card-inner {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.card-header {
    padding: 1.5rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-title {
    width: 100%;
    text-align: center;
    max-width: 70%;
    font-size: 36px;
    font-weight: 600;
    font-family: "Helvetica";
    border: 1px solid #E5B44E;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 0;
    color: white;
}
.card-content {
    padding: 1.5rem;
}
.card-content h1 a{
    text-decoration: none;
    font-size: 20px;
    margin-left: 30px;
    font-family: "Helvetica";
    color: #556EA4;
}
.card-footer {
    padding: 1.5rem;
    border: none;
    display: flex;
    justify-content: flex-end;
}
.card-footer a{
    text-decoration: none;
    color: white;
}


.grid {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
}
.select {
    width: 100%;
    padding: 5px 30px;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    background-color: white;
}
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.radio-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.radio-label {
    font-size: 20px;
}
.button {
    padding: 10px 60px;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    font-family: "Helvetica";
    letter-spacing: 2px;
}
.button-primary{
    background: var(--primary);
    background: linear-gradient(to right, #E5B44E 0%, #F8F5AC 50%, #E5B44E 100%);
    background-size: 200% 100%; /* Double the width */
    transition: all 0.5s ease;
    border-radius: 10px;
    color: black;
    font-size: 20px;
    font-weight: 500;
    font-family: "Helvetica";
}
.button-primary:hover {
    color: #000000;
    background-position: 100% 0;
}
.button-outline {
    background-color: transparent;
    border: 1px solid #e2e8f0;
}
.space-x {
    margin-left: 0.5rem;
}
.hidden {
    display: none;
}
.blank1{
    text-align: center;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    color: #556ea4;
    width: 24%;
}
.blank2{
    font-weight: 600;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    color: #556ea4;
    width: 60%;
}
.blank3{
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    color: #556ea4;
    width: 100%;
}
.card-content p{
    font-family: "Helvetica";
    font-size: 27px;
    font-weight: 400;
    text-align: justify;
    color: white;
}
.card-content p input{
    border-bottom: 2px solid #E5B44E;
    outline: none;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 5px 30px;
    color: white;
    background: transparent;
}
.card-content p input::placeholder{
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: 400;
    color: white;
}
.div1{
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 6px solid #E5B44E;
}
.div1 h1{
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    color: white;
}
.div2{
    margin-top: 60px;
    padding-bottom: 30px;
}
.div2 h1{
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    color: white;
}
.div3{
    margin-top: 60px;
    padding-bottom: 30px;
}
.div3 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 26%;
    color: white;
}
.div4{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div4 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 8%;
    color: white;
}
.div5{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div5 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 26%;
    color: white;
}
.div6{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div6 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 20%;
    color: white;
}
.div7{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div7 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 32%;
    color: white;
}
.div8{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div8 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 30%;
    color: white;
}
.div9{
    margin-top: 80px;
    padding-bottom: 30px;
}
.div9 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 32%;
    color: white;
}
.div10{
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 6px solid #E5B44E;
    padding-bottom: 20px;
}
.div10 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    gap: 40%;
    color: white;
}
.div11{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.div11 h1{
    font-family: "Helvetica";
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.div11 p{
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
}
.div11 .form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.div11 .form ul{
    width: 100%;
    max-width: 50%;
}
.div11 .form ul li{
    list-style: none;
}
.div11 .form ul li p{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 60px;
    text-align: left;
    height: 50px;
    width: 70%;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    background-color: #E5B44E
}
.div11 .form ul li .ul2{
    border: 1px solid  #E5B44E;
    height: 60px;
    width: 100%;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
}
.div11 .form ul li .ul2 input {
    outline: none;
    border: none;
    height: 50px;
    width: 70%;
    background-color: rgb(0, 0, 0);
    color: white;
}
.div11 .form ul li .ul2 input::placeholder{
    color: white;
}
.div11 .form ul li input {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 0px 20px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #E5B44E;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    text-align: left;
    outline: none;
}
.div11 .form ul li input::placeholder{
    font-family: 'Helvetica';
    font-size: 20px;
    color: #ffffff;
}
.signatureInput1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
    border-bottom: 2px solid #E5B44E;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    color: white;
}
.signatureInput1 button {
    font-family: 'Helvetica';
    font-size: 20px;
    color: #000000;
    background-color: transparent;
    color: #000000;
    border: 2px solid #E5B44E;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    outline: none;
}
.signatureInput1 button:hover{
    background-color: #E5B44E;
    color: black;
    border: 2px solid black;
    outline: none;
}
.signatureInput2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
    border-bottom: 2px solid #E5B44E;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    color: white;
}
.signatureInput2 button {
    font-family: 'Helvetica';
    font-size: 20px;
    color: #000000;
    background-color: white;
    border: 2px solid #556EA4;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    outline: none;
}
.signatureInput2 button:hover{
    background-color: transparent;
    color: black;
    border: 2px solid #556EA4;
    outline: none;
}
.signatureInput3 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
    border-bottom: 2px solid #E5B44E;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    color: white;
}
.signatureInput3 button {
    font-family: 'Helvetica';
    font-size: 20px;
    color: #000000;
    background-color: white;
    border: 2px solid #556EA4;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    outline: none;
}
.signatureInput3 button:hover{
    background-color: transparent;
    color: black;
    border: 2px solid #556EA4;
    outline: none;
}
#signatureCanvas1 {
    border: 2px solid #556EA4;
    border-radius: 10px;
    cursor: crosshair;
    display: block;
    margin: 0 auto;
}
#signatureCanvas2 {
    border: 2px solid #556EA4;
    border-radius: 10px;
    cursor: crosshair;
    display: block;
    margin: 0 auto;
}
#signatureCanvas3 {
    border: 2px solid #556EA4;
    border-radius: 10px;
    cursor: crosshair;
    display: block;
    margin: 0 auto;
}
.modal-footer button {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
}
#signaturePreview1 {
    border: 1px solid #ccc;
    border-radius: 5px;
}
#signaturePreview2 {
    border: 1px solid #ccc;
    border-radius: 5px;
}
#signaturePreview3 {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.swal2-popup .swal2-styled {
    background: #556ea4 !important;
    font-family: "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 32px;
    border-radius: 5px;
}
#swal2-html-container {
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.swal2-popup .swal2-title {
    font-family: "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


.TaxPayerBox {
    margin-top: 80px;
    width: 100%;
    background: black;
}
.TaxPayerBox .TaxPayerBoxCard {
    width: 100%;
    border: 1px solid #E5B44E;
    padding: 0 0 0px 0;
    color: white;
}
.TaxPayerBox .TaxPayerBoxCardHead {
    width: 100%;
}
.TaxPayerBox .TaxPayerBoxCardHeadInner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-top: none;
    border-bottom: 2px solid #E5B44E;
    border-radius: 0;
}
.TaxPayerBox .TaxPayerBoxCardHeadInnerCol {
    width: 100%;
    flex-grow: 1;
    padding: 10px 5px 0 5px;
}
.TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(1) {
    max-width: 15%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}
.TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(2) {
    border-left: 2px solid #E5B44E;
    border-right: 2px solid #E5B44E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-width: 70%;
}
.TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-width: 15%;
}
.TaxPayerBox .TaxPayerBoxCardHead h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #ffffff;
    margin-bottom: 1px;
    line-height: 1.2em;
}
.TaxPayerBox .TaxPayerBoxCardHead h4 strong {
    font-size: 50px;
    font-weight: 700;
    font-family: "Helvetica";
    color: #ffffff;
}
.TaxPayerBox .TaxPayerBoxCardHead h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    margin-bottom: 5px;
    margin-left: 60px;
}
.TaxPayerBox .TaxPayerBoxCardHead h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1em;
}
.TaxPayerBox .TaxPayerBoxCardHead h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Helvetica";
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}
.TaxPayerBox .TaxPayerBoxCardHead h5 a {
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
}
.TaxPayerBox .TaxPayerBoxCardHead h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Helvetica";
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.1em;
    padding: 0px 0px 15px 10px;
}
.TaxPayerBox .TaxPayerBoxCardHead p {
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #E5B44E;
    padding: 0px 0px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.TaxPayerBox .TaxPayerBoxCardBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 0px 0;
    max-width: 100%;
    margin: auto;
}
.TaxPayerBoxCardBodyFixedOuter {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:first-child {
    width: 5%;
    position: relative;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:last-child {
    flex: 1;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    width: 400px;
    text-align: center;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 5px;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    margin: 0;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    margin: 0;
}
.TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv p strong {
    font-family: "Montserrat", sans-serif;
}
.TaxPayerBox .TaxPayerBoxCardContent {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0px;
    width: 100%;
    border-left: 1px solid #E5B44E;
}
.TaxPayerBox .TaxPayerBoxCardContent .TaxPayerBoxCardContentInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E5B44E;
}
.TaxPayerBox .TaxPayerBoxCardContent .TaxPayerBoxCardContentInner h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    padding: 5px 5px;
    margin: 0;
    width: 100%;
}
.TaxPayerBox .TaxPayerBoxCardContent .TaxPayerBoxCardContentInner h4 strong {
    margin-right: 5px;
}
.TaxPayerBox .TaxPayerBoxCardContentInput {
    height: 30px;
    border: none;
    background:  black;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    border: 1px solid #E5B44E;
    padding: 10px;
    outline: none;
}
.TaxPayerBox .TaxPayerBoxCardContentInput::placeholder{
    color: white !important;
}
.TaxPayerBoxCardBodyInnerOuter {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.TaxPayerBoxCardBodyInnerOuterCol:first-child {
    width: 77%;
}
.TaxPayerBoxCardBodyInnerOuterCol:last-child {
    flex: 1;
}
.TaxPayerBox .TaxPayerBoxCardBodyInner {
    padding: 0px 0px 5px 0;
    border: 1px solid #E5B44E;
    border-top: none;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
}
.TaxPayerBox .TaxPayerBoxCardBodyInner h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #ffffff;
    padding: 5px 5px;
    margin: 0;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosOuter {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 5px;
    margin-left: 25px;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios {
        /* max-width: 34%; */
    /* width: 100%; */
    flex-grow: 1;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(1), .TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(2), .TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(3) {}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(4), .TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(5) {}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios:nth-child(6) {}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios label {
    background: transparent;
    border-radius: 10px;
    padding: 0;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 10px;
}
.TaxPayerBox .TaxPayerBoxCardContentRadioInput {
    display: none;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios label span {
    height: 20px;
    width: 20px;
    border: 1px solid #E5B44E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
}
.TaxPayerBox .TaxPayerBoxCardContentRadioInput:checked + label span:before {
    background-color: #E5B44E;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadios label span::before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border-radius: 50%;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup .TaxPayerBoxCardBodyInnerRadios {
    flex-grow: unset;
    max-width: 18%;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosOuter p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Helvetica";
    color: #ffffff;
    margin: 0px 0px 0 30px;
    line-height: 1.2em;
}
.TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup input[type='text'] {
    height: 25px;
    border: none;
    background: black;
    width: 83%;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 10px;
    outline: none;
    border-bottom: 1px solid #E5B44E;
    margin-left: auto;
    margin-right: 10px;
}
.TaxPayerBox .TaxPayerBoxCardBodyInner.secondBox {
    padding-bottom: 8px;
    position: relative;
}
.TaxPayerBox .TaxPayerBoxCardBodyInner.secondBox span {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.TaxPayerBoxCardBodyInner.secondBox .TaxPayerBoxCardBodyInnerRadios {
    max-width: 100%;
}
.TaxPayerBoxCardBodyInner.secondBox .TaxPayerBoxCardBodyInnerRadios label {
    flex-direction: row;
    align-items: start;
    padding: 0px 60px 0 5px;
}
.taxPayerBox4 {
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #E5B44E;
}
.taxPayerBox4 h4 {
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.taxPayerBox4  .taxPayerBox4Inner:nth-child(1) .taxPayerBox4Input {
    border: none;
    border-bottom: 1px solid #E5B44E;
    background: black;
    padding: 1px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    margin-top: 0px;
    width: 28%;
}
.taxPayerBox4  .taxPayerBox4Inner:nth-child(2) .taxPayerBox4Input {
    border: none;
    border-bottom: 1px solid #E5B44E;
    background: black;
    padding: 1px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    margin-left: 10px;
    margin-top: 0px;
    width: 77%;
}
.taxPayerBox4 p {
    font-family: "Acumin-Italic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    text-align: center;
    width: 100%;
}
.taxPayerCommonBoxesOuterCol:first-child {
    width: 65%;
}
.taxPayerCommonBoxesOuterCol:last-child {
    flex: 1;
    display: flex;
}
.taxPayerCommonBoxesOuter {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.taxPayerCommonBoxes {
    padding: 5px 0 0px 0;
    border-bottom: 1px solid #E5B44E;
    border-left: 1px solid #E5B44E;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px;
    width: 100%;
}
.taxPayerCommonBoxes h4 {
    margin: 0;
    padding: 0 5px;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.taxPayerCommonBoxes .taxPayerCommonBoxInput {
    background: black;
    padding: 1px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    width: 100%;
    border: none;
    flex: 1;
}
.taxPayerIdentification {
    padding: 0px 0px 5px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap:  0px;
    width: 100%;
}
.taxPayerIdentificationContentOuter {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.taxPayerIdentificationContent {
    width: 70%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.taxPayerIdentificationInnerContent {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.taxPayerIdentification h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #E5B44E;
    border-top: 1px solid #E5B44E;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 5px;
}
.taxPayerIdentification h2 span {
    background-color: #E5B44E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0px 15px;
    line-height: 1.2em;
}
.taxPayerIdentification h4 {
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    width: 100%;
}
.taxPayerIdentificationOuter h4 {
    font-family: "Montserrat", sans-serif;
    border: 1px solid #E5B44E;
    font-size: 15px;
    padding: 2px 5px 0px 5px;
    border-right: none;
}
.taxPayerIdentification p span {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
.taxPayerIdentification .taxPayerIdentificationOuter {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
    padding: 0px;
}
.taxPayerIdentification .taxPayerIdentificationInner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}
.taxPayerIdentification .taxPayerIdentificationInputGroup {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 0px 10px 0px 0px;
}
.taxPayerIdentification .taxPayerIdentificationInputGroupInner {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 0px;
}
.taxPayerIdentification .taxPayerIdentificationInputGroupInner span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taxPayerIdentification input {
    border: 1px solid #E5B44E;
    border-right: none;
    background: black;
    padding: 1px 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    width: 30px;
    height: 50px;
    text-align: center;
}
.taxPayerIdentification p {
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
}

.lastPageSignature {
    padding: 0px 0px;
    border-top: 1px solid #E5B44E;
    border-bottom: 1px solid #E5B44E;
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.lastPageSignatureInner:first-child {
    display: flex;
    align-items: stretch;
}
.lastPageSignatureInner {
    width: 50%;
    display: flex;
    align-items: center;
}
.lastPageSignature .lastPageSignatureCol {
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
}
.lastPageSignature .lastPageSignatureCol  h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.lastPageSignatureInner:first-child .lastPageSignatureCol:last-child {
    border-left: 1px solid #E5B44E;
    display: flex;
    align-items: center;
    padding-left: 10px;
    flex: 1;
}
.lastPageSignatureInner:first-child .lastPageSignatureCol:last-child h4 {
    font-size: 14px;
    max-width: 50%;
}
.lastSignatureBox {
    filter: invert(1);
    max-width: 50%;
    margin-left: 10px;
}
.lastPageSubmit {
    background: #556EA3;
    color: #fff;
    padding: 0px 0px;
    border-radius: 5px;
    height: 40px;
    border: none;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    transition: .3s;
}
.lastPageSubmit a{
    background: #556EA3;
    color: #fff;
    text-decoration: none;
}
.partnerFormPedoMeter .partnerFormPedoMeterCardBodyContent .progressBar {
    content: "";
    background: #556EA4;
    width: 0%;
    position: absolute;
    top: 32%;
    left: 120px;
    height: 10px;
    transform: translateY(-50%);
}

.modal-content  {
    background-color: #151C29;
    border: 1px solid #556EA3;
    border-radius: 15px;
}
.modal-header {
    padding: 5px 10px;
    border-bottom: 1px solid #556EA4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.modal-title {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
}
.modal-footer {
    padding: 5px 10px;
    border-top: 1px solid #556EA4;
    justify-content: space-between;
}
#adoptSignatureBtn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    color: #fff;
    background: #556ea4;
    border-radius: 5px;
    border: 1px solid #556ea4;
    display: block;
}
.signatureModalCancelBtn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    color: #fff;
    background: transparent;
    border-radius: 5px;
    display: block;
    border: 1px solid #556ea4;
}
.btn-close {
    filter: invert(1) brightness(100);
}
#signatureCanvas {
    border: 1px solid #556EA4;
    border-radius: 15px;
    display: block;
}
.canvas-container {
    width: 100%;
    height: 300px; /* Adjust this height based on your design */
    position: relative; /* Ensures the canvas fits within the container */
}


.rocket__form__vector{
    width: 100%;
    max-width: 70%;
    animation: floating 2s ease-in-out infinite;
    transform-origin: center;
}
@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(2deg);
    }
    50% {
        transform: translateY(-5px) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) rotate(-2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}


@media(max-width: 1440px){
    .step__formation {
        padding: 110px 0 30px;
    }
    .rocket__form__vector{
        width: 100%;
    }
}
@media (max-width: 1025px) {
    header {
        padding: 20px 0 20px;
    }
    header .heading {
        font-size: 30px;
    }
    header .logo {
        width: 100%;
        max-width: 80%;
    }


    .step__formation {
        padding: 160px 0 10px;
    }
    .step__formation .shadeTwo{
        display: none;
    }
    .step__formation .step__btn__content {
        max-width: 100%;
    }
    .step__formation__step {
        font-size: 30px;
    }
    .step__formation .step__btn__content h2 {
        font-size: 24px;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 28px;
    }


    /* Step Three Start */
    .TaxPayerBox .TaxPayerBoxCardHead h4 strong {
        font-size: 30px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h6 {
        font-size: 18px;
    }
    .lastPageSignature .lastPageSignatureCol {
        max-width: 36%;
    }
    /* Step Three End */

}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:first-child {
        width: 7%;
    }

    .card-footer {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .g-recaptcha iframe {
        transform: scale(0.75);
        /* Further scaling for smaller screens */
    }
    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup .TaxPayerBoxCardBodyInnerRadios {
        max-width: 40%;
    }

    header {
        padding: 20px 0 160px;
    }
    header a{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header .logo {
        max-width: 15%;
        margin-bottom: 10px;
    }

    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosOuter {
        margin-left: 5px;
    }

    .taxPayerBox4 .taxPayerBox4Inner:nth-child(1) .taxPayerBox4Input,
    .taxPayerBox4 .taxPayerBox4Inner:nth-child(2) .taxPayerBox4Input {
        width: 100%;
        display: block;
        margin: 1rem 0 0;
    }

    .taxPayerCommonBoxes .taxPayerCommonBoxInput {
        padding: 10px;
    }

    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:first-child {
        width: 10%;
    }

    .TaxPayerBox .TaxPayerBoxCardContentInput {
        height: 30px !important;
    }

    /* .step-line {
        margin-top: 10px;
        margin-right: -48px;
        margin-left: -70px;
    } */


    .steps {
        justify-content: space-between;
    }
    .step-line {
        width: 44%;
    }
    .step-label {
        font-size: 12px;
    }

    .button-primary {
        margin-top: 10px;
    }
    .stepThreeBtnDiv{
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .taxPayerCommonBoxes .taxPayerCommonBoxInput {
        font-size: 16px;
    }


    .select2-container{
        width: 100% !important;
    }

/* Step Formation Page Start */


    .card-title{
        max-width: 100%;
        font-size: 30px;
    }
    .card-content p {
        font-size: 24px;
    }
    .div1 h1 {
        font-size: 30px;
    }
    .div2 h1 {
        font-size: 30px;
    }
    .div3 h1 {
        font-size: 30px;
    }
    .div4 h1 {
        font-size: 30px;
    }
    .div5 h1 {
        font-size: 30px;
    }
    .div6 h1 {
        font-size: 30px;
    }
    .div7 h1 {
        font-size: 30px;
    }
    .div8 h1 {
        font-size: 30px;
    }
    .div9 h1 {
        font-size: 30px;
    }
    .div10 h1 {
        font-size: 30px;
    }

    .card-content p input {
        font-size: 18px;
    }
    .card-content p input::placeholder {
        font-size: 18px;
    }


    header {
        padding: 20px 0 40px;
    }
    .step__formation {
        padding: 60px 0 10px;
    }


    .rocket__form__vector {
        max-width: 40%;
    }
    .step__formation .step__btn__content h2 {
        font-size: 20px;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 24px;
    }

    .div11 .form ul li p{
        max-width: 100%;
    }


    .signatureInput1{
        font-size: 16px;
    }
    .signatureInput2{
        font-size: 16px;
    }
    .signatureInput3{
        font-size: 16px;
    }


/* Step Formation Page End */

}

@media (max-width: 575.98px) {
    html {
        font-size: 10px;
    }

    .TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(3) {
        max-width: 20%;
    }

    .taxPayerBox4 {
        gap: 5px;
    }

    .button {
        padding: 10px 40px;
    }
}

@media (max-width: 430px) {
    .g-recaptcha iframe {
        transform: scale(0.6);
        /* Even smaller scaling for tiny devices */
    }

    .button-primary {
        font-size: 16px;
    }

    .card-title {
        max-width: 100%;
        font-size: 24px;
    }

    .stepThreeBtnDiv{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header a .logo{
        max-width: 20%;
    }

    .div1 h1 {
        font-size: 24px;
    }
    .div2 h1 {
        font-size: 24px;
    }
    .div3{
        margin-top: 40px;
    }
    .div3 h1 {
        font-size: 24px;
        gap: 6%;
        margin-bottom: 30px;
    }
    .div4{
        margin-top: 40px;
    }
    .div4 h1 {
        font-size: 24px;
        gap: 5%;
        margin-bottom: 30px;
    }
    .div5{
        margin-top: 40px;
    }
    .div5 h1 {
        font-size: 24px;
        gap: 2%;
        margin-bottom: 30px;
    }
    .div6{
        margin-top: 40px;
    }
    .div6 h1 {
        font-size: 24px;
        gap: 0%;
        margin-bottom: 30px;
    }
    .div7{
        margin-top: 40px;
    }
    .div7 h1 {
        font-size: 24px;
        gap: 20%;
        margin-bottom: 30px;
    }
    .div8{
        margin-top: 40px;
    }
    .div8 h1 {
        font-size: 24px;
        gap: 15%;
        margin-bottom: 30px;
    }
    .div9{
        margin-top: 40px;
    }
    .div9 h1 {
        font-size: 24px;
        gap: 15%;
        margin-bottom: 30px;
    }
    .div10 {
        margin-top: 40px;
    }
    .div10 h1 {
        font-size: 24px;
        gap: 30%;
        margin-bottom: 30px;
    }
    .div11 .form {
        flex-direction: column;
    }
    .div11 .form ul {
        max-width: 100%;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .div11 .form ul li p {
        width: 100%;
        max-width: 100%;
    }
    .div11 .form ul li .ul2 input{
        padding: 0 10px;
    }

/* Step Three Start */

    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:first-child {
        width: 12%;
    }

    .steps {
        align-items: flex-start;
    }

    .step-label {
        white-space: normal;
    }

    .step-line {
        margin-top: 9px;
        margin-left: -80px;
        width: 40%;
    }

    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup input[type='text']{
        width: 65%;
    }
    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosOuter{
        margin-left: 16px;
    }
    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadiosInputGroup .TaxPayerBoxCardBodyInnerRadios {
        max-width: 40%;
    }
    .taxPayerCommonBoxes .taxPayerCommonBoxInput {
        font-size: 12px;
    }
    .taxPayerCommonBoxes .taxPayerCommonBoxInput::placeholder {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead p{
        padding: 0px 10px;
    }
    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv h4 {
        font-size: 12px;
    }
    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv p {
        font-size: 12px;
        margin-bottom: 10px;
    }


    .taxPayerIdentification h2 {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHeadInner {
        flex-direction: column;
    }
    .TaxPayerBox .TaxPayerBoxCardContent .TaxPayerBoxCardContentInner h4 {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead p{
        font-size: 12px;
    }
    .taxPayerIdentification h4{
        font-size: 12px;
    }
    .taxPayerIdentification p{
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(1) {
        max-width: 100%;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #E5B44E;
    }
    .TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(2){
        justify-content: center;
        max-width: 100%;
        border-top: 2px solid #000;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #E5B44E;
    }
    .TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(3){
        justify-content: center;
        max-width: 100%;
    }
    .TaxPayerBox .TaxPayerBoxCardHeadInnerCol:nth-child(3) h6{
        text-align: center;
    }
    .taxPayerBox4{
        border-left: 1px solid #E5B44E;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h3 {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h4{
        word-break: break-word;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h4 strong {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h5 {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardHead h6 {
        font-size: 12px;
        word-break: break-word;
    }
    .TaxPayerBoxCardBodyInner.secondBox .TaxPayerBoxCardBodyInnerRadios label {
        padding: 0px 00px 0 5px;
    }
    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol:first-child {
        width: 10%;
    }
    .taxPayerIdentificationContentOuter {
        flex-direction: column-reverse;
    }
    .taxPayerIdentificationContent {
        width: 100%;
    }
    .taxPayerIdentification .taxPayerIdentificationOuter{
        padding: 0px 0px 5px 15px;
    }
    .TaxPayerBoxCardBodyInnerOuter {
        flex-direction: column;
    }
    .TaxPayerBoxCardBodyInnerOuterCol:first-child {
        width: 100%;
    }
    .TaxPayerBox .TaxPayerBoxCardBodyInnerRadios label {
        font-size: 12px;
    }
    .taxPayerBox4 h4 {
        font-size: 12px;
    }
    .TaxPayerBox .TaxPayerBoxCardBodyInner{
        border: none;
        border-left: 1px solid #E5B44E;
        padding: 0px 0px 15px 0;
    }

    .lastPageSignature .lastPageSignatureCol {
        max-width: 100%;
    }
    .button-primary {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
    }

/* Step Three End */



    .card-content {
        padding: 0.5rem;
    }
    .card-content h4 {
        font-size: 30px;
    }
    .card-content p {
        font-size: 18px;
        text-align: center;
    }
    .grid-2 input{
        padding: 5px 10px;
        font-size: 14px;
    }
    .grid-3 input{
        padding: 5px 10px;
        font-size: 14px;
    }
    .grid-4 input{
        padding: 5px 10px;
        font-size: 14px;
    }
    .grid-5 input{
        padding: 5px 10px;
        font-size: 14px;
    }
    .grid-6 input{
        padding: 5px 10px;
        font-size: 14px;
    }

    .grid-2 input::placeholder{
        font-size: 16px;
    }
    .grid-3 input::placeholder{
        font-size: 16px;
    }
    .grid-4 input::placeholder{
        font-size: 16px;
    }
    .grid-5 input::placeholder{
        font-size: 16px;
    }
    .grid-6 input::placeholder{
        font-size: 16px;
    }

    .select2-container .select2-selection--single{
        padding: 5px 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder{
        font-size: 14px;
    }
    .grid select{
        font-size: 14px;
    }

    .grid{
        flex-direction: column;
    }
    .stateSelectContainer .stateSelectCol {
        width: 100%;
        max-width: 100%;
    }


    header .description {
        font-size: 24px;
    }

/* Step Formation Page Start */

    header .logo {
        max-width: 40%;
    }

/* Step Formation Page End */


.lastPageSignature{
    margin-top: 10px;
}
.lastPageSignatureInner {
    width: 100%;
}
.lastPageSignature .lastPageSignatureCol h4 {
    font-size: 12px;
}
.lastPageSignatureInner:first-child .lastPageSignatureCol:last-child h4 {
    font-size: 12px;
    max-width: 100%;
}


}

@media(max-width: 375px){
    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv h4 {
        font-size: 10px;
    }
    .TaxPayerBoxCardBodyFixedOuter .TaxPayerBoxCardBodyFixedOuterCol .TaxPayerBoxCardBodyFixedOuterColFixedDiv p {
        font-size: 10px;
    }
}

@media (max-width: 321px) {


    header .heading {
        font-size: 24px;
    }
    header .description {
        font-size: 20px;
    }

    .step-label {
        font-size: 10px;
    }


    .step__formation__step {
        font-size: 24px;
    }
    .step__formation .step__btn__content h2 {
        font-size: 16px;
    }
    .step__formation .step__btn__content .startBtn {
        font-size: 20px;
    }

    .taxPayerIdentification .taxPayerIdentificationInner{
        width: 95%;
    }
    .taxPayerIdentification input{
        width: 26px;
    }

    .taxPayerIdentification h2 {
        font-size: 16px;
    }

}

/* Stepper Form Section CSS End */
