:root {
    --section-p: 100px;
    --section-m: 60px;
    --sprite: url(/sites/zweb/images/survey/features-page/report-sprite.png);
}

.zwc-main-sec img {
    display: block;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-al-btm-cen {
    align-items: flex-end;
    justify-content: center;
    padding:30px 30px 0 30px
}

.zwc-al-btm-rht {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 80px 0px 0px 25px;
}
.zwc-al-rht-cen{
    align-items:center;
    justify-content:flex-end;
    padding-left: 20px;
}
.zwc-al-cen {
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}
.zwc-al-cen-rht {
    align-items: center;
    justify-content: flex-end;
    padding: 70px 0 70px 20px;
}


.zwc-main-sec a.act-btn {
    color: rgb(255, 255, 255);
}

.zwc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.zwc-rht-al {
    margin: 0px 0px 0px auto;
}

.zwc-cen-al {
    margin: 0px auto;
}

.zwc-flx-col {
    flex: 1 0 0px;
}

.zwc-flx-col-ctn {
    max-width: 600px;
}

.zwc-flx-grid {
    padding: 32px;
    display: flex;
    align-items: flex-start;
    flex: 0 1 48%;
    border-radius: 12px;
    border: 1px solid #D9E2FA;
    background: #FFF;

/* Flot updated */
    box-shadow: 7px -6px 23.9px 0 rgba(0, 0, 0, 0.06);
    text-align: left;
}
.zwc-main-sec  .zwc-flx-grid h3{
    font-size: clamp(20px, 4vw, 24px);
    color: #0A55EB;
}
.zwc-flx-grid:nth-child(2) span.zwc-fea-icn{
    background-position: -2px -46px;
}
.zwc-flx-grid:nth-child(3) span.zwc-fea-icn{
    background-position: -45px 0;
}
.zwc-flx-grid:nth-child(4) span.zwc-fea-icn{
    background-position: -48px -45px;
}
.zwc-flx-grid:nth-child(5) span.zwc-fea-icn{
    background-position: -93px 0;
}
.zwc-flx-grid:nth-child(6) span.zwc-fea-icn{
    background-position: -93px -47px;
}

div.zwc-banner-fea{
    margin-top:clamp(60px, 10vw, 120px);
}
div.zwc-banner-fea .zwc-flex{
    justify-content:center;
    gap: 15px;
    flex-direction: row;
    max-width: 100%;
    margin-top: var(--section-m);
    align-items: inherit;
}
.zwc-banner-fea .zwc-sec-title{
    max-width: 770px;
    margin-right:auto;
    margin-left:auto;
}
.zwc-flx-grid p {
    max-width: 446px;
    font-size: 18px;
}

.zw-product-header {
    position: relative;
    z-index: 2;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec h1 {
    font-size: clamp(32px, 5vw, 72px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.2;
    margin: 0px 0 20px 0;
    letter-spacing: -1.16px;
}

.zwc-banner-wrap h1 span {
    display: block;
    font-family: var(--zf-primary-semibold);
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 6px;
    background: linear-gradient(90deg, rgb(37, 103, 213) 36.68%, rgb(17, 177, 111) 70.04%) text;
    -webkit-text-fill-color: transparent;
}

.zwc-main-sec h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -1.56px;
}
.zwc-main-sec h3 {
    font-size: clamp(24px, 4vw, 32px);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.42px;
    margin-bottom: 10px;
    line-height: 1.2;
}
p:last-child {
    margin-bottom: 0px;
}
.zwc-dark-bg {
    background: #0f0f0f;
    padding: var(--section-p) 0;
    color: rgb(255, 255, 255);
}
.zwc-flx-grid-wrap {
    align-items: inherit;
}
.zwc-flx-grid-wrap .zwc-flex{
    flex-direction: column;
    flex: 0 1 59%;
    flex-wrap: wrap;
}
.zwc-flx-grid-last{
    flex: 0 1 39%;
}
.zwc-dark-bg .zwc-flx-grid {
    border-radius: 16px;
    background: #fff;
    color: #000;
    border: 0;
    width: 100%;
}
.zwc-dark-bg .zwc-flx-grid p {
}
.zwc-sec-title {
    text-align: center;
}
.zwc-dark-bg .zwc-sec-title h2 {
    color: rgb(255, 255, 255);
}
.zwc-sec-title + .zwc-flex {
    margin-top: var(--section-m);
}
.zwc-fea-icn {
    width: 43px;
    height: 43px;
    display: block;
    background: var(--sprite) no-repeat 0 0 / 136px;
    margin-right: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}
.zwc-cus-icon{
    display:flex;
    gap: 20px;
}
.zwc-cus-icon span{
    flex-shrink:0;
}
.zwc-bottom-cta-wrap {
    padding: var(--section-p) 0;
    background: url(/sites/zweb/images/survey/features-page/report-footer-bg.jpg) no-repeat 0 0 / cover;
}
.zwc-bottom-cta-wrap .content-wrap {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
/* Banner section */
.zwc-banner-wrap {
    padding: var(--section-p) 0;
    position: relative;
}
.zwc-banner-wrap .zwc-flex{
    justify-content: space-between;
}
.zwc-banner-rht{
    flex: 0 1 40%;
}
.zwc-banner-rht img{
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}
.zwc-banner-lft{
    flex: 0 1 57%;
}
.zwc-banner-lft p{
    max-width: 600px;
}
.zwc-banner-wrap::before {
    content: '';
    position: absolute;
    inset: -80px 0 0 0;
    background: url(/sites/zweb/images/survey/features-page/report-banner-bg.jpg) no-repeat 0 bottom / 100%;
}
/* article sec */
.zwc-article-sec{
    padding: var(--section-p) 0;
    background: rgb(15, 15, 15);
    max-width: 95%;
    border-radius: 15px;
    margin: 0 auto;
    color: #fff;
}
.zwc-article-lft{
    min-height: clamp(355px, 45vw, 570px);
    background: url(/sites/zweb/images/survey/features/quiz-step-bg.png) no-repeat 0 0 / cover;
    border-radius: 15px;
    border: 1px solid #dbd9d1;
    flex: 0 1 50%;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.zwc-article-lft-all{
    /* display: flex;
    flex-direction: column; */
    position: absolute;
}
.zwc-art-btm-cen{
    bottom: 0;
}

.zwc-art-cen{
   padding: 20px;
   left: 0;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}
.zwc-art-rht-btm{
    right: 0;
    bottom: 0;
}

.zwc-article-sec .zwc-flex{
    justify-content: space-between;
    align-items: flex-start;
}
.zwc-article-sec .zwc-sec-title{
    text-align:left
}
.zwc-article-rht{
    flex: 0 1 38%;
}
.zwc-article-lft img{
    margin: 0 auto;
}
.zwc-scrol-ctn {
    padding: 70px 0;
}
.zwc-scrol-ctn h2{
    font-size: clamp(28px, 4vw, 40px);
}
.zwc-scrol-ss{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(20px);
    height: 0;
    overflow: hidden;
    width: 100%;
}
.tab-content.active{
    border-radius: 12px;
    border: 1px solid rgba(34, 109, 180, 0.10);
    background: #F6F8FE;
}
.tab-content.active h3 button{
    color:#0A55EB
}
.active{
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
   
}
.zwc-features-sec{
    padding: var(--section-p) 0;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 32px;
    border-radius: 32px;
}

.zwc-fea-icn.marketing {
    background-position: -1px 0;
}
.zwc-fea-icn.experience{
    background-position: -50px 0;
}
.zwc-fea-icn.employee{
    background-position: -97px 0;
}
.zwc-features-sec .zwc-sec-title{
     text-align: left;
     justify-content: space-around;
}
.zwc-features-sec .zwc-sec-title h2{
    flex: 0 1 40%;
   
}
.zwc-features-sec .zwc-sec-title p{
    flex: 0 1 38%;
}
.zwc-scrol-ctn img{
    display: none;
}
/* Tab  */

.zwc-tab-sec .zwc-page-title h2 {
    font-size: 30px;
}

.tab-content {
    border-bottom: 1px solid rgba(34, 109, 180, 0.10);
    padding: 0 32px;
}
/* .tab-content.active .zwc-acc-ctn{
    display: block;
} */
.zwc-tab-sec .zwc-page-title p {
    max-width: 600px;
    margin: 15px auto 0px;
}

.zwc-tab-sec {
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 80px;
}

.zwc-tab-sec .zwc-page-title p {
    max-width: 600px;
    margin: 15px auto 0px;
}

.zwc-tab-sec .zwc-page-title h2 {
    font-size: 30px;
}

.zwc-left-tab-flex {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: flex-start;
    padding-top: var(--section-m);
}

.zwc-left-tab-nav {
    width: 100%;
    max-width: 48%;
}

.zwc-left-tab-nav p {
    padding-bottom: 32px;
    max-width: 540px;
}

.zwc-left-tab-nav button::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid rgb(0, 0, 0);
    border-left: 1.5px solid rgb(0, 0, 0);
    display: block;
    right: 15px;
    top: 27px;
    transform: rotate(-135deg);
    transition: 0.3s ease-in-out;
}

.zwc-left-tab-nav button.active::before {
    transform: rotate(-45deg);
}

.zwc-left-tab-nav h3 {
    margin-bottom: 0px;
}

.zwc-left-tab-nav button {
    background: transparent;
    padding: 20px 0 20px 0px;
    width: 100%;
    text-align: left;
    font-family: var(--zf-primary-semibold);
    font-size: clamp(20px, 4vw, 24px);
    letter-spacing: -0.42px;
    cursor: pointer;
    border: 0px;
    position: relative;
    color: rgb(0, 0, 0);
    padding-right: 37px;
    line-height: 1.333;
}

.zwc-left-tab-ctn {
    width: 100%;
    max-width: 47%;
    background: url(/sites/zweb/images/survey/features-page/report-feature-bg.jpg) no-repeat 0 0 / cover;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E7E7E7;
}
.zwc-acc-ctn{
    display: none;
}

.zwc-left-hide {
    opacity: 0;
    transform: translateY(10px);
    height: 0px;
    overflow: hidden;
}

.zwc-left-active {
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    transition: 0.5s ease-in-out;
}

.zwc-left-tab-image {
    height: 550px;
    overflow: hidden;
    display: flex
}
.zwc-tab-area{
    padding: var(--section-p) 0;
}
.zwc-tab-area .zwc-sec-title{
    max-width: 550px;
    text-align: left;
}
.zwc-point li {
    margin-bottom: 40px;
    position: relative;
}
.zwc-point li p{
    padding-left:40px;
    text-align: left;
}
.zwc-point li span{
    position:absolute;
    left:0;
}
.zwc-pos-flx{
    display: flex;
    /* height: 100%; */
    /* min-height: 100%; */
    flex: auto;
}
.tab-wrap-2 .zwc-left-tab-nav{
    order: 2;
}
 @media only screen and (min-width: 1400px) {
    .zwc-article-rht .zwc-scrol-ctn:last-child{
        padding-bottom: 130px;
    }
    
  }
   @media only screen and (max-width: 1400px) {
    
   .zwc-features-sec{
        max-width: 100%;
        border-radius: 0;
    }
  }
@media only screen and (max-width: 1200px) {
   .zwc-cus-icon{
    flex-direction: column;
    gap: 0;
   }
   .zwc-flx-grid{
    flex: 0 1 48%;
   }
   .zwc-flx-grid-wrap{
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
   }
   .zwc-flx-grid-wrap .zwc-flex, .zwc-flx-grid-last{
    flex-basis: 100%;
   }
   .zwc-features-sec .zwc-sec-title{
        flex-direction:column;
        text-align:center;
        gap:0;
        max-width: 900px;
        margin: 0 auto;
    }   
    .zwc-tab-area .zwc-sec-title {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 70px;
        --section-m: 40px;
    }
    .zwc-left-tab-flex{
        align-items: center;
        flex-direction: column;
    }
    .tab-wrap-2 .zwc-left-tab-nav{
        order:inherit
    }
    .zwc-banner-lft, .zwc-banner-rht{
        flex: 0 1 48%;
    }
    .zwc-article-lft, .zwc-article-rht{
        flex: 0 1 47%;
    }
    .zwc-features-sec .zwc-sec-title h2, .zwc-features-sec .zwc-sec-title p{
        flex-basis: 48%;
    }
    
    .zwc-left-tab-nav{
        max-width:650px
    }
    .zwc-left-tab-ctn{
        max-width: 600px;
    }
      .zwc-banner-wrap .zwc-flex{
        flex-direction: column;
        text-align: center;
        max-width: 550px;
        margin: 0 auto;
        align-items: inherit;
  }
  .zwc-left-tab-flex{
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
    .zwc-article-sec{
        max-width:100%;
        border-radius:0
    }
    .zwc-article-sec .zwc-sec-title{
        text-align:center
    }
    .zwc-dark-bg .zwc-flx-grid{
        padding:40px 30px
    }
    .zwc-flx-grid-wrap{
        flex-direction:column
    }
  .zwc-banner-wrap{
    padding-top: 40px;
  }
  .zwc-left-tab-flex{
    margin-top: var(--section-m);
    padding-top: 0;
  }
  .zwc-scrol-ctn img{
    display: block;
  }
  .zwc-flx-col.zwc-article-lft{
    display: none;
  }
  .zwc-article-rht{
    flex-basis: 100%;
  }
 
    .zwc-scrol-ctn:nth-child(1){
        padding-top:0
    }
    .zwc-scrol-ctn{
        padding: 60px 0 0 0;
        text-align:center;
        max-width: 600px;
        margin: 0 auto;
    }
    .zwc-scrol-ctn img{
        margin:0 auto;
    }
    .zwc-point li {
        margin-bottom: 20px;
    }
    .zwc-flx-grid p{
        line-height: 1.4;
    }
    .zwc-flx-grid{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .zwc-left-tab-image{
         height: auto;
         padding: 30px 0 30px 20px;
    }
     .zwc-flx-grid{
        flex: 0 1 98%;
        padding: 25px;
    }
}
@media only screen and (max-width: 480px) {
   
    .tab-content {
        padding: 0 20px;
    }
}