:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f9a02f *//* =========================================================
   METRICOVA — WEB DEVELOPMENT PAGE
   Design: Digital Code Lab
   ========================================================= */

.mwd-page {
  --mwd-dark: #224248;
  --mwd-dark-2: #173238;
  --mwd-blue: #325E6A;
  --mwd-teal: #44A1A4;
  --mwd-orange: #FF9A00;
  --mwd-light: #F5F8F7;
  --mwd-white: #ffffff;
  --mwd-text: #26383b;
  --mwd-muted: #718084;
  --mwd-border: rgba(34,66,72,.13);

  font-family: Arial, Helvetica, sans-serif;
  color: var(--mwd-text);
  overflow: hidden;
  background: #fff;
}

.mwd-page *,
.mwd-page *::before,
.mwd-page *::after {
  box-sizing: border-box;
}

.mwd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


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

.mwd-hero {
  position: relative;
  min-height: 760px;
  background: var(--mwd-dark);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mwd-grid-bg,
.mwd-final-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.mwd-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -220px;
  top: -200px;
  border: 1px solid rgba(68,161,164,.3);
  border-radius: 50%;
}

.mwd-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -110px;
  border: 1px solid rgba(255,154,0,.25);
  border-radius: 50%;
}

.mwd-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.mwd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #9bd4d3;
  margin-bottom: 24px;
}

.mwd-pulse {
  width: 8px;
  height: 8px;
  background: var(--mwd-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255,154,0,.12);
}

.mwd-hero h1 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: .88;
  letter-spacing: -5px;
  margin: 0;
  font-weight: 900;
}

.mwd-hero h1 span,
.mwd-intro h2 span,
.mwd-section-heading h2 span,
.mwd-architecture-head h2 span,
.mwd-performance-copy h2 span,
.mwd-shimla-content h2 span,
.mwd-process-head h2 span,
.mwd-why h2 span,
.mwd-answers h2 span,
.mwd-final h2 span {
  color: var(--mwd-teal);
}

.mwd-hero-text {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.75;
  color: #c5d2d4;
  margin: 32px 0;
}

.mwd-hero-text strong {
  color: #fff;
}

.mwd-hero-buttons,
.mwd-final-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.mwd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 22px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  transition: .3s ease;
}

.mwd-btn-primary {
  color: #173238 !important;
  background: var(--mwd-orange);
}

.mwd-btn-primary:hover {
  transform: translateY(-4px);
  background: #fff;
}

.mwd-btn-outline {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.3);
}

.mwd-btn-outline:hover {
  border-color: var(--mwd-teal);
  background: rgba(68,161,164,.1);
}

.mwd-trust-line {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 55px;
  color: #7f999d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


/* CODE VISUAL */

.mwd-code-area {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mwd-terminal {
  width: 100%;
  max-width: 540px;
  background: #111d20;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 35px 80px rgba(0,0,0,.35);
  transform: rotate(2deg);
}

.mwd-terminal-top {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #819497;
  font-size: 11px;
}

.mwd-terminal-top b {
  margin-left: auto;
  color: #71c8a1;
  font-size: 9px;
  letter-spacing: 1px;
}

.mwd-dots {
  display: flex;
  gap: 6px;
  margin-right: 20px;
}

.mwd-dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #526568;
}

.mwd-code {
  padding: 28px 24px 34px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 2.15;
  color: #b7c5c6;
}

.mwd-code em {
  display: inline-block;
  width: 32px;
  color: #4d6468;
  font-style: normal;
  user-select: none;
}

.mwd-purple {
  color: #d79be8;
}

.mwd-blue {
  color: #6fc4df;
}

.mwd-orange {
  color: #f4b35c;
}

.mwd-green {
  color: #6ac79e;
}

.mwd-command {
  color: var(--mwd-orange);
}

.mwd-success {
  color: #72d2a0;
}

.mwd-floating {
  position: absolute;
  padding: 17px 20px;
  background: #fff;
  color: var(--mwd-dark);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.mwd-floating strong {
  display: block;
  font-size: 25px;
}

.mwd-floating small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #789094;
}

.mwd-float-one {
  top: 40px;
  right: -20px;
}

.mwd-float-two {
  bottom: 45px;
  left: -20px;
}


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

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

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

.mwd-section-label span {
  color: var(--mwd-orange);
}

.mwd-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.mwd-intro h2,
.mwd-section-heading h2,
.mwd-architecture-head h2,
.mwd-performance-copy h2,
.mwd-shimla-content h2,
.mwd-process-head h2,
.mwd-why h2,
.mwd-answers h2,
.mwd-final h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -3px;
  margin: 0;
  font-weight: 900;
}

.mwd-intro-copy {
  border-left: 2px solid var(--mwd-orange);
  padding-left: 30px;
}

.mwd-intro-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: #65767a;
  margin: 0 0 22px;
}

.mwd-intro-copy strong {
  color: var(--mwd-dark);
}


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

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

.mwd-section-heading {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.mwd-section-heading > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mwd-muted);
  margin: 0;
}

.mwd-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mwd-service-card {
  position: relative;
  min-height: 390px;
  background: #fff;
  padding: 35px;
  border: 1px solid var(--mwd-border);
  transition: .35s ease;
  overflow: hidden;
}

.mwd-service-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -60px;
  bottom: -60px;
  border: 1px solid rgba(68,161,164,.2);
  border-radius: 50%;
  transition: .4s ease;
}

.mwd-service-card:hover {
  transform: translateY(-8px);
  border-color: var(--mwd-teal);
  box-shadow: 0 20px 45px rgba(34,66,72,.1);
}

.mwd-service-card:hover::after {
  transform: scale(1.5);
}

.mwd-dark-card {
  background: var(--mwd-dark);
  color: #fff;
  border-color: var(--mwd-dark);
}

.mwd-dark-card p {
  color: #a8babd !important;
}

.mwd-dark-card a {
  color: var(--mwd-orange) !important;
}

.mwd-card-number {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 10px;
  color: #9aabad;
  letter-spacing: 1px;
}

.mwd-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68,161,164,.35);
  color: var(--mwd-teal);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 45px;
}

.mwd-service-card h3 {
  font-size: 23px;
  margin: 0 0 17px;
  color: inherit;
  letter-spacing: -.7px;
}

.mwd-service-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #6f7e81;
  margin: 0 0 25px;
}

.mwd-service-card a {
  position: absolute;
  left: 35px;
  bottom: 32px;
  color: var(--mwd-blue) !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}


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

.mwd-architecture {
  padding: 120px 0;
  background: var(--mwd-dark);
  color: #fff;
}

.light-label {
  color: #9eb6b9;
}

.mwd-architecture-head {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: end;
  margin-bottom: 65px;
}

.mwd-architecture-head p {
  color: #9eb0b3;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.mwd-stack {
  border-top: 1px solid rgba(255,255,255,.14);
}

.mwd-stack-item {
  min-height: 92px;
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: .3s ease;
}

.mwd-stack-item:hover {
  padding-left: 15px;
  background: rgba(68,161,164,.06);
}

.mwd-stack-item > span {
  color: var(--mwd-orange);
  font-family: monospace;
}

.mwd-stack-item strong {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

.mwd-stack-item small {
  display: block;
  margin-top: 5px;
  color: #7e969a;
  font-size: 12px;
}

.mwd-stack-item b {
  color: var(--mwd-teal);
}


/* =========================================================
   PERFORMANCE
   ========================================================= */

.mwd-performance {
  padding: 120px 0;
  background: #fff;
}

.mwd-performance-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.mwd-performance-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mwd-muted);
}

.mwd-performance-copy h2 {
  margin-bottom: 30px;
}

.mwd-performance-list {
  border-top: 1px solid var(--mwd-border);
}

.mwd-performance-list > div {
  padding: 25px 0;
  border-bottom: 1px solid var(--mwd-border);
  display: grid;
  grid-template-columns: 45px 1fr;
}

.mwd-performance-list span {
  color: var(--mwd-orange);
  font-family: monospace;
}

.mwd-performance-list strong {
  font-size: 18px;
}

.mwd-performance-list p {
  grid-column: 2;
  color: var(--mwd-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 7px 0 0;
}


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

.mwd-search {
  padding: 120px 0;
  background: var(--mwd-light);
}

.mwd-search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mwd-search-card {
  padding: 38px;
  background: #fff;
  border: 1px solid var(--mwd-border);
  transition: .3s ease;
}

.mwd-search-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(34,66,72,.08);
}

.mwd-search-code {
  font-size: 42px;
  font-weight: 900;
  color: var(--mwd-teal);
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.mwd-search-card h3 {
  font-size: 22px;
  margin: 0 0 15px;
  color: var(--mwd-dark);
}

.mwd-search-card > p {
  color: var(--mwd-muted);
  font-size: 14px;
  line-height: 1.75;
}

.mwd-search-card ul {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid var(--mwd-border);
  list-style: none;
}

.mwd-search-card li {
  padding: 8px 0;
  font-size: 12px;
  color: #617376;
}

.mwd-search-card li::before {
  content: "✓";
  color: var(--mwd-orange);
  margin-right: 8px;
  font-weight: bold;
}


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

.mwd-shimla {
  position: relative;
  background: var(--mwd-dark-2);
  color: #fff;
  padding: 130px max(20px, calc((100vw - 1180px)/2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: center;
  overflow: hidden;
}

.mwd-shimla::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 1px solid rgba(68,161,164,.12);
  left: -400px;
  top: -100px;
}

.mwd-shimla-content {
  position: relative;
  z-index: 2;
}

.mwd-shimla-content h2 {
  margin-bottom: 30px;
}

.mwd-shimla-content p {
  color: #a9bbbe;
  font-size: 16px;
  line-height: 1.85;
}

.mwd-shimla-content strong {
  color: #fff;
}

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

.mwd-keywords span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.13);
  color: #8ea5a8;
  font-size: 10px;
  letter-spacing: .4px;
}

.mwd-shimla-orbit {
  height: 430px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.ring-one {
  width: 300px;
  height: 300px;
}

.ring-two {
  width: 420px;
  height: 420px;
  border-color: rgba(255,154,0,.18);
}

.mwd-orbit-center {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--mwd-teal);
  color: var(--mwd-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 70px rgba(68,161,164,.25);
  position: relative;
  z-index: 3;
}

.mwd-orbit-center strong {
  font-size: 22px;
  letter-spacing: -1px;
}

.mwd-orbit-center span {
  font-size: 8px;
  margin-top: 5px;
  letter-spacing: 1px;
}


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

.mwd-industries {
  padding: 120px 0;
  background: #fff;
}

.mwd-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--mwd-border);
  border-left: 1px solid var(--mwd-border);
}

.mwd-industry {
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid var(--mwd-border);
  border-bottom: 1px solid var(--mwd-border);
  transition: .3s ease;
}

.mwd-industry:hover {
  background: var(--mwd-dark);
  color: #fff;
}

.mwd-industry span {
  color: var(--mwd-orange);
  font-family: monospace;
}

.mwd-industry h3 {
  font-size: 22px;
  margin: 35px 0 12px;
}

.mwd-industry p {
  color: var(--mwd-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mwd-industry:hover p {
  color: #9cb1b4;
}


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

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

.mwd-process-head {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.mwd-process-head p {
  color: var(--mwd-muted);
  line-height: 1.8;
  font-size: 15px;
}

.mwd-process-list {
  border-top: 1px solid var(--mwd-border);
}

.mwd-process-row {
  display: grid;
  grid-template-columns: 70px 1fr 1.2fr 40px;
  gap: 25px;
  align-items: center;
  min-height: 105px;
  border-bottom: 1px solid var(--mwd-border);
  transition: .3s ease;
}

.mwd-process-row:hover {
  background: #fff;
  padding-left: 15px;
}

.mwd-process-no {
  color: var(--mwd-orange);
  font-family: monospace;
}

.mwd-process-title {
  font-size: 18px;
  font-weight: 800;
}

.mwd-process-row p {
  color: var(--mwd-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.mwd-arrow {
  color: var(--mwd-teal);
  font-size: 20px;
}


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

.mwd-why {
  padding: 120px 0;
  background: #fff;
}

.mwd-why-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.mwd-why h2 {
  margin-bottom: 30px;
}

.mwd-why > .mwd-container > .mwd-why-grid > div:first-child p {
  color: var(--mwd-muted);
  line-height: 1.8;
  margin-bottom: 30px;
}

.mwd-why-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--mwd-border);
  border-left: 1px solid var(--mwd-border);
}

.mwd-why-points > div {
  padding: 30px;
  border-right: 1px solid var(--mwd-border);
  border-bottom: 1px solid var(--mwd-border);
}

.mwd-why-points strong {
  color: var(--mwd-orange);
  font-family: monospace;
}

.mwd-why-points h3 {
  font-size: 17px;
  margin: 25px 0 10px;
}

.mwd-why-points p {
  color: var(--mwd-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}


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

.mwd-answers {
  padding: 120px 0;
  background: var(--mwd-dark);
  color: #fff;
}

.mwd-answers h2 {
  margin-bottom: 60px;
}

.mwd-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.12);
}

.mwd-answer-grid article {
  background: var(--mwd-dark);
  padding: 35px;
  min-height: 220px;
  transition: .3s ease;
}

.mwd-answer-grid article:hover {
  background: #294e55;
}

.mwd-answer-grid h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.mwd-answer-grid p {
  color: #9cb0b3;
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}


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

.mwd-faq {
  padding: 120px 0;
  background: #fff;
}

.mwd-faq-list {
  border-top: 1px solid var(--mwd-border);
}

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

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

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

.mwd-faq summary span {
  color: var(--mwd-orange);
  font-size: 25px;
  font-weight: 400;
}

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

.mwd-faq details p {
  max-width: 850px;
  color: var(--mwd-muted);
  line-height: 1.8;
  font-size: 14px;
  padding: 0 50px 25px 5px;
  margin: 0;
}


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

.mwd-final {
  position: relative;
  min-height: 570px;
  background: var(--mwd-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.mwd-final-grid {
  opacity: .1;
}

.mwd-final::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(68,161,164,.2);
  border-radius: 50%;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
}

.mwd-final-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 50px 20px;
}

.mwd-final-content .mwd-eyebrow {
  justify-content: center;
}

.mwd-final h2 {
  font-size: clamp(48px, 7vw, 90px);
  line-height: .9;
  margin-bottom: 30px;
}

.mwd-final-content p {
  max-width: 680px;
  margin: 0 auto 35px;
  color: #a8b9bc;
  font-size: 16px;
  line-height: 1.8;
}

.mwd-final-buttons {
  justify-content: center;
}

.mwd-phone {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  padding: 15px 20px;
}


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

@media (max-width: 1000px) {

  .mwd-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 90px 0;
  }

  .mwd-hero {
    min-height: auto;
  }

  .mwd-code-area {
    min-height: 400px;
  }

  .mwd-intro-grid,
  .mwd-performance-grid,
  .mwd-why-grid,
  .mwd-shimla {
    grid-template-columns: 1fr;
    gap: 55px;
  }

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

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

  .mwd-section-heading,
  .mwd-architecture-head,
  .mwd-process-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mwd-shimla {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mwd-shimla-orbit {
    order: 2;
  }

  .mwd-process-row {
    grid-template-columns: 60px 1fr;
    padding: 25px 0;
  }

  .mwd-process-row p {
    grid-column: 2;
  }

  .mwd-arrow {
    display: none;
  }
}


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

@media (max-width: 650px) {

  .mwd-container,
  .mwd-hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .mwd-hero-inner {
    padding: 75px 0;
  }

  .mwd-hero h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }

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

  .mwd-trust-line {
    margin-top: 35px;
    gap: 10px;
  }

  .mwd-code-area {
    min-height: 330px;
  }

  .mwd-terminal {
    transform: rotate(0);
  }

  .mwd-code {
    padding: 20px 12px;
    font-size: 9px;
    line-height: 2;
  }

  .mwd-code em {
    width: 24px;
  }

  .mwd-floating {
    padding: 11px 13px;
  }

  .mwd-float-one {
    top: 10px;
    right: 0;
  }

  .mwd-float-two {
    bottom: 10px;
    left: 0;
  }

  .mwd-intro,
  .mwd-services,
  .mwd-architecture,
  .mwd-performance,
  .mwd-search,
  .mwd-industries,
  .mwd-process,
  .mwd-why,
  .mwd-answers,
  .mwd-faq {
    padding: 80px 0;
  }

  .mwd-intro-grid,
  .mwd-service-grid,
  .mwd-search-grid,
  .mwd-industry-grid,
  .mwd-answer-grid {
    grid-template-columns: 1fr;
  }

  .mwd-intro h2,
  .mwd-section-heading h2,
  .mwd-architecture-head h2,
  .mwd-performance-copy h2,
  .mwd-shimla-content h2,
  .mwd-process-head h2,
  .mwd-why h2,
  .mwd-answers h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .mwd-service-card {
    min-height: 350px;
    padding: 28px;
  }

  .mwd-service-card a {
    left: 28px;
  }

  .mwd-stack-item {
    grid-template-columns: 40px 1fr 20px;
    min-height: 100px;
  }

  .mwd-stack-item strong {
    font-size: 14px;
  }

  .mwd-stack-item small {
    font-size: 10px;
    line-height: 1.5;
  }

  .mwd-shimla {
    padding: 80px 20px;
  }

  .mwd-shimla-orbit {
    min-height: 320px;
  }

  .ring-one {
    width: 220px;
    height: 220px;
  }

  .ring-two {
    width: 300px;
    height: 300px;
  }

  .mwd-orbit-center {
    width: 120px;
    height: 120px;
  }

  .mwd-orbit-center strong {
    font-size: 17px;
  }

  .mwd-industry {
    min-height: 210px;
  }

  .mwd-process-row {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }

  .mwd-process-title {
    font-size: 16px;
  }

  .mwd-why-points {
    grid-template-columns: 1fr;
  }

  .mwd-answer-grid article {
    min-height: auto;
  }

  .mwd-final {
    min-height: 500px;
  }

  .mwd-final h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .mwd-final-buttons {
    flex-direction: column;
  }

  .mwd-btn,
  .mwd-phone {
    width: 100%;
  }

}


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

@media (max-width: 400px) {

  .mwd-hero h1 {
    font-size: 49px;
  }

  .mwd-code {
    font-size: 8px;
  }

  .mwd-intro h2,
  .mwd-section-heading h2,
  .mwd-architecture-head h2,
  .mwd-performance-copy h2,
  .mwd-shimla-content h2,
  .mwd-process-head h2,
  .mwd-why h2,
  .mwd-answers h2 {
    font-size: 36px;
  }

}/* End custom CSS */