img {
    width: 100%;
    display: block;
}

p b {
    font-family: var(--zf-primary-bold);
}

:root {
    --banner-bg: #1c222d;
    --section-p-t: 100px;
    --section-p-b: 100px;
    --section-m-t: 100px;
    --section-m-b: 100px;
}

.zwc-cta-sec {
    background: var(--banner-bg);
}

.zwc-cta-sec {
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    margin-top: var(--section-m-t);
}

.zwc-cta-sec::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: radial-gradient(rgb(217, 217, 217) 1.5px, transparent 0px);
    background-size: 40px 40px;
    background-position: 0px 0px;
    opacity: 0.1;
}
.zwc-banner-sec::before{
    content: "";
    position: absolute;
    inset: -70px 0 0 0;
    background-image: radial-gradient(#d9d9d9 1.5px, transparent 0);
    background-size: 40px 40px;
    background-position: 0 0;
    opacity: .1;
    z-index: -1;
}
.zwc-banner-sec::after{
    content:'';
    position: absolute;
    inset: -70px 0 0 0;
    background:var(--banner-bg);
    z-index: -2;
}
.zwc-banner-sec .zwc-2col-lft {
    max-width: 40%;
}

.zwc-banner-sec .zwc-2col-rht {
    max-width: 55%;
}

.zwc-banner-ele {
    max-width: 240px;
    position: absolute;
    top: 0px;
    right: 15%;
    border-radius: 7px;
}

.zwc-banner-icn {
    max-width: 60px;
    position: absolute;
    bottom: 7%;
    right: 0px;
    border-radius: 7px;
}

.act-btn {
    padding: 13px 30px;
    border-radius: 3px;
    margin: 10px 0px 0px;
}

.zwc-forms-main h1 {
    font-family: var(--zf-secondary-bold);
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-forms-main h2 {
    font-size: 46px;
    margin-bottom: 25px;
}

.zwc-t-center {
    text-align: center;
}

.zwc-sec-wrap {
    max-width: 1100px;
    margin: 0px auto;
}

.zwc-forms-main .zwc-txt-lft {
    text-align: left;
}

.zwc-h2-wid {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.zwc-p-wid {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.zwc-forms-main h2, .zwc-forms-main h3, .zwc-forms-main h4 {
    font-family: var(--zf-primary-bold);
    line-height: 1.2;
}

.zwc-2col-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.zwc-2col-inner {
    padding: 120px 0px 0px;
}

.zwc-2col-inner h2 {
    font-size: 28px;
    max-width: 400px;
}

.zwc-2col-lft {
    max-width: 45%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.zwc-brand-sec h2 {
    max-width: 100%;
}

.zwc-2col-rht {
    max-width: 50%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.zwc-2col-oc .zwc-2col-lft {
    order: 2;
}

.zwc-2col-lft p:last-child {
    margin-bottom: 0px;
}

.zwc-main-sec {
    padding-top: var(--section-p-t);
    padding-bottom: var(--section-p-b);
}

.zwc-banner-sec {
    color: rgb(255, 255, 255);
    position: relative;
    padding-top: 70px;
}

.zwc-banner-ss img {
    border-radius: 15px;
    border: 1px solid rgb(46, 45, 45);
}

.zwc-banner-ss {
    padding: 40px 20px 60px 60px;
}

.zwc-banner-ss-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 10px;
    max-width: 35%;
}
.zwc-whyus {
    padding-top: var(--section-p-t);
    padding-bottom: var(--section-p-t);
}

.zwc-benefits-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px;
}

.zwc-whyus p::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 12px;
    height: 6px;
    border-left: 2px solid rgb(9, 153, 100);
    border-bottom: 2px solid rgb(9, 153, 100);
    transform: rotate(-45deg);
}

.zwc-whyus p::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(9, 153, 100);
    border-radius: 50%;
}

.zwc-benefits {
    width: 510px;
    padding: 0px 40px;
}

.zwc-whyus .zwc-benefits {
    padding-right: 0px;
    padding-left: 0px;
}

.zwc-whyus .zwc-benefits {
    border-bottom: 1px dashed rgb(221, 221, 221);
}

.zwc-whyus .zwc-benefits:nth-child(5) {
    border-bottom: 0px;
}

.zwc-whyus .zwc-benefits:last-child {
    border-bottom: 0px;
}

.zwc-benefits p {
    margin-bottom: 0px;
    position: relative;
}

.zwc-whyus-bg .zwc-benefits {
    background: rgb(44, 58, 125);
    border: 1px solid rgb(50, 65, 139);
    padding: 60px 40px;
    border-radius: 15px;
}

.zwc-whyus-bg .zwc-benefits-flex {
    gap: 20px;
}

.zwc-whyus p {
    padding-left: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.zwc-whyus-bg {
    background: rgb(34, 56, 121);
    color: rgb(255, 255, 255);
    border-radius: 25px;
    padding-top: var(--section-p-t);
    padding-bottom: var(--section-p-t);
    padding-left: 20px;
    padding-right: 20px;
}

.zwc-benefit-icn {
    width: 100px;
    height: 75px;
    margin-bottom: 20px;
    display: inline-block;
    background: var(--compliance-badges) 0 0 / 610px auto no-repeat;
}

.zwc-intgration-box {
    max-width: 60%;
}

.zwc-faq-sec {
    background: rgb(247, 247, 247);
    margin-top: var(--section-m-t);
}

.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}

.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
    text-align: center;
}

.faq-section .zwc-center-ctn h2 {
    transform: translateY(0px) !important;
}

.accordion {
    margin: 0px auto;
    max-width: 780px;
}

.faq-content {
    border: 1px solid rgb(217, 217, 217);
    transition: 0.5s;
    border-radius: 5px;
    margin: 30px 0px;
}

.faq-content.active {
    border-color: rgb(0, 188, 131);
    padding-bottom: 20px;
}

.faq-content h3 {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin: 0px;
    transition: 0.5s;
    padding: 25px 50px 25px 30px;
}

.faq-content:last-child {
    margin-bottom: 0px;
}

.accord-content {
    display: none;
    padding: 0px 30px;
}

.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}

.faq-content h3 span.faq-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 15px;
    transition: 0.5s;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-content .faq-arrow::after, .faq-content .faq-arrow::before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.5s;
}

.faq-content .faq-arrow::before {
    top: 5px;
    right: 1px;
}

.faq-content .faq-arrow::after {
    right: inherit;
    left: 7px;
    transform: rotate(90deg);
    top: 5px;
}

.faq-content.active .faq-arrow::after, .faq-content.active .faq-arrow::before {
    background: rgb(0, 188, 131);
}

.faq-content h3.active span.faq-arrow::before {
    transform: rotate(-90deg);
}

.accord-content a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}

.accord-content ul li {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.accord-content ul li::before {
    content: "";
    inset: 22px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}

.accord-content ul li::after {
    content: "";
    inset: 18px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}

.zwc-field-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.zwc-field-col {
    display: block;
    flex: 1 1 0px;
}

.forms-for-startup {
    padding: 110px 0px;
    background: linear-gradient(rgb(4, 25, 45) 25%, rgb(2, 39, 71) 55%, rgb(5, 25, 40) 85%);
    color: rgb(255, 255, 255);
    margin-top: var(--section-m-t);
}

.forms-for-startup h3 {
    cursor: pointer;
    font-family: var(--zf-primary-semibold);
    font-size: 26px;
}

.forms-for-startup .zwc-sec-title {
    max-width: 500px;
}

.forms-for-startup .zwc-field-col:first-child {
    max-width: 550px;
    width: 100%;
}

.forms-for-startup .zwc-field-col:last-child {
    max-width: 420px;
    width: 100%;
}

.forms-for-startup .accordion-tab {
    margin-top: 30px;
}

.forms-for-startup .accordion-tab .zwc-sec-title {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 30px 0px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-rows: auto;
    max-height: 70px;
    overflow: hidden;
    transition: 0.5s;
}

.forms-for-startup .accordion-tab .zwc-sec-title h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.forms-for-startup .accordion-tab .zwc-sec-title h3::before {
    content: "";
    width: 8px;
    height: 8px;
    left: -27px;
    position: absolute;
    border-left: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    transform: rotate(-45deg);
    top: 11px;
}

.forms-for-startup .accordion-tab .zwc-sec-title h3::after {
    content: "";
    width: 25px;
    height: 25px;
    left: -35px;
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    top: 4px;
}

.forms-for-startup .accordion-tab .zwc-sec-title.active {
    max-height: 255px;
}

.forms-for-startup .accordion-tab .zwc-sec-title.active h3 {
    color: rgb(41, 183, 68);
}

.forms-for-startup .accordion-tab .zwc-sec-title.active h3::before, .forms-for-startup .accordion-tab .zwc-sec-title.active h3::after {
    border-color: rgb(41, 183, 68);
}

.forms-for-startup .accordion-img {
    width: 100%;
    max-width: 100%;
}

.forms-for-startup .accordion-img .accordion-items:nth-child(3) {
    background-image: url("/sites/zw/sites/zweb/images/forms/small-business/forms/startup/testimonial-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.forms-for-startup .accordion-img .accordion-items img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 10px;
}

.zwc-bx-shadow {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 14px 54px 0px;
}
.inner-parent {
    position: relative;
    top: 60px;
    transition: all 0.3s ease-in-out;
}
.zwc-sec-title.active .inner-parent{
    top: 0;
}
.inner-parent p {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.mobile-only {
    display: none;
}

.zwc-cta-sec .content-wrap {
    max-width: 1000px;
    margin: 0px auto;
}

.zwc-update .content-wrap {
    background: rgb(46, 10, 10);
    color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-top: var(--section-m-t);
    padding: 60px 20px 60px 80px;
    overflow: hidden;
}

.zwc-update .zwc-int-logo {
    position: absolute;
    right: 12%;
    bottom: 11%;
    width: 250px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.zwc-update .zwc-int-logo span {
    width: 75px;
    height: 75px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.zwc-update .zwc-int-logo .zwc-crm-logo {
    top: -80px;
    width: 90px;
    height: 90px;
    background: #3f79dc;
}
.zwc-update .zwc-int-logo .zwc-form-logo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--zp-forms) no-repeat 0 0 / 108px;
    width: 40px;
    height: 40px;
}
.zwc-update .zwc-int-logo .zwc-crm-logo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--zp-crm) no-repeat 0 0 / 131px;
    width: 55px;
    height: 50px;
    filter: invert(0) brightness(10);
}
.zwc-update .content-wrap::before {
    content: "";
    position: absolute;
    height: 215px;
    background: url("/sites/zweb/images/forms/small-business/zd-process-line.svg") 0px 0px / cover no-repeat;
    width: 480px;
    right: -3px;
    bottom: -2px;
}
.zwc-update .content-wrap::after{
    content: "";
    position: absolute;
    height: 215px;
    background: url("/sites/zweb/images/forms/small-business/zd-int-process-pattern.svg") 0px 0px / cover no-repeat;
    width: 290px;
    right: 0px;
    bottom: 0;
}

@media screen and (max-width: 1280px) {
    .zwc-forms-main h1 {
        font-size: 45px;
    }
}

@media screen and (min-width: 767px) {
    .zwc-banner-ss, .zwc-banner-ss-2, .zwc-banner-ele, .zwc-banner-icn, .zwc-double-opt {
        opacity: 0;
    }
    .middle-animated .zwc-banner-ss, .middle-animated .zwc-banner-ss-2, .middle-animated .zwc-banner-ele, .middle-animated .zwc-banner-icn, .middle-animated .zwc-double-opt {
        animation: 0.5s ease-out 0.3s 1 forwards running slideDown;
    }
    .middle-animated .zwc-banner-ss-2{
       animation-delay: 0.6s;
    }
    .middle-animated .zwc-banner-ele{
        animation-delay: 0.9s;
    }
    .middle-animated .zwc-banner-icn{
        animation-delay: 1.2s;
    }

    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes floating {
        0%, 100% {
            transform: translateY(15px);
        }

        50% {
            transform: translateY(0px);
        }
    }
}

@media screen and (max-width: 1280px) {
    .zwc-benefits {
        max-width: 40%;
    }

    .zwc-update .content-wrap {
        padding: 40px;
    }
    .zwc-update .zwc-int-logo .zwc-crm-logo{
        top: -40px;
    }
}

@media screen and (max-width: 1024px) {
    
    .zwc-forms-main h2 {
        font-size: 36px;
        max-width: 100%;
    }

    :root {
        --section-p-t: 70px;
        --section-p-b: 70px;
        --section-m-t: 70px;
        --section-m-b: 70px;
    }

    .zwc-forms-main h2 {
        font-size: 32px;
    }

    .zwc-2col-flex, .zwc-benefits-flex {
        flex-direction: column;
        max-width: 700px;
        margin: 0px auto;
        text-align: center;
    }

    .zwc-2col-lft .zwc-2col-rht {
        max-width: 100%;
        width: 100%;
    }

    .zwc-2col-lft, .zwc-2col-rht, .zwc-banner-sec .zwc-2col-lft, .zwc-banner-sec .zwc-2col-rht {
        max-width: 650px;
    }

    .zwc-2col-inner {
        padding-top: 60px;
    }

    .zwc-2col-oc .zwc-2col-lft {
        order: inherit;
    }

    .zwc-benefits {
        max-width: 100%;
        width: 100%;
    }

    .zwc-whyus .zwc-benefits:nth-child(5) {
        border-bottom: 1px dashed rgb(221, 221, 221);
    }

    .zwc-benefits-flex {
        gap: 30px;
    }

    .zwc-whyus-bg .zwc-benefits {
        padding: 25px;
    }

    .zwc-whyus p {
        padding-bottom: 30px;
    }

    .zwc-benefit-icn {
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-2col-flex {
        gap: 40px;
    }

    .forms-for-startup .zwc-field-col:first-child {
        max-width: 80%;
        width: 100%;
    }

    .forms-for-startup .accordion-tab .zwc-sec-title {
        background: rgb(0, 0, 0);
    }

    .forms-for-startup .accordion-tab .zwc-sec-title {
        background: rgb(4, 38, 69);
        padding: 20px 30px 52px 50px;
    }

    .zwc-field-row {
        flex-direction: column;
        align-items: center;
    }
    .zwc-update .zwc-int-logo {
        right: 12%;
        bottom: 50%;
        width: 195px;
        transform: translateY(50%);
    }
    .zwc-update .zwc-int-logo .zwc-crm-logo {
        top: 0;
    }
    .zwc-update .zwc-int-logo span {
        width: 90px;
        height: 90px;
    }
    .zwc-update .content-wrap::before{
        display: none;
    }
    .inner-parent p{
        padding-bottom: 0;
    }
     .zwc-benefits:last-child p {
        padding-bottom:0
     }
}

@media screen and (max-width: 767px) {
    .zwc-forms-main h1 {
        font-size: 36px;
    }


    .zwc-otp-confirm .content-wrap, .zwc-benefits-flex {
        border-radius: 10px;
    }

    .forms-for-startup .accordion-img .accordion-items img {
        height: auto;
        max-width: 85%;
        margin: 0 auto;
    }
    .forms-for-startup .accordion-img .accordion-items:last-child{
        padding-bottom: 0;
    }
    .mobile-only {
        display: block;
    }

    .forms-for-startup .zwc-field-col:last-child {
        max-width: 500px;
    }

    .forms-for-startup .accordion-tab, .zwc-banner-ele {
        display: none;
    }

    .zwc-banner-ss {
        padding-top: 0px;
    }

    .forms-for-startup .accordion-img .accordion-items .zwc-sec-title {
        margin-bottom: 30px;
        color: rgb(255, 255, 255);
    }

    .forms-for-startup .accordion-img .accordion-items {
        padding: 30px 0px;
        text-align: center;
    }

    .forms-for-startup .accordion-img .accordion-items:first-child {
        padding-top: 0px;
    }
    .inner-parent{
        top: 0;
    }
    
    .zwc-intgration-box {
        max-width: 100%;
        text-align: center;
    }
    .zwc-update .content-wrap::after{
        display: none;
    }
    .zwc-update .zwc-int-logo {
        transform: translateY(0);
        position: static;
        align-items: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .zwc-forms-main h2, .zwc-faq-sec .zwc-page-title h2 {
        font-size: 28px;
    }
    .zwc-banner-ss-2 {
        border-radius: 6px;
        max-width: 45%;
    }
    .zwc-opt-ss-2 {
        max-width: 200px;
    }
    .faq-content h3 {
        font-size: 16px;
        padding-right: 45px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zwc-update .content-wrap {
        padding: 30px 25px;
    }
    .zwc-update .zwc-int-logo{
        transform: scale(0.8);
    }
   .zwc-banner-sec{
    padding-top:45px   
}
}
