:root {
  --section-p: 100px;
  --section-m: 60px;
}

.zwc-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.zwc-flx-grid {
    border-radius: 16px;
    padding: 40px;
    flex: 1 0 32%;
    background: rgb(255, 255, 255);
}
.zwc-flx-grid-wrap {
    align-items: inherit;
}
.zwc-flx-grid-img {
    margin-top: 30px;
    flex: 1;
}
.zwc-page-sign-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
.zwc-page-sign-btn a {
    background: linear-gradient(90deg, #da051c 50%, #f30f27 0) 100% 100% / 200% 100%;
    transition: .3s ease-in-out;
    margin-top: 0;
    color: #fff;
    padding: 16px 45px 16px 24px;
    border-radius: 4px;
}
.zwc-page-sign-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    margin-right: 18px;
    background: url(/sites/zweb/images/forms/solutions/sign-button-arrow.svg) 0 0 / 100% no-repeat;
}
.zwc-page-sign-btn a:hover {
    background-position: 0 100%;
}
.zwc-flx-col {
  flex: 1 0 0px;
}

.zwc-flx-col-ctn ul li {
  padding-top: 40px;
}

.zwc-flx-col-ctn p a {
  color: var(--zwc-link-clr);
}

.zwc-flx-col-ctn p {
    max-width: 570px;
}

.zwc-flx-col-ctn li h3 {
  font-size: clamp(22px, 4vw, 28px);
  font-family: var(--zf-primary-semibold);
}

.zwc-content-area .content-wrap:nth-child(2n + 1) {
  padding: 90px 0;
}

.zwc-content-area .content-wrap:nth-child(1) {
  padding-top: 0 !important;
}

div.zwc-content-area .content-wrap:last-child {
  padding-bottom: 0;
}

.zwc-flex-row .zwc-flx-col {
  flex: 0 1 46%;
}

.zwc-content-area .content-wrap:nth-child(2n) {
  padding: 0;
}

.zwc-content-area .content-wrap:nth-child(even) .zwc-flx-col:nth-child(1) {
  order: 1;
}

.zwc-content-area .zwc-flex {
  justify-content: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.zw-product-header {
  position: relative;
  z-index: 2;
}

.zwc-main-sec h1 {
  font-size: clamp(32px, 5vw, 46px);
  font-family: var(--zf-primary-semibold);
  line-height: 1.1;
  margin: 0 auto 20px;
  letter-spacing: -1.44px;
}

.zwc-main-sec h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-family: var(--zf-primary-semibold);
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -1.12px;
}

.zwc-main-sec h3 {
  font-size: clamp(23px, 2vw, 24px);
  font-family: var(--zf-primary-semibold);
  letter-spacing: -0.42px;
  line-height: 1.2;
}

.zwc-main-sec h4 {
  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: 0;
}

.zwc-sec-title {
  text-align: center;
}

.zwc-dark-bg {
  background: #0f0f0f;
  padding: var(--section-p) 0;
  color: #fff;
}

.zwc-dark-bg .zwc-flx-grid p {
  color: #d1d1d1;
  max-width: 492px;
}

.zwc-dark-bg .zwc-flx-grid {
  border-radius: 16px;
  background: #1f1f21;
  color: #fff;
  border: 0;
}


.zwc-flx-grid h3 {
  margin-bottom: 10px;
}

.zwc-fea-icn {
  width: 44px;
  height: 43px;
  display: block;
  background: var(--sprite) no-repeat 0 0 / 192px;
  margin-bottom: 26px;
}

.zwc-dark-bg .zwc-sec-title h2 {
  color: #fff;
}

.zwc-sec-title + .zwc-flex {
  margin-top: var(--section-m);
}

.zwc-banner-wrap {
  padding: var(--section-p) 0;
  position: relative;
}
.zwc-banner-lft {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.zwc-banner-wrap p {
  font-size: clamp(16px, 4vw, 18px);
  letter-spacing: -0.36px;
}

.zwc-banner-wrap::before {
  content: "";
  position: absolute;
  inset: -80px 0 0;
  background: #111a2a;
}

.zwc-banner-rht img {
  max-width: 530px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.zwc-content-area {
  padding: var(--section-p) 0;
  position: relative;
}

.zwc-content-area .zwc-cen-btn a {
  margin-top: 0;
  padding-left: 0;
}

.zwc-flx-col-bg {
  display: flex;
  overflow: hidden;
}

.zwc-al-btm-cen {
  align-items: flex-end;
  justify-content: center;
  padding: 50px 20px 0 20px;
}

.zwc-al-btm-rht {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 50px 0 0 25px;
  max-width: 565px;
}

.zwc-al-rht-btm {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 25px 0 0 25px;
}

.zwc-al-cen {
  align-items: center;
  justify-content: center;
}

.zwc-al-cen-rht {
  align-items: center;
  justify-content: flex-end;
  padding: 70px 0 70px 20px;
}

.zwc-al-ful-wid {
  padding-left: 0;
  padding-top: 100px;
}

.zwc-bottom-cta-wrap {
  padding: var(--section-p) 0;
  background: url(/sites/zweb/images/survey/features-page/prefer-footer-bg.jpg)
    no-repeat center 0 / cover;
}

.zwc-bottom-cta-wrap .content-wrap {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}

.zwc-features-sec {
  padding: var(--section-p) 0;
}

.zwc-features-sec .zwc-flx-grid:nth-child(1) .zwc-fea-icn {
  background-position: 1px 0;
}

.zwc-features-sec .zwc-flx-grid:nth-child(2) .zwc-fea-icn {
  background-position: -52px 0;
}

.zwc-features-sec .zwc-flx-grid:nth-child(3) .zwc-fea-icn {
  background-position: -99px 0;
}

.zwc-features-sec .zwc-flx-grid:nth-child(4) .zwc-fea-icn {
  background-position: -153px 0;
}

.zwc-content-area .zwc-sec-title {
  max-width: 800px;
  margin: 0 auto;
}
.zwc-feature-sec{
    padding: var(--section-p) 0;
    background: #F2F2F2;
}
.zwc-feature-sec h2{
  margin-bottom:clamp(40px, 4vw, 60px);
  text-align: center;
}
.zwc-flx-strecth{
    gap: 70px;
    justify-content: space-between;
}
.zwc-condition-rule{
    border: 1px solid #eee;
    border-radius: 8px;
}

/* FAQ section */
.zwc-faq-wrap {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #fafafa;
}
.zwc-faq-wrap h2 {
    text-align: center;
    font-size: clamp(30px, 4vw, 42px);
}
.zwc-faq-wrap h2::before {
    content: "";
    width: 63px;
    height: 63px;
    display: block;
    background: url(/sites/zweb/images/forms/pdf-convert/faq-icon.svg) center / contain no-repeat;
    margin: 0 auto 20px;
}
.accordion{
    margin-top: 50px;
}
.accord-content p:last-child {
    margin-bottom: 0;
}
.zwc-faq-wrap .content-wrap{
    max-width: 840px;
    margin: 0 auto;
}
.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;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D9D9D9;
    background: #fff;
}
.faq-content h3{
  margin-bottom: 0;
}
.faq-content.active, .faq-content.active button {
    background: #F4FCEA;
}

.faq-content button {
    border: 0;
    position: relative;
    font-size: clamp(18px, 4vw, 22px);
    cursor: pointer;
    transition: 0.5s;
    padding: 20px 60px 20px 24px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 0px;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 7px;
    color: #000;
}

.faq-content button span {
    max-width: 660px;
    width: 100%;
    display: inline-block;
}
.faq-content.active button span{
    color:#40AC1D;
}
.faq-content:last-child {
    margin-bottom: 0px;
}

.accord-content {
    display: none;
    padding: 0px 20px 30px 24px;
    max-width: 760px;
}

.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}

span.faq-arrow {
    position: absolute;
    right: 24px;
    top: 35px;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 2;
    width: 15px;
    height: 15px;
}

span.faq-arrow::after{
    content: '';
    position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    transition: 0.5s;
    border-top: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
}


.faq-content.active span.faq-arrow::after {
    transform: rotate(-45deg);
}

.accord-content a {
    text-decoration: underline;
    color: var(--zwc-link-clr)
}

.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}

.accord-content ul {
  margin-bottom: 15px;
}
.accord-content p b{
  font-family: var(--zf-primary-semibold);
}
.accord-content ul li {
    padding: 10px 10px 0 30px;
    position: relative;
}

.accord-content ul li::before {
    content: "";
    inset: 19px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}

.accord-content ul li::after {
    content: "";
    inset: 15px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}
/* FAQ Section End */

/* Temaplate Section CSS  */

.zwc-template-main{padding: var(--section-p) 0;position: relative;margin-top: clamp(90px, 5vw, 60px);}
.zwc-template-sec-title{
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.zwc-template-sec-title h2{
     font-size:clamp(32px, 4vw, 46px);
    text-align: center;
}
.zwc-template-sec-title p{
    margin-bottom: 0;
}
.zwc-page-secondry-btn a{
    background: #000;
    color: #fff;
    padding: 12px 50px 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 22px;
    font-family: var(--zf-primary-medium);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}
.zwc-page-secondry-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 12px;
    display: block;
    transform: translateY(-50%);
    margin-right: 21px;
    background: url(/sites/zweb/images/forms/home/forms-nav-arrow.svg) 0 0 / 100% no-repeat;
    filter: invert(1);
}
.zwc-page-secondry-btn a:hover{
    background: var(--zwc-link-clr);
}
.zwc-template-main::before{
    content: '';
    position: absolute;
    inset: 0;
    max-width: 1280px;
    border-radius: 20px;
    margin: 0 auto;
    background: #f5f5f5;
}
.zwc-template-inner {
    padding-bottom: 60px;
}
.zwc-template-inner .item > div{
    position: relative;
    overflow: hidden;
    height: 390px;
}
.zwc-template-inner .item > div::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    z-index: 2;
}
.zwc-view-temp{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #049949;
    color: #fff;
    padding: 12px 20px 12px 50px;
    border-radius: 50px;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    z-index: 2;
}
.zwc-view-temp::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    background: url(/sites/zweb/images/commonroot/common-elements.svg) no-repeat;
    background-size: 1800px auto;
    background-position: -1754px -78px;
    width: 24px;
    height: 15px;
    filter: invert(1);
    transform: translateY(-50%);
}
.zwc-view-temp:hover{
    background: #000;
}
.zwc-template-inner .item:hover > div::before{
    opacity: 1;
}
.zwc-template-inner .item:hover .zwc-view-temp{
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.zwc-template-inner .slick-list {
    overflow: visible;
}
.zwc-template-inner .item > div img {
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    display: block;
     transition: transform 3s ease;
}
.zwc-template-inner .item{
    margin-left: 20px;
}
.zwc-template-main .slick-next:after, .zwc-template-main .slick-next:before, .zwc-template-main .slick-prev:after, .zwc-template-main .slick-prev:before {
   display: none;
}
.zwc-template-inner .slick-next, .zwc-template-inner .slick-prev {
    height: 40px;
    width: 40px;
    background: #f7f7f7;
    bottom: 0;
    top: inherit;
    border-radius: 50%;
    border: 1px solid #000;
    transform: translateY(100%);
}
.zwc-template-inner .slick-prev.slick-arrow {
    left: 0;
    right: 60px;
    margin: 0 auto;
}
.zwc-template-inner .slick-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 11px;
    display: block;
    background: transparent;
    background: url(/sites/zweb/images/forms/home/forms-nav-arrow.svg) -1px 0 / 16px no-repeat;
    transform: translate(-7px, -5px);
}
.zwc-template-inner .slick-prev.slick-disabled, .zwc-template-inner .slick-next.slick-disabled {
    opacity: 1;
    border-color: #ddd;
    cursor: auto;
}
.zwc-template-inner .slick-prev.slick-arrow::after {
    transform: rotate(-180deg) translate(10px, 5px);
}
.zwc-template-inner .slick-next {
    left: 0;
    right: -60px;
    margin: 0 auto;
}
.zwc-template-inner .slick-disabled::after {
    opacity: 0.3;
}

/* Testimonial section */

.zwc-testimonial-wrap {
    padding: var(--section-p) 0;
}
.zwc-testi-inr {
    background: #20aa93;
    padding: 5em 5em 7em;
    border-radius: 30px;
    color: #fff;
    align-items: center;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.zwc-testi-profile {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}
.zwc-testi-profile::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    transform: rotate(90deg);
    top: 40%;
    right: -45%;
    z-index: 1;
    clip-path: polygon(0 0, 64px 0, 59px calc(100% - 1px), 96px 0px, 100% 0px, 100% 1px, 96px 1px, 59px 100%, 58px 100%, 63px 1px, 0px 1px);
    background: #4ec4b0;
}
.zwc-pic {
    width: 170px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: #fff;
    margin-bottom: 20px;
}
.zwc-pic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.zwc-pro-name {
    display: block;
    font-family: var(--zf-splfontserif-bold);
    line-height: 1;
    margin-bottom: 5px;
}
.zwc-pro-desc {
    font-size: 14px;
    display: inline-block;
}
.zwc-testi-ctn {
    padding-left: 40px;
    flex: 1 1 0;
}
.zwc-testi-ctn p {
    font-size: clamp(16px, 3vw, 24px);
    line-height: 1.5;
}
.slick-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    margin: 0 5px;
    position: absolute;
    border: 1px solid #000;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}
.zwc-testi-inr .slick-prev {
    bottom: 4%;
    left: inherit;
    right: 10%;
    top: inherit;
}
.zwc-testi-inr .slick-next {
    top: inherit;
    bottom: 4%;
    right: 4%;
}
.slick-arrow::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    background: url(/sites/zweb/images/forms/home/forms-nav-arrow.svg) 3px 0 / 24px no-repeat;
    width: 32px;
    height: 17px;
    display: block;
    z-index: 2;
    transform: translateY(-50%);
}
.slick-arrow.slick-prev::before {
    transform: rotate(180deg);
    left: 10px;
    top: 32%;
}
.slick-arrow::after {
    display: none
}
button.slick-next.slick-disabled,button.slick-prev.slick-disabled {
    opacity: .3
}
.slick-arrow:hover::before {
    background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 3px 0 / 24px no-repeat
}
.zwc-testi-inr::after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: -50px;
    border-right: 50px solid #20aa93;
    border-bottom: 50px solid transparent;
}

@media only screen and (min-width: 767px) {
  .zwc-content-area .zwc-flx-col:nth-child(2) img {
    opacity: 0;
  }

  .zwc-content-area .bottom-animated .zwc-flx-col:nth-child(2) img {
    animation: 0.3s ease-in-out 0.2s 1 normal forwards running slideLeft;
  }

  @keyframes slideLeft {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}

.zwc-feature-page-sec{
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .zwc-template-main{
    margin-top: 0;
  }
  .zwc-template-main::before{
    background: #fff;
    border-radius: 0;
  }
  .zwc-template-inner .slick-list {
        overflow: hidden;
    }
    .zwc-template-main::before{
        max-width: 100%;
    }
    .zwc-template-main {
        padding: 70px 0 40px 0;
    }
    .zwc-template-inner {
        padding-bottom: 40px;
    }
    .zwc-template-inner .item > div {
        height: auto;
    }
    .zwc-template-inner .item > div img{
        height: 320px;
        object-fit: cover;
        object-position: top;
    }
    .zwc-compliant-survey-tool {
      padding: 40px 30px;
    }
    .zwc-flx-col-bg {
      height: auto;
    }
}

@media only screen and (max-width: 1024px) {
  :root {
    --section-p: 70px;
    --section-m: 40px;
  }

  .zwc-flx-col-bg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }

  .zwc-content-area .content-wrap:nth-child(2n + 1) .zwc-flx-col:nth-child(1) {
    order: inherit;
  }

  .zwc-banner-wrap .zwc-flex {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
    gap: 40px;
    text-align: center;
  }


  .zwc-content-area .zwc-flex {
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
  }

  .zwc-content-area .content-wrap:nth-child(2n + 1) {
    padding: 70px 0;
  }

  .zwc-content-area .content-wrap:nth-child(2n) .zwc-flx-col:nth-child(1) {
    order: inherit;
  }
  .zwc-testi-inr{
        padding: 3em;
    }
}

@media only screen and (max-width: 767px) {
  .zwc-flx-strecth, .zwc-flx-grid-wrap{
    flex-direction:column;
    gap: 20px;
  }
  .zwc-al-ful-wid {
    padding-top: 50px;
  }

  .zwc-al-cen-rht {
    padding: 40px 0 40px 20px;
  }
  .zwc-testimonial-wrap .zwc-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .zwc-testi-profile{
        padding-right: 0;
    }
    .zwc-testi-profile::before{
        display: none;
    }
    .zwc-testi-ctn{
        padding-left: 0;
    }
    .zwc-pic{
        margin-left: auto;
        margin-right: auto;
    }
    .slick-dots{
      margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
  .zwc-compliant-survey-tool {
    padding: 20px;
  }

  .zwc-flx-grid {
    padding: 40px 30px;
  }
   .zwc-testi-inr{
        padding:2em 1.5em;
    }
}
