/* India-only editorial adjustments. Widths, grids, gutters, section spacing,
   buttons, navigation and breakpoints come from styles.css. */
.india-page .page-title {
  font-size: clamp(1.8rem, 3.6vw, 2.25rem);
  line-height: 1.25;
  justify-self: start;
  text-align: left;
}

.india-location-page .page-hero-content {
  display: block;
}

.india-location-page .contact-hero-copy {
  width: 100%;
}

.india-page .breadcrumbs {
  justify-self: start;
  margin-left: 0;
  margin-right: 0;
}

.india-page .breadcrumbs ol {
  justify-content: flex-start;
}

.india-page .page-intro {
  width: 100%;
  max-width: none;
  justify-self: start;
  text-align: left;
}

@media (min-width: 921px) {
  .india-page .page-hero-content {
    min-height: 620px;
    padding-top: 208px;
    padding-bottom: 128px;
  }

  .india-page .page-hero .hero-actions {
    justify-self: start;
    justify-content: flex-start;
  }
}

.india-page main :is(h1, h2, h3) {
  overflow-wrap: anywhere;
}

.india-page .page-copy h3 {
  margin: 32px 0 12px;
  font-size: 1.22rem;
  line-height: 1.35;
}

.india-page .india-context {
  background: #fff;
  color: #11233b;
}

.india-page .india-context h2 {
  color: #11233b;
}

.india-page .india-context .recharge-dual-layout,
.india-page .india-site-data .recharge-dual-layout {
  align-items: start;
}

.india-page .india-context-media {
  margin-top: 0;
}

.india-page .india-context-media img {
  height: auto;
}

.india-page .india-context p,
.india-page .india-context .recharge-signal-list li {
  color: rgba(17, 35, 59, 0.78);
}

.india-page .india-capabilities,
.india-page .india-site-data {
  --line: rgba(0, 0, 0, 0.18);
  background: #fff;
  color: #000;
}

.india-page .india-capabilities h2,
.india-page .india-capabilities p,
.india-page .india-site-data h2,
.india-page .india-site-data p,
.india-page .india-site-data .recharge-signal-list li {
  color: #000;
}

.india-page .india-project-cta {
  background:
    linear-gradient(90deg, rgba(4, 9, 21, 0.78), rgba(4, 9, 21, 0.4)),
    url("../images/Partner-With-The-Ground-Water-Company-And-Do-More-For-Your-Environment.webp") center center / cover no-repeat;
}

.india-page .india-site-data-summary {
  max-width: none;
  margin-top: 24px;
}

.india-page .india-entry {
  min-width: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.india-page .india-entry h3 {
  margin-top: 0;
}

.india-page .india-location-label {
  font-weight: 600;
}

.india-page #locations {
  scroll-margin-top: 108px;
}

.india-page .india-steps {
  margin-bottom: 18px;
  padding-left: 22px;
  list-style: decimal;
}

.india-page .india-steps li {
  padding-left: 0;
}

.india-page .india-steps li::before {
  content: none;
}
