:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1d4cca3 *//* =========================================================
   METRICOVA ABOUT PAGE
   Creative Founder / Editorial / Shimla Concept
========================================================= */

.mabout-page {
  --ma-dark: #224248;
  --ma-dark-2: #17363c;
  --ma-teal: #44A1A4;
  --ma-teal-dark: #325E6A;
  --ma-orange: #FF9A00;
  --ma-white: #ffffff;
  --ma-light: #f4f8f8;
  --ma-text: #253b40;
  --ma-muted: #6c7f82;
  --ma-border: rgba(34,66,72,.13);

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

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

.mabout-page img {
  max-width: 100%;
  display: block;
}

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

.mabout-page a {
  text-decoration: none;
}


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

.mabout-hero {
  position: relative;
  min-height: 760px;
  background:
    radial-gradient(circle at 80% 20%, rgba(68,161,164,.20), transparent 25%),
    linear-gradient(135deg, #17363c, #224248 55%, #132e34);
  color: #fff;
  overflow: hidden;
}

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

.mabout-hero::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(68,161,164,.25);
  border-radius: 50%;
  right: -180px;
  top: -130px;
}

.mabout-hero::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255,154,0,.20);
  border-radius: 50%;
  left: -180px;
  bottom: -180px;
}

.mabout-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.15);
  animation: maSpin 20s linear infinite;
}

.mabout-orbit-1 {
  width: 420px;
  height: 420px;
  right: 18%;
  top: 120px;
}

.mabout-orbit-2 {
  width: 270px;
  height: 270px;
  right: 25%;
  top: 195px;
  animation-direction: reverse;
  animation-duration: 14s;
}

@keyframes maSpin {
  to {
    transform: rotate(360deg);
  }
}

.mabout-hero-inner {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 70px;
}

.mabout-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ma-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.mabout-eyebrow span {
  width: 38px;
  height: 2px;
  background: var(--ma-orange);
}

.mabout-eyebrow.light {
  color: var(--ma-orange);
}

.mabout-hero h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 86px);
  line-height: .91;
  letter-spacing: -4px;
  font-weight: 800;
}

.mabout-hero h1 strong {
  display: block;
  color: var(--ma-teal);
}

.mabout-hero h1 em {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: .52em;
  letter-spacing: 1px;
  margin-top: 17px;
}

.mabout-hero-lead {
  max-width: 650px;
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.mabout-hero-location {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 25px 0;
}

.mabout-location-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ma-orange);
  font-size: 25px;
}

.mabout-hero-location small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(255,255,255,.45);
  margin-bottom: 4px;
}

.mabout-hero-location strong {
  font-size: 14px;
}

.mabout-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.mabout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  transition: .35s ease;
}

.mabout-btn span {
  font-size: 20px;
  transition: .35s ease;
}

.mabout-btn:hover span {
  transform: translate(4px,-4px);
}

.mabout-btn-primary {
  background: var(--ma-orange);
  color: #fff;
  box-shadow: 0 12px 35px rgba(255,154,0,.20);
}

.mabout-btn-primary:hover {
  background: #fff;
  color: var(--ma-dark);
  transform: translateY(-3px);
}

.mabout-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}

.mabout-btn-outline:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-3px);
}


/* HERO VISUAL */

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

.mabout-image-frame {
  width: min(470px, 100%);
  position: relative;
  transform: rotate(2deg);
  transition: .5s ease;
}

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

.mabout-image-frame::before {
  content: "";
  position: absolute;
  inset: 15px -15px -15px 15px;
  border: 1px solid var(--ma-orange);
  z-index: 0;
}

.mabout-image-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: 0 35px 70px rgba(0,0,0,.35);
}

.mabout-image-label {
  position: absolute;
  z-index: 5;
  left: -25px;
  bottom: 25px;
  background: var(--ma-orange);
  color: #fff;
  padding: 14px 18px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
}

.mabout-image-label span {
  margin-right: 15px;
  opacity: .7;
}

.mabout-floating-card {
  position: absolute;
  z-index: 7;
  background: rgba(255,255,255,.96);
  color: var(--ma-dark);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.2);
  animation: maFloat 4s ease-in-out infinite;
}

.mabout-card-top {
  top: 70px;
  right: -20px;
}

.mabout-card-bottom {
  bottom: 70px;
  left: -35px;
  animation-delay: -2s;
}

@keyframes maFloat {
  50% {
    transform: translateY(-10px);
  }
}

.mabout-floating-card small {
  display: block;
  color: #849295;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.mabout-floating-card strong {
  font-size: 12px;
}

.mabout-mini-dot {
  width: 11px;
  height: 11px;
  background: var(--ma-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(68,161,164,.12);
}

.mabout-chart {
  height: 32px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.mabout-chart i {
  width: 5px;
  background: var(--ma-teal);
}

.mabout-chart i:nth-child(1) { height: 9px; }
.mabout-chart i:nth-child(2) { height: 15px; }
.mabout-chart i:nth-child(3) { height: 20px; }
.mabout-chart i:nth-child(4) { height: 25px; }
.mabout-chart i:nth-child(5) { height: 31px; }


/* =========================================================
   STATEMENT
========================================================= */

.mabout-statement {
  padding: 110px 0;
  background: #fff;
}

.mabout-statement-top {
  display: flex;
  justify-content: space-between;
  color: #91a0a2;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 35px;
}

.mabout-statement h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -3px;
  color: var(--ma-dark);
}

.mabout-statement h2 span {
  display: block;
  color: var(--ma-teal);
}

.mabout-statement-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 55px;
  padding-left: 18%;
}

.mabout-statement-bottom p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ma-muted);
}


/* =========================================================
   FOUNDER
========================================================= */

.mabout-founder {
  position: relative;
  background: var(--ma-light);
  padding: 120px 0;
  overflow: hidden;
}

.mabout-founder-pattern {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(34,66,72,.08);
  border-radius: 50%;
  left: -350px;
  top: -150px;
}

.mabout-founder-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: center;
}

.mabout-founder-visual {
  min-height: 480px;
  position: relative;
  display: grid;
  place-items: center;
}

.mabout-founder-circle {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: var(--ma-dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 35px 80px rgba(34,66,72,.2);
}

.mabout-founder-circle::before {
  content: "";
  position: absolute;
  inset: -25px;
  border: 1px dashed var(--ma-teal);
  border-radius: 50%;
  animation: maSpin 15s linear infinite;
}

.mabout-founder-circle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--ma-orange);
  border-radius: 50%;
  top: 4px;
  right: 65px;
}

.mabout-founder-circle span {
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--ma-teal);
}

.mabout-founder-circle strong {
  text-align: center;
  font-size: 38px;
  line-height: 1;
  margin-top: 12px;
}

.mabout-founder-number {
  position: absolute;
  top: 25px;
  left: 10px;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  color: rgba(34,66,72,.06);
  letter-spacing: -8px;
}

.mabout-founder-location-card {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: #fff;
  padding: 18px 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.mabout-founder-location-card span {
  color: var(--ma-orange);
  font-size: 22px;
}

.mabout-founder-location-card small {
  display: block;
  color: #9aa6a8;
  font-size: 8px;
  letter-spacing: 2px;
}

.mabout-founder-location-card strong {
  font-size: 13px;
  color: var(--ma-dark);
}

.mabout-founder-content h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .9;
  color: var(--ma-dark);
  letter-spacing: -4px;
}

.mabout-founder-content h2 strong {
  color: var(--ma-orange);
}

.mabout-founder-role {
  display: inline-block;
  margin: 20px 0 28px;
  padding: 9px 14px;
  background: var(--ma-dark);
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
}

.mabout-founder-content p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ma-muted);
  margin: 0 0 18px;
}

.mabout-founder-intro {
  font-size: 20px !important;
  color: var(--ma-dark) !important;
}

.mabout-founder-content blockquote {
  margin: 35px 0;
  padding: 25px 0 25px 25px;
  border-left: 4px solid var(--ma-orange);
  font-size: 21px;
  line-height: 1.6;
  font-style: italic;
  color: var(--ma-dark);
}

.mabout-founder-signature strong {
  display: block;
  font-size: 25px;
  font-family: cursive;
  color: var(--ma-dark);
}

.mabout-founder-signature span {
  display: block;
  margin-top: 4px;
  color: #8b999b;
  font-size: 10px;
  letter-spacing: 2px;
}


/* =========================================================
   JOURNEY
========================================================= */

.mabout-journey {
  padding: 120px 0;
  background: #fff;
}

.mabout-section-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 75px;
}

.mabout-section-heading > div > span,
.mabout-services-head > div > span {
  display: block;
  color: var(--ma-orange);
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 20px;
}

.mabout-section-heading h2,
.mabout-services-head h2 {
  margin: 0;
  color: var(--ma-dark);
  font-size: clamp(42px, 5vw, 67px);
  line-height: .95;
  letter-spacing: -3px;
}

.mabout-section-heading h2 em,
.mabout-services-head h2 em {
  display: block;
  color: var(--ma-teal);
  font-style: normal;
}

.mabout-section-heading > p,
.mabout-services-head > p {
  margin: 0;
  color: var(--ma-muted);
  font-size: 15px;
  line-height: 1.8;
}

.mabout-timeline {
  position: relative;
}

.mabout-timeline-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--ma-border);
}

.mabout-timeline-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 35px;
  margin-bottom: 55px;
  position: relative;
}

.mabout-time-dot {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--ma-teal);
  color: var(--ma-teal-dark);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  transition: .3s ease;
}

.mabout-timeline-item:hover .mabout-time-dot {
  background: var(--ma-orange);
  color: #fff;
  border-color: var(--ma-orange);
  transform: scale(1.1);
}

.mabout-time-content small {
  color: var(--ma-orange);
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 800;
}

.mabout-time-content h3 {
  margin: 8px 0 10px;
  color: var(--ma-dark);
  font-size: 24px;
}

.mabout-time-content p {
  max-width: 700px;
  margin: 0;
  color: var(--ma-muted);
  line-height: 1.8;
}


/* =========================================================
   PHILOSOPHY
========================================================= */

.mabout-philosophy {
  padding: 120px 0;
  background: var(--ma-dark);
  color: #fff;
}

.mabout-philosophy-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.mabout-philosophy-image {
  position: relative;
}

.mabout-philosophy-image img {
  width: 100%;
  box-shadow: 25px 25px 0 rgba(255,154,0,.8);
  transition: .5s ease;
}

.mabout-philosophy-image:hover img {
  transform: translate(-7px,-7px);
  box-shadow: 32px 32px 0 rgba(68,161,164,.8);
}

.mabout-image-tag {
  position: absolute;
  z-index: 3;
  top: -18px;
  left: -18px;
  background: var(--ma-orange);
  padding: 13px 17px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mabout-philosophy-content h2 {
  margin: 0 0 25px;
  font-size: clamp(42px, 5vw, 67px);
  line-height: .95;
  letter-spacing: -3px;
}

.mabout-philosophy-content h2 span {
  display: block;
  color: var(--ma-teal);
}

.mabout-big-copy {
  color: #fff !important;
  font-size: 21px !important;
}

.mabout-philosophy-content > p {
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  font-size: 15px;
}

.mabout-principles {
  margin-top: 35px;
}

.mabout-principle {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.mabout-principle > span {
  color: var(--ma-orange);
  font-size: 11px;
  font-weight: 800;
}

.mabout-principle strong {
  font-size: 12px;
  letter-spacing: 1px;
}

.mabout-principle p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  line-height: 1.6;
}


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

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

.mabout-services-head {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.mabout-service-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--ma-border);
  border-left: 1px solid var(--ma-border);
}

.mabout-service {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid var(--ma-border);
  border-bottom: 1px solid var(--ma-border);
  color: var(--ma-dark);
  background: rgba(255,255,255,.4);
  overflow: hidden;
  transition: .4s ease;
}

.mabout-service::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: var(--ma-dark);
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  transition: .5s ease;
}

.mabout-service:hover {
  color: #fff;
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(34,66,72,.12);
  z-index: 2;
}

.mabout-service:hover::before {
  width: 330px;
  height: 330px;
}

.mabout-service > * {
  position: relative;
  z-index: 2;
}

.mabout-service > span {
  color: var(--ma-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mabout-service h3 {
  margin: 50px 0 12px;
  font-size: 22px;
}

.mabout-service p {
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  transition: .3s ease;
}

.mabout-service:hover p {
  color: rgba(255,255,255,.65);
}

.mabout-service b {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: var(--ma-teal);
}


/* =========================================================
   DIFFERENCE
========================================================= */

.mabout-difference {
  padding: 120px 0;
  background: #fff;
}

.mabout-difference-header {
  max-width: 850px;
  margin-bottom: 65px;
}

.mabout-difference-header > span {
  color: var(--ma-orange);
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 800;
}

.mabout-difference-header h2 {
  margin: 20px 0 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .95;
  letter-spacing: -3px;
  color: var(--ma-dark);
}

.mabout-difference-header h2 em {
  color: var(--ma-teal);
  font-style: normal;
}

.mabout-difference-header h2 strong {
  color: var(--ma-orange);
}

.mabout-difference-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}

.mabout-difference-card {
  padding: 35px 28px;
  border: 1px solid var(--ma-border);
  min-height: 320px;
  transition: .4s ease;
}

.mabout-difference-card:hover {
  background: var(--ma-dark);
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(34,66,72,.15);
}

.mabout-big-number {
  color: var(--ma-orange);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 70px;
}

.mabout-difference-card h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

.mabout-difference-card p {
  margin: 0;
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.8;
}

.mabout-difference-card:hover p {
  color: rgba(255,255,255,.6);
}


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

.mabout-shimla {
  position: relative;
  padding: 130px 0;
  background:
    linear-gradient(135deg, #17363c, #224248);
  color: #fff;
  overflow: hidden;
}

.mabout-shimla-mountains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  opacity: .15;
  background:
    linear-gradient(135deg, transparent 50%, #44A1A4 50%) 0 100% / 35% 100% no-repeat,
    linear-gradient(225deg, transparent 50%, #44A1A4 50%) 25% 100% / 40% 100% no-repeat,
    linear-gradient(135deg, transparent 50%, #44A1A4 50%) 55% 100% / 35% 100% no-repeat;
}

.mabout-shimla-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.mabout-shimla-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(45px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -4px;
}

.mabout-shimla-copy h2 strong {
  color: var(--ma-orange);
}

.mabout-shimla-copy h2 em {
  color: var(--ma-teal);
  font-style: normal;
}

.mabout-shimla-copy p {
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  font-size: 15px;
}

.mabout-shimla-map {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.mabout-map-ring {
  position: absolute;
  border: 1px solid rgba(68,161,164,.4);
  border-radius: 50%;
  animation: maPulse 4s ease-in-out infinite;
}

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

.ring-two {
  width: 340px;
  height: 340px;
  animation-delay: -1s;
}

.ring-three {
  width: 470px;
  height: 470px;
  animation-delay: -2s;
}

@keyframes maPulse {
  50% {
    transform: scale(1.06);
    opacity: .45;
  }
}

.mabout-map-center {
  width: 150px;
  height: 150px;
  background: var(--ma-orange);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 0 15px rgba(255,154,0,.08);
}

.mabout-map-center span {
  font-size: 25px;
}

.mabout-map-center strong {
  font-size: 17px;
  letter-spacing: 2px;
}

.mabout-map-center small {
  font-size: 7px;
  letter-spacing: 1px;
}

.mabout-map-point {
  position: absolute;
  padding: 8px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--ma-teal);
}

.point-one { top: 50px; left: 22%; }
.point-two { top: 30%; right: 4%; }
.point-three { bottom: 18%; left: 8%; }
.point-four { bottom: 5%; right: 20%; }


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

.mabout-industries {
  padding: 120px 0;
  background: var(--ma-light);
}

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

.mabout-industry-list > div {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 25px 5px;
  border-bottom: 1px solid var(--ma-border);
  transition: .3s ease;
}

.mabout-industry-list > div:hover {
  padding-left: 20px;
  background: #fff;
}

.mabout-industry-list span {
  color: var(--ma-orange);
  font-size: 10px;
  font-weight: 800;
}

.mabout-industry-list strong {
  font-size: 20px;
  color: var(--ma-dark);
}

.mabout-industry-list small {
  color: var(--ma-muted);
  font-size: 11px;
}


/* =========================================================
   VISION
========================================================= */

.mabout-vision {
  padding: 110px 0;
  background: #fff;
}

.mabout-vision-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.mabout-vision-card {
  min-height: 360px;
  padding: 35px;
  border: 1px solid var(--ma-border);
  transition: .4s ease;
}

.mabout-vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(34,66,72,.1);
}

.mabout-vision-card span {
  color: var(--ma-orange);
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 800;
}

.mabout-vision-card h2 {
  margin: 80px 0 20px;
  font-size: 50px;
  line-height: .9;
  color: var(--ma-dark);
}

.mabout-vision-card h2 strong {
  color: var(--ma-teal);
}

.mabout-vision-card h3 {
  margin: 90px 0 20px;
  font-size: 22px;
  color: var(--ma-dark);
}

.mabout-vision-card p {
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}


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

.mabout-answers {
  padding: 120px 0;
  background: var(--ma-light);
}

.mabout-answer-heading {
  margin-bottom: 55px;
}

.mabout-answer-heading > span {
  color: var(--ma-orange);
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 800;
}

.mabout-answer-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(45px, 5vw, 70px);
  line-height: .95;
  letter-spacing: -3px;
  color: var(--ma-dark);
}

.mabout-answer-heading em {
  color: var(--ma-teal);
  font-style: normal;
}

.mabout-answer-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

.mabout-answer-grid article {
  background: #fff;
  padding: 35px;
  border-left: 3px solid var(--ma-teal);
  transition: .35s ease;
}

.mabout-answer-grid article:hover {
  border-left-color: var(--ma-orange);
  transform: translateX(7px);
}

.mabout-answer-grid h3 {
  margin: 0 0 15px;
  font-size: 20px;
  color: var(--ma-dark);
}

.mabout-answer-grid p {
  margin: 0;
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.8;
}


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

.mabout-final {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(68,161,164,.25), transparent 25%),
    var(--ma-dark);
  color: #fff;
  overflow: hidden;
}

.mabout-final-grid {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 50px 50px;
}

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

.mabout-final-small {
  color: var(--ma-orange);
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 25px;
}

.mabout-final h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 7vw, 90px);
  line-height: .9;
  letter-spacing: -5px;
}

.mabout-final h2 span {
  display: block;
  color: var(--ma-teal);
}

.mabout-final h2 strong {
  color: var(--ma-orange);
}

.mabout-final p {
  max-width: 680px;
  color: rgba(255,255,255,.62);
  line-height: 1.8;
  font-size: 16px;
  margin: 35px 0;
}

.mabout-final-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.mabout-phone {
  color: #fff;
}

.mabout-phone small {
  display: block;
  color: rgba(255,255,255,.4);
  font-size: 8px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.mabout-phone strong {
  font-size: 18px;
}


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

@media (max-width: 1000px) {

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

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

  .mabout-hero-visual {
    min-height: 480px;
  }

  .mabout-statement-bottom {
    padding-left: 0;
  }

  .mabout-founder-grid,
  .mabout-philosophy-grid,
  .mabout-shimla-grid {
    grid-template-columns: 1fr;
  }

  .mabout-founder-visual {
    min-height: 400px;
  }

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

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

  .mabout-vision-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mabout-vision-card:first-child {
    grid-column: span 2;
  }

  .mabout-section-heading,
  .mabout-services-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

}


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

@media (max-width: 650px) {

  .mabout-container {
    width: 90%;
  }

  .mabout-hero-inner {
    padding: 75px 0 80px;
    gap: 45px;
  }

  .mabout-hero h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .mabout-hero-lead {
    font-size: 15px;
  }

  .mabout-hero-visual {
    min-height: 390px;
  }

  .mabout-image-frame {
    width: 90%;
  }

  .mabout-card-top {
    top: 25px;
    right: -5px;
  }

  .mabout-card-bottom {
    bottom: 25px;
    left: -5px;
  }

  .mabout-statement,
  .mabout-founder,
  .mabout-journey,
  .mabout-philosophy,
  .mabout-services,
  .mabout-difference,
  .mabout-shimla,
  .mabout-industries,
  .mabout-vision,
  .mabout-answers {
    padding: 80px 0;
  }

  .mabout-statement-top {
    flex-direction: column;
    gap: 10px;
  }

  .mabout-statement h2,
  .mabout-section-heading h2,
  .mabout-services-head h2,
  .mabout-difference-header h2,
  .mabout-answer-heading h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .mabout-statement-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }

  .mabout-founder-grid,
  .mabout-philosophy-grid,
  .mabout-shimla-grid {
    gap: 55px;
  }

  .mabout-founder-visual {
    min-height: 330px;
  }

  .mabout-founder-circle {
    width: 240px;
    height: 240px;
  }

  .mabout-founder-circle strong {
    font-size: 30px;
  }

  .mabout-founder-number {
    font-size: 75px;
  }

  .mabout-founder-content h2 {
    font-size: 55px;
  }

  .mabout-founder-content blockquote {
    font-size: 17px;
  }

  .mabout-timeline-item {
    gap: 18px;
  }

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

  .mabout-service {
    min-height: 230px;
  }

  .mabout-difference-grid {
    grid-template-columns: 1fr;
  }

  .mabout-difference-card {
    min-height: auto;
  }

  .mabout-big-number {
    margin-bottom: 35px;
  }

  .mabout-shimla-map {
    min-height: 390px;
  }

  .ring-three {
    width: 360px;
    height: 360px;
  }

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

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

  .mabout-industry-list > div {
    grid-template-columns: 45px 1fr;
    gap: 8px;
  }

  .mabout-industry-list small {
    grid-column: 2;
  }

  .mabout-vision-grid {
    grid-template-columns: 1fr;
  }

  .mabout-vision-card:first-child {
    grid-column: auto;
  }

  .mabout-vision-card {
    min-height: 290px;
  }

  .mabout-vision-card h2,
  .mabout-vision-card h3 {
    margin-top: 55px;
  }

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

  .mabout-final {
    padding: 85px 0;
  }

  .mabout-final h2 {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .mabout-final-actions {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .mabout-page *,
  .mabout-page *::before,
  .mabout-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

}/* End custom CSS */