﻿:root {
  --red: #8d1f2a;
  --red-dark: #4d0b12;
  --red-soft: #c45861;
  --ink: #070b10;
  --ink-2: #111820;
  --text: #171717;
  --muted: #5d6168;
  --line: #e4e4e4;
  --paper: #f7f7f6;
  --white: #ffffff;
  --shadow: 0 16px 34px rgba(10, 12, 16, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scrollbar-color: #8d1f2a #f1e8ea;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1e8ea;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #8d1f2a, #380d15);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #a72b38, #4a111b);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.has-page-loader {
  overflow: hidden;
}

.page-loader {
  align-items: center;
  background: #390c15;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  transition:
    transform 1.05s cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s linear 1.05s;
  z-index: 9999;
}

.page-loader.is-hidden {
  pointer-events: none;
  transform: translateY(-100%);
  visibility: hidden;
}

.page-loader-inner {
  align-items: center;
  display: grid;
  height: 242px;
  justify-items: center;
  position: relative;
  width: 242px;
}

.svgloader {
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, 0.32));
  height: 220px;
  width: 220px;
}

.svgloader-track {
  stroke: rgba(246, 197, 111, 0.18);
}

.svgloader-path {
  stroke: #f6c56f;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.08s linear;
}

.page-loader-percent {
  color: #fff3df;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  left: 88px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  top: 105px;
  width: 66px;
}

@media (max-width: 640px) {
  .page-loader-inner {
    height: 190px;
    width: 190px;
  }

  .svgloader {
    height: 172px;
    width: 172px;
  }

  .page-loader-percent {
    font-size: 24px;
    left: 62px;
    top: 83px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

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

address {
  font-style: normal;
}

.hero-slider,
.trust-photo,
.about-feature {
  margin: 0;
}

.service-card,
.project-card,
.trust-photo,
.feature-grid > div,
.industry-row > div,
.why-list li,
.build-card,
.testimonial-marquee,
.footer-grid > div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: opacity, transform;
}

.service-card > img,
.project-card img,
.trust-photo img {
  will-change: clip-path, opacity, transform;
}

.site-header {
  align-items: center;
  background: var(--white);
  display: flex;
  gap: 34px;
  height: 126px;
  justify-content: space-between;
  left: 0;
  padding: 0 68px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  gap: 11px;
  min-width: 224px;
}

.brand strong {
  color: #d96870;
  display: block;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

.brand small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 6px;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 128px;
  width: 128px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.main-nav {
  align-items: center;
  color: var(--text);
  display: flex;
  flex: 1;
  gap: 34px;
  justify-content: center;
  text-transform: uppercase;
}

.main-nav a {
  font-size: 13px;
  font-weight: 800;
  line-height: 92px;
  opacity: 0.94;
  position: relative;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  background: #cc4450;
  bottom: 20px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-toggle,
.menu-close {
  display: none;
}

.mobile-menu {
  display: none;
}

.quote-btn,
.ghost-btn,
.light-btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  text-transform: uppercase;
}

.quote-btn {
  background: linear-gradient(135deg, #a42b35, #7f1721);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(86, 10, 18, 0.26);
}

.ghost-btn {
  border: 2px solid rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.light-btn {
  background: var(--white);
  border: 1px solid #d8a5a9;
  color: var(--red);
  min-width: 220px;
}

.hero {
  background: #070b10;
  color: var(--white);
  min-height: 760px;
  overflow: hidden;
  padding: 174px 68px 110px;
  position: relative;
}

.hero::after {
  background: linear-gradient(
    90deg,
    rgba(5, 8, 12, 0.96) 0%,
    rgba(5, 8, 12, 0.7) 34%,
    rgba(5, 8, 12, 0.04) 73%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-slider {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-slider span {
  animation: heroFade 20s infinite;
  background: var(--hero-slide) center / cover no-repeat;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
}

.hero-slider span:nth-child(2) {
  animation-delay: 5s;
}

.hero-slider span:nth-child(3) {
  animation-delay: 10s;
}

.hero-slider span:nth-child(4) {
  animation-delay: 15s;
}

.hero-slider span:nth-child(1) {
  background-image: url("../images/Project/Aare carshed Mumbai site.png");
}

.hero-slider span:nth-child(2) {
  background-image: url("../images/Project/Dhamara port Odisha.png");
}

.hero-slider span:nth-child(3) {
  background-image: url("../images/Home/slope-stabilization-konkan-railway.webp");
}

.hero-slider span:nth-child(4) {
  background-image: url("../images/Home/retaining-wall-construction-sikkim.webp");
}

@keyframes heroFade {
  0%,
  25% {
    opacity: 1;
    transform: scale(1.04);
  }

  33%,
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero h1,
.hero-alt h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
}

.hero h1 span,
.hero-alt h2 span {
  color: #c7545e;
  display: block;
}

.hero .reveal-line {
  display: block;
  overflow: hidden;
}

.hero .reveal-line > span {
  display: block;
  max-width: 100%;
  will-change: transform;
}

#heroCopy {
  display: block;
  max-width: inherit;
  white-space: normal;
  width: 100%;
}

.hero-copy .reveal-line {
  line-height: 1.45;
}

.hero h1 .reveal-line > span {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
}

.hero h1 .reveal-line:not(.accent) > span {
  color: var(--white);
}

.hero h1 .reveal-line.accent > span {
  color: #c7545e;
}

#heroEyebrow,
#heroTitle .reveal-line > span,
#heroCopy .reveal-line > span {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

.service-card > img,
.project-card img,
.trust-photo img {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero h1::after,
.trust-copy h2::after {
  background: var(--red);
  content: "";
  display: block;
  height: 6px;
  margin: 26px 0 24px;
  width: 72px;
}

.hero-copy {
  color: #eeeeee;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
}

.section-pad {
  padding: 30px 68px;
}

.services {
  display: grid;
  gap: 34px;
  grid-template-columns: 260px minmax(0, 1fr) minmax(0, 1fr);
  padding-top: 58px;
}

.section-intro {
  padding-top: 72px;
}

.section-kicker {
  color: var(--red);
  font-size: 14px;
  margin-bottom: 10px;
}

.section-kicker::after {
  background: var(--red);
  content: "";
  display: block;
  height: 4px;
  margin-top: 9px;
  width: 34px;
}

h2 {
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.14;
  margin: 0;
}

.section-intro p:not(.section-kicker) {
  color: #333b43;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 34px;
}

.spark {
  color: var(--red);
  font-size: 28px;
}

.service-card,
.project-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-card {
  min-height: 428px;
  position: relative;
}

.service-card > img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.floating-icon {
  align-items: center;
  background: linear-gradient(135deg, #a02a34, #64111a);
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(61, 9, 15, 0.35);
  display: flex;
  height: 112px;
  justify-content: center;
  left: 28px;
  overflow: hidden;
  padding: 9px;
  position: absolute;
  top: 158px;
  width: 112px;
}

.floating-icon svg {
  fill: none;
  height: 58px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  width: 58px;
}

.floating-icon img {
  filter: brightness(1.35) contrast(1.2);
  height: 106px;
  mix-blend-mode: screen;
  object-fit: contain;
  width: 106px;
}

.card-body {
  padding: 38px 30px 24px;
}

.card-body h3,
.project-card h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 13px;
}

.card-body p {
  color: #20242a;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 22px;
}

.card-body a,
.projects-head a {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-band {
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.76), rgba(4, 8, 12, 0.48)),
    url("../images/Home/ChatGPT Image May 23, 2026, 12_42_42 PM.webp") center /
      cover no-repeat;
  color: var(--white);
  display: grid;
  gap: 52px;
  grid-template-columns: 1.4fr 0.9fr;
  padding: 48px 68px 44px;
}

.trust-copy h2 {
  font-size: clamp(34px, 3.3vw, 46px);
  line-height: 1.12;
}

.feature-grid {
  display: grid;
  gap: 26px 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.feature-grid div {
  display: grid;
  gap: 4px 18px;
  grid-template-columns: 68px 1fr;
}

.feature-grid span,
.contact-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 25px;
  grid-row: span 2;
  height: 68px;
  justify-content: center;
  overflow: hidden;
  width: 68px;
  background: linear-gradient(135deg, #9a2630, #63111a);
}

.feature-grid span img {
  filter: brightness(0) invert(1);
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.contact-icon img {
  filter: brightness(2.2) contrast(1.6);
  height: 44px;
  mix-blend-mode: screen;
  object-fit: contain;
  transform: scale(3.45);
  width: 44px;
}

.feature-grid strong {
  font-size: 14px;
}

.feature-grid p {
  color: #dadde2;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.trust-photo {
  align-self: center;
  background: linear-gradient(135deg, #b23a43, #721722);
  border-radius: 8px;
  padding: 16px 16px 16px 18px;
}

.trust-photo img {
  border: 4px solid var(--white);
  border-radius: 8px;
  height: 338px;
  object-fit: cover;
  width: 100%;
}

.projects {
  padding-top: 40px;
}

.projects-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.project-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-card img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.project-card h3 {
  font-size: 16px;
  margin: 18px 18px 6px;
}

.project-card p {
  color: #4d535a;
  font-size: 13px;
  font-weight: 700;
  margin: 0 18px 20px;
}

.home-clients {
  background: linear-gradient(135deg, #101318 0%, #5b1019 58%, #9d2f39 100%);
  align-items: center;
  color: var(--white);
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  padding: 46px 68px 30px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 150px;
}

.home-clients::before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18),
    rgba(214, 162, 87, 0.7),
    rgba(255, 255, 255, 0.08)
  );
  content: "";
  height: 1px;
  left: 68px;
  position: absolute;
  right: 68px;
  top: 24px;
}

.home-clients-head {
  align-self: center;
  max-width: 470px;
  position: relative;
  z-index: 1;
}

.home-clients-head .section-kicker {
  color: #e0b66f;
  margin-bottom: 12px;
}

.home-clients-head .section-kicker::after {
  background: #e0b66f;
}

.home-clients-head h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.home-clients-head p:not(.section-kicker) {
  color: rgba(255, 248, 240, 0.78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.72;
  margin: 16px 0 0;
}

.home-client-showcase {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.035)
  );
  border: 1px solid rgba(224, 182, 111, 0.22);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 56px rgba(8, 10, 14, 0.16);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(16px, 2.2vw, 24px);
  position: relative;
  z-index: 1;
}

.home-client-strip {
  display: none;
}

.home-client-strip span {
  background: rgba(255, 255, 255, 0.13);
  display: block;
  height: 1px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.home-client-strip span:nth-child(1) {
  top: 30%;
}

.home-client-strip span:nth-child(2) {
  top: 60%;
}

.home-client-strip span:nth-child(3) {
  bottom: 20px;
}

.home-client-logo {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 240, 232, 0.94)
  );
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(8, 10, 14, 0.18);
  display: flex;
  height: 112px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(14px, 1.6vw, 22px);
  position: relative;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
  width: 100%;
}

.home-client-logo::after {
  background: linear-gradient(
    135deg,
    rgba(157, 47, 57, 0.14),
    rgba(224, 182, 111, 0)
  );
  content: "";
  height: 84px;
  position: absolute;
  right: -28px;
  top: -28px;
  transform: rotate(18deg);
  width: 84px;
}

.home-client-logo:hover {
  box-shadow: 0 20px 42px rgba(8, 10, 14, 0.28);
  transform: translateY(-5px);
}

.home-client-logo img {
  max-height: 60px;
  max-width: 148px;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-client-logo.featured {
  grid-row: auto;
}

.home-client-logo.featured img {
  max-height: 60px;
}

.home-client-logo.wide {
  grid-column: auto;
}

.home-client-logo.logo-inverse {
  background: radial-gradient(
      circle at 22% 12%,
      rgba(44, 146, 201, 0.34),
      transparent 34%
    ),
    linear-gradient(145deg, #111820, #4d0b12 72%);
  border-color: rgba(224, 182, 111, 0.34);
  grid-column: 2;
}

.home-client-logo.logo-inverse::after {
  background: linear-gradient(
    135deg,
    rgba(44, 146, 201, 0.2),
    rgba(224, 182, 111, 0)
  );
}

.home-client-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 18px;
}

.home-client-proof div {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 14px 18px;
}

.home-client-proof strong {
  color: #fffaf3;
  font-size: 16px;
  font-weight: 900;
}

.home-client-proof span {
  color: rgba(255, 248, 240, 0.68);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-faq {
  background: linear-gradient(180deg, #ffffff 0%, #f6f1eb 100%);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  padding: 70px 68px;
  scroll-margin-top: 150px;
}

.home-faq-copy {
  max-width: 520px;
}

.home-faq-copy h2 {
  color: #111820;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.home-faq-copy p:not(.section-kicker) {
  color: #4d535a;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
  margin: 22px 0 0;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #ffffff;
  border: 1px solid rgba(141, 31, 42, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 20, 22, 0.08);
  overflow: hidden;
}

.faq-list summary {
  align-items: center;
  color: #15191e;
  cursor: pointer;
  display: grid;
  font-size: 17px;
  font-weight: 900;
  gap: 16px;
  grid-template-columns: 46px 1fr 28px;
  line-height: 1.28;
  list-style: none;
  min-height: 82px;
  padding: 18px 22px;
}

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

.faq-list summary::after {
  align-items: center;
  background: #f6ece6;
  border-radius: 50%;
  color: var(--red);
  content: "+";
  display: flex;
  font-size: 21px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list summary span {
  align-items: center;
  background: linear-gradient(145deg, #9b2230, #4d0b12);
  border-radius: 8px;
  color: #fffaf3;
  display: flex;
  font-size: 12px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.faq-list details p {
  color: #4e555d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.72;
  margin: -4px 72px 24px 84px;
}

.hero-alt {
  background:
    linear-gradient(
      90deg,
      rgba(5, 8, 12, 0.96) 0%,
      rgba(5, 8, 12, 0.72) 38%,
      rgba(5, 8, 12, 0.05) 78%
    ),
    url("../images/Home/spillway-guniting-project-satara.webp") center / cover
      no-repeat;
  color: var(--white);
  min-height: 645px;
  padding: 92px 68px 76px;
  position: relative;
}

.hero-alt-content {
  max-width: 680px;
}

.hero-alt p:not(.eyebrow) {
  color: #ececec;
  font-size: 20px;
  font-weight: 600;
  max-width: 560px;
}

.hero-stats {
  background: linear-gradient(
    90deg,
    rgba(74, 10, 16, 0.96),
    rgba(83, 15, 20, 0.9)
  );
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 68px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-stats div {
  align-items: center;
  display: grid;
  gap: 5px 22px;
  grid-template-columns: 78px 1fr;
  min-height: 132px;
  padding: 26px 32px;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats span,
.industries span {
  align-items: center;
  display: flex;
  grid-row: span 2;
  height: 74px;
  justify-content: center;
  overflow: hidden;
  width: 74px;
}

.industries span {
  height: 82px;
  width: 82px;
}

.hero-stats span img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(45%) saturate(613%)
    hue-rotate(300deg) brightness(96%) contrast(91%);
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.industries span img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(15%) saturate(1341%)
    hue-rotate(307deg) brightness(91%) contrast(87%);
  height: 74px;
  object-fit: contain;
  width: 74px;
}

.hero-stats strong,
.industries div {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stats p {
  color: var(--white);
  font-size: 13px !important;
  margin: 0;
}

.industries {
  background: url("../images/Home/ChatGPT Image May 23, 2026, 02_17_23 PM.webp")
    right bottom / cover no-repeat;
  color: var(--white);
  margin-top: 48px;
  padding: 42px 68px 34px;
}

.industries h2 {
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.industry-row {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  text-align: center;
}

.industries div div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.why-panel {
  background: var(--white);
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1.2fr;
}

.why-list,
.why-panel blockquote,
.testimonial-marquee {
  align-self: center;
  margin: 54px 34px;
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  animation: testimonialSwipe 18s infinite;
  display: flex;
  width: 400%;
}

.why-panel .testimonial-card {
  flex: 0 0 25%;
  margin: 0;
  min-height: 300px;
}

.why-panel .testimonial-card::before {
  content: open-quote;
}

.why-panel .testimonial-card::after {
  content: close-quote;
}

@keyframes testimonialSwipe {
  0%,
  18% {
    transform: translateX(0);
  }

  25%,
  43% {
    transform: translateX(-25%);
  }

  50%,
  68% {
    transform: translateX(-50%);
  }

  75%,
  93% {
    transform: translateX(-75%);
  }

  100% {
    transform: translateX(0);
  }
}

.build-card {
  min-height: 380px;
  padding: 54px 68px;
}

.why-list ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.why-list li {
  align-items: flex-start;
  color: #241317;
  display: grid;
  font-size: 19px;
  font-weight: 800;
  gap: 4px 16px;
  grid-template-columns: 42px 1fr;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.why-list li::before {
  content: none;
}

.why-icon {
  align-items: center;
  background: linear-gradient(145deg, #fff, #f5eaec);
  border: 1px solid rgba(141, 31, 42, 0.18);
  border-radius: 12px;
  box-shadow:
    0 12px 28px rgba(72, 15, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: var(--red);
  display: inline-flex !important;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.why-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.why-list li strong {
  line-height: 1.2;
}

.why-list span {
  color: #51474a;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.why-list .why-icon {
  color: var(--red);
  display: inline-flex !important;
}

.why-panel blockquote {
  align-self: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(12, 12, 12, 0.1);
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin: 54px 34px;
  min-height: auto;
  padding: 58px 72px;
  position: relative;
}

.why-panel blockquote::before,
.why-panel blockquote::after {
  color: var(--red);
  content: open-quote;
  font-family: Georgia, serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 0;
  position: absolute;
}

.why-panel blockquote::before {
  left: 54px;
  top: 50px;
}

.why-panel blockquote::after {
  bottom: 30px;
  content: close-quote;
  right: 54px;
}

.why-panel cite {
  color: #2f2f2f;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  margin-top: 24px;
}

.build-card {
  background: url("../images/Home/ChatGPT Image May 23, 2026, 01_13_17 PM.webp")
    center / cover no-repeat;
  color: var(--white);
}

.build-card h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.04;
  text-transform: uppercase;
}

.build-card p {
  color: #e8d4d6;
  font-size: 18px;
  font-weight: 600;
  max-width: 420px;
}

.certs {
  background: var(--paper);
  padding: 36px 68px 48px;
  text-align: center;
}

.certs h2 {
  align-items: center;
  color: #331116;
  display: flex;
  font-size: 36px;
  gap: 28px;
  justify-content: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.certs h2 span {
  background: #d8a1a6;
  display: block;
  height: 3px;
  width: 78px;
}

.cert-row {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 40px repeat(6, 1fr) 40px;
  margin-top: 40px;
}

.cert-row strong {
  color: #274b72;
  font-size: 42px;
  line-height: 0.9;
}

.cert-row small {
  font-size: 13px;
  text-transform: uppercase;
}

.cert-row button {
  border: 0;
  border-radius: 50%;
  color: #6c6c6c;
  font-size: 35px;
  height: 44px;
  width: 44px;
}

.contact-strip {
  align-items: center;
  background: linear-gradient(90deg, #650813, #961e2a 52%, #5c0710);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 30px 154px;
}

.contact-strip > div {
  align-items: center;
  display: flex;
  gap: 28px;
}

.contact-strip h2,
.contact-strip p {
  margin: 0;
}

.contact-strip p {
  color: #f0e8e8;
  font-size: 16px;
  font-weight: 600;
}

.footer {
  background: #380d15;
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: 1.35fr 0.8fr 0.85fr 1.5fr;
  padding: 46px 68px;
}

.footer .brand {
  color: var(--white);
  margin-bottom: 0;
}

.footer-brand {
  transform: translateY(18px);
}

.footer .brand strong {
  color: var(--white);
}

.footer .brand-mark {
  height: 190px;
  width: 190px;
}

.footer p {
  color: #d6dce2;
  font-size: 15px;
  margin: -18px 0 16px;
}

.footer h3 {
  font-size: 15px;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.footer-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 52px;
}

.footer a {
  color: #e4e8eb;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer a.red {
  color: #d4515c;
}

.footer-contact {
  display: grid;
  gap: 14px;
}

.footer-contact p {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: #f3e9eb;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  line-height: 1.45;
  margin: 0;
  padding: 12px 14px;
}

.footer-contact a,
.contact-card-list p a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: none;
  word-break: break-word;
}

.footer-contact p > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.footer-contact p > span:last-child a {
  display: inline;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.footer-contact p:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(246, 197, 111, 0.24);
}

.footer-contact + p,
.footer-contact + p + p,
.footer-contact + p + p + p,
.footer-contact + p + p + p + p {
  display: none;
}

.contact-badge {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.06)
  );
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 24px rgba(0, 0, 0, 0.16);
  color: #f6c56f;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  margin-top: 0;
  width: 42px;
}

.contact-badge svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 19px;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  margin: 0;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
  width: 42px;
}

.socials a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  transform: translateY(-2px);
}

.socials svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.socials a[aria-label="Facebook"] svg,
.socials a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  padding: 28px 68px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .site-header {
    gap: 20px;
    padding: 0 32px;
  }

  .main-nav {
    gap: 18px;
  }

  .services,
  .trust-band,
  .why-panel,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-intro {
    grid-column: 1 / -1;
    padding-top: 20px;
  }

  .feature-grid,
  .project-grid,
  .hero-stats,
  .industry-row,
  .cert-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats {
    margin: 0 32px;
  }

  .hero-alt {
    padding-bottom: 32px;
  }

  .build-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(10, 12, 16, 0.12);
    gap: 10px;
    height: auto;
    justify-content: space-between;
    min-height: 112px;
    padding: 10px 18px;
    position: fixed;
  }

  .main-nav {
    display: none;
  }

  .site-header > .quote-btn {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    background: #380d15;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(56, 13, 21, 0.22);
    display: inline-flex !important;
    flex: 0 0 44px;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    position: absolute;
    right: 28px;
    top: 34px;
    width: 44px;
    z-index: 30;
  }

  .menu-toggle span {
    background: var(--white);
    border-radius: 999px;
    display: block;
    height: 2px;
    transition:
      transform 0.25s ease,
      width 0.25s ease;
    width: 21px;
  }

  .menu-toggle span:nth-child(2) {
    width: 15px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: scaleX(0);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    background: rgba(4, 7, 10, 0.64);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.3s ease;
    z-index: 20;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-panel {
    background:
      linear-gradient(145deg, rgba(56, 13, 21, 0.98), rgba(116, 25, 35, 0.96)),
      url("../images/Home/Mobile/ChatGPT Image May 24, 2026, 12_04_43 AM.webp")
        center / cover no-repeat;
    box-shadow: -24px 0 44px rgba(0, 0, 0, 0.35);
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    margin-left: auto;
    max-width: 390px;
    overflow-y: auto;
    padding: 24px 22px 30px;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    width: min(88vw, 390px);
  }

  .mobile-menu.is-open .mobile-menu-panel {
    transform: translateX(0);
  }

  .mobile-menu-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .mobile-menu .brand {
    color: var(--white);
    flex: 0 0 auto;
    max-width: none;
  }

  .mobile-menu-logo {
    background: var(--white);
    border-radius: 6px;
    height: 128px;
    padding: 8px;
    position: relative;
    width: 128px;
    z-index: 2;
  }

  .mobile-menu-logo img {
    filter: none;
  }

  .menu-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: relative;
    width: 42px;
  }

  .menu-close span {
    background: var(--white);
    border-radius: 999px;
    height: 2px;
    position: absolute;
    width: 18px;
  }

  .menu-close span:first-child {
    transform: rotate(45deg);
  }

  .menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-nav {
    display: grid;
    gap: 6px;
  }

  .mobile-nav a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: 26px;
    font-weight: 800;
    gap: 14px;
    letter-spacing: 0;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
  }

  .mobile-nav a span {
    color: #f0a2aa;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    min-width: 24px;
  }

  .mobile-menu-cta {
    margin-top: auto;
    width: 100%;
  }

  .brand {
    color: var(--text);
    flex: 0 0 auto;
    max-width: calc(100% - 62px);
    min-width: 0;
  }

  .site-header .brand > span:last-child {
    min-width: 0;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand small {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    white-space: normal;
  }

  .brand-mark {
    height: 100px;
    width: 100px;
  }

  .hero,
  .hero-alt {
    min-height: auto;
    padding: 172px 22px 58px;
  }

  .hero {
    display: flex;
    align-items: flex-end;
    min-height: 100svh;
    padding-bottom: 34px;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(5, 8, 12, 0.82) 0%,
      rgba(5, 8, 12, 0.76) 48%,
      rgba(5, 8, 12, 0.9) 100%
    );
  }

  .hero-slider span {
    background-position: center;
  }

  .hero-slider span:nth-child(1) {
    background-image: url("../images/Project/Aare carshed Mumbai site.png");
  }

  .hero-slider span:nth-child(2) {
    background-image: url("../images/Project/Dhamara port Odisha.png");
  }

  .hero-slider span:nth-child(3) {
    background-image: url("../images/Home/Mobile/ChatGPT Image May 24, 2026, 12_14_53 AM.webp");
  }

  .hero-slider span:nth-child(4) {
    background-image: url("../images/Home/Mobile/ChatGPT Image May 24, 2026, 12_24_00 AM.webp");
  }

  .hero-content {
    max-width: 100%;
    width: 100%;
  }

  .hero h1,
  .hero-alt h2 {
    font-size: clamp(44px, 13vw, 62px);
    line-height: 0.98;
    max-width: calc(100vw - 44px);
    overflow-wrap: break-word;
  }

  .eyebrow,
  .section-kicker {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hero-copy {
    font-size: 15px;
    max-width: min(100%, 320px);
    overflow-wrap: anywhere;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .hero-actions .quote-btn,
  .hero-actions .ghost-btn,
  .contact-strip .light-btn {
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    width: 100%;
  }

  .services {
    padding-top: 48px;
  }

  .section-pad,
  .trust-band,
  .industries,
  .certs,
  .footer-grid,
  .footer-bottom {
    padding-left: 22px;
    padding-right: 22px;
  }

  .services,
  .trust-band,
  .project-grid,
  .why-panel,
  .footer-grid,
  .feature-grid,
  .industry-row,
  .cert-row {
    grid-template-columns: 1fr;
  }

  .section-intro {
    padding-top: 0;
    max-width: min(100%, 330px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  .service-card {
    min-height: 0;
  }

  .service-card > img,
  .project-card img {
    height: 220px;
  }

  .floating-icon {
    height: 88px;
    left: 22px;
    top: 158px;
    width: 88px;
  }

  .floating-icon svg {
    height: 48px;
    width: 48px;
  }

  .floating-icon img {
    height: 84px;
    width: 84px;
  }

  .card-body {
    padding: 72px 22px 24px;
  }

  .service-card .card-body h3 {
    margin-top: 0;
  }

  .card-body h3,
  .project-card h3 {
    font-size: 21px;
  }

  .trust-band {
    gap: 28px;
  }

  .feature-grid div,
  .hero-stats div {
    align-items: center;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .feature-grid span,
  .contact-icon,
  .hero-stats span {
    flex: 0 0 62px;
    height: 62px;
    width: 62px;
  }

  .feature-grid span img,
  .hero-stats span img {
    height: 46px;
    width: 46px;
  }

  .trust-photo {
    padding: 10px;
  }

  .trust-photo img {
    height: 260px;
  }

  .projects-head,
  .contact-strip,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .why-list,
  .testimonial-marquee,
  .build-card {
    margin: 0;
    min-height: 0;
    padding: 36px 22px;
  }

  .why-panel .testimonial-card {
    padding: 42px 30px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin: -18px 22px 0;
    min-height: 0;
  }

  .hero-stats div + div,
  .footer-grid > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0;
    padding-top: 24px;
  }

  .hero-stats div {
    min-height: auto;
    gap: 4px 18px;
    padding: 20px 18px;
  }

  .hero-stats span {
    grid-row: 1 / span 2;
    justify-self: center;
  }

  .hero-stats strong,
  .hero-stats p {
    align-self: center;
  }

  .hero-stats div:first-child span img {
    transform: translateX(-12px);
  }

  .industries {
    background-position: center;
    margin-top: 32px;
  }

  .industries h2 {
    font-size: 22px;
    letter-spacing: 1.6px;
    margin-bottom: 28px;
  }

  .industries div div {
    gap: 14px;
  }

  .industries span {
    height: 70px;
    width: 70px;
  }

  .industries span img {
    height: 60px;
    width: 60px;
  }

  .contact-strip {
    padding: 28px 22px;
  }

  .contact-strip > div {
    align-items: flex-start;
    gap: 16px;
  }

  .contact-strip h2 {
    font-size: 28px;
  }

  .cert-row strong {
    font-size: 36px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-grid > div + div {
    padding-left: 0;
  }

  .footer-bottom {
    padding-top: 22px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero,
  .hero-alt {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1,
  .hero-alt h2 {
    font-size: clamp(36px, 11.2vw, 44px);
    max-width: calc(100vw - 36px);
  }

  .hero h1::after,
  .trust-copy h2::after {
    height: 4px;
    margin: 20px 0 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .section-pad,
  .trust-band,
  .industries,
  .certs,
  .footer-grid,
  .footer-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-stats {
    margin-left: 18px;
    margin-right: 18px;
  }

  .hero-copy,
  .section-intro,
  .section-intro p:not(.section-kicker) {
    max-width: min(100%, 320px);
  }

  .service-card > img,
  .project-card img {
    height: 200px;
  }

  .projects-head a {
    display: inline-flex;
  }

  .why-list,
  .testimonial-marquee,
  .build-card {
    padding: 30px 18px;
  }

  .why-list li {
    font-size: 16px;
    grid-template-columns: 38px 1fr;
    padding-left: 0;
  }

  .why-icon {
    height: 38px;
    width: 38px;
  }

  .why-icon svg {
    height: 20px;
    width: 20px;
  }

  .build-card h2 {
    font-size: 42px;
  }

  .contact-strip {
    padding: 26px 18px;
  }

  .footer-contact p {
    font-size: 14px;
    gap: 14px;
  }

  .footer-contact p > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

.gallery-page {
  background: #f7f7f5;
  overflow-x: hidden;
}

.gallery-page .site-header {
  background: var(--white);
  height: 92px;
  padding: 0 62px;
}

.gallery-page .brand,
.gallery-page .main-nav {
  color: var(--text);
}

.gallery-page .brand-mark {
  height: 104px;
  width: 164px;
}

.gallery-page .main-nav a {
  color: var(--text);
  line-height: 92px;
}

.gallery-page .main-nav a.active::after,
.gallery-page .main-nav a:hover::after {
  bottom: 18px;
}

.gallery-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.93) 0%,
      rgba(0, 0, 0, 0.68) 38%,
      rgba(0, 0, 0, 0.1) 76%
    ),
    url("../images/Gallary/hero.png") center top / cover no-repeat;
  color: var(--white);
  display: flex;
  min-height: 860px;
  padding: 220px 62px 140px;
}

.gallery-hero-content {
  min-width: 0;
  width: min(100%, 620px);
  max-width: 620px;
}

.gallery-hero .section-kicker {
  color: var(--white);
  margin-bottom: 24px;
}

.gallery-hero .section-kicker::after {
  background: #b33440;
}

.gallery-hero h1 {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
}

.gallery-hero h1 span {
  color: #a83642;
  display: block;
  margin-top: 10px;
}

.gallery-hero-content > p:last-child {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
  margin: 26px 0 0;
  max-width: 560px;
  position: relative;
}

.gallery-hero-content > p:last-child::after {
  background: #b33440;
  bottom: -22px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.gallery-mobile-break {
  display: none;
}

.gallery-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  padding: 58px 56px 84px;
}

.gallery-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 34px;
  max-width: 960px;
}

.gallery-filters button {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.gallery-filters button.active {
  background: linear-gradient(135deg, #8f2832, #66161e);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(111, 18, 28, 0.24);
  color: var(--white);
}

.gallery-filters button:hover {
  transform: translateY(-2px);
}

.filter-icon {
  align-items: center;
  border: 1px solid rgba(143, 40, 50, 0.34);
  border-radius: 50%;
  color: #9d2733;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.gallery-filters button.active .filter-icon {
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--white);
}

.gallery-page .contact-icon {
  overflow: hidden;
}

.gallery-page .contact-icon img {
  filter: brightness(2.2) contrast(1.6);
  height: 58px;
  mix-blend-mode: screen;
  object-fit: contain;
  transform: none;
  width: 58px;
}

.gallery-page .footer .socials {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 12px;
}

.gallery-page .footer .footer-brand {
  margin-bottom: 14px;
  transform: none;
}

.gallery-page .footer .brand-mark {
  height: 82px;
  width: 170px;
}

.gallery-page .footer .footer-grid > div:first-child p {
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 280px;
}

.gallery-page .footer .socials a {
  align-items: center;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 12px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  width: 38px;
}

.gallery-masonry {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1460px;
}

.gallery-card,
.gallery-video {
  display: block;
  margin: 0;
  width: 100%;
}

.gallery-card figure,
.gallery-video figure {
  margin: 0;
}

.gallery-card figure {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.12);
  overflow: hidden;
  position: relative;
  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.gallery-card figure::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0.28) 100%
  );
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.24s ease;
}

.gallery-card:hover figure {
  box-shadow: 0 26px 56px rgba(17, 24, 32, 0.18);
  transform: translateY(-5px);
}

.gallery-card:hover figure::after {
  opacity: 1;
}

.gallery-card img,
.gallery-video video {
  background: #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 275px;
  object-fit: cover;
  width: 100%;
}

.gallery-card h2,
.gallery-video h2 {
  color: #171717;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 12px 8px 4px;
}

.gallery-card figcaption {
  display: none;
}

.gallery-card p,
.gallery-video p {
  color: #60646b;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 8px;
}

.gallery-card {
  cursor: zoom-in;
}

.gallery-card:focus-visible {
  outline: 3px solid #b33440;
  outline-offset: 4px;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 34px 92px;
  position: fixed;
  z-index: 9999;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox-frame {
  margin: 0;
  max-height: 88vh;
  max-width: min(1120px, 100%);
  text-align: center;
}

.gallery-lightbox-frame img {
  border-radius: 6px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.45);
  display: block;
  max-height: 78vh;
  max-width: 100%;
  object-fit: contain;
}

.gallery-lightbox-frame figcaption {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 50%;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  justify-content: center;
  position: absolute;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  background: #ffffff;
  transform: scale(1.06);
}

.gallery-lightbox-close {
  font-size: 34px;
  height: 50px;
  right: 28px;
  top: 24px;
  width: 50px;
}

.gallery-lightbox-nav {
  font-size: 54px;
  height: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
}

.gallery-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.06);
}

.gallery-lightbox-nav.prev {
  left: 28px;
}

.gallery-lightbox-nav.next {
  right: 28px;
}

.gallery-video-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px auto 0;
  max-width: 1120px;
}

.gallery-video {
  display: block;
  margin-bottom: 0;
}

.gallery-video video {
  aspect-ratio: 16 / 9;
}

.gallery-card.is-hidden,
.gallery-video.is-hidden,
.project-card-panel.is-hidden {
  display: none;
}

.project-page {
  background: #f8f8f7;
  overflow-x: hidden;
}

.project-page .site-header {
  background: var(--white);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.08);
  height: 92px;
  padding: 0 62px;
  position: relative;
}

.project-page .brand-mark {
  height: 104px;
  width: 164px;
}

.project-page .main-nav a {
  line-height: 92px;
}

.project-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.62) 38%,
      rgba(0, 0, 0, 0.05) 78%
    ),
    url("../images/Project/Dhamara port Odisha.png") center /
      cover no-repeat;
  color: var(--white);
  display: flex;
  min-height: 560px;
  padding: 118px 72px 132px;
  width: 100%;
}

.project-hero-copy {
  min-width: 0;
  width: min(100%, 680px);
  max-width: 680px;
}

.project-hero .section-kicker {
  color: var(--white);
}

.project-hero .section-kicker::after,
.project-block .section-kicker::after {
  background: #a02a35;
}

.project-hero h1 {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.project-hero h1 span {
  color: #a63642;
  display: block;
  margin-top: 8px;
}

.project-hero-copy > p:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.75;
  margin: 26px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.project-shell {
  margin: -52px auto 0;
  max-width: none;
  padding: 0 72px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.project-tabs {
  align-items: center;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(250, 247, 247, 0.98)
    ),
    var(--white);
  border: 1px solid rgba(123, 30, 40, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(14, 16, 18, 0.16);
  display: flex;
  gap: 28px;
  justify-content: space-around;
  margin: 0 auto 34px;
  min-height: 104px;
  padding: 18px 26px;
  width: min(100%, 1500px);
}

.project-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #1c1c1d;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  gap: 16px;
  min-height: 64px;
  padding: 0 30px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.project-tabs button.active {
  background: linear-gradient(135deg, #8b2530, #5c1119);
  box-shadow: 0 14px 28px rgba(92, 17, 25, 0.28);
  color: var(--white);
}

.project-tabs button:not(.active):hover {
  background: #fff7f8;
  border-color: rgba(139, 37, 48, 0.2);
  transform: translateY(-1px);
}

.project-tabs img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.tab-grid {
  border: 2px solid currentColor;
  border-radius: 2px;
  box-shadow:
    10px 0 0 -2px currentColor,
    0 10px 0 -2px currentColor,
    10px 10px 0 -2px currentColor;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.project-block {
  padding: 16px 0 28px;
  text-align: center;
}

.project-block .center {
  color: var(--red);
  display: inline-block;
  margin-bottom: 10px;
}

.project-block h2 {
  color: #111;
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 26px;
  overflow-wrap: anywhere;
}

.project-block h2 span {
  color: #81222b;
}

.project-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  text-align: left;
}

.project-card-panel {
  background: var(--white);
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(12, 14, 16, 0.12);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.project-card-panel > img {
  aspect-ratio: 1.55 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.project-card-panel:nth-child(even) > img {
  object-position: 65% center;
}

.project-type {
  align-items: center;
  background: linear-gradient(145deg, #8a2530, #5c1119);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(92, 17, 25, 0.34);
  display: flex;
  height: 62px;
  justify-content: center;
  left: 18px;
  margin: -31px 0 8px;
  position: relative;
  width: 62px;
}

.project-type img {
  filter: brightness(2.5) contrast(1.4);
  height: 40px;
  mix-blend-mode: screen;
  object-fit: contain;
  width: 40px;
}

.project-card-panel h3 {
  color: #161616;
  font-size: 16px;
  line-height: 1.25;
  margin: 16px 18px 6px;
}

.project-card-panel p,
.project-card-panel small {
  color: #4f535a;
  display: block;
  font-size: 13px;
  margin: 0 18px 10px;
}

.project-card-panel small::before {
  color: #9b2733;
  content: "◇";
  font-size: 12px;
  margin-right: 7px;
}

.project-card-panel em {
  background: #ead39b;
  border-radius: 4px;
  color: #6c4b11;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin: -2px 18px 14px auto;
  padding: 5px 8px;
  width: max-content;
}

.project-more {
  align-items: center;
  background: linear-gradient(135deg, #7f2029, #591016);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  margin-top: 20px;
  min-height: 42px;
  min-width: 280px;
  padding: 0 24px;
  text-transform: uppercase;
}

.project-ongoing {
  border-top: 1px solid #dadada;
  margin-top: 10px;
}

.project-impact {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #fbf8f8);
  border: 1px solid rgba(123, 30, 40, 0.13);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(12, 14, 16, 0.12);
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px auto 56px;
  max-width: 1500px;
  padding: 42px 56px;
}

.project-impact div {
  align-items: center;
  display: grid;
  gap: 3px 22px;
  grid-template-columns: 94px 1fr;
}

.project-impact div + div {
  border-left: 1px solid #cfcfcf;
  padding-left: 42px;
}

.project-impact img {
  background: #fff4f5;
  border: 1px solid rgba(139, 37, 48, 0.14);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(92, 17, 25, 0.12);
  grid-row: span 2;
  height: 80px;
  object-fit: contain;
  padding: 12px;
  width: 80px;
}

.project-impact strong {
  color: #111;
  font-size: 40px;
  line-height: 1;
}

.project-impact span {
  color: #4f535a;
  font-size: 15px;
}

.project-page .contact-icon {
  overflow: hidden;
}

.project-page .contact-icon img {
  filter: brightness(2.2) contrast(1.5);
  height: 70px;
  mix-blend-mode: screen;
  object-fit: contain;
  transform: none;
  width: 70px;
}

.project-page .footer .footer-brand {
  margin-bottom: 14px;
  transform: none;
}

.project-page .footer .brand-mark {
  height: 82px;
  width: 170px;
}

.project-page .footer .footer-grid > div:first-child p {
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 280px;
}

@media (max-width: 1180px) {
  .project-page .site-header,
  .project-shell,
  .project-hero {
    padding-left: 28px;
    padding-right: 28px;
  }

  .project-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-impact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 34px 30px;
  }

  .project-impact div + div {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .project-page .site-header {
    height: auto;
    left: 0;
    min-height: 96px;
    padding: 10px 18px;
    position: fixed;
    right: auto;
    width: 100vw;
  }

  .project-page .site-header::before {
    background: #380d15;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(56, 13, 21, 0.22);
    content: "";
    height: 44px;
    pointer-events: none;
    position: fixed;
    left: 318px;
    top: 26px;
    width: 44px;
    z-index: 101;
  }

  .project-page .site-header::after {
    background: var(--white);
    border-radius: 999px;
    box-shadow:
      0 7px 0 var(--white),
      0 14px 0 var(--white);
    content: "";
    height: 2px;
    pointer-events: none;
    position: fixed;
    left: 330px;
    top: 39px;
    width: 20px;
    z-index: 102;
  }

  .project-page .menu-toggle {
    background: #380d15;
    display: inline-flex !important;
    height: 44px;
    left: 318px;
    position: fixed !important;
    right: auto !important;
    top: 26px;
    width: 44px;
    z-index: 100;
  }

  .project-page .menu-toggle span {
    background: var(--white);
  }

  .project-page .brand-mark {
    height: 86px;
    width: 138px;
  }

  .project-hero {
    min-height: 640px;
    padding: 168px 22px 86px;
    width: 100vw;
  }

  .project-hero-copy {
    max-width: calc(100vw - 44px);
    width: calc(100vw - 44px);
  }

  .project-hero-copy > p:last-child {
    font-size: 16px;
    line-height: 1.55;
    max-width: calc(100vw - 44px);
    width: calc(100vw - 44px);
  }

  .project-hero h1 {
    font-size: 44px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .project-shell {
    margin-top: -44px;
    max-width: 100vw;
    overflow: hidden;
    padding-left: 14px;
    padding-right: 14px;
  }

  .project-tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    padding: 14px;
    width: 100%;
  }

  .project-tabs button {
    font-size: 15px;
    justify-content: center;
    min-width: 0;
    min-height: 58px;
    padding: 0 16px;
    width: 100%;
  }

  .project-tabs img {
    height: 42px;
    width: 42px;
  }

  .tab-grid {
    height: 11px;
    width: 11px;
  }

  .project-card-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .project-block h2 {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 40px);
    text-wrap: balance;
  }

  .project-block h2 span {
    display: block;
  }

  .project-impact {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .project-impact div {
    grid-template-columns: 84px 1fr;
  }

  .project-impact img {
    height: 72px;
    width: 72px;
  }

  .project-impact strong {
    font-size: 34px;
  }

  .project-more {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .gallery-page .site-header {
    padding: 0 30px;
  }

  .gallery-page .brand-mark {
    width: 140px;
  }

  .gallery-masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .gallery-page .site-header {
    background: var(--white);
    height: 84px;
    padding: 0 18px;
  }

  .gallery-page .brand-mark {
    height: 88px;
    width: 138px;
  }

  .gallery-page .menu-toggle span,
  .gallery-page .menu-close span {
    background: var(--red);
  }

  .gallery-hero {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.58) 58%,
        rgba(0, 0, 0, 0.24) 100%
      ),
      url("../images/Gallary/hero.png") center top / cover no-repeat;
    min-height: 760px;
    overflow: hidden;
    padding: 190px 22px 96px;
  }

  .gallery-hero-content {
    max-width: calc(100vw - 44px);
    width: calc(100vw - 44px);
  }

  .gallery-hero h1 {
    font-size: 38px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .gallery-hero-content > p:last-child {
    font-size: 15px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .gallery-mobile-break {
    display: inline;
  }

  .gallery-section {
    padding: 34px 14px 54px;
  }

  .gallery-filters {
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .gallery-filters button {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 42px;
    padding: 0 14px;
  }

  .gallery-masonry {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card {
    margin-bottom: 0;
  }

  .gallery-card img {
    height: 188px;
  }

  .gallery-card h2,
  .gallery-video h2 {
    font-size: 12px;
    margin: 8px 4px 3px;
  }

  .gallery-card p,
  .gallery-video p {
    font-size: 11px;
    margin: 0 4px;
  }

  .gallery-lightbox {
    padding: 72px 18px 32px;
  }

  .gallery-lightbox-frame img {
    max-height: 70vh;
  }

  .gallery-lightbox-close {
    height: 44px;
    right: 16px;
    top: 16px;
    width: 44px;
  }

  .gallery-lightbox-nav {
    bottom: 18px;
    font-size: 40px;
    height: 50px;
    top: auto;
    transform: none;
    width: 50px;
  }

  .gallery-lightbox-nav:hover {
    transform: scale(1.04);
  }

  .gallery-lightbox-nav.prev {
    left: calc(50% - 62px);
  }

  .gallery-lightbox-nav.next {
    right: calc(50% - 62px);
  }

  .gallery-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .gallery-hero h1 {
    font-size: 32px;
  }

  .gallery-masonry {
    gap: 10px;
  }

  .gallery-card img {
    height: 154px;
  }
}

.about-page {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f6 34%, #f4f1ef 100%);
  overflow-x: hidden;
}

.about-page .site-header {
  background: var(--white);
  border-bottom: 1px solid rgba(84, 12, 20, 0.08);
  box-shadow: 0 10px 32px rgba(20, 20, 20, 0.08);
  height: 92px;
  padding: 0 62px;
  position: relative;
}

.about-page .brand-mark {
  height: 104px;
  width: 164px;
}

.about-page .main-nav a {
  line-height: 92px;
}

.about-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(4, 6, 10, 0.96) 0%,
      rgba(4, 6, 10, 0.7) 39%,
      rgba(4, 6, 10, 0.08) 78%
    ),
    url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
  color: var(--white);
  display: flex;
  min-height: 520px;
  overflow: hidden;
  padding: 94px 74px 122px;
  position: relative;
}

.about-hero::after {
  background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(5, 8, 12, 0.2) 57%,
      rgba(5, 8, 12, 0.72) 100%
    ),
    linear-gradient(90deg, rgba(151, 31, 42, 0.26), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-hero-copy {
  min-width: 0;
  max-width: 650px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-hero .eyebrow {
  margin-bottom: 18px;
}

.about-hero h1 {
  color: var(--white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}

.about-hero h1 span {
  color: #b42d39;
  display: block;
}

.about-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 560px;
}

.about-strengths {
  background: linear-gradient(
    90deg,
    rgba(101, 15, 24, 0.98),
    rgba(126, 25, 34, 0.95),
    rgba(80, 11, 17, 0.98)
  );
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 48px rgba(69, 10, 17, 0.28);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -60px auto 32px;
  overflow: hidden;
  position: relative;
  width: min(calc(100% - 124px), 1500px);
  z-index: 2;
}

.about-strengths div {
  align-items: center;
  display: grid;
  gap: 4px 22px;
  grid-template-columns: 76px 1fr;
  min-height: 118px;
  padding: 22px 34px;
  position: relative;
}

.about-strengths div::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent);
  content: "";
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

.about-strengths div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.about-strengths span,
.about-service-list span,
.about-feature span,
.vision-card span,
.about-why span {
  align-items: center;
  background: linear-gradient(145deg, #8b202a, #5a1018);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.about-strengths span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  grid-row: span 2;
  height: 68px;
  width: 68px;
}

.about-strengths img {
  filter: brightness(0) invert(1);
  height: 56px;
  object-fit: contain;
  width: 56px;
}

.about-strengths strong {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-strengths p {
  color: #f2dfe1;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.about-intro {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.95fr 0.95fr 1.1fr;
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 62px 28px;
}

.about-copy h2 {
  color: #151515;
  font-size: clamp(29px, 2.4vw, 38px);
  line-height: 1.12;
  margin-bottom: 22px;
  text-wrap: balance;
}

.about-page main,
.about-intro > *,
.about-values-leaders > *,
.about-service-list article,
.leader-card,
.about-why-grid article,
.infra-grid article {
  min-width: 0;
}

.about-copy p:not(.section-kicker) {
  color: #242830;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
  margin: 0 0 17px;
}

.about-mini-btn {
  align-items: center;
  background: linear-gradient(135deg, #7f1c26, #4f0d15);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 12px;
  min-height: 42px;
  padding: 0 18px;
  text-transform: uppercase;
}

.about-feature {
  border-radius: 8px;
  border: 1px solid rgba(108, 18, 28, 0.12);
  box-shadow: 0 22px 48px rgba(14, 16, 18, 0.18);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.about-feature::after {
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(5, 8, 12, 0.38) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-feature > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-feature > figcaption {
  background: linear-gradient(135deg, #8b202a, #5f1018);
  border-radius: 8px;
  bottom: 28px;
  color: var(--white);
  left: 28px;
  padding: 26px 26px 24px 92px;
  position: absolute;
  right: 28px;
  z-index: 1;
}

.about-feature span {
  height: 58px;
  left: 22px;
  position: absolute;
  top: 26px;
  width: 58px;
}

.about-feature span img,
.about-service-list span img,
.vision-card span img,
.about-why span img {
  filter: brightness(0) invert(1);
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.about-feature h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.about-feature p {
  color: #f8e5e7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.about-service-list {
  display: grid;
  gap: 22px;
}

.about-service-list article {
  border: 1px solid rgba(108, 18, 28, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(14, 16, 18, 0.13);
  min-height: 154px;
  overflow: hidden;
  position: relative;
}

.about-service-list article::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.08),
    rgba(255, 255, 255, 0.72) 42%,
    rgba(255, 255, 255, 0.98) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.about-service-list > article > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-service-list div {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 8px 0 0 8px;
  display: grid;
  gap: 2px 18px;
  grid-template-columns: 64px 1fr;
  left: 18px;
  max-width: calc(100% - 36px);
  min-height: 72px;
  padding: 10px 22px 10px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.about-service-list span {
  grid-row: span 2;
  height: 64px;
  width: 64px;
}

.about-service-list strong {
  color: #151515;
  font-size: 16px;
}

.about-service-list small {
  color: #34383d;
  font-size: 12px;
  font-weight: 700;
}

.about-values-leaders {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.95fr 2fr;
  padding: 0 62px 28px;
}

.vision-card,
.leader-card,
.about-facts,
.about-why-grid article {
  background: var(--white);
  border: 1px solid rgba(108, 18, 28, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(14, 16, 18, 0.08);
}

.vision-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(253, 248, 249, 0.98)
  );
  display: grid;
  gap: 26px;
  padding: 28px 28px;
}

.vision-card article {
  display: grid;
  gap: 20px;
  grid-template-columns: 76px 1fr;
}

.vision-card span {
  border-radius: 50%;
  height: 76px;
  width: 76px;
}

.vision-card h3,
.about-why h3 {
  color: var(--red);
  font-size: 14px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.vision-card p,
.leader-card p,
.about-why p {
  color: #33383e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.62;
  margin: 0;
}

.leader-section .section-kicker {
  margin: 0 0 14px;
}

.leader-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leader-card {
  background: linear-gradient(145deg, #ffffff 0%, #fff9f9 100%);
  display: grid;
  gap: 22px;
  grid-template-columns: 190px 1fr;
  min-height: 242px;
  padding: 22px;
  position: relative;
}

.leader-card::before {
  background: linear-gradient(90deg, #8d1f2a, rgba(141, 31, 42, 0));
  content: "";
  height: 3px;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leader-card > img {
  align-self: end;
  border-radius: 6px;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  z-index: 1;
}

.leader-card h3 {
  color: #961f2a;
  font-size: 20px;
  line-height: 1.2;
  margin: 18px 0 2px;
}

.leader-card strong {
  color: #111;
  display: block;
  font-size: 13px;
  margin-bottom: 14px;
}

.leader-card a {
  align-items: center;
  border: 1px solid #b54a54;
  border-radius: 50%;
  color: #9a2631;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-top: 14px;
  width: 28px;
}

.about-facts,
.about-why,
.about-infra {
  margin: 0 62px 28px;
  max-width: 1500px;
  text-align: center;
}

.about-facts {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 22px 24px;
}

.about-why {
  margin-left: auto;
  margin-right: auto;
}

.about-facts > p,
.about-why > p {
  align-items: center;
  color: #1b1b1c;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  margin: 0 0 18px;
  text-align: center;
}

.about-facts > p::before,
.about-facts > p::after,
.about-why > p::before,
.about-why > p::after {
  background: #b95a63;
  content: "";
  height: 1px;
  width: 56px;
}

.about-facts span,
.about-why > p span {
  color: #9a2631;
  text-transform: uppercase;
}

.about-facts > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-facts article {
  padding: 10px 18px;
}

.about-facts article + article {
  border-left: 1px solid #b65d66;
}

.about-facts strong {
  color: #111;
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.about-facts small {
  color: #34383e;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.about-why-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.about-why-grid article {
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  min-height: 188px;
  padding: 18px 18px 20px;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.about-why-grid article:hover {
  box-shadow: 0 24px 42px rgba(74, 14, 22, 0.14);
  transform: translateY(-4px);
}

.about-why span {
  border-radius: 50%;
  height: 58px;
  margin: 0 auto 14px;
  width: 58px;
}

.about-why span img {
  height: 34px;
  width: 34px;
}

.about-why h3 {
  color: #121212;
  font-size: 15px;
  text-transform: none;
}

.about-infra {
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.about-infra .section-kicker {
  display: inline-block;
  margin-bottom: 4px;
}

.about-infra .section-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.about-infra h2 {
  font-size: 26px;
  margin-bottom: 24px;
}

.infra-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.infra-grid article {
  min-width: 0;
}

.infra-grid img {
  aspect-ratio: 2.45 / 1;
  border-radius: 8px;
  border: 1px solid rgba(108, 18, 28, 0.12);
  box-shadow: 0 16px 34px rgba(14, 16, 18, 0.16);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.infra-grid strong {
  color: #111;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.about-page .footer .footer-brand {
  margin-bottom: 14px;
  transform: none;
}

.about-page .footer .brand-mark {
  height: 82px;
  width: 170px;
}

.about-page .footer .footer-grid > div:first-child p {
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 280px;
}

@media (max-width: 1180px) {
  .about-page .site-header,
  .about-hero,
  .about-intro,
  .about-values-leaders {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-strengths {
    width: min(calc(100% - 56px), 1500px);
  }

  .about-intro,
  .about-values-leaders {
    grid-template-columns: 1fr;
  }

  .about-feature {
    min-height: 560px;
  }

  .about-service-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-service-list article {
    min-height: 210px;
  }

  .about-service-list div {
    grid-template-columns: 54px 1fr;
    min-height: 66px;
  }

  .about-service-list span {
    height: 54px;
    width: 54px;
  }

  .about-facts,
  .about-why,
  .about-infra {
    margin-left: 28px;
    margin-right: 28px;
  }

  .about-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 820px) {
  .about-page,
  .about-page main {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
  }

  .about-page .site-header {
    height: 84px;
    left: 0;
    padding: 0 18px;
    right: 0;
    width: 100vw;
  }

  .about-page .brand-mark {
    height: 88px;
    width: 138px;
  }

  .about-page .menu-toggle {
    background: #380d15;
    display: inline-flex !important;
    opacity: 1;
    position: fixed;
    right: 18px;
    top: 20px;
    visibility: visible;
    z-index: 100;
  }

  .about-page .menu-toggle span {
    background: var(--white);
  }

  .about-page .menu-close span {
    background: var(--white);
  }

  .about-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5, 8, 12, 0.86) 0%,
        rgba(5, 8, 12, 0.62) 58%,
        rgba(5, 8, 12, 0.2) 100%
      ),
      url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
    min-height: 640px;
    padding: 96px 22px 92px;
    width: 100%;
  }

  .about-hero h1 {
    font-size: 44px;
    max-width: calc(100vw - 44px);
    overflow-wrap: break-word;
  }

  .about-hero-copy {
    max-width: calc(100vw - 44px);
    width: calc(100vw - 44px);
  }

  .about-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .about-strengths {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: -42px;
    max-width: calc(100vw - 36px);
    width: calc(100% - 36px);
  }

  .about-strengths div {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .about-strengths strong,
  .about-strengths p,
  .about-copy,
  .about-copy h2,
  .about-copy p,
  .leader-card p,
  .vision-card p,
  .about-why p {
    overflow-wrap: anywhere;
  }

  .about-strengths div + div,
  .about-facts article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .about-intro,
  .about-values-leaders {
    max-width: 100vw;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }

  .about-copy h2 {
    font-size: 28px;
  }

  .about-feature {
    min-height: 480px;
  }

  .about-feature > figcaption {
    left: 16px;
    padding: 22px 20px 22px 78px;
    right: 16px;
  }

  .about-service-list,
  .leader-grid,
  .about-facts > div,
  .about-why-grid,
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .about-service-list article {
    min-height: 172px;
  }

  .leader-card {
    grid-template-columns: 130px 1fr;
    padding: 16px;
  }

  .leader-card > img {
    height: 170px;
  }

  .leader-card h3 {
    font-size: 17px;
    margin-top: 6px;
  }

  .about-facts,
  .about-why,
  .about-infra {
    max-width: calc(100vw - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .about-facts article {
    padding: 16px 0;
  }

  .about-facts article + article {
    border-color: #e3c2c6;
  }
}

@media (max-width: 520px) {
  .about-hero {
    min-height: 600px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero .eyebrow {
    max-width: calc(100vw - 44px);
  }

  .about-hero .hero-actions {
    flex-direction: column;
  }

  .about-hero .quote-btn,
  .about-hero .ghost-btn {
    width: 100%;
  }

  .about-service-list div {
    left: 12px;
    max-width: calc(100% - 24px);
    padding-right: 12px;
  }

  .vision-card article,
  .leader-card {
    grid-template-columns: 1fr;
  }

  .vision-card span {
    height: 68px;
    width: 68px;
  }

  .leader-card > img {
    height: auto;
    max-width: 210px;
  }

  .about-facts > p,
  .about-why > p {
    flex-wrap: wrap;
  }

  .about-facts > p::before,
  .about-facts > p::after,
  .about-why > p::before,
  .about-why > p::after {
    width: 30px;
  }
}

/* Premium About page refresh */
.about-page {
  background: radial-gradient(
      circle at 12% 18%,
      rgba(190, 139, 67, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #fbfaf7 0%, #f3f4f3 46%, #ebe6df 100%);
}

.about-page main {
  background: linear-gradient(
      90deg,
      rgba(151, 31, 42, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(180deg, rgba(13, 19, 25, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.about-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(94, 45, 24, 0.12);
  box-shadow: 0 18px 46px rgba(26, 23, 21, 0.1);
  backdrop-filter: blur(18px);
}

.about-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(6, 9, 13, 0.98) 0%,
      rgba(18, 20, 22, 0.92) 48%,
      rgba(18, 20, 22, 0.46) 100%
    ),
    url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  min-height: 620px;
  min-height: calc(100vh - 92px);
  padding: 92px 72px 124px;
}

.about-hero::before {
  background: linear-gradient(
    180deg,
    rgba(190, 139, 67, 0.88),
    rgba(141, 31, 42, 0.9)
  );
  content: "";
  height: 160px;
  left: 72px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.about-hero::after {
  background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(6, 9, 13, 0.16) 54%,
      rgba(6, 9, 13, 0.84) 100%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(190, 139, 67, 0.18),
      transparent 24%
    );
}

.about-hero-copy {
  max-width: 790px;
}

.about-hero .eyebrow {
  color: #e0b66f;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.about-hero h1 {
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.9;
  max-width: 780px;
}

.about-hero h1 span {
  color: #d7a257;
}

.about-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.82;
  max-width: 620px;
}

.about-hero .hero-actions {
  align-items: center;
}

.about-hero .ghost-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(224, 182, 111, 0.52);
  backdrop-filter: blur(12px);
}

.about-hero-media {
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.38);
  min-height: 430px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-hero-media::after {
  background: linear-gradient(
      180deg,
      transparent 34%,
      rgba(7, 10, 14, 0.78) 100%
    ),
    linear-gradient(90deg, rgba(141, 31, 42, 0.18), transparent 50%);
  content: "";
  inset: 0;
  position: absolute;
}

.about-hero-media > img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  width: 100%;
}

.about-hero-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  bottom: 26px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  color: #15110e;
  left: 26px;
  max-width: 340px;
  padding: 24px;
  position: absolute;
  z-index: 1;
}

.about-hero-card span,
.about-hero-badge small {
  color: #8d1f2a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-hero-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.about-hero-badge {
  background: linear-gradient(145deg, #d6a257, #9f6b28);
  border-radius: 8px;
  color: #fff;
  max-width: 190px;
  padding: 18px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}

.about-hero-badge strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.about-hero-badge small {
  color: #fff7e6;
  line-height: 1.35;
  margin: 8px 0 0;
}

.about-strengths {
  background: #10161d;
  border: 1px solid rgba(214, 162, 87, 0.28);
  box-shadow: 0 28px 70px rgba(10, 13, 16, 0.3);
  margin-top: -74px;
  width: min(calc(100% - 144px), 1480px);
}

.about-strengths div {
  min-height: 132px;
}

.about-strengths div::before {
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      transparent 54%
    ),
    linear-gradient(180deg, rgba(214, 162, 87, 0.1), transparent);
}

.about-strengths span {
  background: linear-gradient(
    145deg,
    rgba(214, 162, 87, 0.18),
    rgba(141, 31, 42, 0.16)
  );
  border-color: rgba(214, 162, 87, 0.34);
}

.about-strengths strong {
  letter-spacing: 0.03em;
}

.about-strengths p {
  color: #d8d0c6;
}

.about-shell,
.about-values-leaders,
.about-facts,
.about-why,
.about-infra {
  max-width: 1480px;
}

.about-intro {
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  padding: 34px 62px 36px;
}

.about-copy-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(86, 44, 23, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(31, 28, 25, 0.1);
  padding: 44px;
}

.about-copy h2 {
  color: #161a1f;
  font-size: clamp(34px, 3.6vw, 58px);
  letter-spacing: 0;
}

.about-copy p:not(.section-kicker) {
  color: #3f4346;
  font-size: 15px;
}

.about-proof {
  border-top: 1px solid rgba(141, 31, 42, 0.16);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 26px;
  padding-top: 22px;
}

.about-proof strong {
  color: #8d1f2a;
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.about-proof span {
  color: #4f565d;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.about-mini-btn {
  background: linear-gradient(135deg, #111820, #8d1f2a);
  min-height: 48px;
  padding: 0 24px;
}

.about-feature {
  border: 1px solid rgba(214, 162, 87, 0.3);
  box-shadow: 0 34px 70px rgba(18, 20, 22, 0.2);
  min-height: 100%;
}

.about-feature::after {
  background: linear-gradient(
      180deg,
      transparent 42%,
      rgba(7, 10, 14, 0.78) 100%
    ),
    linear-gradient(90deg, rgba(141, 31, 42, 0.24), transparent 58%);
}

.about-feature > figcaption {
  background: rgba(15, 22, 29, 0.88);
  border: 1px solid rgba(214, 162, 87, 0.28);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.about-feature span,
.about-service-list span,
.vision-card span,
.about-why span {
  background: linear-gradient(145deg, #c89145, #8d1f2a);
}

.about-values-leaders {
  align-items: stretch;
  gap: 28px;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  padding: 18px 62px 38px;
}

.vision-card,
.leader-card,
.about-facts,
.about-why-grid article {
  border: 1px solid rgba(86, 44, 23, 0.13);
  box-shadow: 0 22px 56px rgba(31, 28, 25, 0.1);
}

.vision-card {
  background:
    linear-gradient(145deg, rgba(17, 24, 32, 0.96), rgba(61, 16, 22, 0.95)),
    url("../images/About/ChatGPT Image May 25, 2026, 01_38_54 PM.webp") center /
      cover no-repeat;
  color: #fff;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.vision-card::after {
  background: linear-gradient(180deg, rgba(214, 162, 87, 0.16), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vision-card > * {
  position: relative;
  z-index: 1;
}

.vision-card .section-kicker {
  color: #e0b66f;
  margin: 0;
}

.vision-card article {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 20px;
}

.vision-card h3 {
  color: #fff;
  font-size: 16px;
}

.vision-card p {
  color: #e6ded5;
  font-size: 14px;
}

.leader-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.leader-head .section-kicker {
  flex: 0 0 auto;
  margin: 0;
}

.leader-head h2 {
  color: #15191e;
  font-size: clamp(28px, 2.6vw, 42px);
  max-width: 640px;
}

.leader-card {
  background: #fff;
  grid-template-columns: 230px 1fr;
  min-height: 310px;
  overflow: hidden;
  padding: 0;
}

.leader-card::before {
  background: linear-gradient(90deg, #d6a257, #8d1f2a);
  height: 4px;
  left: 0;
  right: 0;
  top: 0;
}

.leader-card > img {
  border-radius: 0;
  height: 100%;
  min-height: 310px;
}

.leader-card > div {
  align-self: center;
  padding: 34px 30px 30px 0;
}

.leader-card h3 {
  color: #15191e;
  font-size: 28px;
  margin-top: 0;
}

.leader-card strong {
  color: #9d6a2a;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.leader-card a {
  background: #111820;
  border-color: #111820;
  color: #fff;
}

.about-facts {
  background: linear-gradient(90deg, #fff 0%, #fffaf2 100%);
  margin-bottom: 42px;
  padding: 28px 30px;
}

.about-facts > p,
.about-why > p {
  font-size: 15px;
}

.about-facts strong {
  color: #8d1f2a;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 36px;
}

.about-facts article {
  padding: 16px 20px;
}

.about-section-heading {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.about-section-heading .section-kicker {
  display: inline-block;
  margin-bottom: 8px;
}

.about-section-heading .section-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.about-section-heading h2 {
  color: #15191e;
  font-size: clamp(32px, 3.2vw, 52px);
}

.about-why {
  margin-bottom: 44px;
}

.about-why-grid {
  gap: 18px;
}

.about-why-grid article {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f1 100%);
  min-height: 230px;
  padding: 28px 20px;
}

.about-why h3 {
  font-size: 17px;
}

.about-services-showcase {
  margin: 0 auto;
  padding: 6px 62px 50px;
}

.about-services-showcase .about-service-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-services-showcase .about-service-list article {
  box-shadow: 0 28px 62px rgba(31, 28, 25, 0.14);
  min-height: 340px;
}

.about-services-showcase .about-service-list article::after {
  background: linear-gradient(
    180deg,
    transparent 18%,
    rgba(8, 11, 15, 0.84) 100%
  );
}

.about-services-showcase .about-service-list div {
  align-items: start;
  background: transparent;
  backdrop-filter: none;
  bottom: 26px;
  color: #fff;
  left: 24px;
  max-width: calc(100% - 48px);
  padding: 0;
  right: auto;
  top: auto;
  transform: none;
}

.about-services-showcase .about-service-list strong {
  color: #fff;
  font-size: 22px;
}

.about-services-showcase .about-service-list small {
  color: #eadccd;
  font-size: 13px;
}

.about-infra {
  margin-bottom: 58px;
}

.infra-grid {
  gap: 18px;
}

.infra-grid article {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(31, 28, 25, 0.12);
  overflow: hidden;
}

.infra-grid img {
  aspect-ratio: 1.45 / 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.infra-grid strong {
  font-size: 14px;
  margin: 0;
  padding: 16px 18px 18px;
}

@media (max-width: 1180px) {
  .about-hero {
    gap: 34px;
    grid-template-columns: 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-hero::before {
    left: 28px;
  }

  .about-hero-media {
    min-height: 340px;
  }

  .about-strengths {
    width: min(calc(100% - 56px), 1480px);
  }

  .about-intro,
  .about-values-leaders {
    grid-template-columns: 1fr;
  }

  .about-services-showcase {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-services-showcase .about-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .leader-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .leader-card {
    grid-template-columns: 190px 1fr;
  }

  .about-services-showcase .about-service-list,
  .about-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .about-page main {
    background-size: 44px 44px;
  }

  .about-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5, 8, 12, 0.92) 0%,
        rgba(5, 8, 12, 0.74) 58%,
        rgba(5, 8, 12, 0.36) 100%
      ),
      url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
    min-height: auto;
    padding: 68px 20px 64px;
  }

  .about-hero h1 {
    font-size: 52px;
  }

  .about-hero-copy,
  .about-hero .eyebrow,
  .about-hero h1 {
    max-width: 100%;
    width: 100%;
  }

  .about-hero-media {
    min-height: 300px;
  }

  .about-hero-badge {
    max-width: 160px;
  }

  .about-strengths {
    margin-top: -48px;
  }

  .about-strengths div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .about-intro,
  .about-values-leaders,
  .about-services-showcase {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-copy-panel {
    padding: 30px 24px;
  }

  .about-copy h2,
  .about-section-heading h2 {
    font-size: 34px;
  }

  .about-proof {
    grid-template-columns: 1fr;
  }

  .leader-card {
    grid-template-columns: 1fr;
  }

  .leader-card > img {
    height: 320px;
    min-height: 0;
  }

  .leader-card > div {
    padding: 28px;
  }

  .about-services-showcase .about-service-list article {
    min-height: 300px;
  }

  .infra-grid img {
    aspect-ratio: 1.55 / 1;
  }
}

@media (max-width: 520px) {
  .about-hero {
    padding-top: 58px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-hero-media {
    min-height: 270px;
  }

  .about-hero-card {
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
  }

  .about-hero-badge {
    display: none;
  }

  .about-strengths div {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 20px;
  }

  .about-strengths span {
    height: 56px;
    width: 56px;
  }

  .about-strengths img {
    height: 44px;
    width: 44px;
  }

  .about-feature {
    min-height: 430px;
  }

  .about-feature > figcaption {
    bottom: 16px;
    left: 14px;
    padding: 18px 18px 18px 72px;
    right: 14px;
  }

  .about-feature span {
    height: 48px;
    width: 48px;
  }

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

  .leader-card > img {
    height: 280px;
    max-width: none;
    width: 100%;
  }
}

/* Reference-style About hero */
.about-page .site-header {
  position: relative;
}

.about-hero {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 10, 0.96) 0%,
      rgba(5, 7, 10, 0.82) 32%,
      rgba(5, 7, 10, 0.28) 68%,
      rgba(5, 7, 10, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.32)),
    url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
  display: flex;
  min-height: 520px;
  padding: 84px 74px 96px;
}

.about-hero::before {
  background: #8d1f2a;
  bottom: auto;
  content: "";
  height: 3px;
  left: 74px;
  position: absolute;
  top: 118px;
  width: 42px;
  z-index: 1;
}

.about-hero::after {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(4, 6, 9, 0.24) 72%,
    rgba(4, 6, 9, 0.86) 100%
  );
}

.about-hero-copy {
  max-width: 690px;
  padding-top: 28px;
}

.about-hero .eyebrow {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin: 0 0 28px;
}

.about-hero .eyebrow::after {
  background: #8d1f2a;
  content: "";
  display: block;
  height: 3px;
  margin-top: 9px;
  width: 42px;
}

.about-hero h1 {
  color: #ffffff;
  font-size: clamp(56px, 5vw, 82px);
  letter-spacing: 0;
  line-height: 1;
  max-width: 720px;
  text-shadow: 0 7px 24px rgba(0, 0, 0, 0.72);
  text-transform: none;
}

.about-hero h1 span {
  color: #9b2c36;
  display: block;
}

.about-hero-copy > p:not(.eyebrow) {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.58;
  max-width: 650px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.76);
}

.about-hero-media {
  display: none;
}

.about-strengths {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .about-hero {
    min-height: 520px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .about-hero::before {
    left: 38px;
  }
}

@media (max-width: 820px) {
  .about-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5, 7, 10, 0.9) 0%,
        rgba(5, 7, 10, 0.68) 64%,
        rgba(5, 7, 10, 0.34) 100%
      ),
      url("../images/Project/Lonavala pune site.png") 62% center / cover
        no-repeat;
    min-height: 560px;
    padding: 88px 22px 74px;
  }

  .about-hero::before {
    left: 22px;
    top: 122px;
  }

  .about-hero h1 {
    font-size: 48px;
  }

  .about-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .about-hero {
    min-height: 540px;
    padding: 76px 20px 64px;
  }

  .about-hero::before {
    left: 20px;
    top: 108px;
  }

  .about-hero .eyebrow {
    margin-bottom: 22px;
  }

  .about-hero h1 {
    font-size: 39px;
  }
}

/* Polished Who We Are section */
.about-intro {
  align-items: start;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(248, 244, 237, 0.92) 48%,
    rgba(236, 228, 217, 0.92) 100%
  );
  border-bottom: 1px solid rgba(86, 44, 23, 0.08);
  gap: 44px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  max-width: none;
  padding: 54px 72px 72px;
}

.about-copy-panel {
  align-self: start;
  background: transparent;
  border: 0;
  border-left: 5px solid #8d1f2a;
  border-radius: 0;
  box-shadow: none;
  max-width: 780px;
  padding: 10px 0 10px 36px;
}

.about-copy .section-kicker {
  color: #8d1f2a;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.about-copy h2 {
  color: #121820;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  margin-bottom: 24px;
  max-width: 720px;
}

.about-copy p:not(.section-kicker) {
  color: #3f464d;
  font-size: 16px;
  line-height: 1.74;
  margin-bottom: 18px;
  max-width: 720px;
}

.about-proof {
  border-top: 1px solid rgba(141, 31, 42, 0.18);
  gap: 16px;
  margin: 30px 0 28px;
  max-width: 620px;
  padding-top: 20px;
}

.about-proof div {
  background: #111820;
  border: 1px solid rgba(214, 162, 87, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 24, 32, 0.14);
  padding: 18px 20px;
}

.about-proof strong {
  color: #d6a257;
  font-size: 46px;
}

.about-proof span {
  color: #f0ebe4;
  font-size: 12px;
}

.about-mini-btn {
  box-shadow: 0 14px 32px rgba(141, 31, 42, 0.22);
}

.about-feature {
  align-self: stretch;
  border: 1px solid rgba(214, 162, 87, 0.3);
  box-shadow: 0 30px 70px rgba(20, 22, 25, 0.22);
  min-height: 560px;
}

.about-feature > img {
  object-position: center;
}

.about-feature > figcaption {
  background: rgba(17, 24, 32, 0.9);
  left: 26px;
  right: 26px;
}

@media (max-width: 1180px) {
  .about-intro {
    grid-template-columns: 1fr;
    padding-left: 38px;
    padding-right: 38px;
  }

  .about-copy-panel {
    max-width: 900px;
  }

  .about-feature {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .about-intro {
    gap: 28px;
    padding: 42px 20px 52px;
  }

  .about-copy-panel {
    border-left-width: 4px;
    padding-left: 22px;
  }

  .about-copy h2 {
    font-size: 36px;
  }

  .about-copy p:not(.section-kicker) {
    font-size: 15px;
  }

  .about-proof {
    grid-template-columns: 1fr;
  }

  .about-feature {
    min-height: 400px;
  }
}

@media (max-width: 520px) {
  .about-intro {
    padding: 34px 18px 42px;
  }

  .about-copy-panel {
    border-left: 0;
    border-top: 4px solid #8d1f2a;
    padding: 22px 0 0;
  }

  .about-copy h2 {
    font-size: 31px;
  }

  .about-feature {
    min-height: 390px;
  }

  .about-feature > figcaption {
    left: 14px;
    right: 14px;
  }
}

/* About page reference layout */
.about-page {
  background: #ffffff;
}

.about-page main {
  background: #ffffff;
}

.about-page .site-header {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 6px 18px rgba(8, 10, 12, 0.08);
  height: 92px;
  padding: 0 74px;
  position: relative;
}

.about-page .brand {
  min-width: 250px;
}

.about-page .brand-mark {
  height: 80px;
  width: 210px;
}

.about-page .main-nav {
  gap: 30px;
}

.about-page .main-nav a {
  font-size: 12px;
  line-height: 92px;
}

.about-page .main-nav a.active::after,
.about-page .main-nav a:hover::after {
  background: #8d1f2a;
  bottom: 23px;
  height: 3px;
}

.about-page .quote-btn {
  border-radius: 6px;
  min-height: 58px;
  min-width: 178px;
}

.about-hero {
  background:
    linear-gradient(
      90deg,
      rgba(4, 6, 9, 0.96) 0%,
      rgba(4, 6, 9, 0.72) 37%,
      rgba(4, 6, 9, 0.15) 72%,
      rgba(4, 6, 9, 0.05) 100%
    ),
    url("../images/Project/Lonavala pune site.png") center / cover no-repeat;
  min-height: 480px;
  padding: 64px 74px 92px;
}

.about-hero::before {
  content: none;
}

.about-hero::after {
  background: linear-gradient(
    180deg,
    transparent 48%,
    rgba(4, 6, 9, 0.52) 100%
  );
}

.about-hero-copy {
  max-width: 700px;
  padding: 0;
}

.about-hero .eyebrow {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}

.about-hero .eyebrow::after {
  content: none;
}

.about-hero h1 {
  color: #ffffff;
  font-size: clamp(58px, 5.6vw, 92px);
  line-height: 0.94;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
}

.about-hero h1 span {
  color: #a32934;
}

.about-hero-copy > p:not(.eyebrow) {
  color: #f5f5f5;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 580px;
}

.about-hero .hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.about-hero .ghost-btn {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.82);
  min-height: 54px;
}

.about-strengths {
  background: linear-gradient(90deg, #5f0b13 0%, #7f1721 48%, #4d080f 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(60, 7, 13, 0.32);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -60px auto 40px;
  width: min(calc(100% - 148px), 1720px);
}

.about-strengths div {
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 118px;
  padding: 24px 42px;
}

.about-strengths span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  height: 64px;
  width: 64px;
}

.about-strengths img {
  height: 46px;
  width: 46px;
}

.about-strengths strong {
  color: #ffffff;
  font-size: 13px;
}

.about-strengths p {
  color: #f4dfe2;
  font-size: 12px;
  max-width: 230px;
}

.about-intro {
  align-items: stretch;
  background: #ffffff;
  border: 0;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr) minmax(
      320px,
      0.9fr
    );
  max-width: 1720px;
  padding: 0 74px 28px;
}

.about-copy-panel {
  border: 0;
  max-width: none;
  padding: 0;
}

.about-copy .section-kicker,
.leader-section .section-kicker,
.about-section-heading .section-kicker {
  color: #8d1f2a;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.about-copy .section-kicker::after,
.leader-section .section-kicker::after {
  height: 2px;
  margin-left: 74px;
  margin-top: -9px;
  width: 38px;
}

.about-copy h2 {
  color: #111111;
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 1.12;
  margin: 0 0 22px;
}

.about-copy p:not(.section-kicker) {
  color: #262a30;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
  margin: 0 0 16px;
}

.about-proof {
  display: none;
}

.about-mini-btn {
  background: linear-gradient(135deg, #7d1822, #4e0710);
  box-shadow: 0 10px 18px rgba(80, 7, 15, 0.18);
  margin-top: 2px;
}

.about-feature {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 32px rgba(6, 8, 11, 0.2);
  min-height: 540px;
}

.about-feature::after {
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0, 0, 0, 0.42) 100%
  );
}

.about-feature > figcaption {
  background: linear-gradient(135deg, #7b1620, #570811);
  border: 0;
  bottom: 0;
  box-shadow: 0 -16px 32px rgba(0, 0, 0, 0.18);
  left: 0;
  padding: 34px 34px 34px 118px;
  right: auto;
  width: min(390px, 78%);
}

.about-feature span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  height: 68px;
  left: 28px;
  top: 34px;
  width: 68px;
}

.about-feature h3 {
  font-size: 23px;
}

.about-feature p {
  font-size: 14px;
}

.about-service-list {
  align-self: stretch;
  display: grid;
  gap: 26px;
}

.about-service-list article {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(8, 10, 12, 0.16);
  min-height: 154px;
}

.about-service-list article::after {
  background: linear-gradient(
    90deg,
    rgba(10, 10, 10, 0.12) 0%,
    rgba(255, 255, 255, 0.66) 38%,
    rgba(255, 255, 255, 0.96) 100%
  );
}

.about-service-list > article > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-service-list div {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  grid-template-columns: 70px 1fr;
  left: 20px;
  min-height: 76px;
  padding: 10px 24px 10px 0;
  right: 0;
}

.about-service-list span {
  background: #760f19;
  border-radius: 8px;
  height: 70px;
  width: 70px;
}

.about-service-list strong {
  color: #111111;
  font-size: 16px;
}

.about-service-list small {
  color: #202327;
  font-size: 12px;
}

.about-values-leaders {
  align-items: stretch;
  gap: 20px;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.45fr);
  max-width: 1720px;
  padding: 0 74px 28px;
}

.vision-card,
.leader-card,
.about-facts,
.about-why-grid article {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(8, 10, 12, 0.08);
}

.vision-card {
  color: #111111;
  padding: 28px 30px;
}

.vision-card::after {
  content: none;
}

.vision-card .section-kicker {
  display: none;
}

.vision-card article {
  background: transparent;
  border: 0;
  grid-template-columns: 82px 1fr;
  padding: 0;
}

.vision-card article + article {
  margin-top: 20px;
}

.vision-card span {
  background: #760f19;
  border-radius: 50%;
  height: 82px;
  width: 82px;
}

.vision-card h3 {
  color: #8d1f2a;
  font-size: 14px;
  margin: 0 0 8px;
}

.vision-card p {
  color: #30343a;
  font-size: 13px;
}

.leader-head {
  display: block;
  margin-bottom: 10px;
}

.leader-head h2 {
  display: none;
}

.leader-grid {
  gap: 20px;
}

.leader-card {
  background: #ffffff;
  grid-template-columns: 170px 1fr;
  min-height: 290px;
  padding: 20px;
}

.leader-card::before {
  left: 20px;
  right: auto;
  top: 0;
  width: 54px;
}

.leader-card > img {
  align-self: stretch;
  background: #f2f2f2;
  height: 250px;
  object-fit: cover;
}

.leader-card h3 {
  color: #8d1f2a;
  font-size: 21px;
  margin-top: 34px;
}

.leader-card strong {
  color: #111111;
}

.leader-card p {
  color: #30343a;
  font-size: 13px;
}

.about-facts,
.about-why,
.about-infra {
  max-width: 1720px;
}

.about-facts {
  margin-bottom: 34px;
  padding: 22px 26px;
}

.about-facts strong {
  color: #111111;
  font-size: 22px;
}

.about-facts article {
  position: relative;
}

.about-facts article::before {
  color: #8d1f2a;
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.about-facts article:nth-child(1)::before {
  content: "11-25";
}

.about-facts article:nth-child(2)::before {
  content: "Apr '25";
}

.about-facts article:nth-child(3)::before {
  content: "Proprietorship";
}

.about-facts article:nth-child(4)::before {
  content: "NA";
}

.about-facts article strong {
  display: none;
}

.about-why {
  margin-bottom: 34px;
}

.about-section-heading {
  margin-bottom: 20px;
}

.about-section-heading h2 {
  color: #111111;
  font-size: 18px;
}

.about-why-grid {
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-why-grid article {
  min-height: 188px;
  padding: 22px 20px 24px;
}

.about-why span {
  background: #760f19;
}

.about-infra {
  margin-bottom: 54px;
}

.about-infra h2 {
  color: #111111;
  font-size: 24px;
}

.infra-grid {
  gap: 26px;
}

.infra-grid img {
  aspect-ratio: 2.6 / 1;
  border: 0;
  box-shadow: 0 12px 24px rgba(8, 10, 12, 0.16);
}

.infra-grid strong {
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.about-page .contact-strip {
  display: none;
}

.about-page .footer {
  background: radial-gradient(
      circle at 12% 4%,
      rgba(255, 255, 255, 0.06),
      transparent 28%
    ),
    linear-gradient(180deg, #111417 0%, #06090b 100%);
}

.about-page .footer-grid {
  gap: 42px;
  grid-template-columns: 1.25fr 0.95fr 0.9fr 1.15fr 1fr;
  padding: 54px 74px 34px;
}

.about-page .footer-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 42px;
}

.about-page .footer .brand-mark {
  height: 88px;
  width: 188px;
}

.about-page .footer .footer-grid > div:first-child p {
  color: #f0f0f0;
  font-size: 15px;
  margin: 12px 0 22px;
  max-width: 330px;
}

.footer-link-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .footer h3 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 24px;
}

.about-page .footer a {
  color: #f0f0f0;
  font-size: 14px;
}

.about-page .footer-contact p {
  color: #f0f0f0;
  font-size: 14px;
}

.about-page .contact-badge {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  flex-basis: 26px;
  height: 26px;
  width: 26px;
}

.footer-form {
  display: grid;
  gap: 10px;
}

.footer-form label {
  display: block;
}

.footer-form label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.footer-form input,
.footer-form textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  min-height: 38px;
  padding: 10px 12px;
  width: 100%;
}

.footer-form textarea {
  min-height: 76px;
  resize: vertical;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.84);
}

.footer-form button {
  align-items: center;
  background: linear-gradient(135deg, #aa2632, #7e131e);
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  min-height: 50px;
  text-transform: uppercase;
}

.about-page .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  padding: 28px 74px 36px;
}

.about-page .footer-bottom p {
  margin: 0;
}

.about-page .footer-bottom span {
  color: #cc3140;
}

@media (max-width: 1380px) {
  .about-page .site-header {
    gap: 18px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .about-page .main-nav {
    gap: 18px;
  }

  .about-page .brand {
    min-width: 210px;
  }

  .about-page .brand-mark {
    width: 178px;
  }

  .about-intro,
  .about-values-leaders,
  .about-page .footer-grid,
  .about-page .footer-bottom {
    padding-left: 38px;
    padding-right: 38px;
  }

  .about-hero {
    padding-left: 38px;
    padding-right: 38px;
  }

  .about-strengths {
    width: min(calc(100% - 76px), 1720px);
  }

  .about-intro {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.9fr);
  }

  .about-service-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .about-page .main-nav {
    display: none;
  }

  .about-page .menu-toggle {
    display: inline-flex;
  }

  .about-strengths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-strengths div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .about-strengths div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .about-values-leaders {
    grid-template-columns: 1fr;
  }

  .leader-card {
    grid-template-columns: 170px 1fr;
  }

  .about-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-page .site-header {
    height: 84px;
    padding: 0 18px;
  }

  .about-page .quote-btn {
    display: none;
  }

  .about-page .about-hero .quote-btn,
  .about-page .mobile-menu-cta {
    display: inline-flex;
  }

  .about-page .brand-mark {
    height: 84px;
    width: 150px;
  }

  .about-hero {
    background:
      linear-gradient(
        180deg,
        rgba(4, 6, 9, 0.9) 0%,
        rgba(4, 6, 9, 0.62) 62%,
        rgba(4, 6, 9, 0.26) 100%
      ),
      url("../images/Project/Lonavala pune site.png") 62% center / cover
        no-repeat;
    min-height: 570px;
    padding: 78px 20px 78px;
  }

  .about-hero h1 {
    font-size: 46px;
  }

  .about-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-hero .hero-actions {
    flex-direction: column;
    max-width: 280px;
  }

  .about-hero .quote-btn,
  .about-hero .ghost-btn {
    display: inline-flex;
    width: 100%;
  }

  .about-strengths {
    grid-template-columns: 1fr;
    margin-top: -44px;
    width: calc(100% - 36px);
  }

  .about-strengths div {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 20px 24px;
  }

  .about-strengths div:first-child {
    border-top: 0;
  }

  .about-intro,
  .about-values-leaders {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .about-feature {
    min-height: 430px;
  }

  .about-feature > figcaption {
    padding: 22px 22px 22px 88px;
    width: calc(100% - 28px);
  }

  .about-feature span {
    height: 54px;
    left: 18px;
    top: 24px;
    width: 54px;
  }

  .leader-grid,
  .about-facts > div,
  .about-why-grid,
  .infra-grid,
  .about-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .leader-card {
    grid-template-columns: 1fr;
  }

  .leader-card > img {
    height: 280px;
    max-width: none;
  }

  .leader-card h3 {
    margin-top: 12px;
  }

  .about-facts,
  .about-why,
  .about-infra {
    margin-left: 18px;
    margin-right: 18px;
  }

  .about-facts article + article {
    border-left: 0;
    border-top: 1px solid #e5c0c4;
  }

  .about-page .footer-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-page .footer-grid > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0;
    padding-top: 28px;
  }

  .about-page .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 520px) {
  .about-hero {
    min-height: 540px;
    padding-top: 64px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-copy h2 {
    font-size: 30px;
  }

  .about-service-list div {
    grid-template-columns: 58px 1fr;
    left: 14px;
  }

  .about-service-list span {
    height: 58px;
    width: 58px;
  }
}

/* Keep About navbar and footer consistent with Home */
.about-page .site-header {
  background: var(--white);
  border-bottom: 0;
  box-shadow: none;
  gap: 34px;
  height: 126px;
  padding: 0 68px;
  position: relative;
}

.about-page .brand {
  min-width: 224px;
}

.about-page .brand-mark {
  height: 128px;
  width: 128px;
}

.about-page .main-nav {
  display: flex;
  gap: 34px;
}

.about-page .main-nav a {
  font-size: 13px;
  line-height: 92px;
}

.about-page .main-nav a.active::after,
.about-page .main-nav a:hover::after {
  background: #cc4450;
  bottom: 20px;
  height: 3px;
}

.about-page .quote-btn {
  border-radius: 6px;
  display: inline-flex;
  min-height: 54px;
  min-width: 0;
}

.about-page .contact-strip {
  display: flex;
}

.about-page .footer {
  background: #380d15;
}

.about-page .footer-grid {
  gap: 56px;
  grid-template-columns: 1.35fr 0.8fr 0.85fr 1.5fr;
  padding: 46px 68px;
}

.about-page .footer-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 52px;
}

.about-page .footer .brand-mark {
  height: 190px;
  width: 190px;
}

.about-page .footer .footer-brand {
  margin-bottom: 0;
  transform: translateY(18px);
}

.about-page .footer .footer-grid > div:first-child p {
  color: #d6dce2;
  font-size: 15px;
  margin: -18px 0 16px;
  max-width: none;
}

.about-page .footer h3 {
  color: var(--white);
  font-size: 15px;
  margin: 0 0 22px;
}

.about-page .footer a {
  color: #e4e8eb;
  font-size: 14px;
}

.about-page .footer-contact p {
  color: #f3e9eb;
  font-size: 15px;
}

.about-page .contact-badge {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.06)
  );
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 24px rgba(0, 0, 0, 0.16);
  color: #f6c56f;
  flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.about-page .footer-bottom {
  border-top: 0;
  display: block;
  padding: 0 68px 28px;
}

.about-page .footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .about-page .site-header {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-page .main-nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .about-page .site-header {
    height: 94px;
    padding: 0 20px;
  }

  .about-page .brand-mark {
    height: 98px;
    width: 128px;
  }

  .about-page .quote-btn {
    display: none;
  }

  .about-page .menu-toggle {
    display: inline-flex !important;
    position: relative;
    right: auto;
    top: auto;
  }

  .about-page .footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 22px;
  }

  .about-page .footer-grid > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0;
    padding-top: 28px;
  }

  .about-page .footer-bottom {
    padding: 0 22px 28px;
  }
}

/* Premium purpose and leadership section */
.about-values-leaders {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
  max-width: 1720px;
  padding: 0 74px 34px;
}

.vision-card {
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 248, 249, 0.98)
    ),
    radial-gradient(circle at 4% 12%, rgba(141, 31, 42, 0.08), transparent 30%);
  border: 1px solid rgba(141, 31, 42, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(18, 20, 22, 0.09);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.vision-card::before {
  background: linear-gradient(90deg, #8d1f2a, rgba(141, 31, 42, 0));
  content: "";
  height: 4px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.vision-card .section-kicker {
  display: none;
}

.vision-card article,
.vision-card article + article {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(141, 31, 42, 0.09);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: 84px 1fr;
  margin: 0;
  min-height: 160px;
  padding: 26px 30px;
}

.vision-card span {
  background: linear-gradient(145deg, #941d29, #5b0811);
  border-radius: 50%;
  box-shadow: 0 16px 28px rgba(98, 9, 18, 0.22);
  height: 84px;
  width: 84px;
}

.vision-card h3 {
  color: #8d1f2a;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.vision-card p {
  color: #2c3138;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.leader-section {
  min-width: 0;
}

.leader-head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
  text-align: center;
}

.leader-head .section-kicker {
  display: inline-flex;
  margin: 0;
  position: relative;
}

.leader-head .section-kicker::before,
.leader-head .section-kicker::after {
  background: #b75b63;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 56px;
}

.leader-head .section-kicker::before {
  right: calc(100% + 12px);
}

.leader-head .section-kicker::after {
  left: calc(100% + 12px);
  margin: 0;
}

.leader-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leader-card {
  align-items: stretch;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 249, 0.94)
  );
  border: 1px solid rgba(141, 31, 42, 0.12);
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(18, 20, 22, 0.1);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(210px, 0.74fr) minmax(0, 1fr);
  min-height: 310px;
  overflow: hidden;
  padding: 0;
}

.leader-card::before {
  background: linear-gradient(90deg, #8d1f2a, #d19b52);
  height: 5px;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
}

.leader-card:nth-child(2) > img {
  order: 2;
}

.leader-card:nth-child(2) > div {
  order: 1;
  padding: 44px 20px 38px 44px;
}

.leader-card > img {
  align-self: stretch;
  background: #f4f4f4;
  border-radius: 0;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.leader-card > div {
  align-self: center;
  padding: 44px 44px 38px 34px;
}

.leader-card h3 {
  color: #8d1f2a;
  display: inline;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  margin: 0 12px 0 0;
}

.leader-card strong {
  color: #111820;
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
  vertical-align: 0.18em;
}

.leader-card p {
  color: #30343a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.72;
  margin-top: 18px;
}

.leader-card a {
  background: #111820;
  border-color: #111820;
  color: #ffffff;
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .about-values-leaders {
    padding-left: 38px;
    padding-right: 38px;
  }

  .leader-card {
    grid-template-columns: minmax(170px, 0.68fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .vision-card,
  .leader-grid {
    grid-template-columns: 1fr;
  }

  .leader-card,
  .leader-card:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .leader-card:nth-child(2) > img {
    order: 1;
  }

  .leader-card:nth-child(2) > div {
    order: 2;
    padding: 28px;
  }

  .leader-card > img {
    height: 320px;
    min-height: 0;
  }

  .leader-card > div {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .about-values-leaders {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vision-card {
    padding: 18px;
  }

  .vision-card article,
  .vision-card article + article {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .leader-head .section-kicker::before,
  .leader-head .section-kicker::after {
    width: 34px;
  }

  .leader-card > img {
    height: 280px;
  }
}

/* Leadership cards as one premium row each */
.leader-grid {
  grid-template-columns: 1fr;
}

.leader-card {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  min-height: 340px;
}

.leader-card:nth-child(2) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.leader-card > img {
  min-height: 340px;
}

.leader-card > div {
  max-width: 720px;
}

.leader-card:nth-child(2) > div {
  justify-self: end;
  max-width: 720px;
  padding-left: 54px;
  padding-right: 44px;
}

@media (max-width: 900px) {
  .leader-card,
  .leader-card:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .leader-card:nth-child(2) > div {
    justify-self: stretch;
    max-width: none;
    padding: 28px;
  }
}

/* Final polish for the About intro requested section */
.about-intro .about-feature::after,
.about-intro .about-service-list article::after {
  display: none;
}

.about-intro .about-service-list article {
  background: #111820;
}

.about-intro .about-service-list > article > img {
  filter: none;
}

.about-intro .about-service-list div {
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 10, 12, 0.12);
  max-width: calc(100% - 40px);
  right: 20px;
}

.about-intro .about-copy-panel {
  display: flex;
  flex-direction: column;
}

.about-intro .about-proof {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 0;
  padding-top: 22px;
}

.about-intro .about-proof div {
  background: #fff7f8;
  border: 1px solid rgba(141, 31, 42, 0.16);
  border-radius: 8px;
  padding: 18px;
}

.about-intro .about-proof strong {
  color: #8d1f2a;
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.about-intro .about-proof span {
  color: #262a30;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 6px;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .about-intro .about-proof {
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .about-intro .about-proof {
    grid-template-columns: 1fr;
  }
}

/* Premium Key Facts section */
.about-facts {
  background: linear-gradient(135deg, #111820 0%, #2d1016 58%, #5c1019 100%);
  border: 1px solid rgba(214, 162, 87, 0.2);
  border-radius: 8px;
  box-shadow: 0 26px 64px rgba(8, 10, 12, 0.18);
  margin-bottom: 42px;
  overflow: hidden;
  padding: 34px;
  position: relative;
  text-align: left;
}

.about-facts::before {
  background: linear-gradient(90deg, #d6a257, rgba(214, 162, 87, 0));
  content: "";
  height: 4px;
  left: 34px;
  position: absolute;
  right: 34px;
  top: 0;
}

.about-facts > p {
  align-items: flex-start;
  color: #f4e9df;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: 900;
  gap: 8px;
  justify-content: flex-start;
  line-height: 1.1;
  margin: 0 0 26px;
  text-align: left;
}

.about-facts > p::before,
.about-facts > p::after {
  display: none;
}

.about-facts > p span {
  align-items: center;
  color: #d6a257;
  display: inline-flex;
  font-size: 13px;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-facts > p span::after {
  background: #d6a257;
  content: "";
  height: 2px;
  width: 42px;
}

.about-facts > div {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-facts article {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(214, 162, 87, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  min-height: 150px;
  padding: 24px 22px;
  position: relative;
}

.about-facts article + article {
  border-left: 1px solid rgba(214, 162, 87, 0.2);
}

.about-facts article::before {
  background: #fff2d9;
  border: 1px solid rgba(214, 162, 87, 0.34);
  border-radius: 50%;
  color: #8d1f2a;
  content: "0" counter(fact);
  counter-increment: fact;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  line-height: 36px;
  margin-bottom: 22px;
  width: 36px;
}

.about-facts > div article:nth-child(n)::before {
  content: "0" counter(fact);
}

.about-facts > div {
  counter-reset: fact;
}

.about-facts article strong {
  color: #111820;
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(32px, 2.5vw, 44px);
  line-height: 0.95;
  margin-bottom: 10px;
}

.about-facts article small {
  color: #59616a;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .about-facts {
    padding: 30px 24px;
  }

  .about-facts > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .about-facts {
    margin-left: 18px;
    margin-right: 18px;
    padding: 28px 18px;
  }

  .about-facts::before {
    left: 18px;
    right: 18px;
  }

  .about-facts > p {
    font-size: 24px;
  }

  .about-facts > div {
    grid-template-columns: 1fr;
  }

  .about-facts article + article {
    border-left: 1px solid rgba(214, 162, 87, 0.2);
    border-top: 1px solid rgba(214, 162, 87, 0.2);
  }
}

/* Premium Why Choose Us section */
.about-why {
  background: linear-gradient(
      115deg,
      rgba(17, 24, 32, 0.98),
      rgba(58, 17, 24, 0.96) 58%,
      rgba(132, 28, 39, 0.98)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 88px
    );
  border: 1px solid rgba(214, 162, 87, 0.22);
  border-radius: 8px;
  box-shadow: 0 30px 76px rgba(8, 10, 12, 0.2);
  isolation: isolate;
  margin-bottom: 58px;
  overflow: hidden;
  padding: clamp(40px, 5vw, 72px) clamp(20px, 4vw, 54px) clamp(30px, 4vw, 52px);
  position: relative;
}

.about-why::before {
  background: linear-gradient(
      90deg,
      rgba(214, 162, 87, 0),
      rgba(214, 162, 87, 0.9),
      rgba(214, 162, 87, 0)
    ),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.2), transparent 34%);
  content: "";
  height: 4px;
  left: 32px;
  position: absolute;
  right: 32px;
  top: 0;
  z-index: -1;
}

.about-why::after {
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.09) 0 1px,
      transparent 1px 11px
    ),
    radial-gradient(
      circle at 84% 10%,
      rgba(214, 162, 87, 0.18),
      transparent 28%
    );
  content: "";
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.about-why .about-section-heading {
  margin-bottom: clamp(26px, 4vw, 42px);
  max-width: 860px;
  position: relative;
}

.about-why .about-section-heading .section-kicker {
  color: #d6a257;
  display: inline-flex;
  letter-spacing: 0.12em;
}

.about-why .about-section-heading .section-kicker::after {
  background: #d6a257;
}

.about-why .about-section-heading h2 {
  color: #fffaf3;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.95;
  margin-bottom: 14px;
}

.about-why .section-lead {
  color: rgba(255, 248, 240, 0.78);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 650;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 720px;
}

.about-why-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}

.about-why-grid article {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 250, 243, 0.93)
  );
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  min-height: 250px;
  overflow: hidden;
  padding: 28px 22px 26px;
  position: relative;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.about-why-grid article::before {
  background: linear-gradient(90deg, #8d1f2a, #d6a257);
  content: "";
  height: 4px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.about-why-grid article::after {
  color: rgba(141, 31, 42, 0.07);
  content: "0" counter(why);
  counter-increment: why;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 86px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 18px;
}

.about-why-grid {
  counter-reset: why;
}

.about-why-grid article:hover {
  border-color: rgba(214, 162, 87, 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  transform: translateY(-6px);
}

.about-why span {
  background: linear-gradient(145deg, #9b2230, #4d0b12);
  border: 1px solid rgba(214, 162, 87, 0.48);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(141, 31, 42, 0.14);
  height: 70px;
  margin-bottom: 24px;
  position: relative;
  width: 70px;
  z-index: 1;
}

.about-why span::after {
  background: #d6a257;
  border-radius: 999px;
  bottom: -6px;
  content: "";
  height: 18px;
  position: absolute;
  right: -6px;
  width: 18px;
}

.about-why span img {
  height: 40px;
  object-fit: contain;
  position: relative;
  width: 40px;
  z-index: 1;
}

.about-why h3 {
  color: #111820;
  font-size: 20px;
  line-height: 1.18;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.about-why-grid article p {
  color: #4d545c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .about-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-why {
    margin-left: 18px;
    margin-right: 18px;
  }

  .about-why::before {
    left: 18px;
    right: 18px;
  }

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

  .about-why-grid article {
    min-height: 0;
  }
}

/* Premium trusted clients section */
.trusted-clients {
  background: linear-gradient(135deg, #ffffff 0%, #fff9f1 48%, #f5e8db 100%);
  border: 1px solid rgba(141, 31, 42, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(18, 20, 22, 0.1);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.42fr);
  margin: 0 auto 58px;
  max-width: 1720px;
  overflow: hidden;
  padding: clamp(24px, 3.6vw, 42px);
  position: relative;
  scroll-margin-top: 150px;
  width: calc(100% - 136px);
}

.trusted-clients::before {
  background: linear-gradient(90deg, #8d1f2a, #d6a257, rgba(214, 162, 87, 0));
  content: "";
  height: 5px;
  left: clamp(24px, 3.6vw, 42px);
  position: absolute;
  right: clamp(24px, 3.6vw, 42px);
  top: 0;
}

.trusted-clients-copy {
  background: linear-gradient(
      145deg,
      rgba(17, 24, 32, 0.98),
      rgba(80, 12, 22, 0.96)
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 12px
    );
  border: 1px solid rgba(214, 162, 87, 0.22);
  border-radius: 8px;
  color: #fffaf3;
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px);
  position: relative;
}

.trusted-clients-copy::after {
  border: 1px solid rgba(214, 162, 87, 0.3);
  border-radius: 8px;
  bottom: 18px;
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 72px;
}

.trusted-clients-copy .section-kicker {
  color: #d6a257;
  display: inline-flex;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.trusted-clients-copy .section-kicker::after {
  background: #d6a257;
}

.trusted-clients-copy h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 800;
  line-height: 0.98;
  margin: 0 0 20px;
  max-width: 520px;
}

.trusted-clients-copy p:not(.section-kicker) {
  color: rgba(255, 248, 240, 0.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
  margin: 0;
  max-width: 500px;
}

.trusted-clients-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trusted-clients-grid article {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(141, 31, 42, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18, 20, 22, 0.08);
  min-height: 172px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.trusted-clients-grid article::after {
  background: linear-gradient(
    135deg,
    rgba(141, 31, 42, 0.08),
    rgba(214, 162, 87, 0)
  );
  content: "";
  height: 88px;
  position: absolute;
  right: -34px;
  top: -34px;
  transform: rotate(18deg);
  width: 88px;
}

.trusted-clients-grid article:hover {
  border-color: rgba(214, 162, 87, 0.52);
  box-shadow: 0 22px 48px rgba(18, 20, 22, 0.14);
  transform: translateY(-5px);
}

.trusted-clients-grid span {
  align-items: center;
  background: linear-gradient(145deg, #9b2230, #4d0b12);
  border: 1px solid rgba(214, 162, 87, 0.48);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(141, 31, 42, 0.12);
  display: flex;
  height: 62px;
  justify-content: center;
  margin-bottom: 18px;
  width: 62px;
}

.trusted-clients-grid img {
  filter: brightness(0) invert(1);
  height: 38px;
  object-fit: contain;
  opacity: 0.96;
  width: 38px;
}

.trusted-clients-grid strong {
  color: #111820;
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 8px;
}

.trusted-clients-grid small {
  color: #5a626b;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .trusted-clients {
    grid-template-columns: 1fr;
    width: calc(100% - 56px);
  }

  .trusted-clients-copy {
    min-height: 0;
  }

  .trusted-clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .trusted-clients {
    margin-left: 18px;
    margin-right: 18px;
    width: auto;
  }

  .trusted-clients-grid {
    grid-template-columns: 1fr;
  }

  .trusted-clients-grid article {
    min-height: 0;
  }
}

/* Premium client logo showcase */
.trusted-logo-grid {
  align-content: center;
  gap: 18px;
}

.trusted-logo-grid .trusted-logo-card {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 250, 244, 0.94)
  );
  display: flex;
  justify-content: center;
  min-height: 142px;
  padding: 24px;
}

.trusted-logo-grid .trusted-logo-card::before {
  background: linear-gradient(90deg, #8d1f2a, #d6a257);
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.trusted-logo-grid .trusted-logo-card::after {
  background: linear-gradient(
    135deg,
    rgba(141, 31, 42, 0.07),
    rgba(214, 162, 87, 0)
  );
  height: 96px;
  opacity: 0.9;
  width: 96px;
}

.trusted-logo-grid .trusted-logo-card img {
  filter: none;
  height: auto;
  max-height: 78px;
  max-width: 190px;
  object-fit: contain;
  opacity: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}

.trusted-logo-grid .trusted-logo-card.logo-inverse {
  background: radial-gradient(
      circle at 22% 12%,
      rgba(44, 146, 201, 0.28),
      transparent 34%
    ),
    linear-gradient(145deg, #111820, #4d0b12 72%);
  border-color: rgba(214, 162, 87, 0.32);
}

@media (max-width: 760px) {
  .trusted-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trusted-logo-grid .trusted-logo-card {
    min-height: 118px;
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .trusted-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .home-clients,
  .home-faq {
    grid-template-columns: 1fr;
  }

  .home-client-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-client-logo.featured {
    grid-row: span 1;
  }
}

@media (max-width: 980px) {
  .home-client-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-client-logo.logo-inverse {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .home-clients,
  .home-faq {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-clients {
    gap: 26px;
    padding-bottom: 28px;
    padding-top: 42px;
  }

  .home-clients::before {
    left: 22px;
    right: 22px;
    top: 20px;
  }

  .home-client-proof {
    grid-template-columns: 1fr;
  }

  .home-client-proof div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-height: 0;
  }

  .home-faq {
    gap: 26px;
    padding-bottom: 48px;
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .home-clients,
  .home-faq {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-clients::before {
    left: 18px;
    right: 18px;
  }

  .home-client-showcase {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .home-client-logo,
  .home-client-logo.wide {
    grid-column: auto;
    height: 104px;
  }

  .home-client-logo.logo-inverse {
    grid-column: 1 / -1;
    height: 118px;
    justify-self: center;
    max-width: 168px;
    width: 100%;
  }

  .home-client-strip {
    display: none;
  }

  .home-faq-copy h2,
  .home-clients-head h2 {
    font-size: clamp(34px, 12vw, 44px);
  }

  .faq-list summary {
    font-size: 15px;
    gap: 12px;
    grid-template-columns: 40px 1fr 26px;
    min-height: 74px;
    padding: 16px;
  }

  .faq-list summary span {
    height: 40px;
    width: 40px;
  }

  .faq-list details p {
    margin: -2px 18px 20px 68px;
  }
}

/* Balance About intro left column */
.about-strengths strong {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.about-strengths p {
  color: #f8e3e6;
  position: relative;
  z-index: 1;
}

.about-intro .about-copy-panel {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 249, 0.92)
  );
  border: 1px solid rgba(141, 31, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 20, 22, 0.08);
  height: 100%;
  padding: clamp(24px, 2.5vw, 34px);
}

.about-intro .about-copy .section-kicker {
  color: #8d1f2a;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.about-intro .about-copy h2 {
  color: #111820;
  opacity: 1 !important;
  position: relative;
  transform: none !important;
  visibility: visible !important;
  z-index: 1;
}

.about-intro .about-copy p:not(.section-kicker) {
  color: #2d333a;
  opacity: 1 !important;
  position: relative;
  transform: none !important;
  visibility: visible !important;
  z-index: 1;
}

.about-intro .about-feature > img,
.about-intro .about-feature > figcaption,
.about-intro .about-service-list article {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.about-intro .about-proof {
  margin-bottom: 18px;
}

.about-assurance {
  background: linear-gradient(135deg, #111820, #4d0b12 62%, #8d1f2a);
  border: 1px solid rgba(214, 162, 87, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(80, 7, 15, 0.16);
  margin-top: auto;
  overflow: hidden;
  padding: 22px 108px 22px 24px;
  position: relative;
}

.about-assurance::after {
  border: 1px solid rgba(214, 162, 87, 0.34);
  border-radius: 8px;
  content: "";
  height: 72px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 72px;
  z-index: 0;
}

.about-assurance strong {
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
  max-width: 290px;
  position: relative;
  z-index: 1;
}

.about-assurance span {
  color: rgba(255, 248, 240, 0.78);
  display: block;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .about-assurance {
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .about-assurance {
    padding-right: 24px;
  }

  .about-assurance::after {
    opacity: 0.28;
  }
}

/* Keep service images clear by moving captions off the center */
.about-intro .about-service-list article {
  background: #ffffff;
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  min-height: 0;
}

.about-intro .about-service-list div {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  grid-template-columns: 64px minmax(0, 1fr);
  left: auto;
  max-width: none;
  min-height: 92px;
  padding: 14px 22px 14px 0;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
}

.about-intro .about-service-list span {
  height: 64px;
  width: 64px;
}

.about-intro .about-service-list > article > img {
  height: 100%;
  min-height: 210px;
  transform: none;
}

@media (max-width: 520px) {
  .about-intro .about-service-list article {
    grid-template-rows: 210px auto;
  }

  .about-intro .about-service-list div {
    bottom: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    left: auto;
    min-height: 70px;
    padding: 12px 16px 12px 0;
    width: 100%;
  }

  .about-intro .about-service-list span {
    height: 58px;
    width: 58px;
  }
}

/* Services page */
.service-page {
  background: #f7f7f5;
}

.service-page .site-header {
  background: var(--white);
  box-shadow: none;
  color: var(--text);
  height: 126px;
  padding: 0 68px;
  position: relative;
}

.service-page .site-header .brand {
  color: var(--text);
  min-width: 224px;
}

.service-page .site-header .brand-mark {
  height: 128px;
  width: 128px;
}

.service-page .site-header .brand-mark img {
  object-fit: contain;
}

.service-page .main-nav {
  color: var(--text);
  gap: 34px;
}

.service-page .main-nav a {
  line-height: 92px;
}

.service-page .main-nav a.active::after,
.service-page .main-nav a:hover::after {
  bottom: 20px;
}

.service-page .quote-btn {
  min-height: 54px;
}

.service-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.96) 0%,
      rgba(0, 0, 0, 0.7) 36%,
      rgba(0, 0, 0, 0.04) 78%
    ),
    url("../images/Services/ChatGPT Image May 26, 2026, 04_42_16 PM.webp")
      center right / cover no-repeat;
  color: var(--white);
  min-height: 350px;
  padding: 72px 48px 54px;
}

.service-hero-copy {
  max-width: 620px;
}

.service-kicker {
  color: inherit;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  position: relative;
  text-transform: uppercase;
}

.service-kicker::after {
  background: #b02d38;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.service-hero h1 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 22px 0 22px;
  text-transform: uppercase;
}

.service-hero h1 span,
.service-section-head h2 span,
.service-why h2 span {
  color: #8f2630;
}

.service-hero-copy > p:last-child {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 600;
  max-width: 520px;
}

.service-core,
.service-process {
  padding: 30px 42px 24px;
}

.service-section-head {
  margin: 0 auto 30px;
  text-align: center;
}

.service-section-head .service-kicker {
  color: #84212a;
  margin-bottom: 8px;
}

.service-section-head .service-kicker::after {
  left: 50%;
  transform: translateX(-50%);
}

.service-section-head h2,
.service-why h2 {
  color: #151515;
  font-size: 32px;
  line-height: 1.12;
  margin: 16px 0 0;
}

.service-detail-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1540px;
}

.service-detail-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(14, 16, 20, 0.08);
  overflow: hidden;
}

.service-detail-image {
  height: 250px;
  position: relative;
}

.service-detail-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-card-icon,
.process-row span,
.service-why-grid span {
  align-items: center;
  background: linear-gradient(135deg, #9b2a34, #63131b);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}

.service-card-icon {
  bottom: -34px;
  height: 88px;
  left: 22px;
  position: absolute;
  width: 88px;
}

.service-card-icon img {
  filter: brightness(0) invert(1);
  height: 78px;
  object-fit: contain;
  transform: scale(1.8);
  width: 78px;
}

.service-detail-body {
  padding: 34px 22px 24px;
}

.service-detail-body h3 {
  color: #191919;
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.service-detail-body p {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 24px;
}

.service-detail-body ul {
  display: grid;
  gap: 11px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.service-detail-body li {
  align-items: center;
  color: #171717;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
}

.service-detail-body li::before {
  align-items: center;
  background: #71202a;
  border-radius: 50%;
  color: var(--white);
  content: "✓";
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.service-small-btn {
  border-radius: 4px;
  font-size: 12px;
  min-height: 42px;
  padding: 0 22px;
}

.service-process {
  padding-top: 24px;
}

.process-row {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1480px;
  text-align: center;
}

.process-row article {
  position: relative;
}

.process-row article + article::before {
  border-top: 1px dashed rgba(144, 33, 44, 0.42);
  content: "";
  left: -50%;
  position: absolute;
  top: 39px;
  width: calc(100% - 70px);
}

.process-row span {
  height: 78px;
  margin: 0 auto 12px;
  position: relative;
  width: 78px;
  z-index: 1;
}

.process-row img {
  filter: brightness(0) invert(1);
  height: 70px;
  object-fit: contain;
  transform: scale(1.85);
  width: 70px;
}

.process-row strong {
  color: #111;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.process-row p {
  color: #343434;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 150px;
}

.service-why {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4, 6, 8, 0.9), rgba(4, 6, 8, 0.74)),
    url("../images/Services/ChatGPT Image May 26, 2026, 04_48_47 PM.webp")
      center / cover no-repeat;
  color: var(--white);
  display: grid;
  gap: 36px;
  grid-template-columns: 0.75fr 1.25fr;
  margin-top: 24px;
  min-height: 250px;
  padding: 44px 48px;
}

.service-why .service-kicker {
  color: var(--white);
}

.service-why h2 {
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-transform: none;
}

.service-why-copy > p:last-child {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  max-width: 420px;
}

.service-why-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-why-grid article {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 152px;
  padding-left: 28px;
}

.service-why-grid span {
  height: 82px;
  margin-bottom: 16px;
  width: 82px;
}

.service-why-grid img {
  filter: brightness(0) invert(1);
  height: 74px;
  object-fit: contain;
  transform: scale(1.9);
  width: 74px;
}

.service-page .contact-icon {
  flex: 0 0 84px;
  height: 84px;
  width: 84px;
}

.service-page .contact-icon img {
  height: 66px;
  transform: scale(2.55);
  width: 66px;
}

.service-why-grid strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.service-why-grid p {
  color: #ededed;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1180px) {
  .service-page .site-header {
    gap: 20px;
    padding: 0 32px;
  }

  .service-page .main-nav {
    gap: 18px;
  }

  .service-core,
  .service-process {
    padding-left: 32px;
    padding-right: 32px;
  }

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

@media (max-width: 900px) {
  .service-detail-grid,
  .service-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-row article + article::before {
    content: none;
  }
}

@media (max-width: 820px) {
  .service-page .site-header {
    background: rgba(255, 255, 255, 0.96);
    height: auto;
    min-height: 112px;
    padding: 10px 18px;
    position: fixed;
  }

  .service-page .site-header .brand-mark {
    height: 128px;
    width: 128px;
  }

  .service-hero {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.54)),
      url("../images/Services/ChatGPT Image May 26, 2026, 04_42_16 PM.webp")
        center / cover no-repeat;
    min-height: 420px;
    padding: 132px 22px 46px;
  }

  .service-hero h1 {
    font-size: 50px;
  }

  .service-core,
  .service-process {
    padding: 34px 22px 20px;
  }

  .service-detail-grid,
  .service-why-grid,
  .process-row {
    grid-template-columns: 1fr;
  }

  .service-detail-body ul {
    grid-template-columns: 1fr;
  }

  .service-why {
    padding: 38px 22px;
  }

  .service-why-grid article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    min-height: 0;
    padding: 22px 0 0;
  }
}

@media (max-width: 480px) {
  .service-page .site-header .brand {
    min-width: 0;
  }

  .service-page .site-header .brand-mark {
    height: 96px;
    width: 96px;
  }

  .service-hero h1 {
    font-size: 42px;
  }

  .service-detail-image {
    height: 210px;
  }
}

/* Contact page */
.contact-page {
  background: #f7f7f5;
}

.contact-page .site-header {
  background: var(--white);
  box-shadow: none;
  color: var(--text);
  height: 126px;
  padding: 0 68px;
  position: relative;
}

.contact-page .site-header .brand {
  color: var(--text);
  min-width: 224px;
}

.contact-page .site-header .brand-mark {
  height: 128px;
  width: 128px;
}

.contact-page .main-nav {
  color: var(--text);
  gap: 34px;
}

.contact-page .main-nav a {
  line-height: 92px;
}

.contact-page .main-nav a.active::after,
.contact-page .main-nav a:hover::after {
  bottom: 20px;
}

.contact-page .quote-btn {
  min-height: 54px;
}

.contact-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.64) 39%,
      rgba(0, 0, 0, 0.08) 82%
    ),
    url("../images/Project/Panshet dam site pune.png") top right / cover
      no-repeat;
  color: var(--white);
  min-height: 500px;
  padding: 88px 64px 70px;
}

.contact-hero-copy {
  max-width: 620px;
}

.contact-kicker {
  color: inherit;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  position: relative;
  text-transform: uppercase;
}

.contact-kicker::after {
  background: #b02d38;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.contact-hero h1 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 28px 0 22px;
  text-transform: uppercase;
}

.contact-hero h1 span {
  color: #8f2630;
  display: block;
  max-width: 610px;
}

.contact-hero-copy > p:last-child {
  color: #f4f4f4;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  max-width: 540px;
}

.contact-main {
  display: grid;
  gap: 58px;
  grid-template-columns: 0.9fr 1.55fr;
  padding: 34px 72px 26px;
}

.contact-info-panel {
  padding: 22px 0 0;
}

.contact-info-panel .contact-kicker {
  color: #84212a;
}

.contact-info-panel h2 {
  color: #151515;
  font-size: 32px;
  line-height: 1.18;
  margin: 20px 0 22px;
}

.contact-info-panel > p:not(.contact-kicker) {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 22px;
  max-width: 500px;
}

.contact-card-list {
  display: grid;
  gap: 12px;
}

.contact-card-list article {
  align-items: center;
  background: var(--white);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.05);
  display: grid;
  gap: 20px;
  grid-template-columns: 66px 1fr;
  min-height: 102px;
  padding: 16px 20px;
}

.contact-card-list span {
  align-items: center;
  background: linear-gradient(135deg, #96303a, #64131c);
  border-radius: 5px;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}

.contact-card-list img {
  filter: brightness(0) invert(1);
  height: 50px;
  object-fit: contain;
  transform: scale(1.85);
  width: 50px;
}

.contact-card-list strong {
  color: #171717;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact-card-list p {
  color: #161616;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.contact-card-list p a {
  color: inherit;
  display: block;
  margin: 0;
  text-decoration: none;
}

.contact-form-wrap {
  display: grid;
  gap: 18px;
}

.contact-form {
  background:
    linear-gradient(135deg, rgba(32, 9, 12, 0.98), rgba(58, 16, 20, 0.96)),
    url("../images/Services/ChatGPT Image May 26, 2026, 04_48_47 PM.webp")
      center / cover no-repeat;
  border-radius: 4px;
  color: var(--white);
  padding: 42px;
}

.contact-form h2 {
  color: var(--white);
  display: inline-block;
  font-size: 22px;
  margin: 0 0 42px;
  position: relative;
  text-transform: uppercase;
}

.contact-form h2::after {
  background: #bd3d48;
  bottom: -16px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.contact-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 3px;
  display: grid;
  grid-template-columns: 42px 1fr;
  min-height: 58px;
}

.contact-form .select-field {
  grid-template-columns: 1fr;
}

.contact-form label > span {
  align-items: center;
  color: #f1e6e8;
  display: flex;
  justify-content: center;
}

.contact-form svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: transparent;
  border: 0;
  color: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  padding: 0 16px 0 0;
  width: 100%;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form select {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form select option {
  color: #1a1a1a;
}

.message-field {
  align-items: start !important;
  grid-column: 1 / -1;
  min-height: 162px !important;
}

.message-field > span {
  padding-top: 20px;
}

.contact-form textarea {
  min-height: 138px;
  padding-top: 20px;
  resize: vertical;
}

.contact-form button {
  align-items: center;
  background: linear-gradient(135deg, #a2353e, #84212b);
  border: 0;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  margin-top: 22px;
  min-height: 58px;
  text-transform: uppercase;
  width: 100%;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  height: 1px !important;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 1px !important;
}

.form-status {
  border-radius: 4px;
  display: none;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  margin: 16px 0 0;
  padding: 12px 14px;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  background: rgba(32, 172, 106, 0.18);
  border: 1px solid rgba(86, 214, 151, 0.36);
  color: #d8ffe8;
}

.form-status.is-error {
  background: rgba(189, 61, 72, 0.22);
  border: 1px solid rgba(255, 166, 174, 0.34);
  color: #ffe3e6;
}

.quick-assist {
  align-items: center;
  background: #f0f0ef;
  display: grid;
  gap: 20px;
  grid-template-columns: 58px 1fr auto;
  padding: 18px 18px 18px 22px;
}

.quick-assist > span {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  width: 52px;
}

.quick-assist img {
  height: 52px;
  object-fit: contain;
  transform: scale(1.15);
  width: 52px;
}

.quick-assist strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.quick-assist p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.quick-assist a {
  align-items: center;
  background: linear-gradient(135deg, #8f2630, #63131b);
  border-radius: 4px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
}

.office-map {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  min-height: 320px;
}

.office-copy {
  background:
    linear-gradient(135deg, rgba(25, 7, 10, 0.98), rgba(58, 16, 20, 0.96)),
    url("../images/Services/ChatGPT Image May 26, 2026, 04_48_47 PM.webp")
      center / cover no-repeat;
  color: var(--white);
  padding: 48px 72px;
}

.office-copy h2 {
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1;
  margin: 20px 0 24px;
}

.office-copy p {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.office-copy a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.map-visual {
  background: #e8ecef;
  color: inherit;
  display: block;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.map-visual iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

.map-open-link {
  align-items: center;
  background: linear-gradient(135deg, #a2353e, #84212b);
  border-radius: 4px;
  bottom: 18px;
  box-shadow: 0 14px 28px rgba(56, 13, 21, 0.24);
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  z-index: 1;
}

.contact-page .contact-strip {
  padding: 24px 118px;
}

.contact-page .contact-icon {
  flex: 0 0 76px;
  height: 76px;
  width: 76px;
}

.contact-page .contact-icon img {
  height: 62px;
  transform: scale(2.15);
  width: 62px;
}

.contact-page .contact-strip h2 {
  font-size: 17px;
}

@media (max-width: 1180px) {
  .contact-page .site-header {
    gap: 20px;
    padding: 0 32px;
  }

  .contact-page .main-nav {
    gap: 18px;
  }

  .contact-main {
    gap: 34px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .contact-page .contact-strip {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (max-width: 980px) {
  .contact-main,
  .office-map {
    grid-template-columns: 1fr;
  }

  .contact-info-panel > p:not(.contact-kicker) {
    max-width: none;
  }

  .quick-assist {
    grid-template-columns: 58px 1fr;
  }

  .quick-assist a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .contact-page .site-header {
    background: rgba(255, 255, 255, 0.96);
    height: auto;
    min-height: 112px;
    padding: 10px 18px;
    position: fixed;
  }

  .contact-page .site-header .brand-mark {
    height: 128px;
    width: 128px;
  }

  .contact-hero {
    min-height: 430px;
    padding: 132px 22px 52px;
  }

  .contact-hero h1 {
    font-size: 48px;
  }

  .contact-main {
    padding: 34px 22px 24px;
  }

  .contact-form {
    padding: 30px 22px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .office-copy {
    padding: 38px 22px;
  }

  .map-visual,
  .map-visual iframe {
    min-height: 300px;
  }

  .map-open-link {
    bottom: 14px;
    left: 14px;
    right: 14px;
    justify-content: center;
  }

  .contact-page .contact-strip {
    padding: 24px 22px;
  }
}

@media (max-width: 520px) {
  .contact-page .site-header .brand {
    min-width: 0;
  }

  .contact-page .site-header .brand-mark {
    height: 96px;
    width: 96px;
  }

  .contact-hero h1 {
    font-size: 40px;
  }

  .contact-card-list article {
    grid-template-columns: 58px 1fr;
    padding: 14px;
  }

  .quick-assist {
    gap: 14px;
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }
}

/* Shared premium footer refinement */
.footer {
  background: radial-gradient(
      circle at 12% 0%,
      rgba(246, 197, 111, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #3c0d16 0%, #22070c 100%) !important;
  border-top: 1px solid rgba(246, 197, 111, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer .footer-grid {
  align-items: start;
  gap: clamp(22px, 3vw, 38px);
  grid-template-columns:
    minmax(210px, 1.18fr) minmax(130px, 0.72fr) minmax(150px, 0.78fr)
    minmax(260px, 1.42fr);
  padding: 30px clamp(22px, 5vw, 68px) 22px !important;
}

.footer .footer-grid > div + div {
  border-left: 1px solid rgba(246, 197, 111, 0.14) !important;
  padding-left: clamp(20px, 2.7vw, 36px) !important;
}

.footer .brand.footer-brand {
  margin: 0 0 10px !important;
  min-width: 0;
  transform: none !important;
}

.footer .brand-mark,
.footer .brand-mark.light {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 70px !important;
  justify-content: flex-start;
  overflow: visible;
  padding: 0 !important;
  width: min(190px, 100%) !important;
}

.footer .brand-mark img {
  background: transparent !important;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
  width: 100% !important;
}

.footer .footer-grid > div:first-child > p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13.5px !important;
  line-height: 1.55;
  margin: 0 0 14px !important;
  max-width: 300px !important;
}

.footer h3 {
  color: #fff6e8 !important;
  font-size: 13px !important;
  letter-spacing: 0;
  margin: 0 0 14px !important;
}

.footer nav a,
.footer .footer-contact a {
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer nav a {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13.5px !important;
  margin: 0 0 7px !important;
}

.footer nav a:hover,
.footer .footer-contact a:hover {
  color: #f6c56f !important;
}

.footer .socials {
  gap: 10px;
  margin-top: 10px;
}

.footer .socials a {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(246, 197, 111, 0.22);
  color: #fff3e2;
  height: 34px;
  width: 34px;
}

.footer .socials svg {
  height: 15px;
  width: 15px;
}

.footer .footer-contact {
  gap: 8px;
}

.footer .footer-contact p {
  align-items: start;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(246, 197, 111, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 13.5px !important;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 9px 10px;
}

.footer .footer-contact p > span:last-child {
  gap: 2px;
}

.footer .footer-contact p > span:last-child a {
  font-weight: 700;
}

.footer .contact-badge {
  background: rgba(246, 197, 111, 0.1) !important;
  border-color: rgba(246, 197, 111, 0.24) !important;
  box-shadow: none !important;
  color: #f6c56f !important;
  flex: 0 0 34px !important;
  height: 34px !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  width: 34px !important;
}

.footer .contact-badge svg {
  display: block;
  fill: none !important;
  height: 16px;
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.footer .contact-badge svg path,
.footer .contact-badge svg rect,
.footer .contact-badge svg circle {
  fill: none !important;
  stroke: currentColor !important;
  vector-effect: non-scaling-stroke;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(246, 197, 111, 0.13) !important;
  padding: 13px clamp(22px, 5vw, 68px) 16px !important;
}

.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12.5px !important;
  line-height: 1.45;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  .footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .footer-grid > div + div {
    border-left: 0 !important;
    border-top: 1px solid rgba(246, 197, 111, 0.12) !important;
    padding-left: 0 !important;
    padding-top: 18px !important;
  }
}

@media (max-width: 640px) {
  .footer .footer-grid {
    gap: 18px;
    grid-template-columns: 1fr;
    padding-top: 24px !important;
  }

  .footer .brand-mark,
  .footer .brand-mark.light {
    height: 58px !important;
    width: 170px !important;
  }

  .footer .footer-bottom {
    display: block;
    text-align: left;
  }
}
