:root {
  --section-p: 100px;
  --section-m: 60px;
}
html {
  scroll-behavior: smooth;
}
.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-ctn {
  max-width: 580px;
}
.zwc-flx-col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.zwc-flx-grid {
  flex: 1 1 48%;
  border-radius: 16px;
  background: #e6f2fe;
}
.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, 6vw, 60px);
  font-family: var(--zf-primary-semibold);
  line-height: 1.2;
  margin: 0 auto 20px auto;
  letter-spacing: -1.16px;
  max-width: 1000px;
}
.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.16px;
}
.zwc-main-sec h3 {
  font-size: clamp(23px, 2vw, 26px);
  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: 0px;
}
.zwc-sec-title {
  text-align: center;
}
.zwc-sec-title + .zwc-flex {
  margin-top: var(--section-m);
}
.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/forms/solutions/sign-button-arrow.svg) 0px
    0px / 100% no-repeat;
}
/* Banner scetion */
.zwc-banner-wrap {
  padding: 80px 0 var(--section-p) 0;
  position: relative;
  text-align: center;
  color: #fff;
}
.zwc-banner-ctn p{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.zwc-banner-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  top: -91px;
  height: calc(100% + 91px);
  background: linear-gradient(135deg, #0b2a7c 0, #02080e 100%);
}
.zwc-banner-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -80px;
  background-image: radial-gradient(#d9d9d9 1.5px, transparent 0);
  background-size: 40px 40px;
  background-position: 0 0;
  opacity: 0.1;
  z-index: -1;
}
.zwc-reach-sec{
  padding: var(--section-p) 0;
}
.zwc-bg-box{
  border-radius: 30px;
  background: linear-gradient(127deg, #008E40 3.53%, #005225 98.93%);
  max-width: 95%;
  margin: 0 auto;
  padding: 80px 20px;
}
.zwc-main-sec .zwc-bg-box a{
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 1800px) {  
  .zwc-bg-box{
    max-width: 1280px;
  }
}
.zwc-bg-box .zwc-flx-col-ctn{
  color: #fff;
}
.zwc-ful-wid-sec{
  padding: var(--section-p) 0;
  
}
.zwc-subscribe{
  background: #DCEDFF;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 50px;
}
.zwc-ful-wid-sec .zwc-sec-title{
  max-width: 930px;
  margin: 0 auto;
}
.zwc-center-image{
  margin-top: 50px;
}
.zwc-center-image img{
  display: block;
  margin: 0 auto;
}
/* FAQ section */
.zwc-faq-wrap {
   padding: 100px 0;
}
.zwc-faq-wrap h2{
    text-align: center;
}
.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;
}
.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: 0;
    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: rgb(102, 145, 255);
}

.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: 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;
}
/* FAQ Section End */
/* Cta Section */
.zwc-bottom-cta-wrap {
  padding: var(--section-p) 0;
  background: linear-gradient(135deg, #0b2a7c 0%, #02080e 100%);
  color: #fff;
}
.zwc-bottom-cta-wrap h2 span {
  color: #ffe700;
}
.zwc-bottom-cta-wrap p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.zwc-bottom-cta-wrap .content-wrap {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
.zwc-traffic{
  padding-bottom: var(--section-p);
}
@media only screen and (max-width: 1024px) {
  :root {
    --section-p: 70px;
    --section-m: 40px;
  }
 .zwc-faq-wrap {
        padding: 70px 0;
    }
    .zwc-bg-box{
      padding: var(--section-p) 0;
    }
}
@media only screen and (max-width: 767px) {
  .zwc-flx-grid {
    flex: 1 1 100%;
  }
  .zwc-banner-wrap{
    padding-top: 50px;
  }
  .zwc-flex{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .zwc-bg-box{
    max-width: 100%;
    border-radius: 0;
  }
  .zwc-traffic .zwc-flex .zwc-flx-col:nth-child(1), .zwc-bg-box .zwc-flex .zwc-flx-col:nth-child(1){
    order: 2;
  }
  .zwc-traffic .zwc-flex .zwc-flx-col:nth-child(2), .zwc-bg-box .zwc-flex .zwc-flx-col:nth-child(2){
    order: 1;
  }
  .zwc-center-image {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  
}
