body.services-page,
body.service-single-page {
  background: #050505;
}

.midz-services-hero,
.midz-service-single-hero {
  padding: clamp(104px, 9vw, 122px) 0 clamp(28px, 4vw, 44px);
  position: relative;
}

body.services-page .midz-services-hero-inner {
  position: relative;
  overflow: visible;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(12px, 2vw, 24px);
}

body.services-page .midz-services-hero-shape {
  position: absolute;
  right: clamp(40px, 4.5vw, 72px);
  bottom: 0;
  width: clamp(220px, 32vw, 460px);
  max-width: 46%;
  height: auto;
  aspect-ratio: 508 / 488;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
  animation: upDownAnim 3s infinite linear;
}

body.services-page .midz-services-hero-content {
  position: relative;
  z-index: 1;
  max-width: min(760px, 92%);
}

.midz-services-hero-grid,
.midz-service-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: center;
}

.midz-services-copy,
.midz-service-single-copy {
  position: relative;
  z-index: 1;
}

.midz-services-kicker {
  display: none;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 18px;
}

.midz-services-copy h1,
.midz-service-single-copy h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 18px;
}

.midz-services-copy p,
.midz-service-single-copy p {
  max-width: 700px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.85;
  margin: 0;
}

.midz-services-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

body.services-page .midz-services-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}

body.services-page .midz-services-meta {
  margin: 14px 0 0;
  max-width: min(520px, 100%);
  line-height: 1.65;
}

.midz-services-lead-spacer {
  min-height: calc(17px * 1.85 * 2);
  margin: 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

.midz-services-meta-spacer {
  min-height: calc(14px * 1.65);
  margin: 14px 0 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

.midz-services-meta,
.midz-service-back-link {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.midz-service-back-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 4px;
}

.midz-services-visual,
.midz-service-single-visual {
  position: relative;
}

.midz-services-visual--mobile {
  display: none;
}

.midz-services-visual-frame {
  position: relative;
  min-height: 420px;
  max-height: 520px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(160deg, rgba(22,22,22,0.98), rgba(8,8,8,0.98));
  box-shadow: 0 26px 76px rgba(0,0,0,0.34);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.midz-services-visual-frame::before {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.055);
  pointer-events: none;
}

.midz-services-visual-frame img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(0,0,0,0.45));
}

.midz-services-archive,
.midz-service-detail-wrap,
.midz-service-process,
.midz-service-related {
  padding: 0 0 70px;
}

.midz-services-heading {
  margin-bottom: 34px;
  text-align: left;
}

.midz-services-heading .section-subtitle {
  width: auto;
  max-width: none;
}

.midz-services-heading h2 {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  margin: 12px 0 0;
  max-width: 880px;
}

.midz-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.midz-service-card,
.midz-related-project-card,
.midz-service-detail-card,
.midz-service-feature-card,
.midz-service-process-item {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(17,17,17,0.98), rgba(8,8,8,0.98));
  overflow: hidden;
}

.midz-service-card {
  padding: clamp(22px, 2.2vw, 34px);
  min-height: clamp(430px, 42vw, 540px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  isolation: isolate;
  border: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(145deg, rgba(24,24,24,0.98), rgba(7,7,7,0.98) 64%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.075), 0 28px 70px rgba(0,0,0,0.28);
  transition: transform 0.28s cubic-bezier(.22, .61, .36, 1), box-shadow 0.28s ease;
  transform: translate3d(0,0,0) scale(var(--midz-card-scale, 1));
  will-change: transform;
}

.midz-service-card:hover,
.midz-related-project-card:hover {
  transform: translate3d(0,-6px,0) scale(var(--midz-card-scale, 1.01));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 28px 72px rgba(0,0,0,0.34);
}

.midz-service-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.12), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 22% 78%, rgba(255,255,255,0.055), transparent 34%);
  opacity: 0.78;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.midz-service-card::after,
.midz-services-cta::after,
.midz-service-detail-card::after,
.midz-service-feature-card::after,
.midz-related-project-card::after {
  content: '';
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.22), rgba(255,255,255,0));
}

.midz-service-card::after {
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(5,5,5,0) 42%, rgba(5,5,5,0.72) 100%),
    radial-gradient(circle at var(--midz-card-mx, 72%) var(--midz-card-my, 70%), rgba(255,255,255,0.13), transparent 28%);
  opacity: 0.86;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.midz-service-card-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.midz-service-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  z-index: 3;
}

.midz-service-number {
  color: rgba(255,255,255,0.15);
  font-size: clamp(52px, 7vw, 96px);
  line-height: 1;
  font-family: 'Arapey', serif;
  letter-spacing: -0.08em;
}

.midz-service-icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 18px 38px rgba(0,0,0,0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transform: translateZ(0);
}

.midz-service-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.midz-service-card-copy h3,
.midz-related-project-copy h3,
.midz-service-detail-card h2,
.midz-service-feature-card h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.midz-service-card-copy p,
.midz-related-project-copy p,
.midz-service-detail-card p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.midz-service-card-copy {
  position: relative;
  z-index: 3;
  max-width: 76%;
}

.midz-service-card-copy ul,
.midz-service-feature-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.midz-service-card-copy li,
.midz-service-feature-card li {
  color: rgba(255,255,255,0.84);
  font-size: 15px;
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.midz-service-card-copy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.62);
}

.midz-service-card-media {
  position: absolute;
  right: clamp(-36px, -2vw, -16px);
  bottom: clamp(52px, 7vw, 88px);
  z-index: 1;
  width: min(46%, 260px);
  min-height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0.92;
  transform: rotate(-4deg) translateZ(0);
  transition: transform 0.28s cubic-bezier(.22, .61, .36, 1), opacity 0.22s ease;
  will-change: transform;
}

.midz-service-card-media img {
  width: auto;
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(0,0,0,0.55));
}

.midz-service-card:hover .midz-service-card-media {
  opacity: 1;
  transform: rotate(-3deg) translate3d(-5px, -5px, 0) scale(1.025);
}

.midz-service-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 18px;
  margin-top: auto;
  position: relative;
  z-index: 4;
}

.midz-service-card-foot .arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 1;
  background: #fff;
  color: #050505;
  transform: rotate(0deg);
  box-shadow: 0 12px 26px rgba(0,0,0,0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.midz-service-card:hover .midz-service-card-foot .arrow {
  transform: translate3d(4px, -4px, 0) rotate(45deg);
  background: #fff;
  color: #050505;
  box-shadow: 0 16px 34px rgba(0,0,0,0.3);
}

.midz-services-cta {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 26px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(180deg, rgba(14,14,14,0.96), rgba(8,8,8,0.96));
}

.midz-services-cta h3 {
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.1;
  margin: 10px 0 0;
  max-width: 720px;
}

.midz-service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.midz-service-detail-card,
.midz-service-feature-card {
  padding: 30px;
}

.midz-service-feature-card li {
  padding-left: 0;
  display: flex;
  gap: 14px;
}

.midz-service-feature-card li span {
  color: rgba(255,255,255,0.62);
  width: 34px;
  flex: 0 0 34px;
}

.midz-service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.midz-service-process-item {
  padding: 24px;
}

.midz-service-process-item span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.midz-service-process-item h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.midz-related-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.midz-related-project-card {
  min-height: 100%;
}

.midz-related-project-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.midz-related-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.midz-related-project-copy {
  padding: 22px 22px 26px;
}

.midz-related-project-meta {
  display: inline-flex;
  margin-top: 16px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .midz-services-grid,
  .midz-related-projects-grid,
  .midz-service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .midz-services-hero,
  .midz-service-single-hero {
    padding: 126px 0 56px;
  }

  .midz-services-hero-grid,
  .midz-service-single-grid,
  .midz-service-detail-grid,
  .midz-services-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  body.services-page .midz-services-hero-inner {
    min-height: auto;
    padding-bottom: 36px;
  }

  body.services-page .midz-services-hero-shape {
    right: clamp(8px, 2vw, 20px);
    width: clamp(170px, 48vw, 280px);
  }

  body.services-page .midz-services-hero-content {
    max-width: 100%;
  }

  .midz-service-card,
  .midz-service-card:hover {
    transform: none;
  }
}

@media (max-width: 991px) {
  body.services-page .midz-services-hero > .custom-container,
  body.services-page .midz-services-archive > .custom-container,
  body.projects-page .feature-sec > .custom-container,
  body.service-single-page .midz-service-single-hero > .custom-container,
  body.service-single-page .midz-service-detail-wrap > .custom-container,
  body.service-single-page .midz-service-process > .custom-container,
  body.service-single-page .midz-service-related > .custom-container,
  body.service-single-page .midz-service-clients > .custom-container,
  body.service-single-page .midz-service-tools > .custom-container,
  body.service-single-page .midz-service-journey > .custom-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  .midz-services-copy h1,
  .midz-service-single-copy h1 {
    font-size: 42px;
  }

  .midz-services-copy p,
  .midz-service-single-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .midz-services-hero {
    padding-bottom: 46px;
  }

  body.services-page .midz-services-hero-shape {
    width: clamp(150px, 52vw, 240px);
    right: clamp(4px, 1.5vw, 12px);
  }

  body.services-page .midz-services-meta {
    margin-top: 12px;
    font-size: 13px;
  }

  .midz-services-grid,
  .midz-related-projects-grid,
  .midz-service-process-grid {
    grid-template-columns: 1fr;
  }

  .midz-services-cta {
    padding: 24px;
  }

  .midz-service-card,
  .midz-service-detail-card,
  .midz-service-feature-card,
  .midz-service-process-item {
    border-radius: 22px;
  }

  .midz-service-card {
    padding: 22px;
    min-height: 430px;
  }

  .midz-service-card-copy h3,
  .midz-related-project-copy h3,
  .midz-service-detail-card h2,
  .midz-service-feature-card h3 {
    font-size: 28px;
  }

  .midz-service-card-copy {
    max-width: 100%;
  }

  .midz-service-card-media {
    position: relative;
    right: auto;
    bottom: auto;
    width: 72%;
    max-width: 250px;
    align-self: flex-end;
    margin: -6px -18px 0 0;
  }

  .midz-service-number {
    font-size: 58px;
  }

  .midz-service-icon-wrap {
    display: none;
  }
}

/* ===== Service single page ===== */
body.service-single-page {
  background: #050505;
}

body.service-single-page .midz-service-single-hero {
  padding: clamp(118px, 10vw, 142px) 0 clamp(42px, 5vw, 64px);
  position: relative;
  overflow: hidden;
}

body.service-single-page .midz-service-single-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(260px, 0.82fr);
  gap: clamp(20px, 3.6vw, 44px);
  align-items: center;
  min-height: 0;
  padding: 0;
  overflow: visible;
}

body.service-single-page .midz-service-single-hero-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

body.service-single-page .midz-service-single-copy h1 {
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 0.98;
  max-width: 11ch;
}

body.service-single-page .midz-service-single-copy p {
  max-width: 560px;
  margin-top: 16px;
}

body.service-single-page .midz-services-kicker {
  color: rgba(255,255,255,0.58);
}

body.service-single-page .midz-service-single-hero-shape {
  position: relative;
  right: auto;
  bottom: auto;
  justify-self: end;
  align-self: center;
  width: min(100%, clamp(250px, 32vw, 460px));
  height: auto;
  aspect-ratio: 508 / 488;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  animation: upDownAnim 3s infinite linear;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.55));
}

body.service-single-page .midz-services-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

body.service-single-page .midz-service-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 20px 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  width: auto;
  max-width: fit-content;
}

body.service-single-page .midz-service-back-btn img {
  width: 14px;
  height: 14px;
  opacity: 0.92;
  transform: rotate(-45deg);
  transition: transform 0.22s ease;
}

body.service-single-page .midz-service-back-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

body.service-single-page .midz-service-back-btn:hover img {
  transform: translate(2px, -2px) rotate(-45deg);
}

body.service-single-page .theme-btn {
  width: auto;
  max-width: fit-content;
  display: inline-flex;
  white-space: nowrap;
}

.midz-service-section-head {
  margin-bottom: 34px;
  text-align: left;
}

body.service-single-page .midz-service-section-head h2,
body.service-single-page .midz-service-section-head .section-desc {
  margin-left: 0;
  margin-right: 0;
}

body.service-single-page .midz-service-section-head .section-subtitle {
  width: auto;
  max-width: none;
}

body.services-page .midz-services-heading,
body.service-single-page .midz-service-section-head,
body.projects-page .feature-sec .section-header.section-header2,
body.service-single-page .midz-service-work-sec .section-header.section-header2 {
  text-align: left;
}

body.projects-page .feature-sec .section-header.section-header2,
body.service-single-page .midz-service-work-sec .section-header.section-header2 {
  align-items: flex-start;
  justify-content: flex-start;
}

body.projects-page .feature-sec .section-header.section-header2 .section-subtitle,
body.service-single-page .midz-service-work-sec .section-header.section-header2 .section-subtitle {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

body.projects-page .feature-sec .section-header.section-header2 .section-title2,
body.service-single-page .midz-service-work-sec .section-header.section-header2 .section-title2 {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  margin: 12px 0 0;
  max-width: 880px;
}

body.projects-page .feature-sec .section-header.section-header2 .section-desc,
body.service-single-page .midz-service-work-sec .section-header.section-header2 .section-desc {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

body.projects-page .feature-sec {
  padding-top: clamp(18px, 2.4vw, 32px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

body.projects-page .feature-sec .section-header.section-header2 {
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

body.projects-page .faq-sec {
  padding-top: clamp(34px, 4.4vw, 52px);
}

.midz-service-section-head h2 {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  margin: 12px 0 0;
  max-width: 880px;
}

.midz-service-section-head .section-desc {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255,255,255,0.64);
  font-size: 15px;
  line-height: 1.8;
}

.midz-service-clients {
  padding: clamp(48px, 6vw, 72px) 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

@media (min-width: 768px) {
  .midz-service-clients {
    padding-bottom: clamp(48px, 6vw, 72px);
  }
}

.midz-service-clients-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.midz-service-client-card {
  min-height: 118px;
  padding: 22px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(14,14,14,0.98), rgba(8,8,8,0.98));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.midz-service-client-card:hover {
  border-color: var(--midz-crimson, #D32028);
  background: linear-gradient(180deg, rgba(211,32,40,0.08), rgba(211,32,40,0.03));
}

.midz-service-client-card img {
  height: 34px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.45);
  opacity: 0.92;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.midz-service-client-card:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

.midz-service-client-card span {
  color: rgba(255,255,255,0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.midz-service-clients-marquee {
  display: none;
}

body.service-single-page .midz-service-clients-marquee.our-partner-sec {
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  mask-image: none;
  -webkit-mask-image: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: none;
  padding: 32px 0;
  background: #000;
  overflow: hidden;
}

body.service-single-page .midz-service-clients-marquee.our-partner-sec ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(72px, 16vw, 190px);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: midzServicePartnerMarquee 30s linear infinite;
  will-change: transform;
}

body.service-single-page .midz-service-clients-marquee.our-partner-sec ul li {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.service-single-page .midz-service-clients-marquee.our-partner-sec ul li img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.55);
  opacity: 0.9;
}

@keyframes midzServicePartnerMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.midz-service-tools-marquee {
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0;
  background: #000;
  mask-image: none;
  -webkit-mask-image: none;
}

.midz-service-tools-marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 4vw, 28px);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: midzServiceToolsMarquee 30s linear infinite;
  will-change: transform;
}

.midz-service-tool-icon-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 68px;
}

.midz-service-tool-icon-name {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}

.midz-service-tool-icon-item .midz-service-tool-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.midz-service-tool-icon-item .midz-service-tool-mark svg {
  width: 54%;
  max-height: 54%;
}

.midz-service-tool-icon-item .midz-service-tool-mark img {
  width: 58%;
  height: 58%;
  object-fit: contain;
}

.midz-service-tool-icon-item .midz-service-tool-letter {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

@keyframes midzServiceToolsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.midz-service-tools,
.midz-service-journey {
  padding: clamp(56px, 6vw, 84px) 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.midz-service-tools-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.midz-service-tool-pill {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 26px) clamp(14px, 1.6vw, 18px) clamp(18px, 2vw, 22px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.06), transparent 58%),
    linear-gradient(165deg, rgba(16,16,16,0.98), rgba(7,7,7,0.99));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
}

.midz-service-tool-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, var(--tool-glow, rgba(255,255,255,0.12)), transparent 70%);
  transition: opacity 0.38s ease;
  pointer-events: none;
  z-index: 0;
}

.midz-service-tool-pill::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 42%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.45;
  pointer-events: none;
}

.midz-service-tool-pill:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 22px 48px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,255,255,0.04);
}

.midz-service-tool-pill:hover::before {
  opacity: 1;
}

.midz-service-tool-mark {
  position: relative;
  z-index: 1;
  width: clamp(58px, 5vw, 68px);
  height: clamp(58px, 5vw, 68px);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}

.midz-service-tool-mark svg {
  width: 58%;
  height: auto;
  max-height: 58%;
  display: block;
}

.midz-service-tool-mark img {
  width: 62%;
  height: 62%;
  object-fit: contain;
}

.midz-service-tool-letter {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.midz-service-tool-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.midz-service-tool-pill strong {
  color: #fff;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.2;
  font-weight: 600;
}

.midz-service-tool-pill small {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  line-height: 1.45;
}

.midz-service-tool-pill--figma { --tool-glow: rgba(162,89,255,0.28); }
.midz-service-tool-pill--figma .midz-service-tool-mark { background: linear-gradient(145deg, rgba(242,78,30,0.16), rgba(162,89,255,0.14)); }

.midz-service-tool-pill--webflow { --tool-glow: rgba(67,83,255,0.34); }
.midz-service-tool-pill--webflow .midz-service-tool-mark { background: linear-gradient(145deg, rgba(67,83,255,0.22), rgba(67,83,255,0.08)); }

.midz-service-tool-pill--react { --tool-glow: rgba(97,218,251,0.32); }
.midz-service-tool-pill--react .midz-service-tool-mark { background: linear-gradient(145deg, rgba(97,218,251,0.18), rgba(97,218,251,0.06)); }

.midz-service-tool-pill--wordpress { --tool-glow: rgba(33,117,155,0.34); }
.midz-service-tool-pill--wordpress .midz-service-tool-mark { background: linear-gradient(145deg, rgba(33,117,155,0.24), rgba(33,117,155,0.08)); }

.midz-service-tool-pill--shopify { --tool-glow: rgba(149,191,71,0.32); }
.midz-service-tool-pill--shopify .midz-service-tool-mark { background: linear-gradient(145deg, rgba(149,191,71,0.22), rgba(94,142,62,0.1)); }

.midz-service-tool-pill--gsap { --tool-glow: rgba(136,206,2,0.3); }
.midz-service-tool-pill--gsap .midz-service-tool-mark { background: linear-gradient(145deg, rgba(136,206,2,0.2), rgba(136,206,2,0.06)); }

.midz-service-tool-pill--meta-suite { --tool-glow: rgba(0,129,251,0.3); }
.midz-service-tool-pill--meta-suite .midz-service-tool-mark { background: linear-gradient(145deg, rgba(0,129,251,0.22), rgba(0,98,224,0.08)); }

.midz-service-tool-pill--hootsuite { --tool-glow: rgba(255,76,70,0.28); }
.midz-service-tool-pill--hootsuite .midz-service-tool-mark { background: linear-gradient(145deg, rgba(255,76,70,0.2), rgba(255,76,70,0.06)); }

.midz-service-tool-pill--capcut { --tool-glow: rgba(37,244,238,0.24); }
.midz-service-tool-pill--capcut .midz-service-tool-mark { background: linear-gradient(145deg, rgba(37,244,238,0.14), rgba(254,44,85,0.1)); }

.midz-service-tool-pill--google-analytics { --tool-glow: rgba(249,171,0,0.28); }
.midz-service-tool-pill--google-analytics .midz-service-tool-mark { background: linear-gradient(145deg, rgba(249,171,0,0.2), rgba(227,116,0,0.08)); }

.midz-service-tool-pill--premiere-pro,
.midz-service-tool-pill--after-effects,
.midz-service-tool-pill--audition { --tool-glow: rgba(153,153,255,0.28); }

.midz-service-tool-pill--photoshop { --tool-glow: rgba(49,168,255,0.28); }

.midz-service-tool-pill--canva { --tool-glow: rgba(0,196,204,0.28); }

.midz-service-tool-pill--notion { --tool-glow: rgba(255,255,255,0.18); }

.midz-service-journey {
  --journey-red: #c41e24;
  --journey-red-soft: rgba(196, 30, 36, 0.42);
  --journey-red-glow: rgba(232, 17, 35, 0.55);
}

.midz-service-journey-track {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 6px 0;
}



.midz-service-journey-line {
  position: absolute;
  top: 0;
  left: 27px;
  width: 2px;
  height: 0;
  z-index: 0;
  pointer-events: none;
}

.midz-service-journey-line-base {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(196, 30, 36, 0.18) 0%,
    var(--journey-red-soft) 18%,
    var(--journey-red-soft) 82%,
    rgba(196, 30, 36, 0.18) 100%
  );
}

.midz-service-journey-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #8b1a1a 0%, var(--journey-red) 70%, #ff3643 100%);
  box-shadow: 0 0 12px rgba(232, 17, 35, 0.22);
  transition: top 0.75s cubic-bezier(0.22, 1, 0.36, 1), height 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: top, height;
}

.midz-service-journey-light {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, #ff3643 30%, #fff 50%, #ff3643 70%, transparent);
  box-shadow:
    0 0 14px var(--journey-red-glow),
    0 0 28px rgba(232, 17, 35, 0.22);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: top 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  will-change: top;
  pointer-events: none;
}

.midz-service-journey-track.is-ready .midz-service-journey-light {
  opacity: 1;
}

.midz-service-journey-step {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: clamp(20px, 3vw, 40px);
  align-items: start;
  padding: clamp(20px, 2.4vw, 30px) 0;
  border: 0;
  background: transparent;
  min-height: 0;
  opacity: 0.58;
  transform: translateX(0);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.midz-service-journey-step.is-active,
.midz-service-journey-step.is-hover {
  opacity: 1;
}

.midz-service-journey-copy {
  grid-column: 2;
  padding-top: 12px;
  text-align: left;
}

.midz-service-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  grid-row: 1;
  grid-column: 1;
  border-radius: 999px;
  border: 1px solid rgba(196, 30, 36, 0.34);
  background: #090909;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 6px rgba(9, 9, 9, 0.94);
  transition: border-color 0.45s ease, box-shadow 0.45s ease, color 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.midz-service-journey-step.is-active .midz-service-journey-number,
.midz-service-journey-step.is-hover .midz-service-journey-number,
.midz-service-journey-step:focus-within .midz-service-journey-number {
  border-color: var(--journey-red);
  color: #fff;
  transform: scale(1.04);
  box-shadow:
    0 0 0 6px rgba(9, 9, 9, 0.94),
    0 0 24px rgba(232, 17, 35, 0.34);
}

.midz-service-journey-copy h3,
.midz-service-journey-step h3 {
  color: #fff !important;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  margin: 0 0 12px;
  -webkit-text-fill-color: #fff !important;
  transition: color 0.35s ease;
}

.midz-service-journey-step.is-active .midz-service-journey-copy h3,
.midz-service-journey-step.is-hover .midz-service-journey-copy h3 {
  color: #fff !important;
}

.midz-service-journey-copy p,
.midz-service-journey-step p {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.75;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  transition: color 0.35s ease;
}

.midz-service-journey-step.is-active .midz-service-journey-copy p,
.midz-service-journey-step.is-hover .midz-service-journey-copy p {
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

body.service-single-page .midz-service-journey .reveal-ready,
body.service-single-page .midz-service-journey .reveal-ready .char,
body.service-single-page .midz-service-tools .reveal-ready,
body.service-single-page .midz-service-tools .reveal-ready .char,
body.service-single-page .midz-service-clients .reveal-ready,
body.service-single-page .midz-service-clients .reveal-ready .char {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

@keyframes midzJourneyLightVertical {
  0% { opacity: 0.65; }
  50% { opacity: 1; }
  100% { opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
  .midz-service-journey-light,
  .midz-service-journey-line-progress,
  .midz-service-journey-step,
  .midz-service-journey-number {
    transition: none !important;
  }
}

body.service-single-page .midz-service-work-sec {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: clamp(56px, 6vw, 84px);
}

body.service-single-page .midz-service-work-sec .section-header2 {
  margin-bottom: 28px;
}

body.services-page .theme-btn,
body.services-page .midz-services-cta .theme-btn,
body.service-single-page .midz-service-single-hero .theme-btn,
body.service-single-page .midz-services-actions .theme-btn {
  width: auto;
  max-width: fit-content;
  display: inline-flex;
}

@media (max-width: 1200px) {
  .midz-service-clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .midz-service-tools-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .midz-service-journey-step {
    padding: 0px 0;
  }
  
  .midz-service-journey-track {
margin-left:74px;
}
}

@media (min-width: 1280px) and (max-width: 1760px) and (min-height: 860px) {
  body.services-page .midz-services-hero > .custom-container,
  body.services-page .midz-services-archive > .custom-container,
  body.service-single-page .midz-service-single-hero > .custom-container,
  body.service-single-page .midz-service-detail-wrap > .custom-container,
  body.service-single-page .midz-service-process > .custom-container,
  body.service-single-page .midz-service-related > .custom-container,
  body.service-single-page .midz-service-clients > .custom-container,
  body.service-single-page .midz-service-tools > .custom-container,
  body.service-single-page .midz-service-journey > .custom-container,
  body.service-single-page .midz-service-work-sec > .custom-container {
    width: min(100% - 96px, 1400px) !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 992px) and (max-width: 1440px), (min-width: 992px) and (max-height: 920px) {
  body.service-single-page .midz-service-single-hero {
    padding: clamp(104px, 8vw, 124px) 0 clamp(32px, 4vw, 48px);
  }

  body.service-single-page .midz-service-single-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.76fr);
    gap: clamp(18px, 2.8vw, 32px);
    align-items: center;
  }

  body.service-single-page .midz-service-single-copy h1 {
    font-size: clamp(40px, 4.8vw, 64px);
    line-height: 1;
    max-width: 12ch;
  }

  body.service-single-page .midz-service-single-copy p {
    max-width: 500px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
  }

  body.service-single-page .midz-services-actions {
    margin-top: 22px;
    gap: 12px;
  }

  body.service-single-page .midz-service-single-hero-shape {
    width: min(100%, clamp(220px, 28vw, 360px));
    max-height: 380px;
  }

  body.service-single-page .midz-service-clients,
  body.service-single-page .midz-service-tools,
  body.service-single-page .midz-service-journey,
  body.service-single-page .midz-service-work-sec {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 860px),
       (min-width: 1441px) and (max-width: 1730px) and (min-height: 970px) {
  body.service-pr-events-page .midz-service-single-hero {
    padding-top: clamp(116px, 8vw, 132px);
    padding-bottom: clamp(36px, 4vw, 52px);
  }

  body.service-pr-events-page .midz-service-single-hero > .custom-container,
  body.service-pr-events-page .midz-service-clients > .custom-container,
  body.service-pr-events-page .midz-service-tools > .custom-container,
  body.service-pr-events-page .midz-service-journey > .custom-container,
  body.service-pr-events-page .midz-service-work-sec > .custom-container {
    max-width: 1180px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.service-pr-events-page .midz-service-single-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
    gap: clamp(18px, 2.2vw, 26px);
    align-items: center;
  }

  body.service-pr-events-page .midz-service-single-hero-content {
    max-width: 100%;
  }

  body.service-pr-events-page .midz-service-single-copy h1 {
    max-width: 11ch;
    font-size: 48px;
    line-height: 1.15;
  }

  body.service-pr-events-page .midz-service-single-copy p {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.65;
  }

  body.service-pr-events-page .midz-services-actions {
    margin-top: 20px;
    gap: 12px;
  }

  body.service-pr-events-page .midz-service-single-hero-shape {
    justify-self: end;
    width: min(100%, clamp(260px, 26vw, 360px));
    max-height: 360px;
  }

  body.service-pr-events-page .midz-service-clients,
  body.service-pr-events-page .midz-service-tools,
  body.service-pr-events-page .midz-service-journey,
  body.service-pr-events-page .midz-service-work-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  body.service-single-page .midz-service-single-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
  }

  body.service-single-page .midz-service-single-hero > .custom-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  body.service-single-page .midz-service-single-hero-content {
    display: contents;
  }

  body.service-single-page .midz-service-single-copy {
    order: 1;
    width: 100%;
    text-align: left;
    align-self: stretch;
  }

  body.service-single-page .midz-service-single-copy h1,
  body.service-single-page .midz-service-single-copy p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  body.service-single-page .midz-services-kicker {
    justify-content: flex-start;
    text-align: left;
  }

  body.service-single-page .midz-service-single-hero-shape {
    order: 2;
    justify-self: center;
    width: min(72vw, 320px);
    margin: 2px auto 4px;
    align-self: center;
  }

  body.service-single-page .midz-services-actions {
    order: 3;
    margin-top: 0;
    width: 100%;
    justify-content: flex-start;
    align-self: stretch;
    padding-left: 10px;
  }

  body.services-page .midz-services-actions {
    padding-left: 10px;
  }

  body.service-single-page .midz-service-single-copy h1 {
    max-width: none;
  }

  .midz-service-tools,
  .midz-service-journey,
  .midz-service-clients {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  body.projects-page .feature-sec {
    padding-top: 14px;
    padding-bottom: 28px;
  }

  body.projects-page .feature-sec .section-header.section-header2 {
    margin-bottom: 16px;
  }

  body.projects-page .faq-sec {
    padding-top: 24px;
  }

  body.service-single-page .midz-services-actions {
    gap: 12px;
  }

  body.service-single-page .midz-service-single-hero-shape {
    width: min(68vw, 260px);
  }

  .midz-service-clients-grid {
    display: none;
  }

  .midz-service-clients-marquee {
    display: block;
  }

  body.service-single-page .midz-service-clients-marquee.our-partner-sec {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.services-page .feature-sec,
  body.service-single-page .feature-sec {
    margin-top: -10px;
    padding-bottom: 0;
  }

  body.service-single-page .feature-sec .feature-project-lists {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .midz-service-tools-row--desktop {
    display: none;
  }

  .midz-service-tools-marquee {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .midz-service-tools-marquee-track {
    gap: 24px;
    padding-left: 0;
    align-items: flex-end;
  }

  .midz-service-tool-icon-item {
    min-width: 76px;
    gap: 10px;
  }

  .midz-service-tool-icon-name {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .midz-service-tool-icon-item .midz-service-tool-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .midz-service-journey-step {
    padding: 18px 0;
    column-gap: 18px;
  }

  .midz-service-journey-line {
    left: 24px;
  }

  .midz-service-journey-light {
    width: 3px;
    height: 44px;
  }

  .midz-service-journey-number {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .midz-service-journey-step {
    grid-template-columns: 50px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  body.service-single-page .midz-service-clients-marquee.our-partner-sec ul {
    gap: 64px;
  }

  body.service-single-page .midz-service-clients-marquee.our-partner-sec ul li img {
    height: 26px;
    max-width: 120px;
  }
}

/* ===== LAPTOP — hide client card labels, reduce feature-sec spacing ===== */
@media (min-width: 992px) {
  .midz-service-client-card span {
    display: none;
  }

  .midz-service-client-card {
    gap: 0;
    min-height: 90px;
    padding: 18px 14px;
  }

  body.services-page .feature-sec,
  body.service-single-page .feature-sec {
    margin-top: -20px;
    padding-bottom: 0;
  }

  body.projects-page .feature-sec {
    padding-top: 22px;
    padding-bottom: 48px;
  }

  body.projects-page .feature-sec .section-header.section-header2 {
    margin-bottom: 22px;
  }

  body.projects-page .faq-sec {
    padding-top: 40px;
  }

  body.service-single-page .feature-sec .feature-project-lists {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
