.elementor-10 .elementor-element.elementor-element-841c89d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-e50d0f4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-de81598 *//* =========================================
   METRICOVA HOME PAGE
   Creative Growth System
   ========================================= */

.mx-home {
  --mx-dark: #224248;
  --mx-dark-2: #17383e;
  --mx-teal: #325E6A;
  --mx-aqua: #44A1A4;
  --mx-orange: #FF9A00;
  --mx-white: #ffffff;
  --mx-light: #eef5f4;
  --mx-text: #18383e;

  color: var(--mx-text);
  background: var(--mx-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.mx-home *,
.mx-home *::before,
.mx-home *::after {
  box-sizing: border-box;
}

.mx-container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.mx-home a {
  text-decoration: none;
}


/* =========================================
   HERO
   ========================================= */

.mx-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(68,161,164,.20), transparent 28%),
    linear-gradient(135deg, #17383e 0%, #224248 55%, #132e34 100%);
  color: white;
  padding: 90px 0 75px;
  position: relative;
}

.mx-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -180px;
  top: -180px;
}

.mx-hero-grid {
  width: min(1240px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.mx-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a9d9da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 28px;
}

.mx-eyebrow span {
  width: 35px;
  height: 2px;
  background: var(--mx-orange);
}

.mx-hero h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 105px);
  line-height: .86;
  letter-spacing: -5px;
  font-weight: 900;
}

.mx-hero h1 span {
  display: block;
  color: var(--mx-aqua);
}

.mx-hero h1 strong {
  display: block;
  color: var(--mx-orange);
}

.mx-hero-text {
  max-width: 620px;
  margin: 35px 0;
  color: #c6d9da;
  font-size: 17px;
  line-height: 1.8;
}

.mx-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mx-btn {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  transition: .3s ease;
}

.mx-btn span {
  font-size: 20px;
}

.mx-btn-orange {
  color: #152f34;
  background: var(--mx-orange);
}

.mx-btn-orange:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(255,154,0,.25);
}

.mx-btn-outline {
  color: white;
  border: 1px solid rgba(255,255,255,.35);
}

.mx-btn-outline:hover {
  border-color: var(--mx-aqua);
  color: var(--mx-aqua);
}

.mx-mini-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.mx-mini-stats div {
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 16px;
}

.mx-mini-stats b {
  display: block;
  color: var(--mx-orange);
  font-size: 22px;
}

.mx-mini-stats span {
  color: #a9c0c1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* =========================================
   HERO IMAGE
   ========================================= */

.mx-hero-visual {
  position: relative;
  padding: 25px;
}

.mx-image-card {
  position: relative;
  background: #102d33;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 35px 80px rgba(0,0,0,.35),
    0 0 80px rgba(68,161,164,.10);
  transform: rotate(2deg);
  transition: .5s ease;
}

.mx-image-card:hover {
  transform: rotate(0deg) translateY(-8px);
}

.mx-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.mx-image-top,
.mx-image-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  color: #8fb9bb;
  font-size: 9px;
  letter-spacing: 2px;
}

.mx-image-bottom strong {
  color: var(--mx-orange);
  font-size: 10px;
}

.mx-image-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(68,161,164,.18);
  filter: blur(80px);
  border-radius: 50%;
  right: 10%;
  top: 20%;
}

.mx-floating-card {
  position: absolute;
  background: rgba(16,45,51,.94);
  border: 1px solid rgba(255,255,255,.15);
  padding: 15px 20px;
  min-width: 160px;
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
  backdrop-filter: blur(10px);
}

.mx-floating-card span {
  color: var(--mx-orange);
  font-size: 10px;
}

.mx-floating-card b {
  display: block;
  color: white;
  font-size: 13px;
  margin: 5px 0;
}

.mx-floating-card small {
  color: #9bb9ba;
  font-size: 9px;
}

.mx-float-one {
  left: -25px;
  top: 18%;
}

.mx-float-two {
  right: -20px;
  bottom: 15%;
}


/* =========================================
   MARQUEE
   ========================================= */

.mx-marquee {
  background: var(--mx-orange);
  overflow: hidden;
  white-space: nowrap;
}

.mx-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  min-width: max-content;
  padding: 16px 0;
  animation: mx-marquee 28s linear infinite;
}

.mx-marquee span {
  color: #17383e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.mx-marquee i {
  color: #17383e;
  font-style: normal;
}

@keyframes mx-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* =========================================
   INTRO
   ========================================= */

.mx-intro {
  padding: 120px 0;
  background: #fff;
}

.mx-section-label {
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--mx-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 45px;
}

.mx-section-label span {
  color: var(--mx-orange);
  font-size: 14px;
}

.mx-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: start;
}

.mx-intro h2 {
  font-size: clamp(45px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -4px;
  margin: 0;
}

.mx-intro h2 em {
  color: var(--mx-aqua);
  font-style: normal;
}

.mx-intro-copy {
  padding-top: 10px;
}

.mx-intro-copy p {
  color: #60777a;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
}

.mx-text-link {
  display: inline-flex;
  gap: 20px;
  margin-top: 15px;
  color: var(--mx-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mx-text-link span {
  color: var(--mx-orange);
  font-size: 18px;
}


/* =========================================
   SERVICES
   ========================================= */

.mx-services {
  background: var(--mx-light);
  padding: 120px 0;
}

.mx-section-heading {
  margin-bottom: 60px;
}

.mx-section-number {
  color: var(--mx-orange);
  font-size: 14px;
  font-weight: 900;
  margin-right: 12px;
}

.mx-kicker {
  color: var(--mx-aqua);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.5px;
}

.mx-section-heading h2 {
  font-size: clamp(45px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -4px;
  margin: 22px 0;
}

.mx-section-heading h2 em,
.mx-system h2 em,
.mx-process-heading h2 em,
.mx-answers-title h2 em {
  color: var(--mx-orange);
  font-style: normal;
}

.mx-section-heading p {
  max-width: 760px;
  color: #61777a;
  line-height: 1.8;
}

.mx-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.mx-service {
  min-height: 290px;
  padding: 28px;
  background: white;
  color: var(--mx-text);
  border: 1px solid #dbe6e5;
  position: relative;
  transition: .35s ease;
  overflow: hidden;
}

.mx-service::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(68,161,164,.08);
  right: -50px;
  bottom: -50px;
  transition: .4s ease;
}

.mx-service:hover {
  transform: translateY(-8px);
  border-color: var(--mx-aqua);
  box-shadow: 0 20px 45px rgba(34,66,72,.10);
}

.mx-service:hover::after {
  transform: scale(2);
}

.mx-service-large {
  grid-column: span 2;
  background: var(--mx-dark);
  color: white;
}

.mx-service-wide {
  grid-column: span 2;
}

.mx-service-dark {
  background: var(--mx-teal);
  color: white;
}

.mx-service-no {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 10px;
  color: var(--mx-orange);
  font-weight: 900;
}

.mx-service-icon {
  font-size: 35px;
  font-weight: 900;
  color: var(--mx-aqua);
  margin-bottom: 45px;
}

.mx-service h3 {
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: -.5px;
}

.mx-service p {
  color: #6d8184;
  font-size: 13px;
  line-height: 1.7;
  max-width: 400px;
}

.mx-service-large p,
.mx-service-dark p {
  color: #b8cccc;
}

.mx-service strong {
  position: absolute;
  bottom: 25px;
  left: 28px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--mx-orange);
}


/* =========================================
   SYSTEM
   ========================================= */

.mx-system {
  padding: 120px 0;
  background: var(--mx-dark);
  color: white;
}

.mx-system-top {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: end;
}

.mx-system h2 {
  font-size: clamp(45px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -4px;
  margin: 20px 0 0;
}

.mx-system-top > p {
  color: #adc3c4;
  line-height: 1.8;
}

.mx-system-map {
  min-height: 600px;
  position: relative;
  margin-top: 70px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 50px 50px;
}

.mx-system-center {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--mx-orange);
  color: var(--mx-dark);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0 0 20px rgba(255,154,0,.05),
              0 0 0 45px rgba(255,154,0,.03);
}

.mx-system-center span {
  font-size: 9px;
  letter-spacing: 2px;
}

.mx-system-center strong {
  font-size: 22px;
  margin-top: 8px;
}

.mx-system-node {
  position: absolute;
  padding: 20px 25px;
  min-width: 170px;
  background: #284d54;
  border: 1px solid rgba(255,255,255,.15);
}

.mx-system-node b {
  color: var(--mx-orange);
  font-size: 10px;
}

.mx-system-node strong {
  display: block;
  margin: 7px 0;
  font-size: 15px;
}

.mx-system-node small {
  color: #a6c0c1;
}

.node-one {
  top: 50px;
  left: 60px;
}

.node-two {
  top: 50px;
  right: 60px;
}

.node-three {
  bottom: 50px;
  left: 60px;
}

.node-four {
  bottom: 50px;
  right: 60px;
}


/* =========================================
   WHY
   ========================================= */

.mx-why {
  padding: 120px 0;
}

.mx-why-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.mx-why-title h2 {
  font-size: clamp(50px, 6vw, 80px);
  line-height: .9;
  letter-spacing: -4px;
  margin: 0;
}

.mx-why-title em {
  color: var(--mx-aqua);
  font-style: normal;
}

.mx-why-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe4e4;
}

.mx-why-item > span {
  color: var(--mx-orange);
  font-weight: 900;
}

.mx-why-item h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.mx-why-item p {
  margin: 0;
  color: #697e81;
  line-height: 1.7;
}


/* =========================================
   INDUSTRIES
   ========================================= */

.mx-industries {
  background: #f1f6f5;
  padding: 120px 0;
}

.mx-industry-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}

.mx-industry-heading h2 {
  font-size: clamp(45px, 6vw, 75px);
  line-height: .95;
  letter-spacing: -4px;
  margin: 20px 0 0;
}

.mx-industry-heading h2 em {
  color: var(--mx-orange);
  font-style: normal;
}

.mx-industry-heading > p {
  color: #657a7d;
  line-height: 1.8;
}

.mx-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mx-industry-feature {
  grid-column: span 2;
  grid-row: span 2;
  padding: 40px;
  min-height: 470px;
  background: var(--mx-dark);
  color: white;
  position: relative;
  overflow: hidden;
}

.mx-industry-feature::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(68,161,164,.35);
  border-radius: 50%;
  right: -100px;
  bottom: -100px;
}

.mx-industry-feature > span,
.mx-industry-card > span {
  color: var(--mx-orange);
  font-size: 10px;
  font-weight: 900;
}

.mx-industry-big-icon {
  font-size: 55px;
  color: var(--mx-aqua);
  margin-top: 55px;
}

.mx-industry-feature h3 {
  font-size: 32px;
  margin: 20px 0 15px;
}

.mx-industry-feature p {
  color: #b7cbcc;
  line-height: 1.8;
  max-width: 500px;
}

.mx-industry-feature b {
  color: var(--mx-orange);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mx-industry-card {
  background: white;
  padding: 27px;
  min-height: 220px;
  border: 1px solid #dce6e5;
  transition: .3s ease;
}

.mx-industry-card:hover {
  transform: translateY(-6px);
  border-color: var(--mx-aqua);
}

.mx-industry-card h3 {
  margin: 35px 0 12px;
  font-size: 19px;
}

.mx-industry-card p {
  color: #708386;
  line-height: 1.6;
  font-size: 13px;
}


/* =========================================
   SHIMLA
   ========================================= */

.mx-shimla {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background:
    linear-gradient(135deg, rgba(23,56,62,.97), rgba(34,66,72,.96)),
    url("https://metricova.in/wp-content/uploads/2026/09/Digital-Marketing-Agency-in-Shimla.png") center/cover;
  color: white;
}

.mx-shimla-content {
  max-width: 900px;
}

.mx-shimla h2 {
  font-size: clamp(50px, 7vw, 95px);
  line-height: .9;
  letter-spacing: -5px;
  margin: 25px 0 35px;
}

.mx-shimla h2 em {
  color: var(--mx-orange);
  font-style: normal;
}

.mx-shimla p {
  max-width: 850px;
  color: #bed0d1;
  line-height: 1.8;
  font-size: 16px;
}

.mx-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 35px;
}

.mx-keywords span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.15);
  color: #a9c5c6;
  font-size: 10px;
}


/* =========================================
   SEARCH
   ========================================= */

.mx-search {
  padding: 120px 0;
}

.mx-search-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.mx-search h2 {
  font-size: clamp(50px, 6vw, 78px);
  line-height: .9;
  letter-spacing: -4px;
  margin: 20px 0;
}

.mx-search h2 em {
  color: var(--mx-aqua);
  font-style: normal;
}

.mx-search-copy p {
  color: #65797c;
  line-height: 1.8;
  font-size: 16px;
}

.mx-search-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 40px;
}

.mx-search-points div {
  padding: 20px;
  background: var(--mx-light);
}

.mx-search-points b {
  display: block;
  color: var(--mx-orange);
  font-size: 20px;
}

.mx-search-points span {
  display: block;
  color: #657a7c;
  font-size: 10px;
  margin-top: 8px;
}


/* =========================================
   PROCESS
   ========================================= */

.mx-process {
  background: var(--mx-light);
  padding: 120px 0;
}

.mx-process-heading {
  margin-bottom: 60px;
}

.mx-process-heading h2 {
  font-size: clamp(50px, 6vw, 80px);
  line-height: .9;
  letter-spacing: -4px;
  margin: 20px 0;
}

.mx-process-row {
  display: grid;
  grid-template-columns: 80px 1fr 50px;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid #cfdddd;
  transition: .3s ease;
}

.mx-process-row:hover {
  padding-left: 15px;
}

.mx-process-row > span {
  color: var(--mx-orange);
  font-weight: 900;
}

.mx-process-row h3 {
  margin: 0 0 6px;
  font-size: 23px;
}

.mx-process-row p {
  margin: 0;
  color: #6b7e81;
  font-size: 13px;
}

.mx-process-row > b {
  color: var(--mx-aqua);
  font-size: 22px;
}


/* =========================================
   ANSWERS
   ========================================= */

.mx-answers {
  padding: 120px 0;
}

.mx-answers-title h2 {
  font-size: clamp(50px, 6vw, 78px);
  line-height: .9;
  letter-spacing: -4px;
  margin: 20px 0 60px;
}

.mx-answer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mx-answer-grid details {
  border: 1px solid #d9e4e3;
  background: white;
}

.mx-answer-grid summary {
  list-style: none;
  cursor: pointer;
  padding: 25px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mx-answer-grid summary::-webkit-details-marker {
  display: none;
}

.mx-answer-grid summary span {
  color: var(--mx-orange);
  font-size: 20px;
}

.mx-answer-grid details p {
  margin: 0;
  padding: 0 25px 25px;
  color: #6b7f82;
  line-height: 1.7;
  font-size: 14px;
}


/* =========================================
   FINAL CTA
   ========================================= */

.mx-final {
  background: var(--mx-dark);
  color: white;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.mx-final-orbit {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(68,161,164,.18);
  border-radius: 50%;
  right: -300px;
  top: -200px;
}

.mx-final-orbit::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255,154,0,.15);
  border-radius: 50%;
  top: 100px;
  left: 100px;
}

.mx-final-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.mx-final h2 {
  font-size: clamp(55px, 8vw, 105px);
  line-height: .85;
  letter-spacing: -5px;
  margin: 25px 0 35px;
}

.mx-final h2 em {
  color: var(--mx-orange);
  font-style: normal;
}

.mx-final p {
  color: #b5cbcc;
  max-width: 650px;
  line-height: 1.8;
}

.mx-final-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 35px;
}

.mx-phone {
  color: white;
  font-size: 17px;
  font-weight: 800;
}

.mx-phone small {
  display: block;
  color: var(--mx-aqua);
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

  .mx-hero-grid,
  .mx-intro-grid,
  .mx-system-top,
  .mx-why-grid,
  .mx-search-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mx-hero-grid {
    text-align: left;
  }

  .mx-hero-visual {
    max-width: 700px;
    margin: auto;
    width: 100%;
  }

  .mx-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mx-service-large,
  .mx-service-wide {
    grid-column: span 2;
  }

  .mx-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mx-industry-feature {
    grid-column: span 2;
  }

  .mx-industry-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mx-search-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .mx-system-map {
    min-height: 520px;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 650px) {

  .mx-hero {
    padding: 65px 0 55px;
  }

  .mx-hero-grid {
    width: 90%;
    gap: 50px;
  }

  .mx-hero h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }

  .mx-hero-text {
    font-size: 15px;
  }

  .mx-mini-stats {
    gap: 15px;
    justify-content: space-between;
  }

  .mx-mini-stats div {
    padding-left: 9px;
  }

  .mx-mini-stats b {
    font-size: 18px;
  }

  .mx-mini-stats span {
    font-size: 8px;
  }

  .mx-hero-visual {
    padding: 5px;
  }

  .mx-floating-card {
    min-width: 120px;
    padding: 10px 12px;
  }

  .mx-float-one {
    left: -10px;
  }

  .mx-float-two {
    right: -10px;
  }

  .mx-intro,
  .mx-services,
  .mx-system,
  .mx-why,
  .mx-industries,
  .mx-search,
  .mx-process,
  .mx-answers {
    padding: 80px 0;
  }

  .mx-intro h2,
  .mx-section-heading h2,
  .mx-system h2,
  .mx-why-title h2,
  .mx-industry-heading h2,
  .mx-search h2,
  .mx-process-heading h2,
  .mx-answers-title h2 {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .mx-service-grid {
    grid-template-columns: 1fr;
  }

  .mx-service,
  .mx-service-large,
  .mx-service-wide {
    grid-column: span 1;
    min-height: 270px;
  }

  .mx-system-map {
    min-height: 600px;
  }

  .mx-system-center {
    width: 140px;
    height: 140px;
  }

  .mx-system-center strong {
    font-size: 16px;
  }

  .mx-system-node {
    min-width: 125px;
    padding: 13px;
  }

  .node-one {
    left: 15px;
    top: 35px;
  }

  .node-two {
    right: 15px;
    top: 35px;
  }

  .node-three {
    left: 15px;
    bottom: 35px;
  }

  .node-four {
    right: 15px;
    bottom: 35px;
  }

  .mx-industry-grid {
    grid-template-columns: 1fr;
  }

  .mx-industry-feature {
    grid-column: span 1;
    min-height: 400px;
  }

  .mx-search-points {
    grid-template-columns: 1fr;
  }

  .mx-answer-grid {
    grid-template-columns: 1fr;
  }

  .mx-process-row {
    grid-template-columns: 45px 1fr 25px;
  }

  .mx-process-row h3 {
    font-size: 19px;
  }

  .mx-final {
    padding: 90px 0;
  }

  .mx-final h2 {
    font-size: 55px;
    letter-spacing: -3px;
  }

  .mx-final-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .mx-image-card {
    transform: none;
  }
}/* End custom CSS */