:root {
    --sprite-img: url('/sites/zweb/images/sign/signnow-sprite.svg') top center no-repeat
}

.zwc-page-wrap h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 56px;
    color: #000;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 64px;
    letter-spacing: -1.12px;
}

.zwc-sec {
    padding: 140px 0 160px;
}

/* ===== Hero Banner Section ===== */
.zwc-hero-banner {
    background: #fff;
}

.zwc-hero-banner .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.zwc-hero-content {
    flex: 1;
    max-width: 540px;
}

.zwc-hero-content .category {
    font-family: var(--primaryfont-semibold);
    font-size: 32px;
    color: #2148aa;
    margin-bottom: 20px;
    line-height: 1.2;
    display: block;
    letter-spacing: normal;
}

.zwc-hero-content h1 {
    font-family: var(--primaryfont-bold);
    font-size: 80px;
    color: #000;
    margin: 20px 0;
    line-height: 88px;
    letter-spacing: -2.4px;
}

.zwc-hero-content p {
    font-family: var(--primaryfont-regular);
    font-size: 20px;
    color: #070e22;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 480px;
}

.cta-wrap {
    display: flex;
    gap: 10px;
}

.cta-wrap .act-btn,
.cta-wrap .cont-btn {
    padding: 16px 40px;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    /* transition: all 0.3s ease; */
}

.cta-wrap .cta-btn {
    background: #e42527;
    color: #fff;
    border: none;
}

.cta-wrap .cont-btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.zwc-hero-image {
    flex: 1;
    max-width: 653px;
    position: relative;
}

.zwc-hero-image .sign-bnr-img {
    width: 100%;
    height: auto;
    display: block;
}

.zwc-hero-image .signnow-bnr-img {
    position: absolute;
    filter: grayscale(1);
    top: 140px;
    left: 100px;
}

/* ===== Comparison Table Section ===== */

/*sign-box-compare*/
.sign-box-compare {
    color: #fff;
    background: #2148aa;
    padding: 100px 0px 210px;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 30px;
    transition: all .3s ease;
}

.sign-box-compare.fixed {
    max-width: 100%;
    border-radius: 0;
}

.signbox-compare-wrap {
    max-width: 1220px;
    margin: 0 auto;
}

.signbox-compare-wrap h2 {
    color: white;
    margin-bottom: 85px;
}

.comparison-table {
    position: relative;
}

.comparison-table li:first-child {
    position: sticky;
    top: 65px;
    z-index: 1;
}

.comparison-table li {
    display: flex;
    z-index: -1;
}

.comparison-table li p {
    width: 33.3%;
    padding: 30px 50px;
    font-size: 20px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--primaryfont-semibold);
    background: #2148aa;
}

.comparison-table li p.head {
    font-size: 32px;
    font-family: var(--zf-primary-semibold);
    text-align: center;
}

.zwc-sign-price {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
}

.comparison-table li .zwc-signnow-price {
    font-size: 16px;
    font-family: var(--primaryfont-regular);
}

.zwc-api-info {
    max-width: 260px;
}

.comparison-table li p.head span,
.comparison-table li .desc {
    display: inline-flex;
    font-size: 16px;
    text-align: center;
    font-family: var(--primaryfont-regular);
}

.comparison-table li p:first-child {
    align-items: flex-start;
}

.comparison-table p:not(:nth-of-type(2)) {
    border-bottom: 1px solid rgba(178, 178, 178, 0.2);
}

.comparison-table p:nth-of-type(3) {
    font-family: var(--primaryfont-regular);
    text-align: center;
    font-size: 17px;
    color: #F7F8FC;
}

.zwc-days-text span {
    font-size: 16px;
    font-family: var(--primaryfont-regular);
}

.zwc-envelop-price,
.comparison-table p.zwc-envelop-txt,
.comparison-table p.zwc-days-txt {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
}

.zwc-lang-sup {
    font-size: 16px;
    font-family: var(--primaryfont-regular);
    margin-top: 12px;
    line-height: 22px;
}

.comparison-table li p:nth-of-type(2) {
    color: #000;
    background: #ffc341;
    text-align: center;
}

.comparison-table li p:nth-of-type(3) .tick,
.comparison-table li p:nth-of-type(3) .tick::before,
.comparison-table li p:nth-of-type(3) .cross,
.comparison-table li p:nth-of-type(3) .cross::before,
.comparison-table li p:nth-of-type(3) .cross::after {
    border-color: #fff;
}

.comparison-table li p:nth-of-type(3) .tick {
    opacity: .5;
}

.tick {
    display: inline-block;
    position: relative;
    border: 2px solid #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.tick::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cross {
    display: inline-block;
    position: relative;
    border: 2px solid #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.cross:before,
.cross:after {
    position: absolute;
    left: 15px;
    top: 7px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #ffffff;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.comparison-table li .desc.btm-ylw {
    display: inline-flex;
}

.comparison-table li:nth-child(11) span {
    line-height: 1.4;
}

.desc-cont {
    text-align: center;
}

.btm-ylw span {
    margin-top: 8px;
}

.btm-ylw,
.top-ylw {
    position: relative;
}

.btm-ylw::after,
.top-ylw::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    left: 0;
    bottom: -45%;
    background: #ffc241;
    border-radius: 0px 0px 16px 16px;
}

.top-ylw::after {
    bottom: 0;
    top: -18%;
    height: 20%;
    border-radius: 16px 16px 0px 0px;
}

.zwc-mail-info {
    position: relative;
    text-align: center;
    bottom: -150px;
}

.zwc-mail-info a {
    font-family: var(--primaryfont-semibold);
    color: #fff;
}


/* ===== Migration Journey Section ===== */
.zwc-migration {
    background: #F7F8FC;
}

.zwc-migration h2 {
    max-width: 680px;
}

.zwc-migration-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 370px);
    border-radius: 16px;
    justify-content: center;
    margin-top: 50px;
}

.zwc-migration-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 368px;
    /* text-align: center; */
}

.zwc-migration-card h3 {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.3;
    position: relative;
}

.zwc-migration-card h3::after {
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    background-color: #E7EEFF;
    position: absolute;
    top: 0;
    border-radius: 8px;
}

.zwc-migration-card h3::before {
    content: "";
    display: block;
    background: var(--sprite-img) no-repeat;
    background-size: 395px;
    background-position: -291px -2px;
    margin-bottom: 60px;
    height: 36px;
    width: 30px;
    z-index: 1;
    position: relative;
    top: 16px;
    left: 16px;
}

.zwc-migration-card:nth-child(2) h3::before {
    background-position: -327px -2px;
}

.zwc-migration-card:nth-child(3) h3::before {
    background-position: -361px 0px;
    width: 34px;
}

.zwc-migration-card p {
    font-family: var(--primaryfont-regular);
    font-size: 18px;
    color: #333;
    line-height: 29px;
    margin: 0;
}

/* ===== Final CTA Section ===== */
.zwc-final-cta {
    background: #fff;
}

.zwc-final-cta h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 64px;
    letter-spacing: -1.28px;
    line-height: 72px;
    color: #1E1E1E;
    max-width: 890px;
    text-align: center;
    margin: 0 auto 30px;
}

.zwc-final-cta .bottom-cta-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.zwc-final-cta .bottom-cta-actions {
    padding: 16px 40px;
}

/*media-queries*/
@media only screen and (max-width: 1440px) {

    .zwc-hero-content h1 {
        font-size: 68px;
        line-height: 78px;
    }

    .zwc-sec {
        padding: 120px 0 130px;
    }

    .zwc-page-wrap h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .cta-wrap .act-btn,
    .cta-wrap .cont-btn {
        font-size: 19px;
        padding: 12px 30px;
    }

    .company-logo-item {
        width: 180px;
    }

    .zwc-hero-image {
        max-width: 600px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 120px;
        left: 100px;
    }

    .zwc-hero-content {
        max-width: 500px;
    }

    .sign-box-compare {
        border-radius: 0;
    }

    .zwc-final-cta h2 {
        font-size: 64px;
        line-height: 72px;
    }
}


@media only screen and (max-width: 1280px) {
    .sign-box-compare {
        border-radius: 0;
    }

    .zwc-sec {
        padding: 100px 0 110px;
    }

    .zwc-migration-grid {
        gap: 15px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 120px;
        left: 90px;
        transform: scale(.8);
    }

    .zwc-hero-banner .inner-content {
        gap: 40px;
    }

    .zwc-envelop-price,
    .zwc-sign-price {
        font-size: 22px;
    }

    .zwc-trust-brand ul li:nth-child(2)::before {
        left: -30px;
    }

    .zwc-hero-image {
        max-width: 570px;
    }

    .comparison-table li p.head {
        font-size: 30px;
    }

    .zwc-hero-content {
        max-width: 470px;
    }

    .zwc-hero-content p {
        max-width: 460px;
    }

    .zwc-hero-content p {
        font-size: 19px;
    }

}

@media only screen and (max-width: 1199px) {

    .zwc-hero-content h1 {
        font-size: 64px;
        line-height: 72px;
    }

    .zwc-page-wrap h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .zwc-sec {
        padding: 100px 0;
    }

    .cta-wrap .act-btn,
    .cta-wrap .cont-btn {
        font-size: 17px;
    }

    .zwc-hero-banner .inner-content {
        gap: 20px;
    }

    .comparison-table li:first-child {
        top: 0;
    }

    .box-sign {
        padding: 100px 0px 120px;
    }

    .company-logos-container {
        gap: 10px;
    }

    .zwc-hero-image {
        max-width: 600px;
    }

    .zwc-hero-image {
        max-width: 480px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 90px;
        left: 80px;
    }

    .zwc-migration-grid {
        grid-template-columns: repeat(3, 320px);
    }

    .comparison-table li p.head {
        font-size: 28px;
    }

    .comparison-table li p {
        font-size: 18px;
        padding: 25px 40px;
    }

    .zwc-mail-info {
        bottom: -120px;
    }

    .sign-box-compare {
        padding: 100px 0px 160px;
    }

    .zwc-final-cta h2 {
        font-size: 56px;
        line-height: 64px;
        max-width: 770px;
    }
}

@media screen and (max-width: 1024px) {

    .zwc-hero-content h1 {
        font-size: 58px;
        line-height: 66px;
    }

    .zwc-page-wrap h2 {
        font-size: 44px;
        line-height: 52px;
    }

    .zwc-hero-banner {
        padding-top: 70px;
    }

    .zwc-hero-content p {
        font-size: 17px;
    }

    .zwc-migration-card p {
        font-size: 16px;
        line-height: 25px;
    }

    .comparison-table p:nth-of-type(3) {
        font-size: 14px;
        line-height: 22px;
    }

    .zwc-sign-price {
        font-size: 20px;
    }

    .cta-wrap .act-btn,
    .cta-wrap .cont-btn {
        font-size: 16px;
    }

    .zwc-hero-content {
        max-width: 420px;
    }

    .zwc-migration-grid {
        grid-template-columns: repeat(3, 300px);
    }

    .zwc-final-cta h2 {
        font-size: 52px;
        line-height: 60px;
        max-width: 720px;
    }
}

/* ===== Tablet Styles ===== */
@media screen and (max-width: 991px) {

    .zwc-sec {
        padding: 80px 0;
    }

    .zwc-hero-banner .inner-content {
        flex-direction: column;
        gap: 50px;
    }

    .zwc-hero-content .category {
        font-size: 28px;
    }

    .zwc-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .cta-wrap {
        justify-content: center;
    }

    .zwc-hero-image {
        max-width: 550px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 110px;
        left: 90px;
    }

    .zwc-hero-content h1 {
        font-size: 52px;
        margin: 20px 0 10px;
    }

    .zwc-hero-content p {
        max-width: 720px;
        margin-bottom: 30px;
    }

    .zwc-envelop-price,
    .zwc-sign-price {
        font-size: 19px;
    }

    .zwc-mail-info {
        bottom: -130px;
    }

    .zwc-migration-grid,
    .zwc-resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zwc-migration h2,
    .zwc-resources h2,
    .zwc-final-cta h2 {
        font-size: 48px;
    }

    .sign-box-compare {
        padding: 80px 0px 160px;
    }

    .signbox-compare-wrap h2 {
        margin-bottom: 50px;
    }

    .zw-template-inner h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .zwc-migration h2 {
        max-width: 470px;
    }

    .zwc-migration-grid,
    .zwc-resources-grid {
        grid-template-columns: repeat(2, 370px);
    }

    .zwc-migration-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .zwc-mail-info {
        max-width: 420px;
        margin: auto;
        bottom: -110px;
    }

    .comparison-table li p.head {
        font-size: 24px;
    }

    .comparison-table li p:last-child.head {
        padding: 15px 25px;
    }

    .tick {
        width: 30px;
        height: 30px;
    }

    .tick::before {
        width: 12px;
        height: 8px;
    }

    .cross {
        width: 30px;
        height: 30px;
    }

    .cross::before,
    .cross::after {
        height: 12px;
        width: 2px;
        left: 12px;
    }

    .comparison-table li p {
        padding: 15px 30px;
    }

    .comparison-table li p {
        font-size: 16px;
    }

    .comparison-table li p.head span,
    .comparison-table li .desc {
        font-size: 14px;
    }

    .btm-ylw::after {
        bottom: -30%;
        height: 30%;
    }

    .comparison-table li p:first-child,
    .comparison-table li p:nth-of-type(1).head {
        padding: 15px 10px;
    }

    .zwc-business-count p {
        font-size: 32px;
        line-height: 40px;
    }

    .zwc-migration-card {
        max-width: 340px;
    }

    .zwc-final-cta h2 {
        font-size: 44px;
        line-height: 52px;
        margin: 0 auto 20px;
        max-width: 600px;
    }
}

/* ===== Mobile Styles ===== */
@media screen and (max-width: 767px) {

    .zwc-hero-banner,
    .zwc-migration,
    .zwc-testimonial,
    .zwc-resources,
    .zwc-final-cta {
        padding: 60px 0;
    }

    .zwc-hero-content .category {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .zwc-hero-content h1 {
        font-size: 42px;
        letter-spacing: -1.2px;
        margin: 10px 0;
    }

    .zwc-hero-content p {
        font-size: 17px;
        max-width: 520px;
    }

    .cta-wrap {
        margin: auto;
    }

    .cta-wrap .act-btn,
    .cta-wrap .cont-btn {
        font-size: 15px;
    }

    .zwc-migration-card {
        max-width: 320px;
    }

    .zwc-hero-image {
        max-width: 450px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 85px;
        left: 65px;
        transform: scale(.7);
    }

    .zwc-migration-card p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.12px;
    }

    .zwc-business-count p::before,
    .zwc-business-count p::after {
        display: none;
    }

    .zwc-business-count p {
        font-size: 28px;
        line-height: 36px;
    }

    .zwc-business-count p {
        max-width: 270px;
    }

    .zwc-business-count p::before {
        transform: scale(.8);
    }

    .zwc-business-count p::after {
        transform: scale(-.8, .8);
    }

    .zwc-migration-grid,
    .zwc-resources-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        justify-items: center;
    }

    .zwc-migration h2,
    .zwc-resources h2 {
        font-size: 32px;
        letter-spacing: -0.82px;
        line-height: 40px;
    }

    .zwc-migration-card h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 8px 0;
        letter-spacing: -0.42px;
    }

    .zwc-final-cta .bottom-cta-actions {
        align-items: center;
    }

    .zwc-final-cta .bottom-cta-actions a {
        width: fit-content;
    }

    .zwc-final-cta .act-btn {
        width: 100%;
        max-width: 300px;
    }

    .zwc-mail-info {
        bottom: -80px;
    }

    .sign-box-compare {
        padding: 60px 0px 120px;
    }

    .zwc-brand-img {
        min-height: auto;
    }

    .zwc-trust-brand ul {
        padding: 50px 0px 50px;
    }

    .comparison-table li p.head {
        font-size: 22px;
    }

    .comparison-table li p {
        font-size: 14px;
    }

    .comparison-table li p.head span,
    .comparison-table li .desc {
        font-size: 13px;
    }

    .signbox-compare-wrap h2 {
        margin-bottom: 40px;
    }

    .company-logo-item {
        margin-bottom: 20px;
    }

    .name-slider p {
        margin-bottom: 0;
    }

    .zwc-lang-sup {
        font-size: 15px;
        line-height: 19px;
    }

    .comparison-table li p:first-child,
    .comparison-table li p:nth-of-type(1).head {
        padding: 15px 10px 15px 0px;
    }

    .zwc-watch-btn,
    .zwc-read-more-btn {
        padding: 8px 25px;
        font-size: 15px;
    }

    .name-slider h4 {
        font-size: 18px;
    }

    .btm-ylw::after {
        bottom: -25%;
    }

    .tick {
        width: 25px;
        height: 25px;
    }

    .tick::before {
        width: 10px;
        height: 6px;
        border-width: 2px;
    }

    .cross {
        width: 25px;
        height: 25px;
    }

    .cross::before,
    .cross::after {
        height: 10px;
        width: 2px;
        left: 10px;
        top: 6px;
    }

    .zwc-final-cta h2 {
        font-size: 38px;
        line-height: 46px;
        letter-spacing: -.56px;
        max-width: 530px;
    }
}

@media only screen and (max-width: 600px) {
    .comparison-table {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .comparison-table li {
        width: 650px;
    }

}

@media only screen and (max-width: 480px) {

    .zwc-hero-content h1 {
        font-size: 38px;
        line-height: 46px;
        margin: 10px auto 15px;
    }

    .zwc-hero-content p {
        font-size: 16px;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .cta-wrap {
        flex-direction: column;
        width: fit-content;
    }

    .zwc-migration-card {
        padding: 30px 20px;
        max-width: 350px;
    }

    .zwc-hero-image {
        max-width: 320px;
    }

    .zwc-hero-image .signnow-bnr-img {
        top: 45px;
        left: 40px;
        transform: scale(.55);
    }

    .zw-template-inner h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .zwc-envelop-price,
    .zwc-sign-price {
        font-size: 15px;
    }

    .zwc-migration-grid {
        margin-top: 30px;
    }

    .zwc-migration h2 {
        max-width: 290px;
    }

    .zwc-trust-brand ul {
        padding: 50px 30px;
    }

    .zw-template-inner h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .zwc-migration-card h3 {
        font-size: 19px;
        line-height: 27px;
    }

    .signbox-compare-wrap h2 {
        max-width: 200px;
    }

    .zwc-mail-info {
        bottom: -50px;
        max-width: 290px;
        margin: 0px auto 20px;
    }

    .comparison-table li {
        width: 520px;
    }

    .comparison-table li p.head {
        font-size: 20px;
    }

    .comparison-table li p.head span,
    .comparison-table li .desc {
        font-size: 12px;
    }

    .comparison-table li p {
        padding: 10px 25px;
    }

    .sign-box-compare {
        padding: 60px 0px 70px;
    }

    .comparison-table li p {
        width: 70%;
    }

    .zwc-final-cta h2 {
        font-size: 28px;
        line-height: 36px;
        max-width: 290px;
    }

    .zwc-final-cta .bottom-cta-actions a {
        width: 100%;
    }

}