* {
  -webkit-tap-highlight-color: transparent
}

:root {
  --zp-i-w: 40px;
  --zp-i-h: 40px;
  --zp-i-bs: 800px auto;
  --h1-size: 80px;
  --h2-size: 64px;
  --h3-size: 32px;
  --h4-size: 28px;
  --h5-size: 20px;
  --h6-size: 18px;
  --h1-line-height: 1.1;
  --h2-line-height: 1.2;
  --h3-line-height: 1.3;
  --h4-line-height: 1.4;
  --h5-line-height: 1.5;
  --h6-line-height: 1.6;
  --h8-line-height: 1.8;
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #ebeef9;
  --secondary-color: #010101;
  --h2-font-3: 56px;
  --h2-font-4: 40px;
  --h3-font-1: 24px;
  --h3-font-2: 20px;
  --h4-font-1: 20px;
  --p-font-1: 20px;
  --p-font-2: 16px;
  --p-font-3: 17px;
  --a-font-1: 16px;
  --a-font-2: 24px
}

.cta-btn {
  color: #fff;
  padding: 18px 32px;
  background: #E42527;
  border: 1px solid #E42527;
  font-size: 20px;
  font-family: var(--zf-secondary-medium);
  display: inline-flex;
  letter-spacing: -0.6px;
  text-transform: uppercase;
    cursor: pointer;
}
.zwc-cta-arrow:hover,
.zwc-cta-arrow:focus-visible {
  background-position: 0 100%
}





.p-rlte {
  position: relative
}

.p-abslt {
  position: absolute
}

.mlr-auto {
  margin: 0 auto
}

.z-indx-1 {
  z-index: 1
}

.txt-lft {
  text-align: left
}

.txt-cntr {
  text-align: center
}

.txt-rght {
  text-align: right
}

.zcol-wrap,
.dflx,
.zwb-midea-obj,
.zwb-btn-set {
  display: flex;
  flex-wrap: wrap
}

.flx-algn-cntr {
  align-items: center
}

.flx-algn-start {
  align-items: flex-start
}

.flx-algn-stretch {
  align-items: stretch
}

.flx-algn-end {
  align-items: flex-end
}

.flx-jstfy-cntr {
  justify-content: center
}

.flx-jstfy-btween {
  justify-content: space-between
}

.flx-jstfy-even {
  justify-content: space-evenly
}

.flx-jstfy-arnd {
  justify-content: space-around
}

.flx-jstfy-start {
  justify-content: flex-start
}

.flx-jstfy-end {
  justify-content: flex-end
}

.zcol-1 {
  max-width: calc(8.33% - 10px);
  flex-basis: calc(8.33% - 10px)
}

.zcol-2 {
  max-width: calc(16.67% - 10px);
  flex-basis: calc(16.67% - 10px)
}

.zcol-3 {
  max-width: calc(25% - 10px);
  flex-basis: calc(25% - 10px)
}

.zcol-4 {
  max-width: calc(33.33% - 10px);
  flex-basis: calc(33.33% - 10px)
}

.zcol-5 {
  max-width: calc(41.67% - 10px);
  flex-basis: calc(41.67% - 10px)
}

.zcol-6 {
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px)
}

.zcol-7 {
  max-width: calc(58.33% - 10px);
  flex-basis: calc(58.33% - 10px)
}

.zcol-8 {
  max-width: calc(66.67% - 10px);
  flex-basis: calc(66.67% - 10px)
}

.zcol-9 {
  max-width: calc(75% - 10px);
  flex-basis: calc(75% - 10px)
}

.zcol-10 {
  max-width: calc(83.33% - 10px);
  flex-basis: calc(83.33% - 10px)
}

.zcol-11 {
  max-width: calc(91.67% - 10px);
  flex-basis: calc(91.67% - 10px)
}

.zcol-12 {
  max-width: calc(100% - 10px);
  flex-basis: calc(100% - 10px)
}

.d-blck,
.in-view-desk {
  display: block
}

.in-view-mob {
  display: none
}

.zwc-title {
  margin: 0 0 40px;
  position: relative
}

.txt-whte * {
  color: var(--white-color)
}

.zwc-title h1,
.zwc-title h2 {
  font-family: var(--zf-primary-bold);
}

.zwc-title h3,
.zwc-title h4,
.zwc-title h5 {
  font-family: var(--primaryfont-semibold);
}

.zwc-title h1 {
  font-size: var(--h1-size);
  line-height: var(--h2-line-height);
  letter-spacing: -2.4px;
  margin: 0 0 24px
}

.zwc-title h2 {
  margin: 0 0 10px;
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
  letter-spacing: -1.6px;
}

.zwc-title h3 {
  margin: 0 0 16px;
  font-size: var(--h3-size);
  line-height: var(--h3-line-height)
}

.zwc-title h4 {
  margin: 0 0 14px;
  font-size: var(--h4-size);
  line-height: var(--h4-line-height)
}

.zwc-title h5 {
  margin: 0 0 12px;
  font-size: var(--h5-size);
  line-height: var(--h5-line-height)
}

.zwc-title h6 {
  margin: 0 0 10px;
  font-size: var(--h6-size);
  line-height: var(--h6-line-height)
}

.top-cont .zwc-title p {
  font-size: 18px;
  line-height: var(--h6-line-height);
  margin-bottom: 40px;
  max-width: 512px;
}

.zwc-title p {
  font-size: 20px;
  line-height: var(--h6-line-height)
}

.zwc-custm-mrgn {
  margin: 0
}

/* styles starts */
.zw-product-header {
  background: #ffd731;
}

.zwc-banner-wrap {
  background: #FFD731;
  color: #000;
  padding: 140px 0 160px;
}
.top-cont .zcol-6:nth-child(2) {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section-2 */
.zwc-features-wrap {
  background: #F8F3E7;
  padding: 164px 0;
  color: #000;
}

.zwc-list-wrap {
  max-width: 1064px;
  margin: auto;
  margin-top: 64px;
  gap: 24px;
  align-items: stretch;
}

.zwc-list-wrap li {
  background: #fff;
  padding: 48px 80px 64px 48px;
  border-radius: 12px;
}

.zwc-list-wrap li.zcol-6 {
  max-width: calc(48% - 0px);
  flex-basis: calc(48% - 0px);
}

.zwc-list-wrap li.zwc-title {
  margin-bottom: 0;
}

.zwc-list-wrap li span> {
  margin-bottom: 64px;
}

.zwc-list-wrap li h3 {
  margin-bottom: 24px;
}

.zwc-list-wrap li p {
  margin-bottom: 0;
}

.zwc-icon {
  display: block;
  margin-bottom: 36px;
  width: 48px;
  height: 48px;
  background: url(/sites/zweb/images/one/early-access/sprite.svg) no-repeat 0px 0px/192px;
}

.zwc-icon1 {
  background-size: 196px;
}

.zwc-icon2 {
  background-position: -48px 1px;
}

.zwc-icon3 {
  background-position: -96px 1px;
}

.zwc-icon4 {
  background-position: -145px 1px;
}

/* section-3 */
.zwc-integration-wrap {
  background: #025540;
  padding: 164px 0 264px;
  position: relative;
}

.zwc-integration-wrap::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/sites/zweb/images/one/pattern-bg.avif) no-repeat center/cover;
  left: 0;
  top: 0;
}

.zwc-apps-wrap {
  position: relative;
  z-index: 0;
}

.zwc-apps-wrap::before,
.zwc-apps-wrap::after {
  position: absolute;
  content: '';
}

.zwc-apps-wrap::before {
    width: 150px;
    height: 200px;
    background: url(/sites/zweb/images/one/zia-1.svg) no-repeat center / 100%;
    left: -80px;
    bottom: -80px;
}

.zwc-apps-wrap::after {
    width: 147px;
    height: 231px;
    background: url(/sites/zweb/images/one/zia-2.svg) no-repeat center / 100%;
    top: 80px;
    right: -60px;
    z-index: -1;
}

.top-grid.zwc-title {
  margin-bottom: 0;
}

.top-grid h2 {
  color: #fff;
}

.zwc-intg-wrap {
  margin-top: 85px;
}

.zwc-intg-wrap li {
  display: flex;
  width: 152px;
  height: 162px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid rgba(248, 243, 231, 0.16);
  background: linear-gradient(214deg, rgba(2, 85, 64, 0.20) 9.31%, rgba(4, 19, 27, 0.20) 94.79%);
  backdrop-filter: blur(17.5px);
  /* opacity: 0;
  transform: translate(-10px,10px); */
  transition: all .3s ease-in .3s;
}

.zwc-intg-wrap li img {}

.middle-animated .zwc-intg-wrap li {
  opacity: 1;
  transform: translate(0px, 0px);
}

.zwc-intg-wrap li:nth-child(2) {
  transition-delay: .4s;
}

.zwc-intg-wrap li:nth-child(3) {
  transition-delay: .5s;
}

.zwc-intg-wrap li:nth-child(4) {
  transition-delay: .6s;
}

.zwc-intg-wrap li:nth-child(5) {
  transition-delay: .7s;
}

.zwc-intg-wrap li:nth-child(6) {
  transition-delay: .8s;
}

.zwc-intg-wrap li:nth-child(7) {
  transition-delay: .9s;
}

.zwc-intg-wrap li:nth-child(8) {
  transition-delay: 1s;
}

.zwc-intg-wrap {}

.zwc-logo {
  background: var(--product-icons) no-repeat;
  background-size: var(--zp-i-bs);
  width: var(--zp-i-w);
  height: var(--zp-i-h);
  display: block;
  margin: 0 auto 8px;
  position: relative;
}

.zwc-intg-wrap li a span {
  filter: brightness(0) invert(1);
}

.zwc-intg-wrap li label {
  font-size: 16px;
  color: #fff;
  font-family: var(--zf-secondary-medium);
  line-height: normal;
  letter-spacing: -0.32px;
}

.zw-cliq {
  background-position: var(--zp-cliq-bp);
  filter: brightness(0) invert(1);
}

.zw-mail {
  background-position: var(--zp-mail-bp);
}

.zw-notebook {
  background-position: var(--zp-notebook-bp);
}

.zw-workdrive {
  background-position: var(--zp-workdrive-bp);
}

.zw-projects {
  background-position: var(--zp-projects-bp);
}

.zw-crm {
  background-position: var(--zp-crm-bp);
}

.zw-people {
  background-position: var(--zp-people-bp);
}

.zw-calender {
  background-position: var(--zp-calendar-bp);
}



/* section-3 */
.zwc-bottom-wrap {
  border-radius: 0px;
  background: #F8F3E7;
  padding: 100px 0;
}
.zwc-bottom-wrap h2{
  margin-bottom: 20px;
  /* max-width: 90%;
  margin: auto; */
}

.zwc-fea-wrap .lhs.zwc-title {
  margin-bottom: 0;
}

.zwc-fea-wrap li {
  position: relative;
  padding-left: 32px;
  width: 32%;
}

.zwc-fea-wrap li:last-child {
  padding-bottom: 0px;
}

.zwc-fea-wrap li p {
  max-width: 348px;
}

.zwc-fea-wrap li::before,
.zwc-fea-wrap li::after {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
}

.zwc-fea-wrap li::before {
  width: 21.333px;
  height: 21.333px;
  border-radius: 50%;
  border: 1.143px solid #000;
  background: #FFDB79;
}

.zwc-fea-wrap li::after {
  width: 14px;
  height: 14px;
  background: url(/sites/zweb/images/one/early-access/tick.png) no-repeat center/100% auto;
  top: 13.5px;
  /* roughly centers the tick */
  left: 11px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Iframe Form Overlay Styles */
.zwc-form-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zwc-form-overlay.zwc-active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.zwc-form-container {
  position: absolute;
  top: 0;
  right: -600px;
  width: 450px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  overflow: hidden;
  padding: 80px 0 0;
}

.zwc-form-overlay.zwc-active .zwc-form-container {
  right: 0;
}

.zwc-form-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.zwc-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.zwc-form-close:hover {
  background: #333;
}

.zwc-form-close span {
  display: flex;
justify-content: center;
    align-items: center;
}

/* Iframe Form Overlay Styles Ends*/
/* styles ends */





@media(max-width: 1440px) {
  .zw-template-inner .content-wrap {
    width: 1140px;
    max-width: 100%;
  }

  :root {
    --h1-size: 56px;
    --h2-size: 48px;
    --h3-size: 28px;
    --h4-size: 28px;
    --h5-size: 20px;
    --h6-size: 18px
  }



  /* style starts */
  .zwc-apps-wrap {
    max-width: 1100px;
    margin: auto;
  }

  .zwc-intg-wrap {
    margin-top: 40px;
    justify-content: center;
    gap: 12px;
  }

  .zwc-list-wrap li {
    padding: 48px;
  }
  .zwc-apps-wrap::before{
    left: 0;
    bottom: 50px;
  }
  .zwc-apps-wrap::after{
    top: 0;
    right: 0;
  }
}

@media(max-width: 1199px) {
  .zw-template-inner .content-wrap {
    width: 960px;
  }

  :root {
    --h1-size: 44px;
    --h2-size: 36px;
    --h3-size: 24px;
    --h4-size: 24px;
  }

  .zcol-md-pad {
    padding: 100px 0
  }

  .d-blck {
    display: inline
  }

  /* style starts */
  .zwc-apps-wrap::before,
  .zwc-apps-wrap::after{
  display: none;
  }
  .zwc-apps-wrap {
    margin-bottom: 60px;
  }

  .zwc-intg-wrap {
    margin-top: 40px;
    justify-content: center;
    gap: 12px;
  }

  .top-cont {
    justify-content: center;
  }
  .top-cont h1{
    max-width: 90%;
  }

}

@media(max-width: 991px) {
  .zw-template-inner .content-wrap {
    width: 95%
  }


  :root {
    --h1-size: 32px;
    --h2-size: 28px;
    --h3-size: 20px;
    --h4-size: 24px;
    --h5-size: 10px;
    --h6-size: 2px;
  }


  .zcol-md-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px)
  }

  .zcol-md-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px)
  }

  .zcol-md-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px)
  }

  .zcol-md-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px)
  }

  .zcol-md-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px)
  }

  .zcol-md-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
  }

  .zcol-md-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px)
  }

  .zcol-md-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px)
  }

  .zcol-md-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 10px)
  }

  .zcol-md-10 {
    max-width: calc(83.33% - 10px);
    flex-basis: calc(83.33% - 10px)
  }

  .zcol-md-11 {
    max-width: calc(91.67% - 10px);
    flex-basis: calc(91.67% - 10px)
  }

  .zcol-md-12 {
    max-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px)
  }

  .act-btn.cta-btn,
  .req-demo {
    padding: 10px 20px;
    font-size: 16px
  }

  .zcol-md-pad {
    padding: 60px 0
  }

  /* style starts */
  .zwc-title h1,
  .zwc-title h2 {
    letter-spacing: normal;
  }

  .zwc-apps-wrap {
    margin-bottom: 0px;
  }

  .zwc-intg-wrap {
    margin-top: 32px;
  }

  .zwc-bottom-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .zwc-bottom-grid {
    align-items: center;
  }

  .zwc-list-wrap li {
    padding: 40px;
  }

  .zwc-list-wrap li p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 16px;
    padding: 16px 24px;
  }
  .zwc-fea-wrap li{
    max-width: 50%;
    width: 50%;
}
.top-cont{
  justify-content: space-between;
}
.top-cont h1 {
      max-width: 350px;
  }
}

@media(max-width: 767px) {
  .zw-template-inner .content-wrap {
    width: 450px
  }

  .zcol-1,
  .zcol-2,
  .zcol-3,
  .zcol-4,
  .zcol-5,
  .zcol-6,
  .zcol-7,
  .zcol-8,
  .zcol-9,
  .zcol-10,
  .zcol-11,
  .zcol-12,
  .zwc-list-wrap li.zcol-6 {
    position: relative;
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: 100%
  }

  .in-view-desk {
    display: none
  }

  .in-view-mob {
    display: block
  }

  .flx-col-rvrse {
    flex-direction: column-reverse;
  }

  /* style starts */

  .top-cont {
    text-align: center;
  }

  .top-cont .zwc-title p {
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .zwc-form-container {
    width: 90%;
    right: -100%;
  }

  .zwc-list-wrap li {
    padding: 32px;
  }

  .zwc-bottom-grid .lhs {
  }
.zwc-fea-wrap li p {
    max-width: 100%;
    text-align: left;
    font-size: 15px;
}
.zwc-fea-wrap li{
  max-width: 100%;
  width: 100%;
}
.zwc-fea-wrap li:last-child{
  padding-bottom: 0;
}

    .top-cont h1 {
        margin: auto auto 20px;
    }

}


@media(max-width: 480px) {
  .zw-template-inner .content-wrap {
    width: 90%;
    max-width: 100%;
  }
}