* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--zf-primary-regular), sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
  color: #333;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: var(--zf-primary-regular), sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  overflow-x: initial;
}

button,
input,
select,
textarea {
  font-family: var(--zf-primary-regular), sans-serif;
}

a {
  text-decoration: none;
  outline: 0;
  transition: color ease 0.2s;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img,
video {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  position: relative;
}

p,
pre {
  margin: 1.5em 0;
  color: #000;
}

blockquote {
  margin: 1.5em 30px;
}

h1 {
  font-family: var(--zf-primary-bold), sans-serif;
  font-size: 44px;
  line-height: 1.2em;
  margin-top: 0.5em;
  font-weight: normal;
  color: #000;
}

h2 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: normal;
  color: #000;
}

h3 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: normal;
  color: #000;
}

.zw-template-inner h4 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
}

h5 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 18px;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-weight: normal;
}

h6 {
  font-family: var(--zf-primary-regular), sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  font-family: var(--zf-primary-regular), sans-serif;
  line-height: 1.5em;
  margin: 1em 0;
  font-size: 18px;
}
.zs-padding-null {
  padding: 0;
}

.zs-margin-null {
  margin: 0;
}

.zs-paddingtop {
  padding-top: 15px;
}

.zs-margintop {
  margin-top: 15px;
}

.zs-paddingbottom {
  padding-bottom: 15px;
}

.zs-marginbottom {
  margin-bottom: 15px;
}

.zs-paddingtopbottom {
  padding: 15px 0;
}

.zs-margintopbottom {
  margin: 15px 0;
}

.zs-paddingtop-small {
  padding-top: 30px;
}

.zs-paddingbottom-small {
  padding-bottom: 30px;
}

.zs-margintop-small {
  margin-top: 30px;
}

.zs-marginbottom-small {
  margin-bottom: 30px;
}

.zs-paddingtopbottom-small {
  padding: 30px 0;
}

.zs-margintopbottom-small {
  margin: 30px 0;
}

.zs-paddingtop-large {
  padding-top: 50px;
}

.zs-paddingbottom-large {
  padding-bottom: 50px;
}

.zs-margintop-large {
  margin-top: 50px;
}

.zs-marginbottom-large {
  margin-bottom: 80px;
}

.zs-paddingtopbottom-large {
  padding: 80px 0;
}

.zs-margintopbottom-large {
  margin: 80px 0;
}

.mB40 {
  margin-bottom: 40px;
}

.mB50 {
  margin-bottom: 50px;
}

.gb50 {
  gap: 40px;
}
.zs-center {
  text-align: center;
}

.zs-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zs-tablecell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.zw-product-header {
  background: #fef8ec;
}

.zs-inlineblock {
  display: inline-block;
  vertical-align: middle;
}

.zs-block {
  display: block;
}

.zs-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.zs-hidden {
  display: none;
}

.zs-alignright {
  text-align: right;
}

.zs-alignleft {
  text-align: left;
}

.zs-sectioncontainer {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.zs-sectioncontainer-custom {
  max-width: 1940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

section,
.zs-pos-rel {
  position: relative;
}
.ui-left {
  float: left;
}

.ui-right {
  float: right;
}

.ui-overflow:after {
  content: "";
  display: table;
  clear: both;
}

.zw-template-inner {
  background: linear-gradient(#fef8ec 0%, #f9f9f9 20%);
}
.zs-section-01 {
  background-image: url(/sites/zweb/images/show/zs_banner_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 80%;
}

.zs-paddingbottom-large-custom {
  padding-bottom: 100px;
}

.zs-section-01 .zs-banner-images {
  position: relative;
}

.zs-hero-banner {
  width: 65%;
  margin: 3% 0 0;
  border-radius: 10px;
  animation: transitionlineanimate 1s ease 0.5s normal forwards;
}

@keyframes transitionlineanimate {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zs-collaborators {
  position: absolute;
  width: 13%;
  right: 14%;
  top: 3%;
  opacity: 0;
}

.zs-bar-stats {
  position: absolute;
  left: 10%;
  top: -8em;
  width: 12%;
  opacity: 0;
}

.zs-wave-graph {
  position: absolute;
  right: 7%;
  top: -11em;
  width: 12%;
  opacity: 0;
}
.zs-floating {
  animation: floating 2s 0.5s ease-in-out infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.zs-collaborators,
.zs-bar-stats,
.zs-wave-graph {
  animation: fadein 0.5s ease 1.5s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zs-banner-heading {
  width: 50%;
  margin: 30px auto;
  position: relative;
  top: 10px;
  margin-top: 70px;
}

.zs-banner-font {
  font-family: var(--zf-primary-regular), sans-serif;
}

.zs-banner-subcontent {
  margin: 0 auto;
  width: 620px;
}

.act-btn {
  padding: 8px 30px;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.mb40 {
  margin-bottom: 40px;
}

.mb120 {
  margin-bottom: 120px;
}

.gb40 {
  gap: 55px;
}

.mt200 {
  margin-top: 200px;
}
.zs-mark {
  position: absolute;
  right: 0;
  top: -30px;
}

.zs-double-quotes {
  width: 45px;
}

.zs-testi-title {
  margin-top: 50px;
}

.zs-testimonials-title {
  padding-bottom: 50px;
}

.zs-grid-box {
  background-color: #fff;
  border-radius: 5px;
  width: 1240px;
  position: relative;
  margin: 0 auto;
}
.box-1,
.box-3 {
  top: -60px;
}
.zs-grid-container {
  position: relative;
  top: 50px;
}

.zs-wb-testimonials {
  width: 100%;
  margin: 5em auto 0;
}

.zs-content-cover {
  border-radius: 10px;
  margin: 20px;
}

.zs-testi-content {
  text-align: left;
  padding: 5px 15px 0;
}

.zs-testi-content h3 {
  font-size: 24px;
}

.zs-testi-profile {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;
  text-align: end;
  margin-bottom: 20px;
  margin-right: 20px;
}

.zs-profile {
  width: 20%;
}

.zs-translate-contain {
  display: none;
}
.slider-container {
  position: relative;
  transition: 0.8s ease-in-out;
  background-color: #fff;
  border-radius: 5px;
  width: 450px;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
}

.dot,
.zs-dot,
.slider-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d7d7d7;
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.dots,
.zs-dots,
.slider-dots {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: flex;
  opacity: 0;
  justify-content: center;
  width: 100%;
  transition: transform 0.5s ease;
  gap: 5px;
}

.zs-dots,
.slider-dots {
  opacity: 1;
}
.zs-dots {
  bottom: -50px;
}
.slider-dots {
  bottom: 35px;
}
.dot.active,
.zs-dot.active,
.slider-dot.active {
  background-color: #0085ff;
  border: 2px solid #0085ff;
  transform: scale(1.2);
}

.fade {
  transition: all 0.5s ease-in-out;
  animation: fadeslide 0.3s ease forwards;
}

@keyframes fadeslide {
  0% {
    opacity: 0;
    display: inline-flex;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zs-presentation-slider {
  margin: auto;
  padding: 40px 80px;
  background-image: url(/sites/zweb/images/show/zs_presentation_bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 30px;
  min-height: 480px;
}

.zs-seamless-sec {
  margin-bottom: 60px;
}

.zs-mb-seamless-title,
.zs-mb-delivery-title {
  display: none;
}

.zs-objects {
  width: 10em;
  position: absolute;
  right: -10%;
  top: 10%;
  z-index: -1;
}

/*  .zs-objects-img {
      width: 100px;
      display: block;
      margin-left: auto
  } */

.zs-image-contain {
  width: 100%;
  height: 400px;
  margin: auto;
  display: flex;
  justify-content: end;
}

.zs-image-contain-align {
  height: 255px;
  width: 750px;
  position: relative;
  left: 40px;
  top: -20px;
  margin: auto;
}
.zs-section-contain {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  top: 60px;
}
.zs-slide-count {
  font-size: 15px;
}
.zs-section-contain,
.zs-section-contain h3 {
  color: #fff;
}
.zs-section-contain p {
  color: #e8e8e8;
}

/* .zs-slide-controller {
     gap: 40px;
      position: absolute;
      left: 63%;
      margin-top: 60px;
  } */
.zs-slide-controller {
  gap: 40px;
  position: absolute;
  left: 63%;
  margin-top: 60px;
}

.zs-presentation-container {
  align-items: flex-start;
  gap: 10px;
}

.zs-presentation-container.fadeout {
  display: none;
  opacity: 0;
}

.zs-second-container.fadeout {
  display: none;
  opacity: 0;
}
.delivery-content {
  text-align: center;
  width: 820px;
  min-height: 5em;
}
.offline-mode {
  padding-top: 20px;
}

.zs-section-04 {
  padding: 10px;
}

.zs-sectioncontain {
  width: 90%;
  margin: 100px auto;
}

.zs-section-title {
  width: 90%;
  margin: 40px 70px;
}

.zs-dotted {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 8em;
}

.zs-uninterrupted-title {
  position: relative;
  left: -40px;
}

.zs-team-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(360px, 1fr));
  gap: 0 180px;
}

.zs-boxtab-01 {
  width: 500px;
  height: 280px;
  background-color: #f1f4ff;
  border-radius: 20px;
  transition: box-shadow 0.3s ease;
}

.zs-boxtab-02 {
  width: 370px;
  height: 370px;
  background-color: #fef2f2;
  border-radius: 20px;
  margin-top: 80px;
  transition: box-shadow 0.3s ease;
}

.zs-boxtab-03 {
  width: 370px;
  height: 370px;
  background-color: #fdf6ee;
  border-radius: 20px;
  transition: box-shadow 0.3s ease;
}

.zs-boxtab-04 {
  width: 500px;
  height: 280px;
  background-color: #eafafe;
  border-radius: 20px;
  margin-left: -130px;
  margin-top: 80px;
  transition: box-shadow 0.3s ease;
}

.zs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.zs-iconSpan {
  height: 65px;
  width: 65px;
  display: inline-block;
  margin: 18px;
  margin-bottom: 10px;
  background-size: auto 65px;
}

.zs-icon-01 {
  background-size: 100%;
  background-image: url(/sites/zweb/images/show/zs_share.svg);
  width: 40px;
  height: 40px;
  margin: 30px 0 0 33px;
  background-repeat: no-repeat;
}

.zs-icon-02 {
  background-size: 100%;
  background-image: url(/sites/zweb/images/show/zs_lock.svg);
  width: 40px;
  height: 40px;
  margin: 30px 0 0 33px;
  background-repeat: no-repeat;
}

.zs-icon-03 {
  background-size: 100%;
  background-image: url(/sites/zweb/images/show/zs_feedback.svg);
  width: 40px;
  height: 40px;
  margin: 30px 0 0 33px;
  background-repeat: no-repeat;
}

.zs-icon-04 {
  background-size: 100%;
  background-image: url(/sites/zweb/images/show/zs_collaborate.svg);
  width: 40px;
  height: 40px;
  margin: 30px 0 0 33px;
  background-repeat: no-repeat;
}

.zs-textspan {
  padding: 8px 30px;
  margin-bottom: 0;
  margin-top: 5px;
}

.zs-team-desc {
  padding: 0 30px;
  margin-top: 5px;
}

.zs-slidein {
  animation: transitionlineanimate 1s both;
}

@keyframes transitionlineanimate {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zs-delivery-img {
  left: -50px;
}

.zs-flex-custom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  left: -5%;
}

.zs-wifi {
  position: absolute;
  width: 10%;
  right: -50%;
}

.zs-slider01 {
  margin: auto;
  padding: 40px 60px 5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 30px;
  transition: background-image 0.3s ease;
  min-height: 38em;
}

.flex-dir {
  flex-direction: column-reverse;
  min-height: 34em;
}
.swiper-nav {
  margin-top: 50px;
  gap: 15px;
}

.zs-swiper-nav {
  background-color: #ff2c2c;
  opacity: 100%;
  border: 0;
  width: 40px;
  height: 5px;
  border-radius: 100px;
  transition: 0.5s;
  margin: 0 3px;
  cursor: pointer;
}

.zs-swiper-nav:disabled {
  background-color: #9c9c9c;
  cursor: default;
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.zs-image-align {
  width: 950px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 10px;
}
.zs-tv {
  width: 100%;
  position: relative;
}
.zs-offline-mode {
  width: 100%;
  position: relative;
}
.zs-testi-link {
  position: relative;
  top: 120px;
  z-index: 1;
  margin-bottom: 50px;
}

.zs-offline-listing {
  width: 20%;
  position: absolute;
  top: 5%;
  left: 0;
  border-radius: 5px;
}

.zs-grid01 {
  grid-area: grid01;
  height: 250px;
  margin: 0 80px;
}

.zs-grid02 {
  grid-area: grid02;
}

.zs-grid03 {
  grid-area: grid03;
}

.zs-grid04 {
  grid-area: grid04;
}

.zs-sec-grid-container {
  display: grid;
  grid-template-areas: "grid01 grid02" "grid03 grid02" "grid03 grid04" "grid05 grid04";
  padding: 10px;
  gap: 70px 0;
  width: 85%;
}

.zs-grid-card {
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  transition: all 0.3s ease;
  overflow: hidden;
}
.zs-helpful-icon {
  width: 8em;
  position: absolute;
  right: 95%;
  bottom: 100%;
  padding: 10px;
}
.zs-helpful-title {
  font-size: 24px;
}

.zs-dynamic-data,
.zs-integration,
.zs-public {
  border-radius: 10px 10px 0 0;
}

.zs-grid02-content,
.zs-grid03-content,
.zs-grid04-content {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px 25px 40px;
}

.zs-grid02-content p {
  margin-top: -10px;
}

.zs-gather-hand {
  text-align: center;
  margin-top: 150px;
}

.zs-logo {
  width: 100px;
  position: absolute;
  left: 30%;
  top: 65%;
}

.zs-hand-logo {
  width: 15%;
}

.zs-gather-title {
  font-size: 36px;
}

.main-content {
  width: 70%;
  margin: auto;
}

.zs-faq-icon {
  position: relative;
  top: 50px;
}

.zs-section-07 {
  background: linear-gradient(
    210deg,
    rgba(248, 248, 248, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.zs-faq-wrap {
  width: 90%;
  height: 910px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.faq-toggle {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.35s ease, opacity 0.35s ease;
}

.faq-toggle.show {
    height: auto; 
    opacity: 1;
}
.faq-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-family: var(--zf-primary-regular), sans-serif;
  padding-top: 10px;
}

.content-containner {
  height: 600px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list-faq {
  font-family: var(--zf-primary-medium), sans-serif;
  padding: 25px 0 0;
  position: relative;
  margin-bottom: 15px;
}
.list-faq-content {
  border-bottom: 0.4px solid transparent;
  padding-right: 30px;
  width: 95%;
  margin-top: 0;
  position: relative;
  cursor: pointer;
  margin: 5px 0;
}

.list-faq-content.list-active {
  border-bottom: 0.4px solid #faa896;
}
.list-faq-content.list-active:last-child {
  border-bottom: none;
}
.list-faq:after {
  content: url(/sites/zweb/images/show/zs_down_arrow.svg);
  color: #000;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
}

.list-faq-content.list-active .list-faq:after {
  transform: translateY(-50%) rotate(-180deg);
}

.faq-answer p {
  padding: 0;
  margin: 0 25px 20px;
  width: 88%;
}
.zs-show-support {
  text-align: center;
  position: relative;
  z-index: 1;
}
.zs-show-support,
.zs-gather-title {
  padding: 10px;
}
.zs-faq-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.zs-section-07:after {
  content: "";
  background: whitesmoke;
  width: 100%;
  height: 45%;
  bottom: -80px;
  position: absolute;
}
/* other lang css start */

.other-lang .zs-section-02 {
  display: none;
}
.other-lang .zs-presentation-slider {
  padding: 10px 40px;
}
.i18n-ar .zs-section-01 *,
.i18n-ar h2.zs-wb-seamless-title,
.i18n-ar .delivery-content *,
.i18n-ar .zs-gather-sec *,
.i18n-ar .zs-faq-icon,
.i18n-ar h3.faq-title,
.i18n-ar .zs-show-support *,
.i18n-ar .zs-show-support {
  text-align: center;
}
.i18n-ar .zs-helpful-icon {
  left: 95%;
  right: unset;
}

.i18n-ar .zs-section-04 .zs-flex {
  flex-direction: row-reverse;
}
.i18n-ar .zs-icon-02,
.i18n-ar .zs-icon-0,
.i18n-ar .zs-icon-04,
.i18n-ar .zs-icon-03 {
  margin: 30px 33px 0 0;
}
.i18n-ar .zs-flex-custom {
  right: -5%;
  left: unset;
}
.i18n-ar .zs-delivery-img {
  right: -50px;
  left: unset;
}
.i18n-ar .list-faq-content {
  padding-left: 30px;
  padding-right: unset;
}
.i18n-ar .list-faq:after {
  left: 0;
  right: unset;
}
.i18n-ar .zs-uninterrupted-title {
  right: -40px;
  left: unset;
}
.other-lang .delivery-content h3 {
  margin-top: 2.75em;
}

/* other lang css end */

@media only screen and (min-width: 2300px) {
  .zs-section-01 {
    background-image: none;
  }
}
@media only screen and (max-width: 1600px) {
  .zs-objects {
    right: 2%;
  }
}
@media only screen and (max-width: 1400px) {
  .zs-image-contain-align {
    top: inherit;
  }
}
@media only screen and (max-width: 1300px) {
  .list-faq-content {
    width: 90%;
  }
  .zs-banner-heading {
    width: 60%;
  }

  .zs-image-contain {
    width: 50%;
  }

  .zs-sec-grid-container {
    gap: 70px 70px;
  }

  .zs-team-cards {
    gap: 50px 50px;
  }

  .zs-boxtab-01,
  .zs-boxtab-02,
  .zs-boxtab-03,
  .zs-boxtab-04 {
    width: 360px;
    height: 360px;
  }

  .zs-boxtab-02 {
    margin-top: 0;
  }

  .zs-boxtab-04 {
    margin: 0;
  }

  .zs-sectioncontain {
    flex-direction: column;
  }

  .zs-section-title h2 {
    text-align: center;
  }

  .zs-slide-controller {
    left: 70%;
    margin-top: 10px;
  }

  .delivery-section-images {
    width: 90%;
  }
  .zs-presentation-container {
    margin-top: -30px;
  }
  .zs-presentation-slider {
    min-height: 440px;
  }
  .zs-dots {
    bottom: -20px;
  }
  .zs-dotted {
    top: -65px;
    left: 10%;
  }
  .zs-helpful-icon {
    right: 90%;
  }
  .i18n-ar .zs-section-04 .zs-flex {
    flex-direction: column;
  }
  .i18n-ar .zs-dotted {
    right: 10%;
    left: unset;
  }
  .i18n-ar .zs-helpful-icon {
    left: 90%;
    right: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .zs-sec-grid-container {
    grid-template-areas: "grid01" "grid02" "grid03" "grid04";
  }
  .zs-features {
    display: none;
  }
  .zs-grid01 {
    text-align: center;
    height: auto;
  }
  .zs-dots {
    bottom: 0px;
  }
  .main-content {
    width: 90%;
  }

  .zs-boxtab-04 {
    margin-top: 0;
  }
  .i18n-ar .zs-pos-rel h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 1080px) {
  .other-lang .zs-presentation-slider {
    padding: inherit;
  }
  h1 {
    font-size: 34px;
  }

  .zs-banner-heading {
    width: 60%;
  }

  .zs-wave-graph,
  .zs-bar-stats {
    width: 10%;
  }

  .zs-wave-graph {
    top: -11em;
  }

  .zs-bar-stats {
    top: -3em;
  }

  .zs-image-contain {
    width: 100%;
    height: auto;
  }

  .zs-section-contain p {
    width: 90%;
    margin: auto;
  }

  .zs-section-contain {
    text-align: center;
    margin: 0 auto;
    min-height: 14em;
  }

  .zs-presentation-slider {
    background-size: 100% 100%;
    margin: -30px;
    border-radius: 20px;
    padding: 60px 80px 4em;
    margin-bottom: 20px;
  }

  .zs-presentation-container {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .zs-slide-controller {
    bottom: 110px;
    left: 40%;
  }

  .zs-swiper-controller {
    margin-top: 0;
  }

  .mt200 {
    margin-top: 100px;
  }

  .zs-grid-box {
    width: 435px;
  }

  .gb40 {
    gap: 100px;
    flex-direction: column;
  }

  .zs-grid-container {
    margin-top: 0;
  }

  .flex-dir {
    gap: 20px;
  }

  .zs-faq-wrap {
    width: 90%;
  }

  .zs-wifi {
    display: none;
  }

  .zs-image-contain-align {
    height: auto;
    width: 90%;
  }

  .zs-slide-controller01 {
    position: relative;
    top: -6em;
  }

  .zs-image-align {
    width: auto;
  }

  .zs-wb-testimonials {
    display: none;
  }

  .slider-container {
    display: block;
    margin: 0 auto;
    width: 470px;
  }

  .dots {
    opacity: 1;
    bottom: -3em;
  }

  .zs-translate-contain {
    display: block;
  }

  .zs-profile {
    width: 75px;
  }

  h2.zs-wb-seamless-title,
  h2.zs-wb-delivery-title {
    display: none;
  }

  h2.zs-mb-delivery-title,
  h2.zs-mb-seamless-title {
    display: block;
    color: #000;
    text-align: center;
  }

  h2.zs-mb-seamless-title {
    color: #fff;
  }

  .zs-mb-delivery-title {
    color: #222;
  }

  .zs-objects {
    top: -50px;
  }

  .zs-flex-custom {
    left: -32%;
    top: -10px;
  }

  .zs-slider01 {
    padding: 60px 60px 5em;
    margin: -30px;
    border-radius: 0px;
  }

  .delivery-content {
    width: 100%;
  }
  .list-faq-content {
    width: 100%;
  }
  .list-faq:after {
    right: -20px;
  }
  .zs-testi-content {
    min-height: 17em;
  }
  .zs-image-contain-align {
    left: inherit;
  }
  .zs-slide-count {
    display: none;
  }
  .zs-testi-link {
    top: 60px;
  }
  .i18n-ar .zs-section-contain * {
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
  .zs-banner-heading {
    width: 70%;
  }

  .zs-wave-graph {
    top: -8em;
  }

  .zs-bar-stats {
    top: -1em;
  }

  .zs-grid-box {
    width: 60%;
  }
}

@media only screen and (max-width: 800px) {
  .zs-team-cards {
    grid-template-columns: repeat(1, minmax(360px, 1fr));
  }

  .main-content,
  .zs-faq-wrap {
    width: 95%;
  }

  .zs-faq-wrap {
    height: auto;
    padding-bottom: 50px;
  }

  .zs-second-container,
  .delivery-section-images,
  .zs-tv,
  .zs-offline-mode {
    width: 100%;
  }

  .content-containner {
    height: auto;
  }

  .zs-section-title {
    margin-left: 15%;
  }

  .zs-uninterrupted-title {
    left: 0;
  }

  .zs-tv,
  .zs-offline-mode {
    right: 0;
  }

  .zs-boxtab-01,
  .zs-boxtab-02,
  .zs-boxtab-03,
  .zs-boxtab-04 {
    width: 500px;
    height: 300px;
  }
}

@media only screen and (max-width: 720px) {
  .zs-banner-heading {
    width: 80%;
  }
  .zs-section-contain {
    margin: auto;
    text-align: center;
  }
  .zs-presentation-slider {
    padding: 40px 0 4em;
  }
  .zs-image-align,
  .zs-image-contain {
    width: 100%;
  }
  .zs-helpful-icon {
    right: 70%;
  }
  .i18n-ar .zs-helpful-icon {
    left: 70%;
    right: unset;
  }
}

@media only screen and (max-width: 650px) {
  .zs-slide-controller {
    left: 35%;
  }
  .zs-banner-heading,
  .zs-banner-subcontent {
    width: 95%;
    padding: 10px;
  }

  .zs-wave-graph,
  .zs-bar-stats {
    display: none;
  }

  .zs-hero-banner {
    width: 80%;
  }

  .zs-collaborators {
    right: 5%;
  }

  .zs-grid-box {
    width: 65%;
  }

  .zs-image-contain {
    width: 100%;
  }

  .zs-delivery-img {
    width: 100px;
  }

  .delivery-section-images {
    width: 100%;
  }
  .zs-grid01 {
    margin: 0px;
  }
}

@media only screen and (max-width: 580px) {
  h2.zs-mb-seamless-title {
    width: 100%;
    padding: 10px;
  }
  .zs-image-contain-align,
  .zs-grid-card {
    width: 90%;
    margin: 0 auto;
  }
  .zs-grid-card {
    background-color: #fff;
  }
  .zs-grid-box {
    width: 90%;
  }

  .zs-grid02-content h3 {
    font-size: 22px;
  }

  .zs-grid02-content p {
    font-size: 16px;
  }

  .zs-image-align {
    width: 100%;
  }

  .content-containner {
    height: auto;
  }

  .zs-uninterrupted-title {
    left: 0;
  }

  .zs-section-contain h3 {
    width: 90%;
    margin: 20px auto;
  }

  .zs-boxtab-01,
  .zs-boxtab-02,
  .zs-boxtab-03,
  .zs-boxtab-04 {
    width: 100%;
    height: 110%;
  }
}

@media only screen and (max-width: 500px) {
  .slider-container {
    width: 90%;
  }

  h2.zs-mb-delivery-title {
    width: 100%;
  }

  .zs-content-cover {
    margin: 0;
  }

  h2.zs-mb-seamless-title,
  h2.zs-mb-delivery-title,
  .zs-gather-title {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  .zs-section-06 {
    padding: 20px 0;
  }
  .flex-dir {
    min-height: 28em;
  }
  .zs-helpful-icon {
    right: 50%;
  }
  .i18n-ar .zs-helpful-icon {
    right: 50%;
    left: unset;
  }
}

@media only screen and (max-width: 450px) {
  .zs-section-contain h3 {
    font-size: 22px;
  }

  .zs-image-contain-align {
    width: 90%;
  }

  .zs-grid-box {
    width: 100%;
  }

  .delivery-content {
    width: 100%;
  }

  .delivery-section-images {
    width: 100%;
  }

  .zs-image-contain {
    width: 100%;
    height: auto;
  }

  .zs-hand-logo {
    width: 20%;
  }

  .zs-delivery-img {
    left: -5%;
  }

  .zs-section-contain {
    min-height: 15em;
  }

  .zs-testi-content {
    min-height: 20em;
  }

  .zs-grid02-content,
  .zs-grid03-content,
  .zs-grid04-content {
    width: 95%;
    padding-left: 20px;
  }
  .i18n-ar .zs-delivery-img {
    right: -5%;
    left: unset;
  }
}

@media only screen and (max-width: 380px) {
  .zs-show-support {
    width: 80%;
    margin: 0 auto;
  }
  .zs-image-contain {
    width: 100%;
  }

  .zs-boxtab-01,
  .zs-boxtab-02,
  .zs-boxtab-03,
  .zs-boxtab-04 {
    width: 300px;
    height: 100%;
    margin: 0 auto;
  }

  .zs-grid-card {
    width: 100%;
  }

  .zs-testi-content {
    min-height: 22em;
  }
}
