.zw-product-header {
    background: #eef9f3;
}

.zsection {
    padding: 100px 0;
}

.content-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

a.act-btn.cta-btn,
a.btn2 {
    text-align: center;
    max-width: max-content;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    padding: 12px 30px;
    text-transform: capitalize;
}


.ztac {
    text-align: center;
}

.ztal {
    text-align: left;
}

.ztar {
    text-align: right;
}

.zd-flx {
    display: flex;
}

.zd-jc-ctr {
    justify-content: center;
}

.zd-jf-str {
    justify-content: flex-start;
}

.zd-jf-end {
    justify-content: flex-end;
}

.zd-jf-sp-ar {
    justify-content: space-around;
}

.zd-jf-sp-bt {
    justify-content: space-between;
}

.zd-jf-sp-evn {
    justify-content: space-evenly;
}


.zd-al-cntr {
    align-items: center;
}

.zd-al-fls {
    align-items: flex-start;
}

.zd-al-fle {
    align-items: flex-end;
}

.zd-fd-row {
    flex-direction: row;
}

.zd-fwrp {
    flex-wrap: wrap;
}

.zd-fn-wrp {
    flex-wrap: nowrap;
}

.zd-fl-rw {
    flex-direction: row;
}

.zd-fl-rw-rs {
    flex-direction: row-reverse;
}

.zcl-gap-8 {
    gap: 8px;
}

.zcl-gap-12 {
    gap: 12px;
}

.zcl-gap-16 {
    gap: 16px;
}

.zcl-gap-24 {
    gap: 32px;
}

.zcl-gap-32 {
    gap: 32px;
}

.zcl-gap-36 {
    gap: 32px;
}

.zcl-gap-40 {
    gap: 40px;
}

.zcl-gap-50 {
    gap: 50px;
}

.zcl-gap-64 {
    gap: 64px;
}

.zcl-gap-120 {
    gap: 120px;
}




/* Stylesheet starts */
.zsection .content-wrap {
    padding: 0;
}

.zwc-banner {
    background: #EEF9F3;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 120px 0 200px;
}

.zwc-banner:before {
    /* position: absolute;
    content: '';
    width: 97%;
    height: 100%;
    background: #049949 url(//cdn.zoho.com.cn/sites/zweb/images/sheet/zs-pattern.svg) repeat center / 200px;
    z-index: 0; */
}

.zb-inner {
    max-width: 730px;
    margin: auto;
}

.zb-inner p {
    max-width: 580px;
    margin: auto auto 32px;

}

.app-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    align-items: center;
    justify-content: center;
}

.apps-download-links-wrap a {
    margin: 5px;
}

.app-btn a {
    font-family: var(--primaryfont-semibold);
    color: #0A80FC;
}
.apps-download-links-wrap a {
    height: 50px;
    width: 140px;
    margin: 0 5px 5px;
    background-size: 948px auto;
    background-position: 0 -34px;
    display: inline-block;
    text-indent: -99999px;
}
.apps-download-links-wrap a.app-store {
    background-position: 0 -40px;
}
.apps-download-links-wrap a.g-play {
    width: 158px;
    background-position: -141px -40px;
}
.apps-download-links-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px; /* spacing between links and ratings */
    font-family: Arial, sans-serif;
  }
  
  .app-store,
  .g-play {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #007aff;
  }
  
  .ratings {
    display: flex;
    flex-direction: row-reverse;
  }
  .btn-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zwc-rate-val {
    /* background: #079a4d;
    border-radius: 60px; */
    font-size: 14px;
    font-family: var(--zf-secondary-semibold);
    color: #000;
    padding: 0px 8px 0px;
    max-width: max-content;
    margin: auto;
}
.zwc-rate-star {
    --percent: 0;
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
    margin-top: 0px;
    transition: --percent .3s ease;
}
.zwe-ob.ratings .zwc-rate-star {
    animation: fillStars 2s forwards;
}
.zwe-ob.ratings.zwc-gplay-rate .zwc-rate-star{
    animation: fillStars2 2s forwards;
}
@keyframes fillStars{
    0% {
        --percent: 0;
    }
    20% {
        --percent: 20%;
    }
    40% {
        --percent: 40%;
    }
    60% {
        --percent: 60%;
    }
    80% {
        --percent: 80%;
    }
    100% {
        --percent: calc(4.5 / 5 * 100%);
    } 
}
@keyframes fillStars2{
    0% {
        --percent: 0;
    }
    20% {
        --percent: 20%;
    }
    40% {
        --percent: 40%;
    }
    60% {
        --percent: 60%;
    }
    80% {
        --percent: 80%;
    }
    100% {
        --percent: calc(4.2 / 5 * 100%);
    } 
}
.zwc-rate-star::before {
    content: "\2605\2605\2605\2605\2605";
    letter-spacing: 1px;
    background: linear-gradient(100deg, #ffb13d var(--percent), #d1d1d1 var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* section-2 */
.zexp-main {
    margin-top: -130px;
    text-align: center;
}

.zuser-exp {
    max-width: 1116px;
    margin: auto;
    background: #089a4d;
    border-radius: 20px;
    color: #fff;
    padding: 116px 190px 132px;
}

.zuser-exp p {
    max-width: 630px;
    margin: auto;
}

.znative-inner {
    max-width: 600px;
    margin: auto;
}

.znative-inner p {
    max-width: 570px;
    margin: auto auto 32px;
}

.zwc-devices {}

.zwc-devices>div {
    position: relative;
    max-width: 960px;
    margin: auto;
}

.zwc-mobile {
    position: absolute;
    content: '';
    right: -130px;
    bottom: 0px;
    max-width: 270px;
    opacity: 0;
    transform: translateX(50px);
    transition: all .5s ease-in;
}

.middle-animated .zwc-mobile {
    opacity: 1;
    transform: translate(0px)
}

/* Stylesheet Ends */
  .i18n-ar .ztal { text-align: right; }
  .i18n-ar .ztar { text-align: left; }
  .i18n-ar .zwc-mobile { transform: translateX(-50px); left: -130px; right: unset; }
  .i18n-ar .middle-animated .zwc-mobile { transform: translate(0); }
  .i18n-ar a.act-btn.cta-btn, .i18n-ar a.btn2, .i18n-ar .ztac, .i18n-ar .zwc-banner, .i18n-ar .zexp-main { text-align: center; }
  .i18n-ar a.act-btn.cta-btn *, .i18n-ar a.btn2 *, .i18n-ar .ztac *, .i18n-ar .zwc-banner *, .i18n-ar .zexp-main * { text-align: center; }
.i18n-ar .app-btn img {
    transform: scale(-1);
}
.other-lang .zb-inner{
    max-width: 100%;
}
.other-lang .zbtm-inner h2{
    max-width: 850px;
    margin: auto auto 20px;
    line-height: 1.2;
  } 
.other-lang .zb-inner {
    max-width: 100%;
}
.other-lang .zb-inner p{
    max-width: 620px;
}
.other-lang .znative-inner{
    max-width: 680px;
}
.other-lang .app-btn{
    gap: 32px;
}
.zb-inner{
    max-width: 840px;
}
.qr-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #e1f2e8;
    padding: 16px 24px 8px;
    max-width: 500px;
    box-shadow: 0px 0px 3px 0 #cce5d2;
}

.qr-code img {
    width: 100px;
    height: 100px;
    display: block;
}


.qr-text p strong{
    display: block;
}
.qr-text p{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 0;
}
.lang-rtl .qr-text p * {
    text-align: right;
}

.other-lang .qr-code img{
  width: 120px;
  height: 120px;
}
/* width specification */



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .zwc-mobile {
        right: -60px;
    }
  .i18n-ar .zwc-mobile { left: -60px; right: unset; }
  .other-lang .zbtm-inner h2{
    max-width: 800px;
    margin: auto auto 20px;
  } 
}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .zwc-banner:after {
        min-height: 610px;
    }

    .zsection {
        padding: 100px 0;
    }

    .znative-inner p {
        max-width: 480px;
        margin: auto auto 32px;
    }

    .zuser-exp p {
        max-width: 540px;
    }

    .zb-inner p {
        max-width: 630px;
        margin: auto auto 32px;
    }

    .zuser-exp {
        max-width: 900px;
        padding: 64px 156px 64px;
    }

    .zexp-main {
        margin-top: -64px;
    }

    .zbottom h2 {
        max-width: 500px;
        margin: auto auto 24px;
    }

    .zwc-mobile {
        right: 0px;
    }
  .i18n-ar .zsection { padding: 100px 0; }
  .i18n-ar .znative-inner p { margin: auto auto 32px; }
  .i18n-ar .zb-inner p { margin: auto auto 32px; }
  .i18n-ar .zuser-exp { padding: 64px 156px 64px; }
  .i18n-ar .zbottom h2 { margin: auto auto 24px; }
  .i18n-ar .zwc-mobile { left: 0; right: unset; }
  .other-lang .zb-inner h1 .break{
        display: block;
    }
  .other-lang .zbtm-inner h2{
    max-width: 580px;
    margin: auto auto 20px;
  } 
}




@media only screen and (max-width: 991px) {

    .zsection {
        padding: 60px 0;
    }

    .zb-inner {
        max-width: 530px;
    }

    .zexp-main {
        margin-top: -48px;
    }

    .zuser-exp {
        padding: 60px 48px 60px;
    }

    .zuser-exp p {
        max-width: 460px;
    }

    .znative-inner p {
        max-width: 480px;
        margin: auto auto 24px;
    }

    .zbottom {
        max-width: 430px;
        margin: auto;
    }

    .zwc-devices>div {
        position: relative;
        max-width: 800px;
        margin: auto;
        text-align: center;
    }

    .zwc-mobile {
        display: none;
    }

    .tab-screen {
        max-width: 85%;
    }
  .i18n-ar .zsection { padding: 60px 0; }
  .i18n-ar .zuser-exp { padding: 60px 48px 60px; }
  .i18n-ar .znative-inner p { margin: auto auto 24px; }
  .i18n-ar .zbottom { margin: auto; }
  .i18n-ar .zwc-devices>div { margin: auto; text-align: center; }
  .other-lang .zb-inner h1 .break{
        display: none;
    }
.other-lang .zbtm-inner h2{
    max-width: 580px;
    margin: auto auto 20px;
  } 
.apps-download-links-wrap {
    max-width: 600px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: unset;
    margin: auto;
}
    .other-lang .qr-code img{
  width: 100px;
}
}

@media only screen and (max-width: 767px) {
    .content-wrap {
        max-width: 560px;
    }

    .zd-fl-cl {
        flex-direction: column;
    }

    .zb-inner {
        max-width: 430px;
        margin-bottom: 20px;
    }

    .zwc-banner {
        text-align: center;
    }

    .zb-inner .rhs img {
        max-width: 400px;
        min-height: auto;
        margin: auto;
    }

    .zuser-exp {
        padding: 30px 24px;
    }

    .zexp-main {
        margin-top: -50px;
    }

    .zuser-exp p {
        max-width: 430px;
    }

    .znative-inner p {
        max-width: 430px;
        margin: auto auto 24px;
    }

    .zbottom {
        max-width: 430px;
        margin: auto;
    }

    .tab-screen {
        display: none;
    }

    .zwc-mobile {
        display: block;
        position: unset;
        transform: translate(0);
        opacity: 1;
        margin: auto;
    }

    .app-btn {
        gap: 12px;
        flex-direction: column;
    }

    .app-btn a {
        gap: 5px;
        display: flex;
    }
  .i18n-ar .zb-inner .rhs img { margin: auto; }
  .i18n-ar .zuser-exp { padding: 30px 24px; }
  .i18n-ar .znative-inner p { margin: auto auto 24px; }
  .i18n-ar .zbottom { margin: auto; }
  .i18n-ar .zwc-mobile { transform: translate(0); margin: auto; }
  .i18n-ar .zwc-banner { text-align: center; }
  .i18n-ar .zwc-banner * { text-align: center; }
    .qr-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.qr-text p{
    text-align: center;
}
  .lang-rtl .qr-text p *{
        text-align: center;
    }


}

@media only screen and (max-width: 530px) {
    .content-wrap {
        max-width: 560px;
    }
    .apps-download-links-wrap {
        flex-direction: column;
    }
}


@media only screen and (min-width: 1200px) {

    .break {
        display: block;
    }


}

@media only screen and (min-width: 1400px) {

    h1 {
        font-size: 54px;
        line-height: 64px;
        letter-spacing: -.54px;
        font-family: var(--zf-primary-bold);
    }

    /* p{
        font-size: 16px;
        line-height: 24px;
    } */
    p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -.18px;
    }

    h2 {
        font-size: 48px;
        line-height: 64px;
        letter-spacing: -.48px;
        font-family: var(--zf-primary-bold);
    }

    h3 {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: -0.48px;
        font-family: var(--zf-primary-bold);
    }

    h4 {
        letter-spacing: -0.5px;
    }


}

@media only screen and (min-width: 992px) {
    .zcol-wrap-1 {
        max-width: calc(12.5% - 6px);
        flex-basis: calc(12.5% - 6px);
    }

    .zcol-wrap-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
    }

    .zcol-wrap-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px);
    }

    .zcol-wrap-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .zcol-wrap-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px);
    }

    .zcol-wrap-6 {
        max-width: calc(75% - 6px);
        flex-basis: calc(75% - 6px);
    }

    .zcol-wrap-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px);
    }

    .zcol-wrap-8 {
        max-width: calc(100% - 6px);
        flex-basis: calc(100% - 6px);
    }

}

@media only screen and (min-width: 768px) {

    .zcol-8 {
        flex-basis: calc(100% - 6px);
    }

    .zcol-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px);
    }

    .zcol-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px);
    }

    .zcol-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .zcol-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px);
    }

    .zcol-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
    }


}