:root {
  --green: #274b30;
  --green-dark: #17351f;
  --green-soft: #e8f0e5;
  --yellow: #ffe84f;
  --yellow-deep: #ebd434;
  --ink: #242424;
  --muted: #5f625d;
  --line: #d9d8d1;
  --paper: #f5f2ea;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(23, 53, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  margin: 0;
  color: var(--green);
  background: var(--paper);
  font-family: "Inter", "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  touch-action: manipulation;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

body.nav-open {
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}

.js body.loading {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
  touch-action: manipulation;
}

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

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
.brand-main {
  font-family: "Degulartext", "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  color: var(--white);
  font-size: 4.5rem;
  line-height: 1.05;
}

h2 {
  color: var(--green);
  font-size: 3rem;
  line-height: 1.12;
}

h3 {
  color: var(--green);
  font-size: 1.55rem;
  line-height: 1.22;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.preloader {
  display: none;
}

.js .preloader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  gap: 22px;
  align-content: center;
  justify-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at center, rgba(255, 232, 79, 0.16), transparent 28%),
    linear-gradient(135deg, #17351f, #274b30);
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.js body.is-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-mark {
  display: grid;
  gap: 5px;
  justify-items: center;
  animation: loaderFloat 1400ms ease-in-out infinite;
}

.preloader-logo {
  display: block;
  width: min(280px, 72vw);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(15, 38, 22, 0.24));
}

.preloader-mark .brand-main {
  color: rgba(255, 255, 255, 0.72);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.preloader-mark .brand-main span {
  color: #65d879;
}

.preloader-mark .brand-line {
  background: rgba(255, 255, 255, 0.22);
}

.preloader-ring {
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: var(--yellow);
  border-radius: 50%;
  animation: loaderSpin 900ms linear infinite;
}

.preloader p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.scroll-bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.scroll-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(245, 242, 234, 0.84), rgba(245, 242, 234, 0.9)),
    radial-gradient(circle at 50% 12%, rgba(255, 232, 79, 0.16), transparent 34%);
}

.scroll-bg-layer {
  position: absolute;
  inset: -24px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 780ms ease, transform 1800ms ease;
}

.scroll-bg-layer.is-active {
  opacity: 1;
  transform: scale(1);
}

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

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

  50% {
    transform: translateY(-8px);
  }
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 12px 24px;
  color: var(--ink);
  background: rgba(238, 236, 229, 0.92);
  border-bottom: 1px solid rgba(39, 75, 48, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: max-content;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  filter: drop-shadow(0 6px 14px rgba(15, 38, 22, 0.12));
}

.brand-main {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #5c6060;
  white-space: nowrap;
}

.brand-main span {
  color: #42ba61;
}

.brand-line {
  display: inline-block;
  width: 148px;
  padding: 1px 5px;
  color: var(--white);
  background: #657066;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.55vw, 26px);
  font-size: 0.9rem;
  color: rgba(36, 36, 36, 0.72);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--ink);
  transition: width 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 25px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(39, 75, 48, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(255, 232, 79, 0.32);
  font-weight: 500;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.primary-cta:hover {
  background: var(--yellow-deep);
  box-shadow: 0 16px 42px rgba(255, 232, 79, 0.42);
  transform: translateY(-2px);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(39, 75, 48, 0.18);
  border-radius: 50%;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--green);
  transform-origin: center;
  transition: opacity 160ms ease, transform 220ms ease;
}

body.nav-open .menu-toggle span:not(.sr-only):nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle span:not(.sr-only):nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

body.nav-open .menu-toggle span:not(.sr-only):nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  place-items: center;
  text-align: center;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  display: block;
  background: var(--green-dark);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateX(8%) scale(1.08);
  animation: heroSlideShow 24s linear infinite;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 53, 31, 0.7), rgba(23, 53, 31, 0.34) 45%, rgba(23, 53, 31, 0.72)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0 18%, rgba(255, 232, 79, 0.14) 19% 24%, rgba(23, 53, 31, 0.3) 25% 100%),
    linear-gradient(180deg, rgba(23, 53, 31, 0.12), rgba(23, 53, 31, 0.58));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: min(92vw, 900px);
  padding-top: 70px;
}

.hero-content > * {
  animation: heroRise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-title-card {
  width: min(100%, 760px);
}

.slide-one {
  background-image: url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2200&q=80");
}

.slide-two {
  background-image: url("https://images.unsplash.com/photo-1613665813446-82a78c468a1d?auto=format&fit=crop&w=2200&q=80");
  animation-delay: 6s;
}

.slide-three {
  background-image: url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=2200&q=80");
  animation-delay: 12s;
}

.slide-four {
  background-image: url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=2200&q=80");
  animation-delay: 18s;
}

.hero-content > :nth-child(2) {
  animation-delay: 110ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 220ms;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSlideShow {
  0% {
    opacity: 0;
    transform: translateX(8%) scale(1.08);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
    transform: translateX(-8%) scale(1.08);
  }

  30%,
  100% {
    opacity: 0;
    transform: translateX(-11%) scale(1.08);
  }
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.js .reveal-item {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js .reveal.is-visible .reveal-item {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal.exit-up .reveal-item {
  transform: translateY(-24px);
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0;
}

.intro-grid,
.section-head,
.insight-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 0.8fr);
  gap: 80px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 22px;
  color: #464646;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(39, 75, 48, 0.18);
  border-top: 1px solid rgba(39, 75, 48, 0.18);
  border-bottom: 1px solid rgba(39, 75, 48, 0.18);
}

.stat {
  min-height: 190px;
  padding: 34px 32px;
  background: var(--paper);
}

.stat span {
  display: block;
  color: var(--green);
  font-family: "Degulartext", "Inter", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.stat p {
  max-width: 230px;
  margin-top: 18px;
  color: #464646;
}

.section-head {
  margin-top: 12px;
  margin-bottom: 42px;
}

.section-head p {
  color: #464646;
  font-size: 1.05rem;
}

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

.solution-card {
  display: grid;
  overflow: hidden;
  padding: 0;
  min-height: 520px;
  color: inherit;
  font: inherit;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(39, 75, 48, 0.08);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.solution-card:hover,
.solution-card:focus-visible {
  border-color: rgba(39, 75, 48, 0.28);
  box-shadow: 0 24px 58px rgba(39, 75, 48, 0.14);
  transform: translateY(-4px);
}

.solution-card:focus-visible {
  outline: 3px solid rgba(255, 232, 79, 0.8);
  outline-offset: 3px;
}

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

.solution-body {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.solution-body span {
  color: #8f947f;
  font-weight: 800;
}

.solution-body p {
  color: #464646;
}

.solution-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 4px;
  color: var(--green);
  font-size: 0.9rem;
}

.solution-modal[hidden] {
  display: none;
}

.solution-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  overflow-y: auto;
  padding: 88px 24px 32px;
  place-items: center;
  -webkit-overflow-scrolling: touch;
}

.solution-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 38, 22, 0.68);
  backdrop-filter: blur(10px);
}

.solution-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  overflow: hidden;
  width: min(1040px, 100%);
  min-height: 0;
  max-height: min(760px, calc(100vh - 120px));
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(15, 38, 22, 0.34);
}

.solution-dialog > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.solution-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(39, 75, 48, 0.16);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  place-items: center;
}

.solution-detail {
  display: grid;
  gap: 22px;
  overflow-y: auto;
  min-height: 0;
  padding: 54px;
}

.solution-detail > p:not(.section-kicker) {
  color: #464646;
  font-size: 1.02rem;
}

.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(39, 75, 48, 0.14);
  border-radius: 8px;
}

.solution-detail-grid div {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--white);
}

.solution-detail-grid strong {
  color: #8f947f;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.solution-detail-grid span {
  color: var(--green);
  font-weight: 700;
}

.solution-detail ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-detail li {
  position: relative;
  padding-left: 22px;
  color: #464646;
}

.solution-detail li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  transform: translateY(-50%);
}

.why {
  width: 100%;
  padding-top: 0;
}

.why-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.78fr);
  gap: 70px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.why-panel h2,
.why-panel p,
.section-kicker.light {
  color: var(--white);
}

.why-panel h2 {
  margin: 12px 0 20px;
}

.why-panel p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

.why-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.why-list div {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.why-list strong {
  color: var(--yellow);
  font-size: 1.02rem;
}

.why-list span {
  color: rgba(255, 255, 255, 0.72);
}

.reviews {
  overflow: hidden;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin: 12px 0 34px;
}

.reviews-head p {
  color: #464646;
  font-size: 1.04rem;
}

.reviews-marquee {
  overflow-x: auto;
  padding: 8px 0 18px;
  cursor: grab;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.reviews-marquee::-webkit-scrollbar {
  display: none;
}

.reviews-marquee:active {
  cursor: grabbing;
}

.reviews-marquee:hover .reviews-track,
.reviews-marquee:focus-within .reviews-track,
.reviews-marquee:active .reviews-track {
  animation-play-state: paused;
}

.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: reviewsSlide 36s linear infinite;
}

.review-card {
  display: grid;
  gap: 26px;
  align-content: space-between;
  width: clamp(280px, 31vw, 390px);
  min-height: 240px;
  padding: 28px;
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(39, 75, 48, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(39, 75, 48, 0.08);
  scroll-snap-align: start;
}

.review-card p {
  color: #333833;
  font-size: 1.02rem;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  color: var(--green);
  font-size: 0.95rem;
}

.review-card span {
  margin-top: 3px;
  color: #72766d;
  font-size: 0.86rem;
}

@keyframes reviewsSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.presence {
  width: min(1180px, calc(100% - 48px));
}

.presence-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  gap: 64px;
  align-items: center;
}

.presence-copy {
  display: grid;
  gap: 22px;
}

.presence-copy p {
  color: #464646;
  font-size: 1.04rem;
}

.branch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.branch-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(39, 75, 48, 0.14);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.presence-map {
  display: grid;
  min-height: 560px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 242, 234, 0.96)),
    radial-gradient(circle at 60% 18%, rgba(255, 232, 79, 0.18), transparent 34%);
  border: 1px solid rgba(39, 75, 48, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(39, 75, 48, 0.1);
  gap: 12px;
  place-items: center;
}

.india-map-frame {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1574 / 1738;
}

.india-map {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    saturate(0.48)
    hue-rotate(122deg)
    drop-shadow(0 18px 30px rgba(39, 75, 48, 0.14));
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}

.map-pin::before {
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background:
    radial-gradient(circle at center, var(--white) 0 4px, transparent 4.5px),
    var(--green);
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 8px 18px rgba(23, 53, 31, 0.24);
  transform: rotate(-45deg);
}

.map-pin span {
  padding: 3px 8px;
  background: rgba(245, 242, 234, 0.88);
  border: 1px solid rgba(39, 75, 48, 0.12);
  border-radius: 999px;
}

.map-pin-mumbai {
  --x: 28%;
  --y: 56%;
}

.map-pin-karnataka {
  --x: 34%;
  --y: 72%;
}

.map-pin-telangana {
  --x: 43%;
  --y: 65%;
}

.map-pin-andhra {
  --x: 49%;
  --y: 70%;
}

.map-pin-chennai {
  --x: 45%;
  --y: 82%;
}

.map-credit {
  color: #737970;
  font-size: 0.72rem;
  text-align: center;
}

.insight-row {
  margin: 12px 0 42px;
}

.text-link {
  align-self: end;
  justify-self: end;
  color: var(--green);
  font-weight: 700;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.insight-grid article {
  display: grid;
  gap: 18px;
  min-height: 240px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(39, 75, 48, 0.12);
  border-radius: 8px;
}

.insight-grid p {
  color: #777b70;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-section {
  padding: 112px 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 53, 31, 0.96), rgba(39, 75, 48, 0.94)),
    url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.contact-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.82fr);
  gap: 64px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.contact-copy {
  display: grid;
  gap: 22px;
}

.contact-copy h2,
.contact-copy .eyebrow,
.contact-copy p {
  color: var(--white);
}

.contact-copy p:not(.eyebrow) {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.contact-methods a {
  width: max-content;
  color: var(--yellow);
  font-weight: 700;
}

.contact-methods .social-icon {
  width: 44px;
  color: var(--white);
  font-weight: inherit;
}

.contact-methods .social-icon:hover,
.contact-methods .social-icon:focus-visible {
  color: var(--green-dark);
}

.contact-methods address,
.contact-methods span {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  font-weight: 600;
}

.contact-social {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.social-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-icon {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  place-items: center;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon:hover,
.social-icon:focus-visible {
  color: var(--green-dark);
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow: 0 10px 24px rgba(7, 20, 11, 0.22);
  transform: translateY(-2px);
}

.social-icon:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.footer-social {
  margin-top: 4px;
}

.footer-social .social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.footer-social .social-icon:hover,
.footer-social .social-icon:focus-visible {
  color: var(--green-dark);
  background: var(--yellow);
  border-color: var(--yellow);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  color: var(--green);
  background: rgba(245, 242, 234, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.full,
.form-submit,
.form-status {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(39, 75, 48, 0.18);
  border-radius: 8px;
  outline: none;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(39, 75, 48, 0.1);
}

.form-status {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 16px 48px 16px 18px;
  background: rgba(39, 75, 48, 0.1);
  border: 1px solid rgba(39, 75, 48, 0.18);
  border-radius: 8px;
  color: var(--green);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-error {
  background: rgba(126, 42, 42, 0.1);
  border-color: rgba(126, 42, 42, 0.24);
  color: #7e2a2a;
}

.form-status strong {
  font-size: 0.96rem;
}

.form-status p {
  color: currentColor;
  font-size: 0.94rem;
}

.form-status a {
  color: currentColor;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.form-status-actions[hidden] {
  display: none;
}

.status-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  text-decoration: none;
}

.form-status .status-action {
  color: var(--ink);
  text-decoration: none;
}

.form-status-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  place-items: center;
}

.form-status-close:hover {
  background: rgba(39, 75, 48, 0.08);
}

.form-submit {
  width: max-content;
  min-width: 178px;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}

.form-submit.is-sending {
  pointer-events: none;
  opacity: 0.72;
}

.footer {
  color: rgba(255, 255, 255, 0.72);
  background: #0f2616;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.62fr));
  gap: 48px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 48px;
}

.footer-main {
  display: grid;
  gap: 22px;
  align-content: start;
}

.footer-brand .brand-logo {
  height: 96px;
}

.footer-main p {
  max-width: 420px;
}

.footer-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-column h3 {
  color: var(--white);
  font-family: "Inter", "Inter 18 Pt", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 160ms ease;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--yellow);
}

.footer-contact span {
  max-width: 270px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: grid;
  gap: 14px;
  justify-items: end;
  pointer-events: none;
}

.chat-widget > * {
  pointer-events: auto;
}

.chat-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(372px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 110px));
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(39, 75, 48, 0.12);
  border-radius: 18px;
  box-shadow: 0 28px 72px rgba(8, 22, 12, 0.28);
  transform-origin: right bottom;
  animation: chatPanelIn 220ms ease;
}

.chat-panel[hidden] {
  display: none;
  animation: none;
}

.chat-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 14px;
  color: var(--white);
  background: linear-gradient(145deg, #17351f 0%, #274b30 100%);
}

.chat-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  place-items: center;
}

.chat-header-copy {
  min-width: 0;
}

.chat-header strong,
.chat-header span {
  display: block;
}

.chat-header strong {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.chat-online {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.chat-online i {
  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #3dce74;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(61, 206, 116, 0.22);
}

.chat-close {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.chat-close svg {
  width: 14px;
  height: 14px;
}

.chat-close:hover,
.chat-close:focus-visible {
  color: var(--green-dark);
  background: var(--yellow);
  border-color: var(--yellow);
  transform: translateY(-1px);
}

.chat-body {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: auto;
  background:
    linear-gradient(180deg, #f7f5ef 0%, #ffffff 42%);
}

.chat-thread {
  max-height: 160px;
  overflow: auto;
  padding: 16px 16px 8px;
}

.chat-bubble + .chat-bubble {
  margin-top: 10px;
}

.chat-bubble {
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 4px 14px 14px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.5;
}

.chat-bubble.bot {
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(39, 75, 48, 0.08);
}

.chat-bubble p + p {
  margin-top: 8px;
}

.chat-lead-form {
  display: grid;
  gap: 10px;
  padding: 8px 16px 16px;
}

.chat-field {
  display: grid;
  gap: 5px;
}

.chat-field label {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chat-field label span {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.chat-field input,
.chat-field select,
.chat-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(39, 75, 48, 0.14);
  border-radius: 10px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.chat-field textarea {
  min-height: 68px;
  resize: vertical;
}

.chat-field input::placeholder,
.chat-field textarea::placeholder {
  color: #9a9f98;
}

.chat-field input:focus,
.chat-field select:focus,
.chat-field textarea:focus {
  border-color: rgba(39, 75, 48, 0.45);
  box-shadow: 0 0 0 3px rgba(39, 75, 48, 0.08);
}

.chat-status {
  min-height: 16px;
  margin: 0;
  color: #687464;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}

.chat-status.is-success {
  color: var(--green);
}

.chat-status.is-error {
  color: #8f312b;
}

.chat-mail-fallback {
  width: max-content;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(39, 75, 48, 0.28);
  text-underline-offset: 3px;
}

.chat-submit,
.chat-toggle {
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, border-radius 180ms ease, width 220ms ease, padding 220ms ease, gap 220ms ease;
}

.chat-submit {
  display: grid;
  min-height: 46px;
  margin-top: 2px;
  color: var(--green-dark);
  background: var(--yellow);
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  place-items: center;
  box-shadow: 0 10px 22px rgba(235, 212, 52, 0.28);
}

.chat-submit.is-sending,
.chat-submit:disabled {
  pointer-events: none;
  opacity: 0.72;
}

.chat-submit:hover:not(:disabled),
.chat-submit:focus-visible:not(:disabled) {
  background: var(--yellow-deep);
  transform: translateY(-1px);
}

.chat-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 64px;
  height: 64px;
  padding: 0;
  overflow: visible;
  color: var(--green-dark);
  background:
    linear-gradient(160deg, #fff4a0 0%, var(--yellow) 55%, var(--yellow-deep) 100%);
  border: 0;
  border-radius: 20px;
  box-shadow:
    0 14px 32px rgba(8, 22, 12, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.chat-toggle::before {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1.5px solid rgba(255, 232, 79, 0.45);
  border-radius: 24px;
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.chat-toggle::after {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 14px;
  height: 14px;
  content: "";
  background: #2fd06f;
  border: 2.5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(8, 22, 12, 0.18);
  transition: opacity 160ms ease, transform 160ms ease;
}

.chat-toggle-label {
  max-width: 0;
  overflow: hidden;
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 220ms ease, opacity 180ms ease;
}

.chat-toggle-icon {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
}

.chat-toggle-icon svg {
  width: 30px;
  height: 30px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.chat-icon-open {
  overflow: visible;
}

.chat-icon-bubble {
  fill: currentColor;
}

.chat-icon-dot {
  fill: var(--yellow);
  transition: fill 160ms ease;
}

.chat-icon-close {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 0;
  transform: scale(0.7) rotate(-40deg);
}

.chat-toggle:hover,
.chat-toggle:focus-visible {
  width: auto;
  min-width: 64px;
  gap: 10px;
  padding: 0 18px 0 16px;
  border-radius: 999px;
  box-shadow:
    0 18px 40px rgba(8, 22, 12, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-3px);
}

.chat-toggle:hover::before,
.chat-toggle:focus-visible::before {
  opacity: 0;
  transform: scale(0.92);
}

.chat-toggle:hover::after,
.chat-toggle:focus-visible::after {
  opacity: 0;
  transform: scale(0.6);
}

.chat-toggle:hover .chat-toggle-label,
.chat-toggle:focus-visible .chat-toggle-label {
  max-width: 110px;
  opacity: 1;
}

.chat-widget.is-open .chat-toggle {
  width: 56px;
  min-width: 56px;
  height: 56px;
  gap: 0;
  padding: 0;
  color: var(--white);
  background: linear-gradient(160deg, #274b30 0%, #17351f 100%);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(8, 22, 12, 0.34);
  transform: none;
}

.chat-widget.is-open .chat-toggle::before,
.chat-widget.is-open .chat-toggle::after,
.chat-widget.is-open .chat-toggle-label {
  display: none;
}

.chat-widget.is-open .chat-icon-open {
  opacity: 0;
  transform: scale(0.7) rotate(28deg);
}

.chat-widget.is-open .chat-icon-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.chat-widget.is-open .chat-icon-dot {
  fill: var(--green-dark);
}

@keyframes chatPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }

  .scroll-bg-layer {
    transition: none;
  }

  .hero-slide {
    animation: none;
  }

  .hero-slide:first-child {
    opacity: 1;
    transform: none;
  }

  .reviews-track {
    animation: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 24px 28px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 14px 0;
  }

  .menu-toggle {
    display: block;
    grid-column: 2;
    justify-self: end;
  }

  .header-cta {
    grid-column: 3;
    justify-self: end;
  }

  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .intro-grid,
  .section-head,
  .insight-row,
  .why-panel,
  .reviews-head,
  .presence-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stats-band,
  .solution-grid,
  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-dialog {
    grid-template-columns: 1fr;
    overflow-y: auto;
    max-height: min(780px, calc(100vh - 96px));
  }

  .solution-dialog > img {
    height: 280px;
    min-height: 0;
  }

  .solution-detail {
    padding: 38px;
  }

  .why-panel {
    padding: 46px;
  }

  .presence-map {
    min-height: 500px;
  }

  .contact-wrap,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    gap: 34px;
  }
}

@media (max-width: 700px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
    padding: 10px 16px;
    gap: 14px;
  }

  .brand {
    grid-column: 1;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
  }

  .brand-logo {
    height: 50px;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    top: 76px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-content {
    gap: 22px;
    padding: 90px 20px 20px;
  }

  .hero-title-card {
    width: 100%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(23, 53, 31, 0.72), rgba(23, 53, 31, 0.4) 50%, rgba(23, 53, 31, 0.72)),
      radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0 22%, rgba(255, 232, 79, 0.12) 23% 30%, rgba(23, 53, 31, 0.38) 31% 100%),
      linear-gradient(180deg, rgba(23, 53, 31, 0.12), rgba(23, 53, 31, 0.64));
  }

  h1 {
    font-size: 3rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  .section {
    width: min(100% - 32px, 1180px);
    padding: 76px 0;
  }

  .stats-band,
  .solution-grid,
  .insight-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 150px;
    padding: 28px 24px;
  }

  .solution-card {
    min-height: auto;
  }

  .review-card {
    width: min(82vw, 340px);
    min-height: 230px;
  }

  .presence {
    width: min(100% - 32px, 1180px);
  }

  .presence-map {
    min-height: 420px;
    padding: 18px;
  }

  .india-map-frame {
    width: min(100%, 360px);
  }

  .map-pin {
    gap: 4px;
    font-size: 0.66rem;
  }

  .map-pin::before {
    width: 17px;
    height: 17px;
    border-width: 2px;
    background:
      radial-gradient(circle at center, var(--white) 0 3px, transparent 3.5px),
      var(--green);
  }

  .map-pin span {
    padding: 2px 6px;
  }

  .solution-card img {
    height: 230px;
  }

  .solution-modal {
    padding: 82px 16px 20px;
    align-items: start;
  }

  .solution-dialog {
    overflow: visible;
    max-height: none;
  }

  .solution-dialog > img {
    height: 210px;
  }

  .solution-detail {
    gap: 18px;
    padding: 28px 22px;
  }

  .solution-detail-grid {
    grid-template-columns: 1fr;
  }

  .why-panel {
    width: min(100% - 32px, 1180px);
    padding: 34px 24px;
  }

  .text-link {
    justify-self: start;
  }

  .contact-section {
    padding: 76px 16px;
  }

  .contact-form {
    padding: 20px;
  }

  .form-submit {
    width: 100%;
  }

  .footer-inner,
  .footer-bottom {
    width: min(100% - 32px, 1180px);
  }

  .footer-inner {
    padding: 52px 0 34px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }

  .contact-social {
    width: 100%;
  }

  .social-icon {
    width: 42px;
    height: 42px;
  }

  .chat-widget {
    right: 16px;
    bottom: 16px;
    left: 16px;
    justify-items: end;
  }

  .chat-panel {
    width: 100%;
    max-height: min(640px, calc(100vh - 96px));
  }

  .chat-toggle {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .chat-toggle:hover,
  .chat-toggle:focus-visible {
    width: 58px;
    min-width: 58px;
    gap: 0;
    padding: 0;
    border-radius: 18px;
  }

  .chat-toggle:hover .chat-toggle-label,
  .chat-toggle:focus-visible .chat-toggle-label {
    max-width: 0;
    opacity: 0;
  }
}
