:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0b9ae96 *//* =========================================================
   METRICOVA — GRAPHIC DESIGNING PAGE
   CREATIVE STUDIO EDITION

   BRAND COLORS:
   #224248
   #325E6A
   #44A1A4
   #FF9A00
========================================================= */

.metricova-gd {

  --dark: #224248;
  --blue: #325E6A;
  --teal: #44A1A4;
  --orange: #FF9A00;

  --white: #ffffff;
  --cream: #f5f6f3;
  --text: #43565a;
  --line: rgba(34,66,72,.14);

  font-family: Arial, Helvetica, sans-serif;

  color: var(--dark);

  overflow: hidden;

  background: var(--cream);
}

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

.gd-container {
  width: min(1200px, 92%);
  margin: auto;
}


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

.gdx-hero {

  min-height: 820px;

  position: relative;

  background: var(--cream);

  overflow: hidden;

  display: flex;

  align-items: center;
}

.gdx-hero-noise {

  position: absolute;

  inset: 0;

  opacity: .035;

  background-image:
    radial-gradient(
      var(--dark) 1px,
      transparent 1px
    );

  background-size: 7px 7px;

  pointer-events: none;
}

.gdx-topline {

  position: absolute;

  top: 30px;

  left: 4%;

  right: 4%;

  display: flex;

  justify-content: space-between;

  font-size: 10px;

  letter-spacing: 2px;

  font-weight: 800;

  color: var(--blue);

  padding-bottom: 15px;

  border-bottom: 1px solid var(--line);
}

.gdx-hero-layout {

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 50px;

  padding-top: 70px;
}

.gdx-small-label {

  display: inline-block;

  color: var(--teal);

  font-size: 11px;

  letter-spacing: 2px;

  font-weight: 800;

  margin-bottom: 20px;
}

.gdx-hero-copy h1 {

  margin: 0;

  font-size: clamp(75px, 10vw, 145px);

  line-height: .77;

  letter-spacing: -9px;

  font-weight: 900;

  color: var(--dark);
}

.gdx-hero-copy h1 span {

  display: block;

  color: var(--teal);

  margin-left: 70px;
}

.gdx-hero-copy h1 em {

  display: block;

  font-style: normal;

  color: var(--orange);

  font-size: .67em;

  margin-left: 125px;

  margin-top: 12px;
}

.gdx-hero-description {

  max-width: 600px;

  margin-top: 45px;

  color: var(--text);

  font-size: 16px;

  line-height: 1.9;
}

.gdx-hero-description strong {

  color: var(--dark);
}

.gdx-hero-actions {

  display: flex;

  align-items: center;

  gap: 25px;

  margin-top: 35px;
}

.gd-black-btn {

  display: inline-flex;

  align-items: center;

  gap: 20px;

  background: var(--dark);

  color: #fff !important;

  text-decoration: none !important;

  padding: 18px 25px;

  font-size: 13px;

  font-weight: 800;

  border-radius: 5px;

  transition: .35s ease;
}

.gd-black-btn:hover {

  background: var(--orange);

  transform: translateY(-6px);

  box-shadow:
    0 18px 35px rgba(255,154,0,.25);
}

.gd-black-btn span {

  font-size: 18px;
}

.gdx-text-btn {

  color: var(--dark) !important;

  text-decoration: none !important;

  font-size: 12px;

  font-weight: 800;

  border-bottom: 1px solid var(--dark);

  padding-bottom: 5px;

  transition: .3s ease;
}

.gdx-text-btn:hover {

  color: var(--orange) !important;

  border-color: var(--orange);

  transform: translateX(5px);
}


/* HERO ART */

.gdx-hero-art {

  height: 600px;

  position: relative;
}

.gd-art-circle,
.gdx-art-circle {

  position: absolute;

  width: 410px;

  height: 410px;

  border-radius: 50%;

  background: var(--teal);

  right: 80px;

  top: 80px;

  transition: .6s ease;
}

.gdx-hero-art:hover .gdx-art-circle {

  transform: scale(1.08) rotate(8deg);

  background: var(--orange);
}

.gdx-art-square {

  position: absolute;

  width: 190px;

  height: 190px;

  transform: rotate(18deg);

  transition: .5s ease;
}

.square-orange {

  background: var(--orange);

  right: 20px;

  top: 20px;
}

.square-teal {

  background: var(--blue);

  left: 60px;

  bottom: 50px;

  transform: rotate(-15deg);
}

.gdx-art-outline {

  position: absolute;

  width: 320px;

  height: 320px;

  border: 2px solid var(--dark);

  right: 170px;

  top: 140px;

  transform: rotate(45deg);

  transition: .6s ease;
}

.gdx-hero-art:hover .gdx-art-outline {

  transform:
    rotate(70deg)
    scale(1.05);
}

.gdx-art-text {

  position: absolute;

  z-index: 5;

  right: 115px;

  top: 170px;

  font-size: 70px;

  line-height: .78;

  font-weight: 900;

  letter-spacing: -5px;

  color: #fff;

  mix-blend-mode: normal;
}

.gdx-art-text span {

  color: var(--dark);
}

.gdx-art-cross {

  position: absolute;

  font-size: 40px;

  font-weight: 300;

  color: var(--dark);

  z-index: 7;

  animation: gdCross 3s ease-in-out infinite;
}

.cross-one {

  right: 30px;

  bottom: 90px;
}

.cross-two {

  left: 20px;

  top: 100px;

  color: var(--orange);

  animation-delay: 1s;
}

.gdx-floating-tag {

  position: absolute;

  z-index: 10;

  background: var(--dark);

  color: #fff;

  padding: 11px 15px;

  font-size: 9px;

  letter-spacing: 1.5px;

  font-weight: 800;

  box-shadow:
    10px 10px 0 var(--orange);

  transition: .4s ease;
}

.gdx-floating-tag:hover {

  transform: translateY(-8px) rotate(-3deg);

  box-shadow:
    4px 4px 0 var(--teal);
}

.tag-one {

  left: 20px;

  top: 200px;

  transform: rotate(-8deg);
}

.tag-two {

  right: 0;

  top: 360px;

  transform: rotate(5deg);
}

.tag-three {

  left: 70px;

  bottom: 30px;

  transform: rotate(4deg);
}

@keyframes gdCross {

  0%,100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}


/* HERO BOTTOM */

.gdx-hero-bottom {

  position: absolute;

  bottom: 25px;

  left: 4%;

  right: 4%;

  display: flex;

  align-items: center;

  gap: 35px;

  border-top: 1px solid var(--line);

  padding-top: 18px;
}

.gdx-hero-bottom div {

  display: flex;

  align-items: center;

  gap: 9px;
}

.gdx-hero-bottom strong {

  color: var(--orange);

  font-size: 11px;
}

.gdx-hero-bottom span {

  font-size: 10px;

  letter-spacing: 1px;

  font-weight: 800;
}

.gdx-hero-bottom p {

  margin-left: auto;

  font-size: 9px;

  letter-spacing: 2px;

  font-weight: 800;

  color: var(--blue);
}


/* =========================================================
   STORY
========================================================= */

.gd-story {

  padding: 150px 0;

  background: #fff;
}

.gd-section-index {

  display: flex;

  align-items: center;

  gap: 12px;

  color: var(--teal);

  font-size: 10px;

  letter-spacing: 2px;

  font-weight: 900;

  margin-bottom: 40px;
}

.gd-section-index::before {

  content: "";

  width: 35px;

  height: 2px;

  background: var(--orange);
}

.gd-story-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 100px;
}

.gd-story-grid h2 {

  margin: 0;

  font-size: clamp(45px,5vw,72px);

  line-height: .98;

  letter-spacing: -4px;
}

.gd-story-grid h2 span {

  color: var(--teal);
}

.gd-story-grid h2 strong {

  display: block;

  color: var(--orange);

  font-weight: 900;
}

.gd-story-content p {

  font-size: 16px;

  color: var(--text);

  line-height: 1.95;

  margin: 0 0 22px;
}

.gd-story-content strong {

  color: var(--dark);
}

.gd-story-sign {

  margin-top: 40px;

  display: flex;

  flex-direction: column;

  width: max-content;

  transform: rotate(-4deg);
}

.gd-story-sign span {

  font-size: 25px;

  font-weight: 900;

  letter-spacing: 3px;

  color: var(--dark);
}

.gd-story-sign small {

  font-size: 8px;

  letter-spacing: 2px;

  color: var(--orange);
}


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

.gd-services {

  padding: 150px 0;

  background: var(--dark);

  color: #fff;
}

.light-index {

  color: var(--teal);
}

.gd-services-heading {

  display: grid;

  grid-template-columns: .8fr 1fr;

  gap: 80px;

  align-items: end;

  margin-bottom: 80px;
}

.gd-services-heading h2 {

  margin: 0;

  font-size: clamp(60px,8vw,120px);

  line-height: .75;

  letter-spacing: -7px;

  font-weight: 900;
}

.gd-services-heading h2 span {

  color: var(--orange);

  display: block;

  margin-left: 90px;
}

.gd-services-heading p {

  color: rgba(255,255,255,.65);

  line-height: 1.8;

  font-size: 15px;

  max-width: 500px;
}

.gd-service-list {

  border-top: 1px solid rgba(255,255,255,.15);
}

.gd-big-service {

  position: relative;

  display: grid;

  grid-template-columns: 70px 100px 1fr 70px;

  gap: 25px;

  align-items: center;

  padding: 38px 0;

  border-bottom: 1px solid rgba(255,255,255,.15);

  transition: .4s ease;
}

.gd-big-service::before {

  content: "";

  position: absolute;

  inset: 0;

  width: 0;

  background: var(--blue);

  z-index: 0;

  transition: .5s ease;
}

.gd-big-service:hover::before {

  width: 100%;
}

.gd-big-service > * {

  position: relative;

  z-index: 2;
}

.gd-service-count {

  color: var(--orange);

  font-size: 12px;

  font-weight: 900;
}

.gd-service-symbol {

  width: 70px;

  height: 70px;

  border: 1px solid rgba(255,255,255,.2);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 30px;

  transition: .4s ease;
}

.gd-big-service:hover .gd-service-symbol {

  background: var(--orange);

  border-color: var(--orange);

  transform: rotate(8deg);
}

.gd-service-info h3 {

  font-size: 27px;

  margin: 0 0 12px;

  color: #fff;
}

.gd-service-info p {

  margin: 0;

  max-width: 750px;

  color: rgba(255,255,255,.62);

  font-size: 14px;

  line-height: 1.8;
}

.gd-service-tags {

  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 18px;
}

.gd-service-tags span {

  padding: 7px 10px;

  border: 1px solid rgba(255,255,255,.15);

  border-radius: 30px;

  font-size: 9px;

  letter-spacing: .5px;

  color: rgba(255,255,255,.65);

  transition: .3s ease;
}

.gd-big-service:hover .gd-service-tags span {

  border-color: rgba(255,255,255,.3);

  color: #fff;
}

.gd-service-arrow {

  font-size: 28px;

  color: var(--orange);

  transition: .4s ease;
}

.gd-big-service:hover .gd-service-arrow {

  transform: translate(7px,-7px);
}


/* =========================================================
   TYPE SECTION
========================================================= */

.gd-type-section {

  padding: 150px 0;

  background: #fff;
}

.gd-type-layout {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 100px;

  align-items: center;
}

.gd-type-left {

  min-height: 430px;

  padding: 45px;

  background: var(--orange);

  position: relative;

  overflow: hidden;
}

.gd-type-left::before {

  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  border-radius: 50%;

  border: 2px solid var(--dark);

  right: -100px;

  bottom: -100px;
}

.gd-type-left > span {

  font-size: 10px;

  letter-spacing: 3px;

  font-weight: 900;
}

.type-word {

  font-size: 220px;

  line-height: .8;

  font-weight: 900;

  letter-spacing: -20px;

  margin-top: 65px;

  color: var(--dark);

  transition: .5s ease;
}

.gd-type-left:hover .type-word {

  transform: scale(1.08) rotate(-4deg);
}

.type-lines {

  position: absolute;

  bottom: 35px;

  left: 45px;

  display: flex;

  flex-direction: column;

  font-size: 8px;

  letter-spacing: 2px;

  font-weight: 800;
}

.gd-type-right h2 {

  font-size: clamp(42px,5vw,70px);

  line-height: .95;

  letter-spacing: -3px;

  margin: 0 0 25px;
}

.gd-type-right h2 span {

  color: var(--teal);

  display: block;
}

.gd-type-right p {

  color: var(--text);

  line-height: 1.85;

  font-size: 15px;
}

.gd-color-system {

  display: flex;

  gap: 10px;

  margin-top: 30px;
}

.gd-color-system div {

  display: flex;

  flex-direction: column;

  gap: 7px;
}

.gd-color-system span {

  width: 50px;

  height: 50px;

  display: block;
}

.gd-color-system div:nth-child(1) span {
  background: #224248;
}

.gd-color-system div:nth-child(2) span {
  background: #325E6A;
}

.gd-color-system div:nth-child(3) span {
  background: #44A1A4;
}

.gd-color-system div:nth-child(4) span {
  background: #FF9A00;
}

.gd-color-system strong {

  font-size: 8px;

  letter-spacing: 1px;
}


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

.gd-shimla {

  position: relative;

  padding: 150px 0;

  background: var(--blue);

  color: #fff;

  overflow: hidden;
}

.gd-shimla-bg-text {

  position: absolute;

  right: -80px;

  top: 30px;

  font-size: 240px;

  font-weight: 900;

  letter-spacing: -15px;

  color: rgba(255,255,255,.035);

  pointer-events: none;
}

.gd-shimla-grid {

  display: grid;

  grid-template-columns: 1fr .9fr;

  gap: 100px;

  align-items: center;

  position: relative;

  z-index: 2;
}

.gd-shimla-copy h2 {

  font-size: clamp(45px,5vw,72px);

  line-height: .95;

  letter-spacing: -4px;

  margin: 0 0 30px;

  color: #fff;
}

.gd-shimla-copy h2 span {

  color: var(--orange);

  display: block;
}

.gd-shimla-copy p {

  color: rgba(255,255,255,.7);

  line-height: 1.9;

  font-size: 15px;
}

.gd-shimla-copy strong {

  color: #fff;
}

.gd-local-keywords {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 30px;
}

.gd-local-keywords span {

  border: 1px solid rgba(255,255,255,.2);

  padding: 9px 12px;

  border-radius: 50px;

  font-size: 9px;

  color: rgba(255,255,255,.7);

  transition: .3s ease;
}

.gd-local-keywords span:hover {

  background: var(--orange);

  color: #fff;

  border-color: var(--orange);
}

.gd-shimla-art {

  height: 480px;

  position: relative;

  border: 1px solid rgba(255,255,255,.15);

  overflow: hidden;

  background:
    linear-gradient(
      150deg,
      rgba(255,255,255,.05),
      transparent
    );
}

.gd-mountain {

  position: absolute;

  bottom: -50px;

  width: 0;

  height: 0;

  border-left: 180px solid transparent;

  border-right: 180px solid transparent;

  border-bottom: 300px solid rgba(255,255,255,.08);
}

.m1 {

  left: -130px;
}

.m2 {

  left: 80px;

  border-bottom-color: rgba(255,154,0,.12);
}

.m3 {

  right: -130px;

  border-bottom-color: rgba(68,161,164,.18);
}

.gd-location-pin {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;
}

.gd-location-pin span {

  color: var(--orange);

  font-size: 25px;

  margin-bottom: 20px;

  animation: pinPulse 2s infinite;
}

.gd-location-pin strong {

  font-size: 34px;

  letter-spacing: 6px;
}

.gd-location-pin small {

  font-size: 8px;

  letter-spacing: 2px;

  opacity: .5;

  margin-top: 8px;
}

.gd-local-stamp {

  position: absolute;

  right: 25px;

  top: 25px;

  border: 1px solid rgba(255,255,255,.3);

  padding: 12px;

  text-align: center;

  font-size: 8px;

  letter-spacing: 2px;

  line-height: 1.5;

  transform: rotate(8deg);
}

@keyframes pinPulse {

  0%,100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}


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

.gd-other-services {

  padding: 150px 0;

  background: var(--cream);
}

.gd-section-heading {

  max-width: 800px;

  margin-bottom: 65px;
}

.gd-section-heading h2 {

  font-size: clamp(48px,6vw,80px);

  line-height: .9;

  letter-spacing: -4px;

  margin: 0;
}

.gd-section-heading h2 span {

  color: var(--teal);

  display: block;
}

.gd-section-heading p {

  color: var(--text);

  max-width: 600px;

  line-height: 1.8;

  margin-top: 25px;
}

.gd-mini-grid {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 1px;

  background: var(--line);

  border: 1px solid var(--line);
}

.gd-mini-card {

  background: var(--cream);

  padding: 35px;

  min-height: 230px;

  transition: .4s ease;
}

.gd-mini-card:hover {

  background: var(--dark);

  color: #fff;

  transform: scale(1.02);

  z-index: 2;
}

.gd-mini-card > span {

  color: var(--orange);

  font-size: 10px;

  font-weight: 900;
}

.gd-mini-card h3 {

  margin: 35px 0 12px;

  font-size: 20px;
}

.gd-mini-card p {

  color: var(--text);

  font-size: 13px;

  line-height: 1.7;
}

.gd-mini-card:hover p {

  color: rgba(255,255,255,.65);
}


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

.gd-process {

  padding: 150px 0;

  background: #fff;
}

.gd-process-title {

  font-size: clamp(55px,8vw,110px);

  line-height: .8;

  letter-spacing: -7px;

  margin: 0 0 80px;

  font-weight: 900;
}

.gd-process-title span {

  color: var(--teal);
}

.gd-process-title strong {

  color: var(--orange);

  font-weight: 900;
}

.gd-process-steps {

  display: grid;

  grid-template-columns: repeat(5,1fr);

  border-top: 1px solid var(--line);
}

.gd-process-step {

  padding: 35px 20px;

  min-height: 270px;

  border-right: 1px solid var(--line);

  transition: .4s ease;
}

.gd-process-step:last-child {

  border-right: 0;
}

.gd-process-step:hover {

  background: var(--dark);

  color: #fff;
}

.step-number {

  color: var(--orange);

  font-size: 12px;

  font-weight: 900;
}

.gd-process-step h3 {

  font-size: 20px;

  margin: 50px 0 12px;
}

.gd-process-step p {

  color: var(--text);

  font-size: 13px;

  line-height: 1.7;
}

.gd-process-step:hover p {

  color: rgba(255,255,255,.65);
}


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

.gd-why {

  padding: 150px 0;

  background: var(--dark);

  color: #fff;
}

.gd-why-header {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 80px;

  align-items: end;

  margin-bottom: 70px;
}

.gd-why-header h2 {

  font-size: clamp(55px,7vw,100px);

  line-height: .78;

  letter-spacing: -6px;

  margin: 0;

  color: #fff;
}

.gd-why-header h2 span {

  display: block;

  color: var(--orange);
}

.gd-why-header p {

  color: rgba(255,255,255,.65);

  line-height: 1.8;

  max-width: 450px;
}

.gd-why-grid {

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 1px;

  background: rgba(255,255,255,.12);

  border: 1px solid rgba(255,255,255,.12);
}

.gd-why-box {

  padding: 35px;

  min-height: 300px;

  background: var(--dark);

  transition: .4s ease;
}

.gd-why-box:hover {

  background: var(--blue);

  transform: translateY(-8px);
}

.gd-why-box > strong {

  color: var(--orange);

  font-size: 12px;
}

.gd-why-box h3 {

  font-size: 21px;

  margin-top: 70px;
}

.gd-why-box p {

  color: rgba(255,255,255,.6);

  font-size: 13px;

  line-height: 1.75;
}


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

.gd-aeo {

  padding: 150px 0;

  background: var(--cream);
}

.gd-aeo-heading {

  margin-bottom: 70px;
}

.gd-aeo-heading h2 {

  font-size: clamp(50px,7vw,90px);

  line-height: .8;

  letter-spacing: -6px;

  margin: 0;
}

.gd-aeo-heading h2 span {

  color: var(--teal);
}

.gd-aeo-content {

  max-width: 1000px;

  margin-left: auto;
}

.gd-aeo-content article {

  padding: 35px 0;

  border-top: 1px solid var(--line);

  display: grid;

  grid-template-columns: .8fr 1.2fr;

  gap: 60px;
}

.gd-aeo-content h3 {

  margin: 0;

  font-size: 23px;
}

.gd-aeo-content p {

  margin: 0;

  color: var(--text);

  font-size: 14px;

  line-height: 1.9;
}


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

.gd-faq {

  padding: 150px 0;

  background: #fff;
}

.gd-faq-list {

  max-width: 1000px;

  margin-left: auto;
}

.gd-faq-list details {

  border-top: 1px solid var(--line);

  padding: 25px 0;
}

.gd-faq-list details:last-child {

  border-bottom: 1px solid var(--line);
}

.gd-faq-list summary {

  cursor: pointer;

  list-style: none;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-size: 18px;

  font-weight: 800;

  gap: 20px;
}

.gd-faq-list summary::-webkit-details-marker {

  display: none;
}

.gd-faq-list summary span {

  color: var(--orange);

  font-size: 25px;

  transition: .3s ease;
}

.gd-faq-list details[open] summary span {

  transform: rotate(45deg);
}

.gd-faq-list details p {

  max-width: 800px;

  color: var(--text);

  font-size: 14px;

  line-height: 1.9;

  margin: 20px 0 5px;
}


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

.gd-final {

  min-height: 700px;

  position: relative;

  background: var(--orange);

  overflow: hidden;

  display: flex;

  align-items: center;
}

.gd-final-bg {

  position: absolute;

  right: -80px;

  bottom: -60px;

  font-size: 260px;

  font-weight: 900;

  letter-spacing: -15px;

  color: rgba(34,66,72,.08);

  pointer-events: none;
}

.gd-final-content {

  position: relative;

  z-index: 2;

  max-width: 850px;
}

.gd-final-content .gd-section-index {

  color: var(--dark);
}

.gd-final-content h2 {

  font-size: clamp(60px,8vw,120px);

  line-height: .75;

  letter-spacing: -7px;

  margin: 0;

  color: var(--dark);

  font-weight: 900;
}

.gd-final-content h2 span {

  color: #fff;

  display: block;
}

.gd-final-content h2 em {

  display: block;

  font-style: normal;

  color: var(--dark);

  margin-left: 100px;
}

.gd-final-content p {

  max-width: 650px;

  font-size: 16px;

  line-height: 1.85;

  color: rgba(34,66,72,.75);

  margin: 35px 0;
}

.gd-final-btn {

  display: inline-flex;

  align-items: center;

  gap: 20px;

  padding: 18px 25px;

  background: var(--dark);

  color: #fff !important;

  text-decoration: none !important;

  font-size: 13px;

  font-weight: 800;

  transition: .35s ease;
}

.gd-final-btn:hover {

  background: #fff;

  color: var(--dark) !important;

  transform: translateY(-6px);
}


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

@media(max-width:1000px) {

  .gdx-hero-layout,
  .gd-story-grid,
  .gd-type-layout,
  .gd-shimla-grid,
  .gd-why-header {

    grid-template-columns: 1fr;
  }

  .gdx-hero-art {

    height: 500px;

    max-width: 600px;

    margin: auto;
  }

  .gd-services-heading {

    grid-template-columns: 1fr;
  }

  .gd-service-list {

    display: block;
  }

  .gd-big-service {

    grid-template-columns: 60px 80px 1fr 50px;
  }

  .gd-mini-grid {

    grid-template-columns: repeat(2,1fr);
  }

  .gd-process-steps {

    grid-template-columns: repeat(2,1fr);
  }

  .gd-process-step {

    border-bottom: 1px solid var(--line);
  }

  .gd-why-grid {

    grid-template-columns: repeat(2,1fr);
  }

  .gd-aeo-content article {

    grid-template-columns: 1fr;
    gap: 20px;
  }

}


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

@media(max-width:650px) {

  .gd-container {

    width: 90%;
  }

  .gdx-hero {

    min-height: auto;

    padding: 100px 0 80px;
  }

  .gdx-topline {

    position: absolute;

    top: 20px;

    font-size: 7px;

    letter-spacing: 1px;
  }

  .gdx-hero-layout {

    padding-top: 40px;
  }

  .gdx-hero-copy h1 {

    font-size: 67px;

    letter-spacing: -5px;
  }

  .gdx-hero-copy h1 span {

    margin-left: 35px;
  }

  .gdx-hero-copy h1 em {

    margin-left: 55px;
  }

  .gdx-hero-description {

    margin-top: 35px;

    font-size: 14px;
  }

  .gd-hero-actions {

    flex-direction: column;

    align-items: flex-start;
  }

  .gdx-hero-art {

    height: 390px;

    transform: scale(.78);

    margin-top: -30px;

    margin-left: -40px;

    margin-right: -40px;
  }

  .gdx-art-circle {

    width: 300px;

    height: 300px;

    right: 45px;
  }

  .gdx-art-outline {

    width: 230px;

    height: 230px;

    right: 120px;

    top: 130px;
  }

  .gdx-art-text {

    font-size: 52px;

    right: 95px;

    top: 155px;
  }

  .square-orange {

    width: 140px;

    height: 140px;
  }

  .square-teal {

    width: 140px;

    height: 140px;

    left: 45px;
  }

  .gdx-hero-bottom {

    display: none;
  }

  .gd-story,
  .gd-services,
  .gd-type-section,
  .gd-shimla,
  .gd-other-services,
  .gd-process,
  .gd-why,
  .gd-aeo,
  .gd-faq {

    padding: 90px 0;
  }

  .gd-story-grid {

    gap: 45px;
  }

  .gd-story-grid h2 {

    font-size: 43px;

    letter-spacing: -2px;
  }

  .gd-services-heading h2 {

    font-size: 70px;

    letter-spacing: -4px;
  }

  .gd-services-heading h2 span {

    margin-left: 35px;
  }

  .gd-big-service {

    grid-template-columns: 35px 60px 1fr;

    gap: 12px;

    padding: 30px 0;
  }

  .gd-service-symbol {

    width: 55px;

    height: 55px;
  }

  .gd-service-info h3 {

    font-size: 20px;
  }

  .gd-service-info p {

    font-size: 13px;
  }

  .gd-service-arrow {

    display: none;
  }

  .gd-type-left {

    min-height: 330px;

    padding: 30px;
  }

  .type-word {

    font-size: 150px;

    margin-top: 60px;
  }

  .gd-type-right h2 {

    font-size: 42px;
  }

  .gd-color-system {

    flex-wrap: wrap;
  }

  .gd-shimla-bg-text {

    font-size: 120px;

    right: -20px;
  }

  .gd-shimla-art {

    height: 330px;
  }

  .gd-location-pin strong {

    font-size: 25px;
  }

  .gd-mini-grid {

    grid-template-columns: 1fr;
  }

  .gd-process-title {

    font-size: 65px;

    letter-spacing: -4px;
  }

  .gd-process-steps {

    grid-template-columns: 1fr;
  }

  .gd-process-step {

    min-height: auto;

    border-right: 0;
  }

  .gd-process-step h3 {

    margin-top: 30px;
  }

  .gd-why-header h2 {

    font-size: 65px;

    letter-spacing: -4px;
  }

  .gd-why-grid {

    grid-template-columns: 1fr;
  }

  .gd-why-box {

    min-height: auto;
  }

  .gd-why-box h3 {

    margin-top: 40px;
  }

  .gd-aeo-heading h2 {

    font-size: 65px;

    letter-spacing: -4px;
  }

  .gd-aeo-content article {

    padding: 28px 0;
  }

  .gd-faq-list summary {

    font-size: 15px;
  }

  .gd-final {

    min-height: 650px;
  }

  .gd-final-content h2 {

    font-size: 68px;

    letter-spacing: -4px;
  }

  .gd-final-content h2 em {

    margin-left: 40px;
  }

  .gd-final-bg {

    font-size: 130px;

    right: -20px;
  }

}/* End custom CSS */