p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* Hero Header Section */
.congrate-party {
    padding-top: 64px;
    padding-bottom: 96px;
}

.congrate-container {
    max-width: 1280px;
    padding: 0px 32px;
}

.party-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.congrate-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.congrate-content h1 {
    color: var(--Gray-900);
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.congrate-content p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
}

.congrate-content p span {
    color: var(--Gray-600);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

}

.congrate-content p span a {
    text-decoration-line: underline;
    color: var(--Gray-600);
}

.confirm-subtitle ul {
    display: flex;
    padding-left: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
}

.confirm-subtitle ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--Gray-600);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.process-btn {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
}

.group-img img {
    height: 656px;
    max-width: 512px;
    border-radius: 24px;
    object-fit: cover;
}

/* End Hero Header Section */
.form-section {
    padding: 100px 0px;
}

.form-inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: auto;
}

/* steps box */
.steps-box {
    display: flex;
    max-width: 1280px;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.steps-box-item {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-top: 4px solid var(--Gray-600);
    width: 100%;
}

.steps-box-item h5 {
    color: var(--Gray-700);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.steps-box-item p {
    color: var(--Gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.steps-box-item.active h5 {
    color: var(--Brand-700);
}

.steps-box-item.active p {
    color: var(--Brand-600);
}

.steps-box-item.active {
    border-color: var(--Brand-600);
}

.border-active {
    border-color: var(--Brand-600);
}

/* End steps box */

.step-form-header {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0;
}

/* Home Address */
.home-address {
    display: flex;
    max-width: 768px;
    width: 100%;
    margin: auto;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Gray-200);
    background: var(--Base-White);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.home-address h4 {
    color: var(--Gray-900);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 4px;
}

.home-address p {
    color: var(--Gray-600);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* End Home Address */
/* steps form */
.step-form-single-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 560px;
    margin: auto;
    width: 100%;
}

.step-form-single-box h4 {
    color: var(--Gray-900);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.step-form-item-box {
    margin-bottom: 12px;
}

.step-form {
    width: 100%;
}

.step-form input,
.step-form select,
.step-form textarea {
    border-radius: 8px;
    border: 1px solid var(--Gray-300);
    background: var(--Base-White);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.step-form input:focus-visible,
.step-form select:focus-visible,
.step-form textarea:focus-visible {
    outline: none;
}

.step-form select {
    height: 46px;
}

.step-form label {
    color: var(--Gray-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}

.step-form-group {
    display: flex;
    gap: 24px;
}

.step-form-group .city {
    max-width: 370px;
    width: 100%;
    position: relative;
}

.step-form-group .zipcode-box {
    width: 100%;
    max-width: 160px;
}

.step-form-group .city-state-selector {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 145px;
    width: 100%;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* End steps form */
/*Business Type */
.type-buisness {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 374px;
    width: 100%;
}

.type-buisness h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.step-form-btns-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.step-form-btns-group .hero-loc-btn,
.step-form-btns-group .btn-brand {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

/* End Business Type */

/* Step 2 page */
.step2-inner-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;

}

.upload-document {
    max-width: 900px;
    width: 100%;
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    border: 1px solid var(--Gray-300);
    margin: auto;
}

.upload-document-header {
    max-width: 660px;
    text-align: center;
}

.upload-document-header h4 {
    color: var(--Gray-900);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.upload-document-header p {
    color: var(--Gray-900);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.step-form-group-50 .step-form-item-box {
    width: 50%;
}


.upload-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.upload-container .or {
    color: var(--Gray-900);
}

.drop-zone {
    display: flex;
    max-width: 330px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Base-White, #FFF);
    padding: 16px 24px;
}

.drop-icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin: auto;
}

.drop-zone__prompt {
    width: 100%;
}

.drop-zone__prompt p, .drop-zone__prompt a {
    color: var(--Gray-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.drop-zone__prompt a {
    color: var(--Brand-700);
    text-align: center;
    display: block;
}

.drop-zone__prompt p span:first-child {
    color: var(--Brand-700);
    cursor: pointer;
}

.drop-zone__prompt p.small {
    color: var(--Gray-600);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.drop-zone__input {
    display: none;
}

.drop-zone.drag-over {
    border-color: #66c7ff;
}

.step-width-780 {
    max-width: 780px;
    margin: auto;
}

.no-border {
    border: none;
}

.contact-num {
    color: var(--Gray-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.contact-num a {
    color: var(--Blue-dark-500, #2970FF);
    text-decoration: underline;
}

/* step-3 page */
.confirm-check {
    display: flex;
    max-width: 698px;
    padding: 16px;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid var(--Gray-200);
    background: #FFF;
    gap: 8px;
}

.confirm-check label {
    color: var(--Gray-600);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.review-txt {
    color: var(--Gray-900);
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 508px;
}

.border-active {
    border-color: var(--Brand-600);
}

.m-block {
    display: none !important;
}

.notarize-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.d-none {
    display: none;
}

.notarize-link a, .or {
    color: var(--Gray-600);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
}

.notarize-link p {
    text-decoration: none;
}

.review-pdf iframe {
    height: 900px;
    min-width: 900px;
    display: flex;
    margin: auto;
}

/* step-3 page  end */
/* notarize form */
.notarize-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.notarize-details {
    display: flex;
    max-width: 304px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Gray-200);
    background: #FFF;
}

.notarize-details .notarize-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.notarize-content h3, a, .form-or {
    color: var(--Gray-600);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.notarize-content h3 span {
    color: #1570EF;
}

.manual h3 span {
    color: var(--Brand-700);
}

.manual h3 {
    color: var(--Gray-600);
}

.notarize-content p {
    color: var(--Gray-600);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.use-img img {
    max-width: 256px;
    height: 163px;
    border-radius: 4px;
    border: 1px solid #101828;
}

.notarize-link-btn {
    padding: 8px 12px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--Gray-300);
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Gray-700);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}

.nota-txt {
    max-width: 480px;
    color: var(--Gray-600);
}

/* notarize form end */
/* Congratulations-end page */
.con-end-section {
    padding: 60px 0;
}

.cong-end {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cong-end-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 32px;
}

.cong-end-detail .cong-end-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 32px;
    max-width: 640px;
    width: 100%;
}

.cong-end-detail .cong-end-content h1 {
    color: var(--Gray-900, #101828);
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.cong-end-detail .cong-end-content p {
    color: var(--Gray-600, #475467);
    font-size: 20px;
    line-height: 30px;
}

.cong-end-detail .cong-end-content h2 {
    color: var(--Gray-900, #101828);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.cong-end-detail .cong-end-content h2:nth-child(2) {
    text-align: center;
}

.cong-end-detail .cong-end-content h2:nth-child(3) {
    text-align: end;
}

.cong-end-img {
    padding-left: 40px;
}

.cong-end-img img {
    max-width: 680px;
    height: 492px;
}

.cong-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Gray-300);
    background: #FCFCFD;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.cong-list-item p {
    color: var(--Gray-700);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.cong-list-item p img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Gray-200);
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.cong-list-item p .end-subtxt {
    overflow: hidden;
    color: var(--Gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cong-list-item p span br {
    display: none;
}

.app-store {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.app-store img {
    border-radius: 5px;
}

/* upload notarize */
.upload-notarize-doc {
    padding: 22px 0;
}

.upload-notarize-doc .upload-container .or {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

@media (min-width: 998px) and (max-width: 1200px) {
    .congrate-content h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .cong-end-img img {
        min-width: 343px;
        width: 100%;
        object-fit: cover;
    }

    .cong-end-detail .cong-end-content h1 {
        font-size: 54px;
        line-height: 62px;
        letter-spacing: -1px;
    }
}

@media (max-width: 997px) {
    .congrate-content {
        width: 50%;
    }

    .congrate-content h1 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

    .group-img {
        width: 50%;
    }

    .group-img img {
        max-width: 100%;
        min-width: 343px;
    }

    .drag-txt {
        display: none;
    }

    .cong-end-detail .cong-end-content h1 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
        margin-bottom: 0;
    }

    .cong-end-detail {
        width: 50%;
    }

    .cong-end-img {
        width: 50%;
        padding-left: 0;
    }

    .cong-end-img img {
        min-width: 343px;
        width: 100%;
        object-fit: cover;
    }

    .app-store {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .inactive {
        color: var(--Gray-400);
        border: 1px solid var(--Gray-200);
        background: var(--Gray-100);
    }

    .step-form-item-box:last-child, .step-form-group:last-child .step-form-item-box {
        margin-bottom: 0px;
    }

    .btn-brand {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .party-details {
        flex-direction: column-reverse;
    }

    .congrate-content {
        width: 100%;
    }

    .congrate-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .group-img {
        width: 100%;
    }

    .group-img img {
        width: 100%;
        height: 154px;
    }

    .congrate-content h1 br {
        display: none;
    }

    .process-btn {
        width: 100%;
    }

    .congrate-content p span {
        display: none;
    }

    .form-section {
        padding: 20px 0px;
    }

    .steps-box {
        flex-direction: column;
    }

    .step-form-group {
        flex-direction: column;
        gap: 0;
    }

    .step-form-group .zipcode-box,
    .step-form-group .city {
        max-width: 100%;
    }

    .step-form-header {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: normal;
    }

    .home-address .step-form-btns-group {
        flex-direction: column;
        width: 100%;
    }

    .step-form-group-50 .step-form-item-box {
        width: 100%;
    }

    .upload-container .drop-zone.first, .upload-container .or {
        display: none;
    }

    .drop-zone {
        max-width: 100%;
    }

    .contact-num a {
        display: block;
    }

    .review-pdf iframe {
        max-width: 700px;
        height: 340px;
        min-width: 343px;
        width: 100%;
    }

    .d-block {
        display: none;
    }

    .notarize-row {
        flex-direction: column;
    }

    .nota-txt {
        min-width: 340px;
    }

    /* congrate-end */
    .con-end-section {
        padding: 40px 0;
    }

    .cong-end {
        flex-direction: column;
        gap: 16px;
    }

    .cong-end-detail .cong-end-content {
        padding: 0;
    }

    .cong-end-detail {
        width: 100%;
    }

    .cong-end-detail .cong-end-content h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
    }

    .cong-end-img {
        padding-left: 0px;
        width: 100%;
    }

    .cong-end-img img {
        max-width: 100%;
        height: 199px;
        min-width: 343px;
        width: 100%;
    }

    .cong-list-item {
        flex-direction: column;
    }

    .cong-list-item p {
        flex-direction: column;
        text-align: center;
    }

    .btn-brand {
        width: 100%;
    }

    .app-store {
        flex-direction: row;
    }

    .cong-list-item p span br {
        display: block;
    }

    .upload-notarize-doc {
        padding: 16px;
    }
}

.hero-loc-btn.active{
    background-color: var(--Brand-800);
    color: var(--White);
}

.hidden{
    display: none !important;
}

.text-red {
    color:  var(--Brand-800);
}
