: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 40%;
    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, 50px);
  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: 800px;
    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;
    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-flx-strecth{
    gap: 70px;
    justify-content: space-between;
}
.zwc-flx-strecth .zwc-flx-col{
    /* max-width: 600px; */
}
.zwc-flx-strecth .zwc-flx-grid-img img{
    /* max-width: 500px; */
}
.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;
  margin-left: 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 */
@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;
    }
  }
}

@media only screen and (max-width: 1200px) {
  

  .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-banner-wrap {
    padding-top: 40px;
  }

  .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;
  }
}

@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;
  }
}

@media only screen and (max-width: 480px) {
 

  .zwc-flx-grid {
    padding: 40px 30px;
  }
}
