:root {
    --section-p:100px;
    --section-m:60px;
}
.zwc-main-sec img {
    /* width: 100%; */
    display: block;
}
.zwc-main-sec a{
    color: var(--zwc-link-clr);
}
.zwc-main-sec a.act-btn{
    color: #fff;
    margin-top: 15px;
}
.zwc-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.zwc-flx-col{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}
.zwc-flx-col-ctn{
    max-width: 600px;
}
.zwc-flx-grid {
    border-radius: 16px;
    padding: 32px;
    flex: 1 1 32%;
    background: #fff;
    border: 1px solid #e4e9ff;
}
.zwc-list-ctn {
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0;
}
.zwc-list-ctn li{
    position: relative;
    flex: 0 1 45%;
    padding: 24px 0 12px 39px;
}
.zwc-list-ctn li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 26px;
    height: 25px;
    background: url(/sites/zweb/images/survey/solutions/check-mark-dark-bg.svg) no-repeat 0 0 / 28px;
}
.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.1;
    margin:0 auto 20px auto;
    letter-spacing: -1.16px;
    max-width: 900px;
}
.zwc-banner-wrap h1 span {
    background: linear-gradient(90deg, #00D9FF -35.13%, #33B9F9 -3.59%, #5349BF 16.54%, #5B2DB1 41.8%, #2D4DBE 61.83%, #016CCA 89.29%, #00B8E8 104.75%, #0168B1 137.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-family: var(--zf-primary-semibold);
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 6px;
}
.zwc-main-sec h2{
    font-size: clamp(28px, 4vw, 56px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -1.16px;
}
.zwc-main-sec h3{
   font-size: clamp(18px, 2vw, 24px);
    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: #fff;
}
.zwc-sec-title {
    text-align: center;
}
.zwc-dark-bg .zwc-sec-title h2 {
    color: #8C8C8C;
}
.zwc-sec-title + .zwc-flex{
    margin-top: var(--section-m);
}
.zwc-types .zwc-fil-btn {
    margin-left: 60px;
}
.zwc-banner-box h2 span{
    display: block;
}
.zwc-fil-btn a{
    color: #fff;
    padding: 10px 52px 10px 30px;
    margin-top: 40px;
    display: inline-block;
    font-family: var(--zf-primary-medium);
    background: var(--zwc-link-clr);
    font-size: 16px;
    border-radius: 4px;
    position:relative;
}
.zwc-fil-btn a::before{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:url(/sites/zweb/images/survey/solutions/fil-btn-arrow.svg) no-repeat 0 0 / 100%;
    width: 19px;
    height: 16px;
    margin-right: 21px;
}
.zwc-page-sign-btn a {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    padding: 16px 45px 16px 24px;
    border-radius: 4px;
}
.zwc-page-sign-btn a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    margin-right: 18px;
    background: url(/sites/zweb/images/survey/solutions/sign-button-arrow.svg) 0px 0px / 100% no-repeat;
}

.zwc-cen-btn {
    text-align: center;
}
.zwc-main-sec .zwc-cen-btn a {
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 60px;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    padding: 10px 30px 10px 10px;
}
.zwc-cen-btn a::before{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:url(/sites/zweb/images/survey/solutions/fil-btn-arrow.svg) no-repeat 0 0 / 100%;
    width: 19px;
    height: 16px;
}
.zwc-cen-btn a:hover{
    text-decoration: underline;
}
/* Banner scetion */
.zwc-banner-wrap {
    padding: 100px 0 var(--section-p) 0;
    position: relative;
}
.zwc-banner-rht{
    max-width: 78%;
    margin: 0 0 0 auto;
    position: relative;
}
.zwc-banner-ctn p{
    font-size: clamp(16px, 4vw, 18px);
    max-width: 515px;
    font-family: var(--zf-primary-medium);
}
.zwc-rating-ss{
    max-width: 67%;
    position: absolute;
    right: -19%;
    top: 7%;
}
.zwc-rating-ss2{
    max-width: 66%;
    position: absolute;
    left: -40%;
    bottom: -4%;
    box-shadow: 6px 5.063px 39px 6px rgba(0, 0, 0, 0.08);
}
.zwc-banner-ele1, .zwc-banner-ele2{
    position: absolute;
}
.zwc-banner-ele1{
    left: 7%;
    top: 31%;
    width: 55px;
    height: 55px;
    background: url(/sites/zweb/images/survey/solutions/banner-ele-1.png) no-repeat 0 0 / 100%;
}
.zwc-banner-ele2{
    right: -1%;
    bottom: -5%;
    width: 55px;
    height: 55px;
    background: url(/sites/zweb/images/survey/solutions/banner-ele-2.png) no-repeat 0 0 / 100%;
}
/* Why Choose */
.zwc-why-choose {
    padding: var(--section-p) 0;
    background: #F8F9FF;
}
.zwc-why-choose .zwc-sec-title {
    text-align: left;
    max-width: 650px;
}
.zwc-why-choose .zwc-flex{
    align-items: inherit;
}
.zwc-sec-title span {
    background: var(--Text-gradient, linear-gradient(90deg, #00D9FF -35.13%, #33B9F9 -17.97%, #5349BF 31.86%, #5B2DB1 48.08%, #2D4DBE 65.76%, #016CCA 84.17%, #00B8E8 110.41%, #0168B1 144.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--zf-primary-semibold);
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 6px;
    display: block;
}
.zwc-fea-icn {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(/sites/zweb/images/survey/solutions/product-testing-survey-sprite.svg);
    background-repeat: no-repeat;
    background-size: 259px;
    margin-bottom: 20px;
}
.zwc-why-choose .zwc-flx-grid:nth-child(1) span{
    background-position: 0px 1px;
}
.zwc-why-choose .zwc-flx-grid:nth-child(2) span{
     background-position: -56px 1px;
}
.zwc-why-choose .zwc-flx-grid:nth-child(3) span{
     background-position: -106px 1px;
}
.zwc-why-choose .zwc-flx-grid:nth-child(4) span{
    background-position: -158px 1px;
}
.zwc-why-choose .zwc-flx-grid:nth-child(5) span{
     background-position: -208px 1px;
}
.zwc-dark-bg .zwc-sec-title span{
    color: #fff;
    background: inherit;
    -webkit-text-fill-color: inherit;
    margin: 10px 0 0 0;
}
/* Why Use  */
.zwc-why-use{
    padding: var(--section-p) 0;
}
.zwc-why-use .zwc-sec-title{
    max-width: 700px;
    text-align: left;
}

.zwc-first-active{
    display: block;
}
.zwc-accordion-right {
    width: 100%;
    background: url(/sites/zweb/images/survey/solutions/tab-bg.jpg) no-repeat 0 0 / cover;
    min-height: 600px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.zwc-left-tab-image {
    overflow: hidden;
    max-width: 85%;
    margin: 0 auto;
}
.zwc-rht-align{
    margin: 0 0 0 auto;
}
.zwc-ful-wid-ss{
    max-width: 100%;
}
.zwc-white-label{
    max-width: 75%;
}
.zwc-global-research{
     max-width: 85%;
}
.zwc-left-tab-image img{
    width: 100%;
}
.zwc-real-time{
    margin-bottom: 25%;
}
.zwc-secure-complient{
    margin-bottom: 15%;
}
.zwc-price-pln{
    max-width: 90%;
}

/* Tab Section */
.zwc-flex{
    display: flex;
}
.zwc-flex.zwc-tab-flex{
    gap: 70px;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: var(--section-m);
}
.zwc-accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  border-radius: 4px;
}
.zwc-tab-btn {
  background: transparent;
  padding: 16px 20px 16px 20px;
  width: 100%;
  text-align: left;
  font-family: var(--zf-primary-semibold);
  font-size: clamp(18px, 4vw, 20px);
  letter-spacing: -0.42px;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  line-height: 1.4;
  color: #000;
}
.zwc-tab-btn.active{
    border: 0;
    color: #0047ff;
}
.zwc-tab-panel {
  padding: 0 0 20px 0;
  display: none;
  border-bottom: 1px solid #0047FF;
}
.zwc-tab-panel p{
    margin-bottom: 0;
    font-family: var(--zf-primary-regular);
    padding: 0 20px 0 20px;
}
.zwc-accordion{
    max-width: 580px;
    width: 100%;
}
.zwc-accordion-ss{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translateY(10px);
}
.zwc-accordion-ss.active{
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
   .zwc-accordion-right{
        padding:0 0 0 20px;
   }
}
@media only screen and (max-width: 1200px) {
   .zwc-accordion, .zwc-accordion-right{
        max-width: 50%;
   }
}
@media only screen and (max-width: 1024px) {
   .zwc-accordion-right{
        display: none;
   }
   .zwc-accordion{
        margin: 0 auto;
        max-width: 700px;
    }
}
/* Tab Section End */

.tab-1, .tab-3, .tab-4{
    margin: 0 0 0 auto;
}
.tab-7, .tab-8{
    position: relative;
    bottom: 130px;
}
/* FAQ section */
.zwc-faq-wrap {
    background:#000;
    padding: var(--section-p) 0 var(--section-p) 0;
    color: #fff;
}
.zwc-faq-wrap .zwc-flex{
    align-items: flex-start;
}
.zwc-faq-lft{
    flex: 0 1 45%;
}
.faq-section .zwc-min-wrap {
    margin-top: var(--inner-sec-t);
}
.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}
.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
}
.faq-section h2 {
    margin-bottom: var(--section-m-t-60);
    text-align: center;
}
.faq-content {
    transition: 0.5s;
    background: rgb(38, 38, 38);
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.faq-content.active {
    box-shadow: rgba(118, 118, 118, 0.14) 0px 4px 12px;
}
.faq-content button {
    border: 0;
    position: relative;
    font-size: clamp(18px, 4vw, 20px);
    cursor: pointer;
    transition: 0.5s;
    padding: 24px 60px 24px 24px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 0px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    text-align: left;
    background: transparent;
}
.faq-content button span {
    max-width: 600px;
    width: 100%;
    display: inline-block;
}
.faq-content:last-child {
    margin-bottom: 0px;
}
.accord-content {
    display: none;
    padding: 0px 20px 25px 24px;
    max-width: 650px;
}
.accord-content p {
    font-size: var(--font-size-6);
}
.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}
span.faq-arrow {
    position: absolute;
    right: 24px;
    top: 40px;
    width: 25px;
    height: 25px;
    transition: 0.5s;
    transform: rotate(-90deg);
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: -13px;
    background: rgb(255, 255, 255);
}
.faq-arrow::after, .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-arrow::before {
    top: 10px;
    right: 5px;
}

.faq-arrow::after {
    right: inherit;
    left: 5px;
    transform: rotate(90deg);
    top: 10px;
}

.faq-content.active span.faq-arrow::before {
    transform: rotate(-90deg);
}

.accord-content a {
    text-decoration: underline;
    color: rgb(102, 145, 255);
}

.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-faq-main {
    background: rgb(3, 3, 3);
    color: rgb(255, 255, 255);
}
.zwc-faq-main h2{
    text-align: left;
}
/* FAQ Section End */
.zwc-bottom-cta-wrap{
    padding: var(--section-p) 0;
    background: linear-gradient(90deg, #DBDDFF 0.08%, #EDFFFC 103.02%);
}
.zwc-bottom-cta-wrap .content-wrap {
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
   
}

@media only screen and (max-width: 1200px) {
    .zwc-banner-rht{
        padding-left: 6%;
        margin: 0 auto;
        padding-right: 10%;
        max-width: 100%;
    }
    .zwc-rating-ss2 {
        max-width: 40%;
        left: 0;
    }
    .zwc-rating-ss{
        right:0;
        max-width: 46%;
    }
    .zwc-banner-ele1 {
        left: 12%;
        top: 31%;
    }
    .zwc-banner-ele2 {
        right: 10%;
    }
    .zwc-left-tab-ctn{
        min-height: auto;
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 70px;
        --section-m: 40px;
    }
    .zwc-flex-wrap{
        flex-direction: column;
        align-items: center;
        max-width: 700px;
        margin: 0 auto;
    }
    .zwc-banner-ctn p{
        max-width: 100%;
    }
    .zwc-banner-wrap .zwc-flex{
        gap: 40px;
    }
    .zwc-flex{
        flex-direction: column;
        align-items: center;
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }
    .zwc-flex.zwc-tab-flex{
        text-align: left;
    }
    .zwc-left-tab-nav, .zwc-why-use .zwc-sec-title{
        max-width:800px;
        margin: 0 auto;
    }
    .zwc-why-use .zwc-sec-title{
        text-align: center;
    }
    .zwc-banner-rht {
        max-width: 490px;
        margin: 0 auto;
    }
   .zwc-why-choose .zwc-sec-title{
        text-align: center;
        margin: 0 auto;
   }
   .zwc-fea-icn{
        margin-left: auto;
        margin-right: auto;
   }
   .zwc-why-choose .zwc-flex, .zwc-dark-bg .zwc-flex{
        flex-direction: row;
    }
    .zwc-dark-bg .zwc-flex{
        text-align: left;
    }
    .zwc-left-tab-ctn{
        display: none;
    }
    .zwc-faq-wrap .zwc-flex{
        align-items: center;
        text-align: left;
    }
    .zwc-faq-lft h2{
        text-align: center;
    }
    .zwc-flx-col, .zwc-flx-col-ctn{
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-why-choose .zwc-flex,  .zwc-dark-bg .zwc-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .zwc-flx-grid{
        padding:32px 22px;
    }
    .zwc-banner-wrap{
        padding-top: 50px;
    }
    .zwc-main-sec .zwc-cen-btn a{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-banner-ele1, .zwc-banner-ele2 {
        width: 35px;
    }
}
@media screen and (min-width: 767px) {
    .zwc-main-banner, .zwc-rating-ss, .zwc-rating-ss2, .zwc-banner-ele1, .zwc-banner-ele2{
        opacity: 0;
    }
    .middle-animated .zwc-main-banner, .middle-animated .zwc-banner-ele1, .middle-animated .zwc-banner-ele2{
         animation:slideDown 0.5s ease-in-out .2s forwards;
    }
    .middle-animated .zwc-rating-ss {
        animation:slideRight 0.5s ease-in-out .4s forwards;
    }
    .middle-animated .zwc-rating-ss2 {
        animation:slideLeft 0.5s ease-in-out .4s forwards;
    }
    .middle-animated .zwc-banner-ele1, .middle-animated .zwc-banner-ele2{
        animation-delay: 0.3s;
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }
     @keyframes slideLeft{
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0px);
        }
    }
     @keyframes slideRight{
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0px);
        }
    }
}