:root {
  --sprite-img: url(/sites/zweb/images/vault/compliance-sprite.svg) top center;
}

/* =================================
         Common Section Styles
         ================================= */
.zwc-sec {
  padding: 160px 0;
}



/* Common wrapper padding */

/* Common H2 Styles */
.zwc-sec h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.19;
  letter-spacing: -1.92px;
  color: #000000;
  margin: 0;
  max-width: 1140px;
}

/* Common H1 Styles */
.zwc-sec h1 {
  max-width: 670px;
}

/* Common CTA Wrapper */
.cta-wrap {
  display: flex;
  gap: 10px;
}

.cta-wrap .act-btn,
.cta-wrap .cont-btn {
  padding: 16px 40px;
  font-family: var(--primaryfont-semibold);
  font-size: 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.cta-wrap .cta-btn {
  background: #e42527;
  color: #fff;
  border: 0;
}

.cta-wrap .cont-btn {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

/* =================================
         Hero Banner Section
         ================================= */
.zwc-hero-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(192deg, rgba(255, 255, 255, 0) 35.63%, #CBCDFF 125.34%), linear-gradient(156deg, rgb(255 255 255 / 0%) 48.51%, #7BBBFF 109.63%);
  padding: 130px 0 160px;
}

.zwc-hero-banner .hero-wrapper {
  display: flex;
  gap: 116px;
  align-items: center;
  /* padding: 0 119px; */
  position: relative;
  z-index: 1;
}

.zwc-hero-banner .inner-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  /* width: 670px; */
}

.zwc-hero-banner .hero-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.zwc-hero-banner h1 {
  font-family: var(--primaryfont-semibold);
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: -2.16px;
  color: #000000;
  margin: 0;
}

.zwc-hero-banner .hero-content p {
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  max-width: 650px;
}

.zwc-hero-banner .hero-image {
  max-width: 495px;
}

.zwc-hero-banner .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* =================================
         Governance Section
         ================================= */
.zwc-governance-section {
  background-color: #1A1A1A;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 300px;
  background: radial-gradient(200.74% 128.91% at 99.42% 99.54%, #060B4F 0%, #02080D 42.55%, #000 100%);
}

.zwc-governance-section::after {
  content: "";
  background: url(/sites/zweb/images/vault/compliance-icon-1.png) no-repeat;
  position: absolute;
  display: block;
  width: 250px;
  height: 270px;
  /* background-size: 500px 0; */
  background-position: -10px 0;
  background-size: 278px auto;
  right: 0;
  bottom: 0;
}

.zwc-governance-section .governance-inner {
  display: flex;
  flex-direction: column;
  gap: 102px;
  /* max-width: 1340px; */
  margin: 0 auto;
}

.zwc-governance-section h2 {
  color: #FFFFFF;
  text-align: center;
  max-width: 670px;
  margin: auto;
}

.zwc-governance-section .governance-header span {
  color: #6691FF;
}

.zwc-governance-section .governance-content {
  display: flex;
  gap: 98px;
}

.zwc-governance-section .compliance-list {
  width: 221px;
}

.zb-txt {
  display: block;
  height: 90px;
  color: #2B1EC6;
  margin: 10px 0 0;
}

.zb-txt-word {
  position: absolute;
  left: 0;
  right: 0;
  /* width: 450px; */
  opacity: 0;
  margin: auto;
}

.zb-txt-letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.zb-txt-letter.out {
  transform: rotateX(-90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.zb-txt-letter.behind {
  transform: rotateX(90deg);
}

.zb-txt-letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.zwc-governance-section .compliance-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.zwc-governance-section .compliance-list li {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #D1D1D1;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}

.zwc-governance-section .compliance-list li:hover {
  color: #FFFFFF;
}

.zwc-governance-section .compliance-list li.active {
  font-family: var(--primaryfont-semibold);
  color: #6691FF;
  padding-bottom: 14.79px;
  border-bottom: 1px solid #6691FF;
}

.zwc-governance-section .compliance-details {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 98px 101px;
  width: 901px;
  position: relative;
  min-height: 730px;
}

.zwc-governance-section .country-tag {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 4px;
  width: fit-content;
}

.zwc-governance-section .country-tag {
  font-family: var(--primaryfont-regular);
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.58px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: linear-gradient(82deg, #FFF 3.21%, #F0F0FF 106.94%);
  padding: 15px;
}

.zwc-governance-section .country-tag::before {
  content: "";
  display: block;
  background: url(/sites/zweb/images/sign/country-flags.png) no-repeat;
  background-size: 960px auto;
  background-position: -40px -29px;
  height: 31px;
  width: 40px;
}

.zwc-governance-section .brazil::before {
  background-position: -360px 1px;
}

.zwc-governance-section .india::before {
  background-position: -680px 1px;
}

.zwc-governance-section .malaysia::before {
  background-position: -880px -29px;
}

.zwc-governance-section .s-arabia::before {
  background-position: -440px -29px;
}

.zwc-governance-section .uk::before {
  background-position: -80px 1px;
}

.zwc-governance-section .eu::before {
  background-position: -320px -89px;
}

.zwc-governance-section .usa::before {
  background-position: -80px -30px;
}

.zwc-governance-section .usa::before {
  background-position: -80px -30px;
}

.zwc-governance-section .details-content {
  display: none;
  flex-direction: column;
  /* gap: 40px; */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.zwc-governance-section .details-content.active {
  display: flex;
  animation: fadeInUp 0.5s ease forwards;
  /* opacity: 1; */
  /* transform: translateY(0); */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zwc-governance-section .details-content h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: #000000;
  margin: 30px 0 20px;
}

.zwc-governance-section .details-content p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000000;
  margin: 0 0 16px 0;
}

.zwc-governance-section .details-content p:last-of-type {
  margin-bottom: 0;
}

.zwc-governance-section .details-content a {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #2B1EC6;
  text-decoration: underline;
  margin-top: 40px;
}

/* =================================
         Features Section
         ================================= */
.zwc-features-section {
  background: #FFFFFF;
}

.zwc-features-section .features-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1420px;
  margin: 0 auto;
}

.zwc-features-section h2 {
  max-width: 900px;
}

.zwc-points-wrap {
  position: relative;
  /* background: #191919; */
  margin: 0;
  border-radius: 4px;
  background: #F8F8F8;
}

.zwc-points-title {
  display: flex;
  justify-content: space-around;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  border-radius: 10px;
  gap: 0;
  max-width: 100%;
  margin: 10px 0;
  z-index: 2;
  position: relative;
}

.zwc-points-title li {
  text-align: center;
  width: 100%;
  /* width: max-content; */
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.48px;
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
  font-family: var(--zf-secondary-medium);
  transition: all .3s linear;
}

.zwc-points-title li:first-child {
  border-radius: 4px 0 0 4px;
}

.zwc-points-title li:last-child {
  border-radius: 0 4px 4px 0;
}

.zwc-points-title li.active {
  font-family: var(--primaryfont-semibold);
  /* background-color: #2b1ec6; */
  color: #ffffff;
  border-radius: 4px;
  background: transparent;
}

.zlist-tailing {
  background: #2b1ec6;
  border-radius: 4px;
  display: block;
  position: absolute;
  width: 152px;
  height: 85%;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  transition: all .3s linear;
  z-index: 1;
}

.zwc-features-section .features-content {
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.zwc-features-section .feature-item {
  display: none;
  gap: 150px;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.zwc-features-section .feature-item.active {
  display: flex;
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zwc-features-section .feature-image {
  width: 632px;
  flex-shrink: 0;
}

.zwc-features-section .feature-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.zwc-features-section .feature-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 438px;
}

.zwc-features-section .feature-text h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: #000000;
  margin: 0;
}

.zwc-features-section .feature-text p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
  margin: 0;
}

.zwc-features-section .feature-text a {
  color: #2B1EC6;
  text-decoration: underline;
}

/* =================================
         Why Compliance Section
         ================================= */
.zwc-why-compliance {
  background: #F8F8F8;
}

.zwc-why-compliance .compliance-inner {
  display: flex;
  gap: 120px;
  max-width: 1385px;
  margin: 0 auto;
}

.zwc-why-compliance h2 {
  font-size: 56px;
  line-height: 1.14;
  letter-spacing: -1.68px;
  max-width: 507px;
  position: sticky;
  top: 130px;
}

.compliance-inner-head {
  /* position: sticky;
  top: 0; */
}

.zwc-why-compliance .compliance-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 638px;
}

.zwc-why-compliance .compliance-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 50px 56px;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.zwc-why-compliance .compliance-cards h3::before {
  position: relative;
  left: 0;
  display: block;
  content: "";
  background: var(--sprite-img);
  background-size: 219px;
  height: 48px;
  width: 41px;
  margin-bottom: 32px;
  background-position: -1px -8px;
}

.zwc-benefits-lists li h3::before {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .8s ease, transform .8s ease;
}

.middle-animated .zwc-benefits-lists li h3::before {
  transform: scale(1);
  opacity: 1;
}

.zwc-why-compliance .compliance-cards li:nth-child(2) h3::before {
  background-position: -42px -8px;
  width: 49px;
}

.zwc-why-compliance .compliance-cards li:nth-child(3) h3::before {
  background-position: -90px -6px;
  width: 65px;
  height: 51px;
}

.zwc-why-compliance .compliance-cards li:nth-child(4) h3::before {
  background-position: -155px -6px;
  width: 65px;
  height: 51px;
}

.zwc-why-compliance .compliance-card.in-view h3 {
  color: #2B1EC6;
}

.zwc-why-compliance .compliance-card img {
  width: auto;
  height: 45px;
}

.zwc-why-compliance .card-icon-wrapper {
  position: relative;
  width: 48px;
  height: 45px;
}

.zwc-why-compliance .card-icon-wrapper img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
}

.zwc-why-compliance .card-icon-wrapper .check-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
}

.zwc-why-compliance .compliance-card h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.96px;
  color: #000000;
  margin: 0;
  transition: color 0.3s ease;
}

.zwc-why-compliance .compliance-card h3.active {
  color: #2B1EC6;
}

.zwc-why-compliance .compliance-card p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: #000000;
  margin: 0;
}

/* =================================
         Certifications Section
         ================================= */
.zwc-certifications {
  background: #FFFFFF;
}

.zwc-certifications .cert-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1420px;
  margin: 0 auto;
}

.zwc-certifications .cert-header {
  display: flex;
  gap: 109px;
  align-items: center;
}

.zwc-certifications .cert-header h2 {
  line-height: 1.16;
  max-width: 562px;
}

.zwc-certifications .cert-header p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
  width: 649px;
  margin: 0;
  /* padding-top: 32px; */
}

.zwc-certifications .cert-logos {
  display: flex;
  gap: 47px;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: space-between;
}

.zwc-certifications .cert-logos img {
  height: auto;
}

.zwc-certifications .divider {
  width: 1px;
  height: 56px;
  background: #E0E0E0;
}

.cert-logos span {
  position: relative;
}

.cert-logos span::before {
  content: "";
  width: 1px;
  height: 57px;
  background: linear-gradient(to bottom,
      #f8f8f8 0%,
      #a4bed1 52%,
      #ffffff 100%);
  display: block;
  position: absolute;
  left: -70px;
  top: 10px;
}

.cert-logos span:first-child:before {
  content: none;
}

/* =================================
         FAQ Section
         ================================= */
/* FAQ Section */
.zwc-faq-section {
  background: #F8F8F8;
  /* padding: 0 0 160px; */
}

.zwc-faq-wrap {
  display: flex;
  justify-content: space-between;
}

.zwc-faq-wrap h2 {
  width: 40%;
}

.zwc-faq-wrap .zwc-faq-content {
  width: 50%;
}

.zwc-faq-content ul li {
  width: 100%;
  border-top: 1px solid #DFDFDF;
}

.zwc-faq-content ul li a {
  border-bottom: 1px solid;
  color: var(--zwc-link-clr);
}

.zwc-faq-content li:nth-child(1) {
  border-top: none;
}

.zwc-faq-content ul li h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: var(--primaryfont-semibold);
}

.zwc-faq-content ul li button {
  font-family: var(--secondaryfont-semibold);
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 20px 30px 20px 0;
  background: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.zwc-faq-content ul li h3 .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 14px;
  width: 20px;
  height: 20px;
}

.zwc-faq-content ul li h3 .arrow:before {
  content: "";
  width: 12px;
  height: 3px;
  display: block;
  background: #000;
  top: calc(50% + 0px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%)
}

.zwc-faq-content ul li h3 .arrow:after {
  content: "";
  width: 12px;
  height: 3px;
  display: block;
  background: #000;
  top: calc(50% + 0px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .25s linear
}

.zwc-faq-content ul li h3.active .arrow:after {
  transform: translate(-50%, -50%)
}

.zwc-faq-content li p {
  width: 95%;
  display: none;
}

.zwc-faq-content li p.active {
  display: block;
}

/* =================================
         Final CTA Section
================================= */
.zwc-final-cta {
  background: #1A1A1A;
  background: radial-gradient(71.59% 71.56% at 48.76% 130.87%, #3B4687 0%, #000 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 140px 0;
}

.zwc-final-cta::after {
  content: "";
  background: url(/sites/zweb/images/vault/compliance-footer-icon.png) no-repeat;
  position: absolute;
  display: block;
  width: 560px;
  height: 350px;
  background-position: -110px -140px;
  background-size: 678px 495px;
  right: 0;
  bottom: 0;
}

.zwc-final-cta .cta-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 666px;
}

.zwc-final-cta h2 {
  font-family: var(--primaryfont-bold);
  font-size: 80px;
  line-height: 1.11;
  letter-spacing: -2.4px;
  color: #FFFFFF;
  max-width: 666px;
}

.zwc-final-cta h2 span {
  color: #6691FF;
}

.zwc-final-cta .cta-wrap .cont-btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

/* =================================
         Responsive Styles
         ================================= */

@media screen and (max-width: 1440px) {
  .zwc-hero-banner h1 {
    font-size: 68px;
    line-height: 76px;
    letter-spacing: -2.16px;
  }

  .zwc-sec h2 {
    font-size: 60px;
    line-height: 68px;
  }

  .zwc-why-compliance h2 {
    font-size: 52px;
    line-height: 60px;
    max-width: 540px;
  }

  .zwc-hero-banner .hero-wrapper,
  .zwc-why-compliance .compliance-inner {
    gap: 30px;
  }

  .zwc-hero-banner .hero-image {
    max-width: 455px;
  }

  .zwc-faq-wrap h2 {
    max-width: 500px;
  }

  .zwc-final-cta h2 {
    font-size: 72px;
    line-height: 80px;
  }

}

@media screen and (max-width: 1280px) {

  .zwc-sec {
    padding: 140px 0;
  }

  .zwc-hero-banner h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.96px;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 56px;
    line-height: 64px;
  }

  .zwc-governance-section h2 {
    max-width: 590px;
  }


  .zwc-hero-banner .hero-image {
    max-width: 400px;
  }

  .zwc-hero-banner .hero-content p {
    max-width: 600px;
  }

  .zwc-certifications .cert-header h2 {
    max-width: 480px;
  }

  .cert-logos span::before {
    left: -55px;
  }

  .zwc-governance-section .compliance-details {
    padding: 70px;
  }

  .zwc-governance-section .details-content h3,
  .zwc-features-section .feature-text h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .zwc-features-section h2 {
    max-width: 790px;
  }

  .zwc-features-section .feature-item {
    gap: 70px;
  }

  .zwc-why-compliance h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .zwc-why-compliance .compliance-card h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .zwc-why-compliance .compliance-card {
    gap: 15px;
  }

  .zwc-features-section .feature-image {
    max-width: 540px;
  }

  .zwc-governance-section::after {
    right: -31px;
    bottom: -37px;
    transform: scale(.75);
  }

  .zwc-governance-section {
    padding-bottom: 200px;
  }

  .zwc-faq-wrap .zwc-faq-content {
    width: 48%;
  }

  .zwc-faq-wrap h2 {
    width: 45%;
  }

  .zwc-final-cta h2 {
    font-size: 66px;
    line-height: 74px;
  }

  .zwc-final-cta .cta-content {
    max-width: 100%;
  }

  .zwc-final-cta h2 {
    max-width: 540px;
  }

  .zwc-final-cta .cta-content {
    gap: 35px;
  }

  .zwc-final-cta::after {
    right: -80px;
    bottom: -50px;
    transform: scale(.7);
  }
}

/* Large Tablet (992px - 1199px) */
@media screen and (max-width: 1199px) {
  .zwc-sec {
    padding: 100px 0;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .zwc-hero-banner .hero-wrapper {
    gap: 60px;
    /* padding: 0 60px; */
  }

  .zwc-features-section h2 {
    max-width: 670px;
  }

  .zwc-points-title li {
    padding: 20px 15px;
  }

  .zwc-features-section .feature-image {
    max-width: 480px;
    width: 100%;
  }

  .zwc-features-section .feature-text p {
    font-size: 17px;
    line-height: 25px;
  }

  .cta-wrap .act-btn,
  .cta-wrap .cont-btn {
    font-size: 18px;
  }

  .zwc-governance-section {
    padding-bottom: 200px;
  }

  .zwc-hero-banner .hero-image {
    max-width: 370px;
  }

  .zwc-governance-section .compliance-details {
    max-width: 700px;
  }

  .zwc-governance-section .compliance-list li {
    font-size: 19px;
  }

  .zwc-governance-section .details-content h3,
  .zwc-features-section .feature-text h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .zwc-why-compliance h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .zwc-why-compliance h2 {
    top: 50px;
  }

  .zwc-hero-banner .hero-content p {
    font-size: 19px;
  }

  .zwc-hero-banner h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.76px;
  }

  /* .zwc-governance-section {
    padding: 100px 0;
  } */

  .zwc-governance-section::after {
    right: -50px;
    bottom: -56px;
    transform: scale(.6);
  }

  .zwc-features-section .features-inner {
    gap: 50px;
  }

  .zwc-governance-section .governance-inner {
    gap: 60px;
  }

  .zwc-governance-section .governance-content {
    gap: 60px;
  }

  .zwc-features-section .feature-item {
    gap: 80px;
  }

  .zwc-why-compliance .compliance-inner,
  .zwc-certifications .cert-header {
    gap: 40px;
  }

  .cert-logos span::before {
    left: -35px;
  }

  .zwc-governance-section h2 {
    max-width: 500px;
  }

  .zwc-faq-wrap h2 {
    width: 100%;
    max-width: 380px;
  }

  .zwc-faq-wrap .zwc-faq-content {
    width: 55%;
  }

  .zwc-certifications .cert-header h2 {
    max-width: 410px;
  }

  .zwc-why-compliance .compliance-card {
    padding: 40px;
  }

  /* .zwc-final-cta {
    padding: 100px 0;
  } */

  .zwc-final-cta h2 {
    font-size: 60px;
    line-height: 68px;
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {

  .zwc-hero-banner h1 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.76px;
    text-align: center;
  }

  .zwc-hero-banner .hero-content p {
    text-align: center;
    margin: auto;
  }

  .zwc-sec {
    padding: 90px 0;
  }

  .zwc-governance-section .compliance-list li {
    font-size: 18px;
  }

  .zwc-governance-section .governance-content {
    gap: 30px;
  }

  .zwc-governance-section {
    padding-bottom: 180px;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .zwc-governance-section .details-content h3,
  .zwc-features-section .feature-text h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.68px;
  }

  .zwc-why-compliance .compliance-card h3 {
    font-size: 25px;
    line-height: 33px;
  }

  .zwc-certifications .cert-header h2 {
    max-width: 340px;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.96px;
  }


  .zwc-why-compliance h2 {
    font-size: 34px;
    max-width: 330px;
    line-height: 42px;

  }

  .hero-wrapper .cta-wrap {
    justify-content: center;
  }

  .cta-wrap .act-btn,
  .cta-wrap .cont-btn {
    font-size: 17px;
  }

  .zwc-governance-section h2 {
    max-width: 390px;
  }

  .zwc-features-section h2 {
    max-width: 550px;
  }

  .zwc-hero-banner .inner-content {
    gap: 40px;
  }

  .zwc-hero-banner .hero-image {
    max-width: 450px;
  }

  .zwc-hero-banner .hero-wrapper {
    flex-direction: column;
    gap: 100px;
    padding: 0 40px;
  }

  .zwc-faq-wrap ul {
    margin: 0 auto 0;
  }

  .zwc-faq-wrap h2 {
    max-width: 320px;
  }

  .zb-txt {
    height: 50px;
  }

  .zwc-faq-wrap .zwc-faq-content {
    width: 60%;
  }

  .zwc-faq-content ul li h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .zwc-final-cta h2 {
    font-size: 50px;
    line-height: 58px;
    max-width: 420px;
    letter-spacing: -0.96px;
  }
}

/* Tablet (768px - 991px) */
@media screen and (max-width: 991px) {
  .zwc-sec {
    padding: 80px 0;
  }

  .zwc-sec h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.06px;
    margin: auto;
  }

  .zwc-governance-section .compliance-list,
  .zwc-points-wrap {
    display: none;
  }

  .zwc-governance-section .details-content,
  .zwc-features-section .feature-item {
    display: flex;
    animation: fadeInUp 0.5s ease forwards;
  }

  .cta-wrap .act-btn,
  .cta-wrap .cont-btn {
    padding: 12px 30px;
  }

  .zwc-hero-banner {
    padding: 80px 0;
  }

  .zwc-hero-banner .inner-content {
    width: 100%;
  }

  .zwc-hero-banner h1 {
    font-size: 48px;
  }

  .zwc-hero-banner .hero-image {
    width: 100%;
    height: auto;
  }

  .zwc-governance-section .country-tag {
    font-size: 16px;
  }

  .zwc-governance-section {
    padding-bottom: 180px;
  }

  .zwc-governance-section .details-content h3,
  .zwc-features-section .feature-text h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .zwc-governance-section .governance-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .zwc-governance-section .compliance-details {
    min-height: auto;
    max-width: 100%;
    background: none;
  }

  .zwc-governance-section .details-content {
    background-color: white;
    border-radius: 16px;
    padding: 60px 40px;
    margin-top: 50px;
  }

  .zwc-governance-section .compliance-list {
    width: 100%;
  }

  .zwc-governance-section .compliance-details {
    width: 100%;
    padding: 0;
  }

  .zwc-governance-section .governance-inner {
    gap: 0px;
  }

  .zwc-features-section h2 {
    text-align: center;
    margin: auto;
  }

  .zwc-features-section .feature-item {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .zwc-features-section .feature-image {
    width: 100%;
  }

  .zwc-features-section .feature-text {
    text-align: center;
    max-width: 700px;
  }

  .zwc-features-section .feature-image {
    max-width: 600px;
  }

  .zwc-features-section .features-content {
    gap: 80px;
  }

  .zwc-why-compliance h2 {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 390px;
  }

  .zwc-why-compliance .compliance-card {
    padding: 40px;
    max-width: 400px;
    margin: 0;
  }

  .zwc-certifications .cert-header h2,
  .zwc-certifications .cert-header p {
    width: 700px;
    text-align: center;
  }

  .zwc-why-compliance .compliance-inner {
    flex-direction: column;
    gap: 40px;
  }

  .zwc-why-compliance h2 {
    width: 100%;
  }

  .zwc-why-compliance .compliance-cards {
    width: 100%;
    /* flex-wrap: wrap;
    flex-direction: row; */
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .zwc-certifications .cert-header {
    flex-direction: column;
    gap: 20px;
  }

  .zwc-certifications .cert-inner {
    gap: 60px;
  }

  .zwc-certifications .cert-logos {
    justify-content: center;
  }

  .zwc-certifications .cert-logos {
    gap: 50px 100px;
  }

  .cert-logos span:nth-child(5)::before {
    content: none;
  }

  .cert-logos span::before {
    left: -55px;
  }

  .zwc-sec.zwc-faq-section {
    padding: 90px 80px;
  }

  .zwc-faq-content ul li:first-child h3 {
    padding-top: 20px;
  }

  .zwc-faq-wrap {
    max-width: 720px;
    margin: auto;
    flex-direction: column;
  }

  .zwc-faq-wrap h2,
  .zwc-faq-wrap .zwc-faq-content {
    width: 100%;
  }

  .zwc-final-cta {
    padding: 80px 0;
  }

  .zwc-faq-content li p,
  .zwc-why-compliance .compliance-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .zwc-faq-wrap h2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .zwc-final-cta h2 {
    max-width: 410px;
    font-size: 46px;
    line-height: 54px;
  }

  /* .zwc-faq-content {
    margin-top: 30px;
  } */

  .zwc-faq-content {
    margin-top: 30px;
  }
}

/* Mobile (767px and below) */
@media screen and (max-width: 767px) {
  .zwc-sec {
    padding: 60px 0;
  }

  .zwc-hero-banner h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .zwc-wrap {
    padding: 0;
  }

  .cta-wrap {
    flex-direction: column;
    width: fit-content;
  }

  .cta-wrap .act-btn,
  .cta-wrap .cont-btn {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }

  .zwc-hero-banner {
    padding: 60px 0;
  }

  .hero-wrapper .cta-wrap {
    width: fit-content;
    margin: auto;
  }

  .zwc-certifications .cert-header h2 {
    max-width: 260px;
  }

  .zwc-hero-banner .hero-wrapper {
    padding: 0 20px;
    gap: 70px;
  }

  .zwc-hero-banner .inner-content {
    gap: 30px;
  }

  .zwc-governance-section h2 {
    max-width: 310px;
  }

  .zwc-hero-banner .hero-content p {
    font-size: 16px;
    max-width: 460px;
  }

  .zwc-governance-section {
    padding: 60px 0 130px;
  }

  .zwc-features-section h2 {
    max-width: 460px;
  }

  /* .zwc-governance-section .governance-inner {
    gap: 40px;
  } */

  .zwc-governance-section .compliance-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .zwc-governance-section .compliance-list li {
    font-size: 16px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }

  .zwc-governance-section .compliance-details {
    padding: 0;
  }

  .zwc-governance-section .details-content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .zb-txt {
    margin: 5px 0 0;
  }

  .zwc-governance-section::after {
    right: -68px;
    bottom: -76px;
    transform: scale(.45);
  }

  .zwc-certifications .cert-header h2,
  .zwc-certifications .cert-header p {
    width: 100%;
    text-align: center;
  }


  .zwc-governance-section .details-content p {
    font-size: 16px;
  }

  .zwc-features-section .features-inner {
    gap: 40px;
  }

  .zwc-features-section .tab-item {
    font-size: 14px;
    padding: 12px 16px;
  }

  .zwc-features-section .features-content {
    gap: 70px;
  }

  .zwc-features-section .feature-item {
    gap: 30px;
  }

  .zwc-features-section .feature-text {
    gap: 15px;
  }

  .zwc-features-section .feature-text h3 {
    font-size: 22px;
    line-height: 30px;
    max-width: 350px;
    margin: auto;
  }

  .zwc-features-section .feature-text p {
    font-size: 16px;
  }

  .zwc-why-compliance .compliance-inner {
    gap: 30px;
  }

  .zwc-why-compliance .compliance-card {
    padding: 30px 24px;
    gap: 20px;
  }

  .zwc-why-compliance .compliance-card h3 {
    font-size: 24px;
  }

  .zwc-why-compliance .compliance-card p {
    /* font-size: 14px; */
  }

  .zwc-why-compliance .compliance-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .zwc-certifications .cert-inner {
    gap: 40px;
  }

  .zwc-certifications .cert-header p {
    font-size: 16px;
    padding-top: 16px;
  }

  .zwc-certifications .cert-logos {
    /* gap: 24px; */
    justify-content: center;
    max-width: 540px;
    gap: 20px 70px;
    margin: auto;
  }

  .zwc-why-compliance .compliance-card {
    max-width: 500px;
  }

  .cert-logos span::before {
    content: none;
  }

  .zwc-certifications .cert-logos img {
    max-width: 110px;
  }

  .zwc-certifications .divider {
    display: none;
  }

  .zwc-final-cta {
    padding: 60px 0;
  }

  .zwc-final-cta .cta-content {
    gap: 20px;
  }

  .zwc-governance-section .details-content {
    padding: 40px 30px;
  }

  .zwc-final-cta h2 {
    font-size: 36px;
    line-height: 44px;
    max-width: 300px;
  }

  .zwc-faq-content ul li h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .zwc-faq-wrap li {
    border-top: 1px solid #ccc;
    /* padding: 30px 0; */
  }

  .zwc-faq-wrap li>h3 {
    font-size: 20px;
    padding-right: 22px;
  }

  .zwc-faq-wrap p {
    font-size: 17px;
  }

  .zwc-faq .content-wrap,
  .zwc-bottom-section {
    padding-top: 0;
  }

  .zwc-final-cta::after {
    right: -138px;
    bottom: -86px;
    transform: scale(.5);
  }

  .zwc-faq-content ul li button {
    font-size: 22px;
    line-height: 30px;
  }

  .zwc-sec.zwc-faq-section {
    padding: 70px 0px;
  }
}

@media screen and (max-width: 480px) {

  .zwc-hero-banner h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 270px;
  }

  .zwc-sec h2,
  .zwc-certifications .cert-header h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .zwc-governance-section h2 {
    max-width: 360px;
  }

  .zwc-hero-banner .hero-content p {
    max-width: 350px;
  }

  .zwc-governance-section .details-content {
    margin-top: 30px;
  }

  .zwc-features-section .features-content {
    gap: 50px;
  }

  .zwc-why-compliance .compliance-card h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .zwc-why-compliance .compliance-card {
    gap: 10px;
  }

  .zwc-why-compliance .compliance-cards h3::before {
    margin-bottom: 20px;
  }

  .zwc-certifications .cert-header {
    gap: 0;
  }

  .zwc-faq-content {
    margin-top: 0px;
  }

  .zwc-governance-section .details-content h3 {
    margin: 20px 0 10px;
  }

  .zwc-final-cta::after {
    right: -190px;
    bottom: -122px;
    transform: scale(.3);
  }

  .zwc-final-cta h2 {
    font-size: 30px;
    line-height: 38px;
    max-width: 250px;
  }

  .zwc-faq-content ul li button {
    font-size: 20px;
    line-height: 28px;
  }
}
