.zmain-container h1 {
    font-family: Zoho_Puvi_Bold
}

.zmain-container h2,.zmain-container h3 {
    font-family: Zoho_Puvi_SemiBold
}

.zmain-container * {
    text-wrap: pretty
}

.text-center {
    text-align: center
}

.dis-blk {
    display: block
}

.bold-txt {
    font-family: 'Zoho_Puvi_SemiBold'
}

.italic-txt {
    font-style: italic
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-row-reverse {
    flex-direction: row-reverse
}

body .zmain-container .pt-0 {
    padding-top: 0
}

body .zmain-container .pb-0 {
    padding-bottom: 0
}

body .zmain-container .pb {
    padding-bottom: 100px
}

body .zmain-container .pt {
    padding-top: 100px
}

body .zmain-container .mb-0 {
    margin-bottom: 0
}

body .zmain-container .mt-0 {
    margin-top: 0
}

body .zmain-container .mb {
    margin-bottom: 100px
}

body .zmain-container .mt {
    margin-top: 100px
}
.watch-btn {
    display: inline-block;
    color: #fff;
    padding: 15px 15px 14px 50px;
    text-transform: none;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #fff;
    background: 0;
    font-size: 15px;
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center
}

.watch-btn:after,.watch-btn:before {
    position: absolute;
    content: ""
}

.watch-btn:before {
    left: 16px;
    top: 50%;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    transform: translateY(-50%)
}

.watch-btn:after {
    left: 27px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    transform: translateY(-50%)
}
.zwc-section {
    padding: 100px 0 100px;
    position: relative
}

.stickycontent {
    position: sticky;
    top: 100px
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.zwc-banner-section {
    background-color: #1a1a1a;
    overflow: hidden;
    padding-bottom: 60px;
}

.banner-inner {
    max-width: 874px;
    margin: 0 auto
}

.zwc-banner-section h1 {
    color: #fff
}

.zwc-banner-section p {
    color: #fff;
    line-height: 28px;
    margin-top: 32px
}

.zwc-banner-section .btn-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    /* align-items: stretch; */
}

.zwc-banner-img img {
    width: 100%;
    max-width: 1200px
}

.demo-btn {
    border: 1px solid #fff;
    color: #fff
}

.block-section::before {
    position: absolute;
    content: '';
    height: 48%;
    background: #1a1a1a;
    width: 100%
}

.zwc-block1-section {
    background-color: #012b99;
    color: #fff;
    border-radius: 40px;
    padding: 72px 32px;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%
}

.block1-inner {
    max-width: 865px;
    margin-inline:auto}

.block1-inner p {
    margin: 44px auto 0
}

.block2-inner {
    max-width: 1280px;
    margin: 0 auto
}

.block2-inner h2 {
    text-align: center;
    color: #000
}

.block2-inner a.learn-more {
    color: #1045d5;
    border-bottom: 1px solid #1045d5
}

.zwc-card-grid {
    padding: 0 70px;
    align-items: stretch;
    gap: 70px;
    margin-bottom: 40px
}

.zwc-card {
    max-width: 500px;
    width: 44%
}

.zwc-card-img {
    background-color: #b1b1b1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px
}

.zwc-card-img img {
    width: 100%;
    height: auto;
    display: block
}

.zwc-card h3 {
    color: #000;
    line-height: 48px
}

.zwc-card p {
    color: #3d3d3d;
    line-height: 28px;
    margin-top: 16px
}

.zwc-block3-section {
    background-color: #f0faff;
    overflow: hidden
}

.block3-inner h2 {
    text-align: center;
    color: #000;
    margin-bottom: 72px;
    width: 100%;
    max-width: 900px;
    margin-inline:auto}

.zwc-features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px
}

.zwc-feature-col {
    flex: 1 1 30%;
    padding: 24px 32px;
    position: relative;
    max-width: 425px
}

.zwc-feature-col h3::before {
    content: '';
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background: url(/sites/zweb/images/webinar/webinar-reg/sprite.png) no-repeat;
    background-position: -1px -1px;
    background-size: 259px auto;
    margin-bottom: 20px
}

.zwc-feature-col:nth-child(2) h3::before {
    background-position: -45px -1px
}

.zwc-feature-col:nth-child(3) h3::before {
    background-position: -88px -2px
}

.zwc-feature-col:nth-child(4) h3::before {
    background-position: -133px -2px;
    height: 41px
}

.zwc-feature-col:nth-child(5) h3::before {
    background-position: -177px -1px
}

.zwc-feature-col:nth-child(6) h3::before {
    background-position: -221px -2px;
    height: 43px
}

.zwc-feature-col h3 {
    color: #000;
    line-height: 40px
}

.zwc-feature-col p {
    color: #000;
    line-height: 28px;
    margin-top: 20px
}

.block4-inner {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 36px 34px;
    max-width: 700px;
    margin-inline: auto;
    margin-top: 70px;
    color: #fff;
    text-align: center;
}

.block4-inner p {
    line-height: 28px
}

.block4-inner strong {
    font-family: Zoho_Puvi_Bold
}

.zwc-block5-section {
    padding: 0 0 56px
}

.block5-inner {
    background-color: #012b99;
    border-radius: 40px;
    padding: 88px;
    max-width: 1600px;
    margin: 0 auto
}

.block5-content {
    max-width: 770px;
    margin: 0 auto
}

.block5-content h2 {
    color: #fff;
    line-height: 1.17
}

.block5-content ul {
    list-style: none;
    padding: 0;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.block5-content li {
    display: flex;
    align-items: baseline;
    gap: 32px;
    position: relative;
    padding-left: 52px
}

.block5-content li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    flex-shrink: 0
}

.block5-content li::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 6px;
    top: 10px
}

.block5-content li p {
    color: #fff;
    line-height: 28px
}

.block5-content li a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.block6-inner {
    max-width: 1280px;
    margin: 0 auto
}

.block6-inner>h2 {
    text-align: center;
    color: #000;
    max-width: 970px;
    margin-inline:auto}

.zwc-benefit-row {
    display: flex;
    align-items: center;
    gap: 72px;
    max-width: 1014px;
    margin: 0 auto 88px
}

.zwc-benefit-row:last-child {
    margin-bottom: 0
}

.zwc-benefit-img {
    flex-shrink: 0;
    overflow: hidden
}

.zwc-benefit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 340px;
    margin: 0 auto
}

.zwc-benefit-text {
    flex: 1
}

.zwc-benefit-text h3 {
    color: #000;
    line-height: 40px
}

.zwc-benefit-text ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column
}

.zwc-benefit-text li {
    display: flex;
    align-items: baseline;
    gap: 17px;
    position: relative;
    padding-left: 29px
}

.zwc-benefit-text li::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    flex-shrink: 0
}

.zwc-benefit-text li p {
    color: #000;
    line-height: 28px
}

.zwc-faq-section {
    background-color: #f6f6f6
}

.faq-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 87px
}

.faq-left {
    width: 455px;
    flex-shrink: 0
}

.faq-left h2 {
    color: #000
}

.faq-right {
    flex: 1;
    max-width: 738px
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: faq-item
}

.faq-item {
    background-color: #262626;
    border-radius: 8px;
    padding: 24px;
    cursor: pointer
}

.faq-item h4 {
    color: #fff;
    line-height: 28px;
    position: relative;
    padding-right: 50px;
    padding-left: 25px;
    counter-increment: faq-item;
    margin-bottom: 0;
    font-family: Zoho_Puvi_Regular
}

.faq-item h4::before {
    content: counter(faq-item) ". ";
    position: absolute;
    left: 0
}

.faq-item h4::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: transform .3s ease;
    z-index: 0
}

.faq-item.active h4::after {
    transform: translateY(-50%) rotate(180deg)
}

.faq-content {
    display: none;
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 40px
}

.faq-content p {
    color: #fff;
    line-height: 27px
}

.faq-content a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.faq-item h4 span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.faq-item h4 span::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1.8px;
    background-color: #000
}

.faq-item h4 span::after {
    content: '';
    position: absolute;
    width: 1.8px;
    height: 12px;
    background-color: #000;
    transition: transform .3s ease
}

.faq-item.active h4 span::after {
    transform: rotate(90deg)
}

.zwc-bottom-section {
    overflow: hidden
}

.bottom-inner {
    max-width: 1010px;
    margin: 0 auto
}

.bottom-inner h2 {
    color: #000
}

.bottom-inner .btn-container {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

@media only screen and (min-width: 1200px) {
    :root {
        --btn-bg:#e42527;
        --h1-font-size: clamp(50px,5vw,62px);
        --h2-font-size: clamp(34px,3.3vw,48px);
        --h3-font-size: clamp(38px,3.9vw,56px);
        --h4-font-size: clamp(28px,2.8vw,40px);
        --h5-font-size: clamp(24px,2.2vw,32px)
    }
    .block4-inner h4 {
        font-size: 28px;
    }
    .act-btn {
        padding: 13px 30px
    }

    .zmain-container h1 {
        font-size: var(--h1-font-size)
    }

    .zmain-container h2 {
        font-size: var(--h2-font-size)
    }

    .zwc-faq-section .faq-left h2 {
        font-size: var(--h3-font-size)
    }

    .zwc-bottom-section h2 {
        font-size: var(--h3-font-size)
    }

    .zwc-card h3 {
        font-size: var(--h5-font-size)
    }

    .zwc-feature-col h3 {
        font-size: var(--h5-font-size)
    }

    .zwc-benefit-text h3 {
        font-size: var(--h5-font-size)
    }

    .zmain-container p {
        font-size: 18px;
        letter-spacing: -0.36px
    }

    .zwc-banner-section p {
        font-size: 18px
    }

    .block1-inner p {
        font-size: 24px;
        letter-spacing: -0.48px
    }

    .zwc-banner-section h1 {
        letter-spacing: -1.44px;
        line-height: 1.2
    }

    .block1-inner h2 {
        letter-spacing: -0.96px
    }

    .block2-inner h2 {
        letter-spacing: -0.96px
    }

    .block3-inner h2 {
        letter-spacing: -0.96px
    }

    .block5-content h2 {
        letter-spacing: -0.96px
    }

    .block6-inner>h2 {
        letter-spacing: -0.96px
    }

    .zwc-faq-section .faq-left h2 {
        letter-spacing: -1.12px
    }

    .zwc-bottom-section h2 {
        letter-spacing: -1.12px
    }

    .zwc-feature-col h3 {
        letter-spacing: -0.64px
    }

    .zwc-benefit-text h3 {
        letter-spacing: -0.64px
    }

    .zwc-card h3 {
        letter-spacing: -0.8px
    }

    .faq-item h4 {
        letter-spacing: -0.36px;
        font-size: 20px
    }

    .zwc-card p {
        font-size: 17px;
        letter-spacing: -0.32px
    }
}

@media only screen and (max-width: 1199px) {
    .zwc-section {
        padding:70px 0
    }
    .zwc-banner-section{padding-bottom: 40px;}
    .watch-btn{
        padding: 10px 15px 9px 50px;
    }
    body .zmain-container .pb {
        padding-bottom: 70px
    }

    body .zmain-container .pt {
        padding-top: 70px
    }

    body .zmain-container .mb {
        margin-bottom: 70px
    }

    body .zmain-container .mt {
        margin-top: 70px
    }

    .zwc-banner-img {
        width: 90%;
        margin-inline:auto}

    .zwc-banner-section p {
        margin-top: 0
    }

    .banner-inner {
        max-width: 625px
    }

    .block1-inner p {
        margin: 20px auto 0
    }

    .block1-inner {
        max-width: 565px
    }

    .block3-inner h2 {
        max-width: 530px
    }

    .zwc-card-grid {
        padding: 0 40px
    }

    .block4-inner {
        margin-top: 30px
    }

    .zwc-benefit-row {
        gap: 50px;
        margin-bottom: 60px
    }

    .faq-inner {
        gap: 50px
    }

    .faq-left {
        width: 350px
    }

    .bottom-inner {
        max-width: 510px
    }

    .zwc-card h3,.zwc-feature-col h3,.zwc-benefit-text h3 {
        line-height: 1.2
    }
}

@media only screen and (max-width: 1080px) {
    .zwc-card-grid {
        padding:0 20px
    }

    .faq-left {
        width: 300px
    }

    .zwc-feature-col {
        padding: 15px 20px
    }

    .zwc-card-grid {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 991px) {
    .stickycontent {
        position:relative;
        top: unset
    }
    .zwc-banner-section{padding-bottom: 40px;}
    .banner-inner {
        max-width: 550px
    }

    .zwc-card {
        max-width: 500px;
        margin: 0 auto
    }

    .zwc-features-row {
        gap: 30px
    }

    .zwc-feature-col {
        flex: 1 1 47%;
        padding: 0 20px
    }

    .zwc-features-row:last-child .zwc-feature-col:last-child {
        border-bottom: none !important
    }

    .zwc-benefit-img img {
        max-width: 280px
    }

    .block4-inner {
        max-width: 520px;
        text-align: center
    }

    .block5-inner {
        padding: 70px 50px
    }

    .block5-content li {
        padding-left: 40px;
        gap: 20px
    }

    .block6-inner h2 {
        max-width: 520px;
        margin-inline:auto}

    .zwc-benefit-row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        max-width: 500px
    }

    .zwc-benefit-img {
        width: 100%;
        max-width: 400px;
        height: auto
    }

    .zwc-benefit-text li {
        text-align: left
    }

    .faq-inner {
        flex-direction: column;
        gap: 40px;
        align-items: stretch
    }

    .faq-left {
        width: 100%;
        text-align: center
    }

    .faq-right {
        max-width: 100%
    }

    .block6-inner>h2 {
        margin-bottom: 60px
    }

    .faq-content p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .zwc-section {
        padding:60px 0
    }
    .zwc-banner-section{padding-bottom: 40px;}
    body .zmain-container .pb {
        padding-bottom: 60px
    }

    body .zmain-container .pt {
        padding-top: 60px
    }

    body .zmain-container .mb {
        margin-bottom: 60px
    }

    body .zmain-container .mt {
        margin-top: 60px
    }

    .zwc-banner-section .btn-container {
        flex-direction: column;
        align-items: center;
        gap: 12px
    }

    .zwc-banner-img {
        width: 100%
    }

    .block1-inner {
        border-radius: 20px
    }

    .block3-inner h2 {
        margin-bottom: 40px
    }

    .block5-inner {
        border-radius: 20px;
        padding: 50px
    }
    .block4-inner{
        padding: 25px 20px;
    }
    .block5-content ul {
        margin-top: 30px
    }

    .block5-content li {
        padding-left: 35px
    }

    .block6-inner>h2 {
        margin-bottom: 40px
    }

    .zwc-benefit-row {
        margin-bottom: 40px
    }

    .zwc-benefit-img {
        width: 100%;
        max-width: 340px;
        height: auto
    }

    .faq-item {
        padding: 22px 18px;
    }

    .faq-item h4 {
        padding-right: 40px;
        padding-left: 30px
    }

    .faq-content {
        padding-left: 30px
    }

    .bottom-inner h2 {
        max-width: 100%
    }

    .zwc-block5-section {
        padding: 30px 0
    }

    .flex-wrap {
        flex-direction: column
    }

    .zwc-card {
        width: 100%;
        text-align: center
    }

    .zwc-feature-col {
        flex: 1 1 100%;
        text-align: center;
        margin: 0 auto
    }

    .zwc-feature-col h3::before {
        margin-inline:auto}

    .zwc-card-grid {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .faq-item h4 {
        padding-left:25px;
        padding-right: 36px;
        font-size: 18px
    }

    .faq-item h4 span {
        width: 20px;
        height: 20px;
        right: 1px
    }

    .faq-item h4::after {
        width: 23px;
        height: 23px
    }

    .faq-content {
        padding-left: 25px;
        padding-right: 20px
    }

    .block5-content li {
        padding-left: 30px;
        gap: 12px
    }

    .zwc-benefit-text li {
        padding-left: 24px
    }

    .zwc-benefit-text li::before {
        width: 10px;
        height: 10px
    }

    .zwc-card-grid {
        gap: 30px
    }

    .block-section::before {
        height: 43%
    }

    .zwc-feature-col,.zwc-card-grid {
        padding: 0
    }

    .block5-inner {
        padding: 50px 20px
    }
}
