/* ========================================
   Core HRMS Page - styles.css
   Section-specific styles for all 11 sections
   Common patterns in ../master/common.css
   Shared section styles in ../master/product-common.css
   ======================================== */


/* ========================================
   Section 1: Banner
   .zwc-banner-wrap
   (Layout from product-common.css)
   ======================================== */



.featpages .zwc-banner-cont {
  max-width: 500px;
}


/* ========================================
   Section 2: Dark Feature Tabs
   .zwc-feature-section-wrap (Master S3)
   ======================================== */

.zwc-feature-section-wrap {
  padding: 80px 0;
}

.zwc-feature-section-wrap {
  max-width: 1600px;
  border-radius: 16px;
  overflow: hidden;
  padding: 120px 80px;
background: #000;
    margin: 0 auto;
}

.zwc-feature-section-wrap .content-wrap {

}

.zwc-feature-section-wrap .zwc-feature-tab2 {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.zwc-feature-section-wrap .zwc-screenshot {
  border-radius: 12px;
  border: 1px solid #3f0c0c;
  overflow: hidden;
  position: relative;
  background: url('assets/tabstylebanner1.jpg') no-repeat;
  flex-shrink: 0;
  padding: 50px 0px 70px 50px;
  background-size: 700px auto;
  flex-shrink: 0;
}

.zwc-feature-section-wrap .zwc-screenshot img {
  display: none;
}

.zwc-feature-section-wrap .zwc-screenshot img.active {
  display: block;
}

.zwc-feature-section-wrap .zwc-tab-container2 {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zwc-feature-section-wrap .zwc-tab-container2 h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #fff;
  text-align: left;
  max-width: 480px;
}

.zwc-feature-section-wrap .zwc-tab-wrap {
  display: flex;
  flex-direction: column;
}

.zwc-feature-section-wrap .zwc-tab-txt {
  border-bottom: 2px solid #343434;
  padding: 24px 0;
  cursor: pointer;
  position: relative;
}

.zwc-feature-section-wrap .zwc-tab-txt.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #E71A1A 0%, #FA0 100%);
  border-radius: 16px 16px 0 0;
}

.zwc-feature-section-wrap .zwc-tab-txt p {
  font-family: var(--zf-primary-medium);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #8d8d8d;
  max-width: 460px;
}

.zwc-feature-section-wrap .zwc-tab-txt.active p {
  color: #fff;
}

/* .zwc-feature-section-wrap .zwc-tab-txt p span {
  font-family: var(--primaryfont-bold);
} */

/* Inline tab images - hidden on desktop, shown on mobile */
.zwc-feature-section-wrap .zwc-tab-img {
  display: none;
}


/* ========================================
   Section 3: Center Image + Privacy
   .zwc-cust-centerimg (Master S4)
   ======================================== */

.zwc-cust-centerimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zwc-cust-centerimg-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 120px 224px 0;
  color: #000;
}

.zwc-cust-centerimg-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  max-width: 969px;
}

.zwc-cust-centerimg-wrap p {
  font-family: var(--zf-primary-medium);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  max-width: 789px;
}

.zwc-cust-centerimg-wrap p span {
  font-family: var(--primaryfont-bold);
}

.zwc-securecont-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 108px;
  margin-top: 48px;
}

.zwc-securecont-wrap > img {
  margin-bottom: -108px;
  position: relative;
  /* z-index: 2; */
}

.zwc-securecont-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 112px 140px;
  border-radius: 8px;
  margin-bottom: -108px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 11% 107%, rgba(255, 216, 233, 1) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(ellipse at 1% 102%, rgba(255, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(ellipse at 99% -1%, rgba(255, 214, 218, 1) 0%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(90deg, rgb(245, 245, 244) 0%, rgb(245, 245, 244) 100%);
    gap: 20px;
}

.zwc-securecont-inner h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.6px;
  color: #000;
  max-width: 291px;
}

.zwc-privacy-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 612px;
}

.zwc-privacy-cont > p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #000;
}

.zwc-logo-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
}

.zwc-logo-divider {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 1, 1, 0) 0%, rgba(255, 1, 1, 1) 48%, rgba(255, 1, 1, 1) 100%);
  border-radius: 1px;
}

.zwc-grid-pattern {
  position: absolute;
  z-index: 0;
}

.zwc-grid-pattern-top {
  top: -117px;
  left: -111px;
  background-image: url('../master/assets/gridbg1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.zwc-grid-pattern-bottom {
  bottom: -117px;
  left: -111px;
  background-image: url('../master/assets/gridbg1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

/* Shield icon - bottom left corner */
.zwc-securecont-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 118px;
  height: 148px;
  background: url('assets/shieldbg.png') no-repeat center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}


/* ========================================
   Section 4: Two Col Cards - Workflows
   .zwc-workflows (Master S7/S8)
   ======================================== */

.zwc-workflows {
  padding: 120px 0 0;
}

.zwc-workflows .zwc-section-inner-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  text-align: center;
  max-width: 970px;
  margin: 0 auto 40px;
}

.zwc-workflows .zwc-twocol-row {
  display: flex;
  gap: 24px;
}

.zwc-workflows .zwc-section-card {
  flex: 1;
}

.zwc-workflows .zwc-section-card:nth-child(1) .zwc-section-card-img{  
  justify-content: flex-start;
}


/* ========================================
   Section 5: Two Col Cards - Self Service
   .zwc-selfservice (Master S9)
   ======================================== */

.zwc-selfservice {
  padding: 120px 0;
}

.zwc-selfservice .zwc-section-inner-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.zwc-selfservice .zwc-twocol-row {
  display: flex;
  gap: 24px;
}

.zwc-selfservice .zwc-section-card {
  flex: 1;
}


/* ========================================
   Section 6: Dark Three Cards - Documents
   .zwc-documents (Master S12 pattern)
   ======================================== */


.zwc-documents {
  max-width: 1600px;
  border-radius: 16px;
  overflow: hidden;
  background:
radial-gradient(114.19% 96.63% at 99.9% 106.4%, #A20025 0%, rgba(154, 0, 35, 0.90) 40.1%, rgba(75, 1, 21, 0.00) 100%), linear-gradient(142deg, #770019 0.99%, rgba(75, 1, 21, 0.00) 40%), #4B0015;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.zwc-documents .content-wrap::before {
content: '';
  position: absolute;
  left: -170px;
  top: -170px;
  background: url(assets/gridtop.svg) no-repeat;
    background-size: auto;
  width: 100%;
  height: 100%;
  background-size: 700px auto;
  z-index: -2;
}


.zwc-documents:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('assets/doc-bg1.png') no-repeat;
  background-size: 600px auto;
  width: 100%;
  height: 500px;
  z-index: -1;
}


.zwc-documents:after {
content: '';
  position: absolute;
  right: 7%;
  top: 320px;
  background: url('assets/doc-bg2.png') no-repeat;
    background-size: auto;
  background-size: 100px auto;
  width: 100px;
  height: 100%;
   z-index: -1;
}



.zwc-documents .zwc-dark-section-inner h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.zwc-documents .zwc-section-card.dark {
  flex: 1;
  background-color: rgba(39, 0, 11, 0.9);
  border: 1.5px solid #720020;
  border-radius: 12px;
  overflow: visible;
  padding: 40px;
  gap: 24px;
}

.zwc-section-card-txt p {
  max-width: 480px;
}

.zwc-documents .zwc-section-card-txt p::before {
  content: "";
  display: block;
  width: 110px;
  height: 128px;
  background-image: url("/sites/zweb/images/peopleplus/peopleplus-features-icon-sprite.png");
  background-size: 2980px auto;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.zwc-documents .zwc-section-card:nth-child(1) .zwc-section-card-txt p::before {
  background-position: -384px 0;
}

.zwc-documents .zwc-section-card:nth-child(2) .zwc-section-card-txt p::before {
  background-position: -512px 0;
}

.zwc-documents .zwc-section-card:nth-child(3) .zwc-section-card-txt p::before {
  background-position: -640px 0;
}

.zwc-documents .zwc-section-card.dark .zwc-section-card-txt {
  padding: 0;
}

.zwc-documents .zwc-section-card.dark .zwc-section-card-txt p {
  color: #e5c2cb;
}


/* ========================================
   Section 7: Inner Two Col - Features
   .zwc-inner-features (Master S11)
   ======================================== */

.zwc-inner-features {
  padding: 120px 0;
}

.zwc-inner-features .zwc-inner-twocol-section {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.zwc-inner-features .zwc-section-inner-wrap.twocol {
  align-items: center;
}

.zwc-inner-features .zwc-feat-heading-twocol {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.zwc-inner-features .zwc-feat-heading-twocol h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  text-align: left;
  max-width: 520px;
}

.zwc-inner-features .zwc-feat-heading-twocol p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #282828;
  max-width: 520px;
}

.zwc-inner-features .zwc-inner-img-panel {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  background:
  radial-gradient(114.19% 96.63% at 99.9% 106.4%, #A20025 0%, rgba(154, 0, 35, 0.90) 40.1%, rgba(75, 1, 21, 0.00) 100%), linear-gradient(142deg, #770019 0.99%, rgba(75, 1, 21, 0.00) 40%), #4B0015;
  padding: 60px 0 60px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.zwc-inner-features .zwc-inner-img-panel:before {
content: '';
  position: absolute;
  background: url('assets/feat-bg2.png') no-repeat;
    background-size: auto;
  top: -20px;
  right: 0;
  width: 100%;
  height: 370px;
  z-index: -1;
  background-size: 630px auto;
}



.zwc-inner-features .zwc-inner-img-panel:after {
content: '';
  position: absolute;
  background: url('assets/feat-bg.png') no-repeat;
    background-size: auto;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 370px;
  z-index: -1;
  background-size: 494px auto;
}


/* ========================================
   Section 8: Dark Password Security
   .zwc-password-security (Master S14)
   ======================================== */

/* .zwc-password-security {
  padding: 80px 0;
} */

.zwc-password-security .content-wrap {
  max-width: 1600px;
  overflow: hidden;
border-radius: 16px;
  background: linear-gradient(229deg, rgba(0, 0, 0, 0.00) 66.84%, #003891 101.64%), linear-gradient(136deg, rgba(0, 0, 0, 0.00) 61.8%, #003891 97.03%), #000;
  padding: 120px 80px 0;
  position: relative;
}

/* Shield - bottom left */
.zwc-password-security .content-wrap::before {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -40px;
  background: url("assets/sheild.png") no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
  width: 180px;
  height: 200px;
}

/* Sphere - bottom right */
.zwc-password-security .content-wrap::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  background: url("assets/sphere.png") no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
  width: 300px;
  height: 200px;
}

/* Key - bottom left near shield */
.zwc-password-security .zwc-dark-section-inner::before {
  content: "";
  position: absolute;
  bottom: 280px;
  left: -60px;
  background: url("assets/key.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
  width: 140px;
  height: 160px;
}

.zwc-password-security .zwc-dark-section-inner {
  gap: 60px;
  position: relative;
  z-index: 1;
}

.zwc-password-security .zwc-password-header {
  align-items: flex-start;
  gap: 40px;
}

.zwc-password-security .zwc-password-header h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #fff;
  text-align: left;
  flex: 1;
}

.zwc-password-security .zwc-password-header p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #c8c8c8;
  flex: 1;
  max-width: 590px;
}

.zwc-password-img {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}


/* ========================================
   Section 9: Why Choose
   .zwc-why-choose (unique section)
   ======================================== */

.zwc-why-choose {
  padding: 120px 0 0;
}

.zwc-why-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.zwc-why-inner h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -2.56px;
  color: #000;
  text-align: center;
}

.zwc-why-list {
  display: flex;
  flex-direction: row;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.zwc-why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zwc-why-list li span {
  font-family: var(--primaryfont-semibold);
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #000;
}


/* ========================================
   Section 10: Testimonial
   .zwc-testimonial-wrap
   (Layout from product-common.css)
   ======================================== */

/* Page-specific: wider blockquote for longer quote */


/* ========================================
   Section 11: Bottom CTA
   .zwc-bottom-cta-wrap (Master S17)
   (Layout from product-common.css)
   ======================================== */


.zwc-bottom-cta-wrap {
  background: radial-gradient(27.46% 56.89% at -1.92% 8.55%, #FF5E00 0%, rgba(193, 0, 7, 0.00) 100%), radial-gradient(64.75% 67.99% at 108.47% 112.02%, #F50093 0%, rgba(193, 0, 7, 0.00) 100%), radial-gradient(37.57% 55.53% at 52.67% 106.96%, rgba(255, 120, 9, 0.80) 0%, rgba(193, 0, 7, 0.00) 100%), #C10007;
}


.zwc-bottom-cta-wrap .content-wrap:before {
content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background: url('assets/footerballup.png') no-repeat;
    background-size: auto;
  background-size: auto;
  width: 352px;
  height: 120px;
  background-size: 350px auto;
  transform: translate(-50%, 0);
}

.zwc-bottom-cta-wrap .content-wrap:after {
content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  background: url('assets/footerballdown.png') no-repeat;
    background-size: auto;
  width: 762px;
  height: 130px;
  background-size: 772px auto;
  transform: translate(-50%, 0);
}


/* Decorative floating elements - background-image approach */
.zwc-cta-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.zwc-decor-semicircle {
  top: -40px;
  left: 5%;
  width: 200px;
  height: 120px;
  background-image: url(assets/7ca95be62f9e153f207245b907fe697c9aa70773.png);
}

.zwc-decor-globe {
  bottom: 40px;
  left: 10%;
  width: 160px;
  height: 160px;
  background-image: url(assets/59adb509e35bdab3a776224f4f4bb9565329316e.png);
}

.zwc-decor-chat {
bottom: -140px;
  left: -5%;
  width: 120px;
  height: 120px;
  background-image: url(assets/0dd9efccec757d9b7fd244d037e8d0876ed54a92.png);
}

.zwc-decor-star {
  bottom: -20px;
  right: 5%;
  width: 140px;
  height: 140px;
  background-image: url(assets/26cef0b443ae3ee2200995e6b9902e14ea0b33c9.png);
}

.zwc-decor-people {
bottom: -110px;
  right: 20%;
  width: 120px;
  height: 120px;
  background-image: url(assets/32909f4cc7222773982b6608372903c822f07767.png);
}

.zwc-decor-shield {
top: 100px;
  left: 5%;
  width: 140px;
  height: 140px;
  background-image: url(assets/cd2ff2e7cdb3504f6f61e7a4c0d25ea2b4cb38e8.png);
}


/* ========================================
   Responsive - Small Desktop (1440px)
   ======================================== */

@media screen and (max-width: 1440px) {



  .zwc-banner-img img {
    max-width: 600px;
  }

  .zwc-feature-section-wrap, .zwc-documents {
    max-width: 95%;
  }

  .zwc-feature-section-wrap {
    padding: 100px 40px;
  }

  .zwc-workflows, .zwc-selfservice, .zwc-documents, .zwc-inner-features {
    padding: 100px 0 0;
  }

  .zwc-inner-features .zwc-inner-twocol-section {
    gap: 100px
  }

  /* Dark Feature Tabs */
  .zwc-feature-section-wrap .zwc-tab-container2 h2 {
    font-size: 56px;
  }

  /* .zwc-feature-section-wrap .content-wrap {
    padding: 100px 60px;
  } */

  /* Center Image */
  .zwc-cust-centerimg-wrap h2 {
    font-size: 56px;
  }

  .zwc-securecont-inner h3 {
    font-size: 36px;
  }

  /* Workflows */
  .zwc-workflows .zwc-section-inner-wrap h2 {
    font-size: 56px;
  }

  /* Self Service */
  .zwc-selfservice .zwc-section-inner-wrap h2 {
    font-size: 56px;
  }

  /* Documents */
  .zwc-documents .zwc-dark-section-inner h2 {
    font-size: 56px;
  }

  /* Inner Features */
  .zwc-inner-features .zwc-feat-heading-twocol h2 {
    font-size: 56px;
  }

  /* Passwords */
  .zwc-password-security .zwc-password-header h2 {
    font-size: 56px;
  }

  /* Why Choose */
  .zwc-why-inner h2 {
    font-size: 56px;
  }
}


/* ========================================
   Responsive - Large Tablet (1280px)
   ======================================== */

@media screen and (max-width: 1280px) {
  /* Dark Feature Tabs */
  .zwc-feature-section-wrap .zwc-tab-container2 h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  .zwc-feature-section-wrap .zwc-feature-tab2 {
    gap: 40px;
  }

  /* Center Image */
  .zwc-cust-centerimg-wrap h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  .zwc-securecont-inner h3 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-securecont-inner {
    padding: 80px 100px;
  }

  /* Workflows */
  .zwc-workflows .zwc-section-inner-wrap h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Self Service */
  .zwc-selfservice .zwc-section-inner-wrap h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Documents */
  .zwc-documents .zwc-dark-section-inner h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Inner Features */
  .zwc-inner-features .zwc-feat-heading-twocol h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  /* Passwords */
  .zwc-password-security .zwc-password-header h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  .zwc-password-security .content-wrap {
    padding: 100px 60px;
  }

  /* Why Choose */
  .zwc-why-inner h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}


/* ========================================
   Responsive - Tablet (1024px)
   ======================================== */

@media screen and (max-width: 1024px) {

  .zwc-banner-img img {
    max-width: 450px;
  }

  /* Dark Feature Tabs - hide shared screenshot, show inline images */
  .zwc-feature-section-wrap .zwc-screenshot {
    display: none;
  }

  .zwc-feature-section-wrap .zwc-feature-tab2 {
    flex-direction: column;
    gap: 40px;
  }

  .zwc-feature-section-wrap .zwc-tab-container2 h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-feature-section-wrap .zwc-tab-img {
    display: flex;
    margin-bottom: 24px;
    border-radius: 12px;
    border: 1px solid #3f0c0c;
    overflow: hidden;
    background: linear-gradient(180deg, #1a0000 0%, #330000 100%);
  }

  /* Show all tabs expanded, remove tab interaction styles */
  .zwc-feature-section-wrap .zwc-tab-txt, .zwc-feature-section-wrap .zwc-tab-txt.active {
    border-bottom: none;
    cursor: default;
  }

  .zwc-feature-section-wrap .zwc-tab-txt p {
    color: #fff;
  }

  /* Center Image */
  .zwc-cust-centerimg-wrap {
    padding: 80px 40px 0;
  }

  .zwc-cust-centerimg-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-securecont-inner {
    flex-direction: column;
    gap: 32px;
    padding: 80px 40px;
  }

  .zwc-securecont-inner h3 {
    font-size: 28px;
    letter-spacing: -1.12px;
    max-width: 100%;
  }

  /* Workflows */
  .zwc-workflows .zwc-section-inner-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-workflows .zwc-twocol-row {
    flex-direction: column;
  }

  .zwc-workflows {
    padding: 80px 0 0;
  }

  /* Self Service */
  .zwc-selfservice .zwc-section-inner-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-selfservice .zwc-twocol-row {
    flex-direction: column;
  }

  .zwc-selfservice {
    padding: 80px 0;
  }

  /* Documents */
  .zwc-documents .zwc-dark-section-inner h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  /* Inner Features */
  .zwc-inner-features .zwc-feat-heading-twocol h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-inner-features {
    padding: 80px 0;
  }

  .zwc-inner-features .zwc-inner-twocol-section {
    gap: 60px;
  }

  /* Passwords */
  .zwc-password-security .zwc-password-header {
    flex-direction: column;
    gap: 24px;
  }

  .zwc-password-security .zwc-password-header h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-password-security .content-wrap {
    padding: 60px 40px;
  }

  /* Why Choose */
  .zwc-why-inner h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .zwc-why-list {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }

  .zwc-why-choose {
    padding: 80px 0;
  }

  /* Testimonial */
  .zwc-testimonial-wrap .content-wrap {
    padding: 60px 40px;
  }

  /* CTA decoratives */
  .zwc-cta-decor {
    display: none;
  }
}


/* ========================================
   Responsive - Mobile (767px)
   ======================================== */

@media screen and (max-width: 767px) {
  /* Dark Feature Tabs */
  .zwc-feature-section-wrap .zwc-tab-container2 h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-feature-section-wrap .zwc-tab-container2 {
    gap: 15px;
  }

  .zwc-feature-section-wrap {
    padding: 70px 40px 50px;
  }

  .zwc-feature-section-wrap .zwc-tab-txt p {
    font-size: 16px;
  }

  /* Center Image */
  .zwc-cust-centerimg-wrap {
    padding: 60px 20px 0;
  }

  .zwc-cust-centerimg-wrap h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-securecont-inner {
    padding: 60px 32px;
  }

  .zwc-securecont-inner h3 {
    font-size: 24px;
    letter-spacing: -0.96px;
  }

  .zwc-privacy-cont > p {
    font-size: 16px;
  }

  .zwc-logo-wrap {
    gap: 16px;
  }

  .zwc-securecont-inner::after {
    display: none;
  }

  .zwc-grid-pattern-top,
  .zwc-grid-pattern-bottom {
    display: none;
  }

  /* Workflows */
  .zwc-workflows .zwc-section-inner-wrap h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }


  .zwc-workflows, .zwc-selfservice, , .zwc-inner-features {
    padding: 70px 0 0;
  }

  .zwc-documents {
    padding: 70px 0;
  }

  .zwc-password-security .content-wrap::before, .zwc-password-security .zwc-dark-section-inner::before, .zwc-password-security .content-wrap::after {
    content: none;
  }

  /* Self Service */
  .zwc-selfservice .zwc-section-inner-wrap h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  /* Documents */
  .zwc-documents .zwc-dark-section-inner h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  /* Inner Features */
  .zwc-inner-features .zwc-feat-heading-twocol h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-inner-features .zwc-inner-twocol-section {
    gap: 80px;
  }

  /* Passwords */
  .zwc-password-security .zwc-password-header h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-password-security .content-wrap {
    padding: 40px 24px;
  }

  .zwc-password-security .zwc-password-header p {
    font-size: 16px;
  }

  /* Why Choose */
  .zwc-why-inner h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .zwc-shift-scheduling {
    padding: 80px 0;
  }

  .zwc-why-list {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .zwc-why-list li span {
    font-size: 18px;
  }

  /* Testimonial */
  .zwc-testimonial-wrap .content-wrap {
    padding: 40px 24px;
  }

  /* CTA */
  /* .zwc-bottom-cta-wrap .content-wrap {
    padding: 80px 24px;
  } */
}


/* ========================================
   Responsive - Small Mobile (480px)
   ======================================== */

@media screen and (max-width: 480px) {

  .zwc-banner-img img  {
    max-width: 100%;
  }

  /* Dark Feature Tabs */
  .zwc-feature-section-wrap .zwc-tab-container2 h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .zwc-feature-section-wrap .zwc-tab-container2 {
    gap: 24px;
  }

  .zwc-feature-section-wrap .zwc-tab-txt p {
    font-size: 15px;
  }

  .featpages .zwc-feature-section .zwc-tab-title-wrap h3::before {
    display: none;
  }


  /* Center Image */
  .zwc-cust-centerimg-wrap {
    padding: 40px 16px 0;
  }

  .zwc-cust-centerimg-wrap h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .zwc-securecont-inner {
    padding: 40px 24px;
  }

  .zwc-securecont-inner h3 {
    font-size: 22px;
  }

  /* Workflows */
  .zwc-workflows .zwc-section-inner-wrap h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Self Service */
  .zwc-selfservice .zwc-section-inner-wrap h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Documents */
  .zwc-documents .zwc-dark-section-inner h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Inner Features */
  .zwc-inner-features .zwc-feat-heading-twocol h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  /* Passwords */
  .zwc-password-security .zwc-password-header h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .zwc-password-security .content-wrap {
    padding: 60px 35px;
  }

  .zwc-why-inner h2 {
    max-width: 300px;
  }

  .zwc-password-security .zwc-password-header {
    gap: 9px;
  }

  .zwc-password-security .zwc-dark-section-inner {
    gap: 20px;
  }

  /* Why Choose */
  .zwc-why-inner h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }

  .zwc-why-choose {
    padding: 60px 0 0;
  }
}