/* Start custom CSS for html, class: .elementor-element-57f5dd8 *//* =========================================================
   METRICOVA — META ADS PAGE
   Brand Colors:
   #224248
   #325E6A
   #44A1A4
   #FF9A00
========================================================= */

.metricova-meta {
  --dark: #224248;
  --blue: #325E6A;
  --teal: #44A1A4;
  --orange: #FF9A00;
  --white: #ffffff;
  --soft: #f4f7f5;
  --text: #43565a;
  --line: rgba(34,66,72,.14);

  width: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dark);
  background: var(--white);
}

.metricova-meta *,
.metricova-meta *::before,
.metricova-meta *::after {
  box-sizing: border-box;
}

.metricova-meta a {
  text-decoration: none;
}

.metricova-meta p {
  line-height: 1.8;
}


/* =========================================================
   COMMON
========================================================= */

.ma-label,
.ma-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.ma-label {
  color: var(--teal);
}

.ma-section-heading {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}

.ma-section-heading h2,
.ma-creative-content h2,
.ma-shimla-content h2,
.ma-why-header h2,
.ma-aeo-heading h2,
.ma-faq-title h2 {
  margin: 15px 0 0;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .9;
  letter-spacing: -3px;
}

.ma-section-heading h2 em,
.ma-creative-content h2 em,
.ma-shimla-content h2 em,
.ma-why-header h2 em,
.ma-aeo-heading h2 em,
.ma-faq-title h2 em {
  color: var(--orange);
  font-style: normal;
}

.ma-section-heading > p {
  max-width: 420px;
  margin: 0;
  color: var(--text);
  font-size: 16px;
}


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

.ma-hero {
  min-height: 790px;
  position: relative;
  background: var(--dark);
  color: white;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  padding: 100px 7%;
  overflow: hidden;
}

.ma-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 55px 55px;
}

.ma-hero-content {
  position: relative;
  z-index: 3;
}

.ma-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
  margin-bottom: 28px;
}

.ma-eyebrow span {
  width: 35px;
  height: 2px;
  display: inline-block;
  background: var(--orange);
}

.ma-hero h1 {
  margin: 0;
  font-size: clamp(60px, 8vw, 120px);
  line-height: .83;
  letter-spacing: -7px;
  font-weight: 900;
}

.ma-hero h1 em {
  color: var(--teal);
  font-style: normal;
}

.ma-hero-text {
  max-width: 620px;
  margin: 35px 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.ma-hero-text strong {
  color: white;
}

.ma-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ma-btn {
  padding: 16px 23px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  transition: .3s ease;
}

.ma-btn-primary {
  color: var(--dark);
  background: var(--orange);
}

.ma-btn-primary span {
  margin-left: 18px;
}

.ma-btn-primary:hover {
  background: var(--teal);
  transform: translateY(-4px);
}

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

.ma-btn-outline:hover {
  background: white;
  color: var(--dark);
}


/* HERO VISUAL */

.ma-hero-visual {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ma-social-top {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ma-social-top span {
  padding: 8px 12px;
  font-size: 9px;
  letter-spacing: 1px;
  border: 1px solid rgba(255,255,255,.25);
}

.ma-phone {
  width: 290px;
  height: 550px;
  padding: 17px;
  border: 8px solid #19363b;
  border-radius: 40px;
  background: #f7f8f6;
  color: var(--dark);
  box-shadow: 25px 30px 80px rgba(0,0,0,.35);
  transform: rotate(4deg);
  position: relative;
  z-index: 4;
  animation: maFloat 5s ease-in-out infinite;
}

.ma-phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 800;
}

.ma-story {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 18px 0;
}

.ma-story-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--orange);
}

.ma-story-line {
  width: 80px;
  height: 6px;
  background: #dfe6e3;
  border-radius: 10px;
}

.ma-story-line.small {
  width: 35px;
}

.ma-ad-card {
  overflow: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(34,66,72,.12);
}

.ma-ad-image {
  height: 245px;
  background: var(--teal);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ma-ad-image span {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 42px;
  line-height: .8;
  font-weight: 900;
  transform: rotate(-8deg);
}

.ma-ad-shape {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  right: -55px;
  bottom: -65px;
}

.ma-ad-copy {
  padding: 17px;
}

.ma-ad-copy small {
  font-size: 8px;
  color: #777;
}

.ma-ad-copy strong {
  display: block;
  margin: 6px 0;
  font-size: 18px;
  line-height: 1.1;
}

.ma-ad-copy p {
  margin: 0 0 12px;
  font-size: 10px;
  line-height: 1.4;
  color: #667;
}

.ma-ad-copy button {
  width: 100%;
  border: 0;
  padding: 10px;
  background: var(--orange);
  color: var(--dark);
  font-size: 9px;
  font-weight: 800;
}

.ma-post-actions {
  padding: 15px 5px;
  display: flex;
  gap: 17px;
  font-size: 20px;
}

.ma-post-actions .save {
  margin-left: auto;
}

.ma-float {
  position: absolute;
  z-index: 5;
  background: white;
  color: var(--dark);
  padding: 14px 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

.ma-float small {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  color: #777;
}

.ma-float strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.ma-float-1 {
  left: 5%;
  top: 30%;
  transform: rotate(-6deg);
}

.ma-float-2 {
  right: 0;
  bottom: 20%;
  transform: rotate(5deg);
}

.ma-orbit {
  position: absolute;
  border: 1px solid rgba(68,161,164,.35);
  border-radius: 50%;
}

.orbit-1 {
  width: 480px;
  height: 480px;
}

.orbit-2 {
  width: 650px;
  height: 650px;
  border-color: rgba(255,154,0,.15);
}

@keyframes maFloat {
  0%,100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-15px); }
}


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

.ma-intro {
  padding: 110px 8%;
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 40px;
  align-items: start;
  background: var(--soft);
}

.ma-intro-number {
  font-size: 13px;
  font-weight: 900;
  color: var(--orange);
}

.ma-intro-title span,
.ma-intro-title strong {
  display: block;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -4px;
}

.ma-intro-title strong {
  color: var(--teal);
}

.ma-intro-copy {
  max-width: 530px;
}

.ma-intro-copy p {
  color: var(--text);
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 25px;
}


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

.ma-services {
  padding: 120px 0;
}

.ma-service-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.ma-service {
  min-height: 390px;
  padding: 35px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: .4s ease;
}

.ma-service::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--teal);
  right: -70px;
  bottom: -70px;
  opacity: .1;
  transition: .4s ease;
}

.ma-service:hover {
  transform: translateY(-10px);
  border-color: var(--teal);
  box-shadow: 0 25px 55px rgba(34,66,72,.1);
}

.ma-service:hover::after {
  width: 260px;
  height: 260px;
  opacity: .15;
}

.ma-service-no {
  font-size: 11px;
  color: var(--orange);
  font-weight: 900;
}

.ma-service-icon {
  margin: 35px 0 20px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: var(--orange);
  font-size: 25px;
}

.ma-service h3 {
  margin: 0 0 15px;
  font-size: 24px;
}

.ma-service p {
  color: var(--text);
  font-size: 14px;
  margin-bottom: 25px;
}

.ma-service-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.ma-service-tags span {
  font-size: 8px;
  letter-spacing: 1px;
  padding: 7px 9px;
  background: var(--soft);
}


/* =========================================================
   CREATIVE
========================================================= */

.ma-creative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  background: var(--blue);
  color: white;
}

.ma-creative-visual {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--orange);
  color: var(--dark);
}

.ma-creative-label {
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

.ma-big-word {
  position: absolute;
  top: 25%;
  left: -5%;
  font-size: clamp(80px, 12vw, 170px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -10px;
}

.ma-big-word.second {
  top: 40%;
  left: 5%;
  color: var(--teal);
}

.ma-creative-circle {
  position: absolute;
  right: 10%;
  bottom: 12%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  transform: rotate(-12deg);
}

.ma-creative-card {
  position: absolute;
  padding: 15px 18px;
  background: white;
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
}

.ma-creative-card small {
  display: block;
  font-size: 8px;
}

.ma-creative-card strong {
  font-size: 20px;
}

.card-a {
  right: 10%;
  top: 15%;
  transform: rotate(7deg);
}

.card-b {
  left: 8%;
  bottom: 15%;
  transform: rotate(-5deg);
}

.card-c {
  right: 3%;
  top: 52%;
  transform: rotate(5deg);
}

.ma-creative-content {
  padding: 110px 9%;
}

.ma-creative-content h2 {
  color: white;
}

.ma-creative-content p {
  max-width: 580px;
  color: rgba(255,255,255,.75);
}

.ma-check-list {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
  columns: 2;
}

.ma-check-list li {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
}

.ma-check-list li::before {
  content: "✓";
  color: var(--orange);
  margin-right: 10px;
}


/* =========================================================
   FUNNEL
========================================================= */

.ma-funnel {
  padding: 120px 0;
}

.ma-section-heading.center {
  display: block;
  text-align: center;
}

.ma-section-heading.center > p {
  margin: 30px auto 0;
}

.ma-funnel-grid {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  position: relative;
}

.ma-funnel-line {
  position: absolute;
  display: none;
}

.ma-funnel-step {
  position: relative;
  text-align: center;
}

.ma-step-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: var(--orange);
  font-weight: 900;
  transition: .3s;
}

.ma-funnel-step:hover .ma-step-circle {
  background: var(--orange);
  color: var(--dark);
  transform: scale(1.1);
}

.ma-funnel-step h3 {
  font-size: 18px;
  letter-spacing: 1px;
}

.ma-funnel-step p {
  color: var(--text);
  font-size: 14px;
}


/* =========================================================
   ARCHITECTURE
========================================================= */

.ma-architecture {
  padding: 120px 8%;
  background: var(--soft);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: center;
}

.ma-architecture-copy h2 {
  margin: 15px 0 30px;
  font-size: clamp(45px,5vw,75px);
  line-height: .9;
  letter-spacing: -4px;
}

.ma-architecture-copy h2 em {
  color: var(--orange);
  font-style: normal;
}

.ma-architecture-copy p {
  color: var(--text);
  font-size: 15px;
}

.ma-text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
  color: var(--dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

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

.ma-system {
  height: 510px;
  position: relative;
  border: 1px solid var(--line);
  background: white;
}

.ma-system-node {
  position: absolute;
  background: var(--dark);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s;
}

.ma-system-node:hover {
  transform: scale(1.06);
}

.node-main {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%);
  background: var(--orange);
  color: var(--dark);
  font-weight: 900;
}

.node-1,
.node-2,
.node-3 {
  width: 130px;
  height: 95px;
}

.node-1 {
  left: 7%;
  top: 10%;
}

.node-2 {
  right: 7%;
  top: 10%;
}

.node-3 {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

.node-1 small,
.node-2 small,
.node-3 small {
  color: var(--orange);
  font-size: 9px;
  margin-bottom: 5px;
}

.node-1 strong,
.node-2 strong,
.node-3 strong {
  font-size: 12px;
}

.ma-system-line {
  position: absolute;
  height: 1px;
  background: var(--teal);
  transform-origin: left;
}

.line-1 {
  width: 190px;
  left: 25%;
  top: 26%;
  transform: rotate(22deg);
}

.line-2 {
  width: 190px;
  left: 50%;
  top: 26%;
  transform: rotate(-22deg);
}

.line-3 {
  width: 140px;
  left: 50%;
  top: 50%;
  transform: rotate(90deg);
}

.ma-system-result {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 11px;
  letter-spacing: 1px;
}

.ma-system-result span {
  color: var(--orange);
  margin-right: 8px;
}


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

.ma-industries {
  padding: 120px 0;
}

.ma-industry-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ma-industry {
  padding: 38px;
  min-height: 250px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: .3s;
}

.ma-industry:hover {
  background: var(--dark);
  color: white;
}

.ma-industry span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.ma-industry h3 {
  margin: 30px 0 12px;
  font-size: 20px;
}

.ma-industry p {
  color: var(--text);
  font-size: 13px;
}

.ma-industry:hover p {
  color: rgba(255,255,255,.7);
}


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

.ma-shimla {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--dark);
  color: white;
}

.ma-mountain {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background: var(--teal);
}

.ma-mountain-1,
.ma-mountain-2,
.ma-mountain-3 {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  border-bottom: 430px solid var(--dark);
}

.ma-mountain-1 {
  left: -80px;
}

.ma-mountain-2 {
  left: 180px;
  border-bottom-color: #325E6A;
  transform: scale(1.2);
}

.ma-mountain-3 {
  left: 400px;
  transform: scale(.8);
  border-bottom-color: #19363b;
}

.ma-location-pin {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--dark);
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.ma-location-pin span {
  margin-right: 7px;
}

.ma-shimla-content {
  padding: 100px 9%;
}

.ma-shimla-content h2 {
  color: white;
  margin-bottom: 35px;
}

.ma-shimla-content p {
  max-width: 650px;
  color: rgba(255,255,255,.75);
  font-size: 15px;
}

.ma-shimla-content strong {
  color: white;
}

.ma-keywords {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.ma-keywords span {
  border: 1px solid rgba(255,255,255,.2);
  padding: 9px 11px;
  font-size: 9px;
  color: rgba(255,255,255,.7);
  transition: .3s;
}

.ma-keywords span:hover {
  background: var(--orange);
  color: var(--dark);
  border-color: var(--orange);
}


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

.ma-why {
  padding: 120px 8%;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 100px;
}

.ma-why-list {
  border-top: 1px solid var(--line);
}

.ma-why-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 25px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  transition: .3s;
}

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

.ma-why-item h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.ma-why-item p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}

.ma-why-item:hover {
  padding-left: 15px;
}


/* =========================================================
   AEO
========================================================= */

.ma-aeo {
  padding: 120px 8%;
  background: var(--soft);
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 90px;
}

.ma-aeo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ma-aeo-grid article {
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  transition: .3s;
}

.ma-aeo-grid article:hover {
  transform: translateY(-7px);
  border-color: var(--teal);
}

.ma-aeo-grid article > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
}

.ma-aeo-grid h3 {
  margin: 20px 0 12px;
  font-size: 19px;
}

.ma-aeo-grid p {
  color: var(--text);
  font-size: 13px;
  margin: 0;
}


/* =========================================================
   FAQ
========================================================= */

.ma-faq {
  padding: 120px 8%;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 100px;
}

.ma-faq-list details {
  border-bottom: 1px solid var(--line);
}

.ma-faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 800;
}

.ma-faq-list summary::-webkit-details-marker {
  display: none;
}

.ma-faq-list summary span {
  color: var(--orange);
  font-size: 25px;
  transition: .3s;
}

.ma-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.ma-faq-list details p {
  max-width: 800px;
  padding: 0 45px 25px 0;
  margin: 0;
  color: var(--text);
  font-size: 14px;
}


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

.ma-final {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  padding: 110px 8%;
  background: var(--teal);
  text-align: center;
  color: var(--dark);
}

.ma-final-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(34,66,72,.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.ma-final-circle::after {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  border: 1px solid rgba(34,66,72,.2);
}

.ma-final .ma-label {
  position: relative;
  color: var(--dark);
}

.ma-final h2 {
  position: relative;
  margin: 30px 0;
  font-size: clamp(65px, 10vw, 135px);
  line-height: .78;
  letter-spacing: -7px;
}

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

.ma-final > p {
  position: relative;
  max-width: 650px;
  margin: 35px auto;
  color: rgba(34,66,72,.8);
}

.ma-final-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 18px 25px;
  background: var(--dark);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  transition: .3s;
}

.ma-final-btn span {
  color: var(--orange);
  font-size: 20px;
}

.ma-final-btn:hover {
  background: var(--orange);
  color: var(--dark);
  transform: translateY(-5px);
}

.ma-final-contact {
  position: relative;
  margin-top: 45px;
}

.ma-final-contact span {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
}

.ma-final-contact strong {
  display: block;
  margin-top: 7px;
  font-size: 20px;
}


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

@media (max-width: 1000px) {

  .ma-hero {
    grid-template-columns: 1fr;
    padding: 100px 6%;
  }

  .ma-hero-visual {
    margin-top: 70px;
  }

  .ma-intro {
    grid-template-columns: 50px 1fr;
  }

  .ma-intro-copy {
    grid-column: 2;
  }

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

  .ma-creative {
    grid-template-columns: 1fr;
  }

  .ma-creative-visual {
    min-height: 550px;
  }

  .ma-creative-content {
    padding: 80px 7%;
  }

  .ma-funnel-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }

  .ma-architecture,
  .ma-shimla,
  .ma-why,
  .ma-aeo,
  .ma-faq {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ma-mountain {
    min-height: 500px;
  }

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

}


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

@media (max-width: 650px) {

  .ma-hero {
    padding: 75px 20px;
    min-height: auto;
  }

  .ma-hero h1 {
    font-size: 58px;
    letter-spacing: -4px;
  }

  .ma-hero-text {
    font-size: 14px;
  }

  .ma-hero-visual {
    min-height: 530px;
  }

  .ma-phone {
    width: 250px;
    height: 500px;
  }

  .ma-ad-image {
    height: 215px;
  }

  .ma-float-1 {
    left: 0;
  }

  .ma-float-2 {
    right: 0;
  }

  .orbit-1 {
    width: 350px;
    height: 350px;
  }

  .orbit-2 {
    width: 450px;
    height: 450px;
  }

  .ma-intro {
    padding: 80px 25px;
    display: block;
  }

  .ma-intro-number {
    margin-bottom: 25px;
  }

  .ma-intro-title span,
  .ma-intro-title strong {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .ma-intro-copy {
    margin-top: 35px;
  }

  .ma-section-heading {
    display: block;
    padding: 0 22px;
    margin-bottom: 45px;
  }

  .ma-section-heading h2,
  .ma-creative-content h2,
  .ma-shimla-content h2,
  .ma-why-header h2,
  .ma-aeo-heading h2,
  .ma-faq-title h2 {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .ma-section-heading > p {
    margin-top: 25px;
  }

  .ma-service-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .ma-service {
    min-height: auto;
  }

  .ma-creative-visual {
    min-height: 480px;
  }

  .ma-big-word {
    font-size: 85px;
    letter-spacing: -6px;
  }

  .ma-creative-circle {
    width: 140px;
    height: 140px;
    font-size: 14px;
  }

  .ma-check-list {
    columns: 1;
  }

  .ma-funnel {
    padding: 90px 0;
  }

  .ma-funnel-grid {
    grid-template-columns: 1fr;
    padding: 0 25px;
  }

  .ma-architecture {
    padding: 90px 22px;
  }

  .ma-system {
    height: 430px;
  }

  .node-main {
    width: 115px;
    height: 115px;
  }

  .node-1,
  .node-2,
  .node-3 {
    width: 105px;
    height: 75px;
  }

  .line-1,
  .line-2 {
    width: 125px;
  }

  .ma-industry-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .ma-shimla-content {
    padding: 80px 25px;
  }

  .ma-mountain {
    min-height: 420px;
  }

  .ma-mountain-1,
  .ma-mountain-2,
  .ma-mountain-3 {
    border-left-width: 170px;
    border-right-width: 170px;
    border-bottom-width: 300px;
  }

  .ma-aeo,
  .ma-why,
  .ma-faq {
    padding: 90px 25px;
  }

  .ma-aeo-grid {
    grid-template-columns: 1fr;
  }

  .ma-final {
    min-height: 600px;
    padding: 90px 20px;
  }

  .ma-final h2 {
    font-size: 70px;
    letter-spacing: -5px;
  }

  .ma-final-circle {
    width: 350px;
    height: 350px;
  }

}/* End custom CSS */