* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.zwc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zwc-section-heading {
  font-family: var(--zf-primary-medium);
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -1.44px;
}

.zwc-section-subhead {
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.zwc-para-section {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.32px;
}

/* Banner section */
.zwc-banner-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #03287f 0%, #3a004f 114.39%);
}

.zwc-banner-section .content-wrap {
  display: flex;
  align-items: center;
  gap: 72px;
}

.zwc-banner-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 793px;
  color: #fff;
}

.zwc-banner-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zwc-banner-description h1 {
  font-family: var(--zf-primary-medium);
  font-size: 74px;
  line-height: 1.1;
  letter-spacing: -1.6px;
  max-width: 820px;
}

.zwc-banner-description p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
  max-width: 705px;
  margin-bottom: 0;
}

.zwc-banner-right {
  flex-shrink: 0;
}

.zwc-banner-right img {
  display: block;
  width: clamp(360px, calc(90vw - 562px), 480px);
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  animation: zwc-slide-in-right 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes zwc-slide-in-right {
  from {
    transform: translateX(64px);
  }

  to {
    transform: translateX(0);
  }
}

.zwc-banner-section .zwc-header-buttons .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px 16px 32px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.zwc-banner-section .zwc-header-buttons .cta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}

.zwc-banner-section .zwc-header-buttons .cta-btn:hover::after {
  transform: translateY(-50%) translateX(2px) rotate(45deg);
}

.zwc-section-wrap {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 120px;
  background: #f5f5f5;
}

.zwc-trusted-wrapper {
  padding: 120px 0;
}

.zwc-connecting-gap-section {
  color: #000;
}

.zwc-connecting-gap-section .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.zwc-connection-header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.zwc-connection-header .zwc-section-heading {
  max-width: 779px;
}

.zwc-connection-header .zwc-para-section {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
}

.zwc-connection-reason-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.zwc-connection-reason-card {
  flex: 1 1 340px;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zwc-connection-reason-card .zwc-section-subhead {
  position: relative;
  padding-top: 40px;
}

.zwc-connection-reason-card .zwc-section-subhead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid #0a55eb;
  box-sizing: border-box;
}

.zwc-connection-reason-card .zwc-section-subhead::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 9px;
  height: 5px;
  border-left: 2.25px solid #0a55eb;
  border-bottom: 2.25px solid #0a55eb;
  transform: translate(-50%, -65%) rotate(-45deg);
}

.zwc-manufacturing-net-section .content-wrap {
  background: #05277e;
  border-radius: 12px;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.zwc-manufacture-net-header {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.zwc-manufacture-net-header .zwc-section-heading {
  max-width: 540px;
}

.zwc-manufacture-net-header .zwc-para-section {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
}

.zwc-manufacture-net-advantages {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
}

.zwc-manufacture-reason-card {
  position: relative;
  flex: 0 1 calc(50% - 22.5px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}

.zwc-manufacture-reason-card .zwc-tick {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

/* circle */
.zwc-manufacture-reason-card .zwc-tick::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid #fff;
  box-sizing: border-box;
}

/* check, centered on the circle's center */
.zwc-manufacture-reason-card .zwc-tick::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transform: translate(-50%, -65%) rotate(45deg);
}

.zwc-manufacture-reason-card:nth-child(1),
.zwc-manufacture-reason-card:nth-child(2) {
  padding-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.zwc-manufacture-reason-card:nth-child(3),
.zwc-manufacture-reason-card:nth-child(4) {
  padding-bottom: 0;
}

.zwc-section-wrap > .zwc-testimonial-wrap .content-wrap {
  background: #2d2d2d;
  border-radius: 12px;
  padding: 96px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.zwc-section-wrap .zwc-testimonial-track {
  width: 460px;
  flex: 0 0 auto;
}

.zwc-section-wrap .zwc-testimonial-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.zwc-section-wrap .zwc-testimonial-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 424px;
}

.zwc-section-wrap .zwc-testimonial-tag {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
}

.zwc-section-wrap .zwc-testimonial-heading {
  font-family: var(--primaryfont-semibold);
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.12px;
}

.zwc-section-wrap .zwc-testimonial-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.zwc-section-wrap .zwc-testimonial-para {
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.zwc-section-wrap .zwc-desgn-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zwc-section-wrap .zwc-desgn-name {
  font-family: var(--primaryfont-bold);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.36px;
}

.zwc-section-wrap .zwc-desgn-designation {
  font-family: var(--primaryfont-regular);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.28px;
}

.zwc-section-wrap .zwc-navigation-section {
  display: flex;
  align-items: center;
  gap: 32px;
}

.zwc-section-wrap .zwc-nav-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 460px;
}

.zwc-section-wrap .zwc-navigation-section a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.32px;
  color: #fff;
  text-decoration: none;
}

.zwc-section-wrap .zwc-navigation-section a::before {
  content: "";
  order: 1;
  flex-shrink: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease;
}

.zwc-section-wrap .zwc-navigation-section a::after {
  content: "";
  order: 2;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: -16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.zwc-section-wrap .zwc-navigation-section a:hover::before {
  transform: translateX(2px);
}

.zwc-section-wrap .zwc-navigation-section a:hover::after {
  transform: translateX(2px) rotate(45deg);
}

.zwc-section-wrap .zwc-direction-buttons {
  display: flex;
  gap: 12px;
}

.zwc-section-wrap .zwc-direction-buttons span {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-size: 0;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.zwc-section-wrap .zwc-direction-buttons span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.2s ease;
}

.zwc-section-wrap .zwc-direction-buttons span.xwc-previous-button::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translate(-19%, -50%) rotate(-135deg);
}

.zwc-section-wrap .zwc-direction-buttons span.xwc-next-button::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translate(-81%, -50%) rotate(45deg);
}

.zwc-section-wrap .zwc-direction-buttons span:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
}

.zwc-section-wrap .zwc-direction-buttons span:hover::before {
  border-top-color: #2d2d2d;
  border-right-color: #2d2d2d;
}

.zwc-section-wrap .zwc-direction-buttons span.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.zwc-section-wrap .zwc-slide-pages {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
}

.zwc-manufacturing-section .content-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2.5px #0068d7;
  padding: 140px 76px;
  display: flex;
  justify-content: center;
}

.zwc-manufacturing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.zwc-manufacturing-wrapper > .zwc-section-heading {
  max-width: 930px;
  text-align: center;
  color: #000;
}

.zwc-manufactuing-features {
  width: 100%;
  max-width: 904px;
  display: flex;
  flex-direction: column;
}

.zwc-manufacturing-features-card {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(145, 145, 145, 1);
}

.zwc-manufacturing-features-card:first-child {
  padding-top: 0;
}

.zwc-manufacturing-features-card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.zwc-manufacturing-features-card img {
  display: block;
  flex-shrink: 0;
  border-radius: 4px;
  object-fit: cover;
  background: #eaf0ff;
}

.zwc-manufacturing-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 585px;
  color: #000;
}

.zwc-manufacturing-description .zwc-section-subhead {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
}

/* FAQ SECTION */

.zwc-faq-right,
.zwc-faqdiv {
  display: flex;
  flex-direction: column;
}

.zwc-faq-button,
.zwc-faq-section > .content-wrap {
  display: flex;
  justify-content: space-between;
}

/* ===== Main section ===== */
.zwc-faq-section {
  padding: 120px 0;
  background-color: black;
}

.zwc-faq-section > .content-wrap {
  color: white;
  gap: 130px;
}

.zwc-faq-left {
  max-width: 457px;
  position: sticky;
  top: 60px;
  align-self: flex-start;
}

.zwc-faq-head {
  width: 100%;
  text-align: left;
  font-size: 56px;
}

@media screen and (min-width: 1025px) {
  .zwc-faq-head {
    width: min-content;
  }
}

.zwc-faq-right {
  max-width: 750px;
  gap: 18px;
}

.zwc-faqdiv {
  max-width: 760px;
  background-color: rgba(38, 38, 38, 1);
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
}

.zwc-faq-quest {
  margin: 0;
  font: inherit;
}

.zwc-faq-button {
  width: 100%;
  background-color: transparent;
  border: none;
  color: white;
  display: flex;
  gap: 53px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.zwc-button-question {
  font-family: var(--primaryfont-semibold);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.zwc-button-icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.zwc-button-icon::before,
.zwc-button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4d4d4d;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.zwc-button-icon::before {
  width: 14px;
  height: 2.5px;
}

.zwc-button-icon::after {
  width: 2.5px;
  height: 14px;
  transition: transform 0.2s ease;
}

.zwc-faq-button[aria-expanded="true"] .zwc-button-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.zwc-faq-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 4px;
}

.zwc-answer {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition:
    grid-template-rows 0.35s ease,
    margin-top 0.35s ease;
}

.zwc-answer.is-open {
  grid-template-rows: 1fr;
  margin-top: 16px;
}

.zwc-answer > * {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zwc-answer.is-open > * {
  opacity: 1;
}

.zwc-multimonitor-fig {
  justify-content: flex-start;
}

.zwc-screenshare-img {
  margin: auto;
}

@media (prefers-reduced-motion: reduce) {
  .zwc-answer,
  .zwc-answer > * {
    transition: none;
  }
  .zwc-banner-right img {
    animation: none;
  }
}

.zwc-answer p {
  margin: 0;
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.32px;
}

/* Awards & rating section  */
.zwc-rating-testimonial {
  padding: 120px 0;
}

.zwc-rating-testimonial .content-wrap {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.zwc-rating-head {
  text-align: center;
  margin: 0;
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
}

.zwc-rating-wrap {
  margin: auto;
}
.zwc-single-rating {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.zwc-rating-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}
.zwc-rating-section ul li {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 180px;
}
.zwc-rating-section ul li:first-child {
  background: #d9edfc;
}
.zwc-rating-section ul li:nth-child(2) {
  background: #e0fffd;
}
.zwc-rating-section ul li:nth-child(3) {
  background: #fff0ef;
}
.zwc-rating-section ul li .zwc-img-leads {
  display: block;
  margin: 0 auto 5px;
  height: 40px;
}
.zwc-rating-section ul li .zwc-capterra {
  background: url(/sites/zweb/images/otherbrandlogos/capterra.svg)
    no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 115px;
}
.zwc-rating-section ul li .zwc-getapp {
  background: url(/sites/zweb/images/otherbrandlogos/getapp.svg)
    no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 110px;
}
.zwc-rating-section ul li .zwc-gtwo {
  background: url(/sites/zweb/images/otherbrandlogos/g2.svg)
    no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 35px;
}

.zwc-counter-star {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #000;
  margin-top: 5px;
}
.zwc-counter-star > span {
  font-size: 25px;
  color: #000;
}
.zwc-rate-star {
  --percent: 0;
  display: inline-block;
  transition: --percent 0.3s ease;
}
.zwc-rate-star::before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(
    100deg,
    #ff6105 var(--percent),
    #ebebeb var(--percent)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: monospace !important;
}
.zwe-ob .zwc-rate-star {
  animation: fillStars 2s forwards;
}
@keyframes fillStars {
  0% {
    --percent: 0;
  }
  20% {
    --percent: 20%;
  }
  40% {
    --percent: 40%;
  }
  60% {
    --percent: 60%;
  }
  80% {
    --percent: 80%;
  }
  100% {
    --percent: calc(4.4 / 5 * 100%);
  }
}

.zwc-breadbrumbs-wrap li a {
  color: var(--zwc-link-clr-dark);
}

.zwc-breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.zwc-breadcrumb-wrap li:before {
  content: "";
  border: 1.5px solid #ffffff;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -19px;
}
.zwc-breadcrumb-wrap li:first-child:before {
  display: none;
}

.zwc-breadcrumb-list a {
  color: #ffffff;
  text-decoration: underline;
}

.zwc-breadcrumb-list {
  font-size: 16px;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .zwc-breadcrumb-wrap {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .zwc-breadcrumb-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .zwc-breadcrumb-wrap {
    gap: 8px 25px;
  }
  .zwc-breadcrumb-list {
    font-size: 14px;
  }
  .zwc-breadcrumb-wrap li:before {
    left: -17px;
  }
}

/* Responsive */
@media screen and (max-width: 1280px) {
  .zwc-banner-description h1 {
    font-size: 60px;
  }
  .zwc-banner-section .content-wrap {
    align-items: flex-start;
  }
  .zwc-section-heading,
  .zwc-faq-left .zwc-faq-head {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .zwc-manufacturing-net-section .content-wrap {
    padding: 80px;
  }
  .zwc-manufacturing-section .content-wrap {
    padding: 100px 60px;
  }
  .zwc-faq-section > .content-wrap {
    gap: 30px;
  }
  .zwc-connection-header,
  .zwc-manufacture-net-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .zwc-connection-header .zwc-section-heading,
  .zwc-connection-header .zwc-para-section,
  .zwc-manufacture-net-header .zwc-section-heading,
  .zwc-manufacture-net-header .zwc-para-section {
    max-width: 100%;
    width: 100%;
  }
  .zwc-section-wrap .zwc-testimonial-heading {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .zwc-connection-header,
  .zwc-manufacture-net-header {
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .zwc-banner-section,
  .zwc-section-wrap,
  .zwc-trusted-wrapper,
  .zwc-faq-section,
  .zwc-rating-testimonial {
    padding: 80px 0;
  }
  .zwc-section-wrap {
    gap: 80px;
  }

  .zwc-banner-section .content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .zwc-banner-left,
  .zwc-banner-description {
    max-width: none;
    align-items: center;
    text-align: center;
  }
  .zwc-banner-description h1 {
    font-size: 60px;
  }
  .zwc-banner-description p {
    max-width: 800px;
  }
  .zwc-banner-right img {
    width: 448px;
    max-width: 100%;
  }

  .zwc-connection-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .zwc-manufacture-net-header {
    flex-direction: column;
    gap: 24px;
  }
  .zwc-manufacture-net-header .zwc-section-heading {
    max-width: none;
  }

  .zwc-section-wrap > .zwc-testimonial-wrap .content-wrap {
    padding: 55px;
  }
  .zwc-section-wrap .zwc-testimonial-card {
    flex-direction: column;
    gap: 32px;
  }
  .zwc-section-wrap .zwc-testimonial-track {
    width: 100%;
  }
  .zwc-section-wrap .zwc-testimonial-left,
  .zwc-section-wrap .zwc-testimonial-right {
    max-width: none;
  }

  .zwc-manufacturing-section .content-wrap {
    padding: 80px 50px;
  }

  .zwc-section-wrap .zwc-navigation-section {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .zwc-section-wrap .zwc-nav-controls {
    width: 100%;
  }

  .zwc-faq-section .content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .zwc-faq-left {
    position: static;
    align-self: auto;
  }
  .zwc-faq-left .zwc-faq-head {
    max-width: none;
    text-align: center;
  }
  .zwc-faq-right {
    width: 100%;
    align-items: center;
  }
  .zwc-banner-left {
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .zwc-rating-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .zwc-banner-description h1 {
    font-size: 44px;
    letter-spacing: -0.88px;
    margin-bottom: 0;
  }
  .zwc-section-heading,
  .zwc-faq-left .zwc-faq-head {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
  }

  .zwc-connection-reason-section {
    flex-direction: column;
  }
  .zwc-connection-reason-card,
  .zwc-manufacture-reason-card {
    flex: 0 0 auto;
    max-width: 600px;
    align-items: center;
    margin: auto;
    text-align: center;
  }

  .zwc-connection-reason-card .zwc-section-subhead,
  .zwc-manufacture-reason-card .zwc-section-subhead {
    max-width: 400px;
    margin-bottom: 0;
  }
  .zwc-connection-reason-card .zwc-section-subhead::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .zwc-connection-reason-card .zwc-section-subhead::after {
    left: 50%;
  }

  .zwc-manufacture-net-advantages {
    flex-direction: column;
  }
  .zwc-manufacture-reason-card {
    flex: 1 1 100%;
    padding: 32px 0;
  }
  .zwc-manufacture-reason-card:nth-child(1) {
    padding-top: 0;
  }
  .zwc-manufacture-reason-card:nth-child(2),
  .zwc-manufacture-reason-card:nth-child(3) {
    padding-top: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .zwc-manufacture-reason-card:nth-child(3) {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .zwc-manufacture-reason-card:nth-child(4) {
    padding-bottom: 0;
  }

  .zwc-manufacturing-net-section .content-wrap {
    padding: 50px 30px;
  }

  .zwc-section-wrap > .zwc-testimonial-wrap .content-wrap {
    padding: 40px 25px;
  }
  .zwc-section-wrap .zwc-testimonial-heading {
    font-size: 36px;
    letter-spacing: -0.72px;
    max-width: 550px;
  }

  .zwc-manufacturing-section .content-wrap {
    padding: 55px 30px;
  }
  .zwc-manufacturing-features-card {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .zwc-manufacturing-features-card img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .zwc-manufacturing-description {
    max-width: none;
    align-items: center;
    text-align: center;
  }
  .zwc-manufacturing-description .zwc-section-subhead {
    font-size: 26px;
    letter-spacing: -0.52px;
    margin-bottom: 0;
  }

  .zwc-banner-right img {
    max-width: 100%;
    height: auto;
  }
  .zwc-section-wrap .zwc-navigation-section {
    flex-direction: column;
    align-items: center;
  }

  .zwc-section-wrap .zwc-navigation-section a {
    margin: auto;
    text-align: center;
  }

  .zwc-testimonial-card {
    align-items: center;
    text-align: center;
  }
  .zwc-section-wrap .zwc-desgn-designation {
    margin-inline: auto;
    max-width: 250px;
  }

  /* FAQ */
  .zwc-faq-left,
  .zwc-section-wrap .zwc-testimonial-left {
    margin: auto;
  }
  .zwc-faq-left .zwc-faq-head {
    text-align: center;
  }
}

@media (max-width: 484px) {
  .zwc-manufacture-net-header .zwc-section-heading {
    font-size: 30px;
  }
  .zwc-section-wrap .zwc-testimonial-heading {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

@media screen and (max-width: 480px) {
  .zwc-manufacture-net-header > .zwc-heading {
    font-size: 30px;
  }
  .zwc-banner-section,
  .zwc-section-wrap,
  .zwc-trusted-wrapper,
  .zwc-faq-section,
  .zwc-rating-testimonial {
    padding: 60px 0;
  }
  .zwc-section-wrap {
    gap: 60px;
  }

  .zwc-banner-description h1 {
    font-size: 34px;
  }
  .zwc-section-heading,
  .zwc-faq-left .zwc-faq-head {
    font-size: 32px;
    letter-spacing: -0.64px;
  }

  .zwc-faqdiv,
  .zwc-manufacturing-features-card {
    padding: 20px;
  }
  .zwc-faq-button {
    gap: 20px;
  }
  .zwc-button-question {
    font-size: 18px;
  }
  .zwc-section-wrap .zwc-nav-controls {
    width: 100%;
  }
  .zwc-rating-head {
    max-width: 320px;
  }
}

.zwc-rating-testimonial,
.zwc-faq-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}
