.elementor-67 .elementor-element.elementor-element-598c96c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-57ff3b1 *//* =========================================================
   METRICOVA — DIGITAL MARKETING PAGE
   Brand:
   #224248 Dark
   #325E6A Blue
   #44A1A4 Teal
   #FF9A00 Orange
========================================================= */

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

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

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

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

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


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

.dm-label {
  display: inline-block;
  color: var(--dm-teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.5px;
}

.dm-section-top {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 70px;
  align-items: end;
}

.dm-section-top h2 {
  margin: 15px 0 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .87;
  letter-spacing: -4px;
}

.dm-section-top h2 em {
  color: var(--dm-orange);
  font-style: normal;
}

.dm-section-top > p {
  color: var(--dm-text);
  margin: 0;
  font-size: 15px;
}


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

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

.dm-hero-noise {
  position: absolute;
  inset: 0;
  opacity: .08;
  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;
}

.dm-hero-left {
  position: relative;
  z-index: 3;
}

.dm-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dm-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.dm-kicker span {
  width: 38px;
  height: 2px;
  background: var(--dm-orange);
}

.dm-hero h1 {
  margin: 0;
  font-size: clamp(65px, 8.5vw, 125px);
  line-height: .78;
  letter-spacing: -8px;
  font-weight: 900;
}

.dm-hero h1 span {
  color: var(--dm-teal);
}

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

.dm-hero-intro {
  max-width: 640px;
  margin: 38px 0;
  color: rgba(255,255,255,.76);
  font-size: 16px;
}

.dm-hero-intro strong {
  color: white;
}

.dm-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dm-btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 21px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
  transition: .3s ease;
}

.dm-btn b {
  margin-left: 20px;
  font-size: 18px;
}

.dm-btn-main {
  background: var(--dm-orange);
  color: var(--dm-dark);
}

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

.dm-btn-light {
  color: white;
  border: 1px solid rgba(255,255,255,.3);
}

.dm-btn-light:hover {
  background: white;
  color: var(--dm-dark);
}

.dm-hero-mini {
  display: flex;
  margin-top: 65px;
  border-top: 1px solid rgba(255,255,255,.18);
  max-width: 620px;
}

.dm-hero-mini div {
  padding: 17px 22px 0 0;
  margin-right: 22px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.dm-hero-mini div:last-child {
  border: 0;
}

.dm-hero-mini strong,
.dm-hero-mini span {
  display: block;
}

.dm-hero-mini strong {
  font-size: 12px;
  color: var(--dm-orange);
}

.dm-hero-mini span {
  margin-top: 5px;
  font-size: 7px;
  letter-spacing: 1px;
  color: rgba(255,255,255,.5);
}


/* =========================================================
   GROWTH ENGINE
========================================================= */

.dm-engine {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(68,161,164,.35);
  animation: dmRotate 20s linear infinite;
}

.dm-orbit-a {
  width: 340px;
  height: 340px;
}

.dm-orbit-b {
  width: 490px;
  height: 490px;
  border-color: rgba(255,154,0,.18);
  animation-direction: reverse;
  animation-duration: 28s;
}

.dm-orbit-c {
  width: 620px;
  height: 620px;
  border-color: rgba(255,255,255,.1);
  animation-duration: 36s;
}

@keyframes dmRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.dm-engine-core {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--dm-orange);
  color: var(--dm-dark);
  box-shadow: 0 0 0 18px rgba(255,154,0,.08);
}

.dm-engine-core small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 2px;
}

.dm-engine-core strong {
  margin: 9px 0;
  font-size: 25px;
  line-height: .9;
}

.dm-engine-core span {
  font-size: 7px;
  font-weight: 900;
}

.dm-node {
  position: absolute;
  z-index: 7;
  width: 105px;
  height: 75px;
  padding: 10px;
  background: white;
  color: var(--dm-dark);
  box-shadow: 0 15px 35px rgba(0,0,0,.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .3s;
}

.dm-node:hover {
  transform: scale(1.1) rotate(-3deg);
}

.dm-node span {
  color: var(--dm-orange);
  font-size: 8px;
  font-weight: 900;
}

.dm-node b {
  font-size: 15px;
}

.dm-node small {
  font-size: 7px;
  color: #78878a;
}

.dm-node-seo {
  top: 12%;
  left: 5%;
  transform: rotate(-5deg);
}

.dm-node-ads {
  top: 3%;
  right: 9%;
  transform: rotate(6deg);
}

.dm-node-social {
  left: 0;
  bottom: 20%;
  transform: rotate(4deg);
}

.dm-node-web {
  right: 0;
  bottom: 18%;
  transform: rotate(-5deg);
}

.dm-node-content {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.dm-engine-arrow {
  position: absolute;
  right: 2%;
  bottom: 7%;
  font-size: 35px;
  color: var(--dm-orange);
}

.dm-engine-result {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  border-left: 2px solid var(--dm-orange);
}

.dm-engine-result small,
.dm-engine-result strong {
  display: block;
}

.dm-engine-result small {
  font-size: 7px;
  color: rgba(255,255,255,.45);
}

.dm-engine-result strong {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
}


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

.dm-intro {
  padding: 120px 8%;
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 40px;
  background: var(--dm-soft);
}

.dm-intro-index {
  color: var(--dm-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.dm-intro-heading span,
.dm-intro-heading strong,
.dm-intro-heading em {
  display: block;
  font-size: clamp(45px, 6vw, 82px);
  line-height: .88;
  letter-spacing: -4px;
  font-style: normal;
}

.dm-intro-heading strong {
  color: var(--dm-teal);
}

.dm-intro-heading em {
  color: var(--dm-orange);
}

.dm-intro-copy {
  max-width: 570px;
}

.dm-intro-copy p {
  margin: 0 0 25px;
  color: var(--dm-text);
  font-size: 16px;
}


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

.dm-services {
  padding: 125px 0;
}

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

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

.dm-service::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: var(--dm-teal);
  opacity: .08;
  transition: .4s;
}

.dm-service:hover {
  background: var(--dm-dark);
  color: white;
  transform: translateY(-9px);
  box-shadow: 0 25px 55px rgba(34,66,72,.13);
}

.dm-service:hover::after {
  width: 300px;
  height: 300px;
  opacity: .15;
}

.dm-service-top {
  display: flex;
  justify-content: space-between;
  color: var(--dm-orange);
  font-size: 9px;
  letter-spacing: 1px;
}

.dm-service-symbol {
  margin: 35px 0 22px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dm-dark);
  color: var(--dm-orange);
  font-size: 23px;
}

.dm-service:hover .dm-service-symbol {
  background: var(--dm-orange);
  color: var(--dm-dark);
}

.dm-service h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.1;
}

.dm-service p {
  margin: 0;
  color: var(--dm-text);
  font-size: 13px;
}

.dm-service:hover p {
  color: rgba(255,255,255,.72);
}

.dm-service-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}

.dm-service-keywords span {
  padding: 6px 7px;
  background: var(--dm-soft);
  font-size: 7px;
  letter-spacing: .5px;
}

.dm-service:hover .dm-service-keywords span {
  color: var(--dm-dark);
}

.dm-service a {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 8px;
  font-weight: 900;
  color: var(--dm-orange);
  letter-spacing: 1px;
}


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

.dm-funnel {
  padding: 125px 8%;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  background: var(--dm-blue);
  color: white;
}

.dm-funnel-copy h2 {
  margin: 15px 0 30px;
  font-size: clamp(55px,6vw,88px);
  line-height: .8;
  letter-spacing: -5px;
}

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

.dm-funnel-copy p {
  max-width: 550px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
}

.dm-funnel-visual {
  position: relative;
  padding-left: 70px;
}

.dm-funnel-track {
  position: absolute;
  left: 24px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: rgba(255,255,255,.18);
}

.dm-funnel-item {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  margin-bottom: 50px;
}

.dm-funnel-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--dm-orange);
  color: var(--dm-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.dm-funnel-item small {
  font-size: 8px;
  color: var(--dm-orange);
  letter-spacing: 2px;
}

.dm-funnel-item h3 {
  margin: 7px 0;
  font-size: 24px;
}

.dm-funnel-item p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  letter-spacing: 1px;
}


/* =========================================================
   SEO / AEO / GEO
========================================================= */

.dm-search {
  padding: 125px 0;
}

.dm-search-header {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto 65px;
  text-align: center;
}

.dm-search-header h2 {
  margin: 18px 0 25px;
  font-size: clamp(48px,6vw,82px);
  line-height: .86;
  letter-spacing: -4px;
}

.dm-search-header h2 em {
  color: var(--dm-orange);
  font-style: normal;
}

.dm-search-header p {
  color: var(--dm-text);
  font-size: 15px;
}

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

.dm-search-card {
  padding: 40px;
  min-height: 480px;
  border: 1px solid var(--dm-line);
  position: relative;
  transition: .35s;
}

.dm-search-card.active {
  background: var(--dm-dark);
  color: white;
}

.dm-search-card:hover {
  transform: translateY(-8px);
  border-color: var(--dm-teal);
}

.dm-search-number {
  color: var(--dm-orange);
  font-size: 10px;
  font-weight: 900;
}

.dm-search-icon {
  margin: 30px 0 20px;
  font-size: 45px;
  color: var(--dm-teal);
}

.dm-search-card h3 {
  margin: 0 0 15px;
  font-size: 28px;
}

.dm-search-card p {
  color: var(--dm-text);
  font-size: 13px;
}

.dm-search-card.active p {
  color: rgba(255,255,255,.7);
}

.dm-search-card ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.dm-search-card li {
  margin: 10px 0;
  font-size: 11px;
}

.dm-search-card li::before {
  content: "→";
  color: var(--dm-orange);
  margin-right: 8px;
}


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

.dm-shimla {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  background: var(--dm-dark);
  color: white;
}

.dm-shimla-art {
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background: var(--dm-teal);
}

.dm-sun {
  width: 190px;
  height: 190px;
  position: absolute;
  top: 12%;
  right: 15%;
  border-radius: 50%;
  background: var(--dm-orange);
}

.dm-mountain {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 260px solid transparent;
  border-right: 260px solid transparent;
  border-bottom: 500px solid var(--dm-dark);
}

.dm-mountain-back {
  left: -120px;
  transform: scale(.9);
  border-bottom-color: #2b515b;
}

.dm-mountain-middle {
  left: 130px;
  transform: scale(1.1);
  border-bottom-color: var(--dm-blue);
}

.dm-mountain-front {
  left: 390px;
  transform: scale(.8);
  border-bottom-color: #19373d;
}

.dm-shimla-pin {
  position: absolute;
  top: 25%;
  left: 13%;
  padding: 13px 17px;
  background: white;
  color: var(--dm-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 15px 30px rgba(0,0,0,.18);
}

.dm-shimla-pin span {
  color: var(--dm-orange);
  margin-right: 8px;
}

.dm-shimla-stamp {
  position: absolute;
  left: 9%;
  bottom: 10%;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
}

.dm-shimla-stamp strong {
  font-size: 17px;
}

.dm-shimla-stamp span {
  font-size: 7px;
  color: var(--dm-orange);
  margin: 4px;
}

.dm-shimla-content {
  padding: 110px 9%;
}

.dm-shimla-content h2 {
  margin: 18px 0 35px;
  font-size: clamp(48px,5vw,75px);
  line-height: .86;
  letter-spacing: -4px;
}

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

.dm-shimla-content p {
  max-width: 700px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
}

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

.dm-location-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 35px;
}

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

.dm-location-cloud span:hover {
  background: var(--dm-orange);
  color: var(--dm-dark);
  border-color: var(--dm-orange);
}


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

.dm-industries {
  padding: 125px 0;
}

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

.dm-industry-list > div {
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid var(--dm-line);
  border-bottom: 1px solid var(--dm-line);
  transition: .3s;
}

.dm-industry-list > div:hover {
  background: var(--dm-dark);
  color: white;
}

.dm-industry-list span {
  color: var(--dm-orange);
  font-size: 9px;
  font-weight: 900;
}

.dm-industry-list h3 {
  margin: 28px 0 10px;
  font-size: 16px;
}

.dm-industry-list p {
  margin: 0;
  color: var(--dm-text);
  font-size: 12px;
}

.dm-industry-list > div:hover p {
  color: rgba(255,255,255,.65);
}


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

.dm-process {
  padding: 125px 8%;
  background: var(--dm-soft);
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 100px;
}

.dm-process-heading h2 {
  margin: 18px 0 30px;
  font-size: clamp(55px,6vw,85px);
  line-height: .8;
  letter-spacing: -5px;
}

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

.dm-process-heading p {
  max-width: 500px;
  color: var(--dm-text);
  font-size: 14px;
}

.dm-process-steps {
  border-top: 1px solid var(--dm-line);
}

.dm-process-step {
  display: grid;
  grid-template-columns: 55px 190px 1fr;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--dm-line);
  transition: .3s;
}

.dm-process-step:hover {
  padding-left: 15px;
}

.dm-process-step > span {
  color: var(--dm-orange);
  font-size: 10px;
  font-weight: 900;
}

.dm-process-step h3 {
  margin: 0;
  font-size: 17px;
}

.dm-process-step p {
  margin: 0;
  color: var(--dm-text);
  font-size: 12px;
}


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

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

.dm-why-title h2 {
  margin: 18px 0;
  font-size: clamp(55px,6vw,88px);
  line-height: .8;
  letter-spacing: -5px;
}

.dm-why-title h2 em {
  color: var(--dm-orange);
  font-style: normal;
}

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

.dm-why-row {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid var(--dm-line);
}

.dm-why-row > span {
  color: var(--dm-orange);
  font-weight: 900;
  font-size: 10px;
}

.dm-why-row h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.dm-why-row p {
  margin: 0;
  color: var(--dm-text);
  font-size: 13px;
}


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

.dm-aeo {
  padding: 125px 8%;
  background: var(--dm-soft);
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px;
}

.dm-aeo-head h2 {
  margin: 18px 0 25px;
  font-size: clamp(55px,6vw,85px);
  line-height: .8;
  letter-spacing: -5px;
}

.dm-aeo-head h2 em {
  color: var(--dm-orange);
  font-style: normal;
}

.dm-aeo-head p {
  max-width: 430px;
  color: var(--dm-text);
  font-size: 14px;
}

.dm-answer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

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

.dm-answer-grid article > span {
  color: var(--dm-orange);
  font-size: 9px;
  font-weight: 900;
}

.dm-answer-grid h3 {
  margin: 18px 0 10px;
  font-size: 17px;
}

.dm-answer-grid p {
  margin: 0;
  color: var(--dm-text);
  font-size: 12px;
}


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

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

.dm-faq-title h2 {
  margin: 18px 0;
  font-size: clamp(55px,6vw,85px);
  line-height: .8;
  letter-spacing: -5px;
}

.dm-faq-title h2 em {
  color: var(--dm-orange);
  font-style: normal;
}

.dm-faq-title p {
  color: var(--dm-text);
  max-width: 400px;
}

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

.dm-faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 800;
}

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

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

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

.dm-faq-list details p {
  margin: 0;
  padding: 0 45px 25px 0;
  color: var(--dm-text);
  font-size: 13px;
}


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

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

.dm-final-grid {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(var(--dm-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--dm-dark) 1px, transparent 1px);
  background-size: 50px 50px;
}

.dm-final-inner {
  position: relative;
  z-index: 2;
}

.dm-final h2 {
  margin: 28px 0;
  font-size: clamp(70px,10vw,140px);
  line-height: .75;
  letter-spacing: -8px;
}

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

.dm-final-inner > p {
  max-width: 650px;
  margin: 35px auto;
  color: rgba(34,66,72,.78);
  font-size: 15px;
}

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

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

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

.dm-contact {
  margin-top: 45px;
}

.dm-contact small,
.dm-contact strong {
  display: block;
}

.dm-contact small {
  font-size: 8px;
  letter-spacing: 2px;
}

.dm-contact strong {
  margin-top: 6px;
  font-size: 20px;
}


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

@media (max-width: 1050px) {

  .dm-hero {
    grid-template-columns: 1fr;
  }

  .dm-engine {
    margin-top: 70px;
  }

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

  .dm-intro {
    grid-template-columns: 70px 1fr;
  }

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

  .dm-funnel,
  .dm-process,
  .dm-why,
  .dm-aeo,
  .dm-faq {
    grid-template-columns: 1fr;
  }

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

  .dm-shimla {
    grid-template-columns: 1fr;
  }

  .dm-shimla-art {
    min-height: 500px;
  }

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

}


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

@media (max-width: 650px) {

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

  .dm-hero h1 {
    font-size: 62px;
    letter-spacing: -5px;
  }

  .dm-hero-intro {
    font-size: 14px;
  }

  .dm-hero-mini {
    flex-wrap: wrap;
    gap: 10px;
  }

  .dm-hero-mini div {
    margin-right: 8px;
    padding-right: 10px;
  }

  .dm-engine {
    min-height: 500px;
  }

  .dm-orbit-a {
    width: 260px;
    height: 260px;
  }

  .dm-orbit-b {
    width: 370px;
    height: 370px;
  }

  .dm-orbit-c {
    width: 480px;
    height: 480px;
  }

  .dm-engine-core {
    width: 145px;
    height: 145px;
  }

  .dm-engine-core strong {
    font-size: 20px;
  }

  .dm-node {
    width: 82px;
    height: 63px;
  }

  .dm-node b {
    font-size: 11px;
  }

  .dm-node small {
    font-size: 6px;
  }

  .dm-engine-result {
    display: none;
  }

  .dm-intro {
    display: block;
    padding: 85px 25px;
  }

  .dm-intro-index {
    margin-bottom: 25px;
  }

  .dm-intro-heading span,
  .dm-intro-heading strong,
  .dm-intro-heading em {
    font-size: 47px;
  }

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

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

  .dm-section-top h2 {
    font-size: 49px;
  }

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

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

  .dm-service {
    min-height: 380px;
  }

  .dm-funnel {
    padding: 90px 25px;
  }

  .dm-funnel-copy h2 {
    font-size: 57px;
  }

  .dm-funnel-visual {
    padding-left: 45px;
  }

  .dm-search {
    padding: 90px 0;
  }

  .dm-search-header h2 {
    font-size: 48px;
  }

  .dm-search-grid {
    padding: 0 20px;
  }

  .dm-search-card {
    min-height: auto;
  }

  .dm-shimla-content {
    padding: 85px 25px;
  }

  .dm-shimla-content h2 {
    font-size: 48px;
  }

  .dm-mountain {
    border-left-width: 180px;
    border-right-width: 180px;
    border-bottom-width: 330px;
  }

  .dm-mountain-middle {
    left: 80px;
  }

  .dm-mountain-front {
    left: 250px;
  }

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

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

  .dm-process-heading h2,
  .dm-why-title h2,
  .dm-aeo-head h2,
  .dm-faq-title h2 {
    font-size: 57px;
  }

  .dm-process-step {
    grid-template-columns: 40px 1fr;
  }

  .dm-process-step p {
    grid-column: 2;
  }

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

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

  .dm-final h2 {
    font-size: 72px;
    letter-spacing: -5px;
  }

}/* End custom CSS */