.ng-enhancements {
  --ng-forest: #17332f;
  --ng-forest-soft: #24443d;
  --ng-cream: #f1ede3;
  --ng-paper: #f8f5ee;
  --ng-line: #c9bdab;
  --ng-gold: #c29a66;
  --ng-rust: #a96543;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--ng-cream);
  color: var(--ng-forest);
}

.ng-enhancements *,
.ng-enhancements *::before,
.ng-enhancements *::after {
  box-sizing: border-box;
}

.ng-section {
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4.5rem);
}

.ng-section-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.ng-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.4rem;
  color: #907558;
  font: 600 .67rem/1.2 system-ui, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ng-kicker::before {
  width: 2.2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.ng-title {
  max-width: 760px;
  margin: 0;
  color: var(--ng-forest);
  font: 400 clamp(2.55rem, 5.8vw, 5.2rem)/.94 Georgia, serif;
  letter-spacing: -.055em;
}

.ng-title em {
  color: var(--ng-rust);
  font-style: italic;
}

.ng-intro {
  max-width: 680px;
  margin: 1.8rem 0 0;
  color: #5c625b;
  font: 400 1rem/1.8 system-ui, sans-serif;
}

.ng-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  padding: 1rem clamp(1.25rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(201, 189, 171, .7);
  border-bottom: 1px solid rgba(201, 189, 171, .7);
  background: #ebe5d9;
}

.ng-quick-links a {
  padding: .75rem 1rem;
  color: #5f654f;
  font: 600 .66rem/1 system-ui, sans-serif;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.ng-quick-links a:hover {
  background: var(--ng-forest);
  color: var(--ng-paper);
}

.ng-brochure {
  background: var(--ng-paper);
}

.ng-brochure-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.ng-brochure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.ng-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: .85rem 1.15rem;
  border: 1px solid var(--ng-forest);
  color: var(--ng-forest);
  font: 600 .66rem/1 system-ui, sans-serif;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.ng-button:hover {
  border-color: var(--ng-forest);
  background: var(--ng-forest);
  color: var(--ng-paper);
}

.ng-button--solid {
  border-color: var(--ng-rust);
  background: var(--ng-rust);
  color: #fffaf1;
}

.ng-button--solid:hover {
  border-color: var(--ng-forest);
  background: var(--ng-forest);
}

.ng-brochure-statement {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(2rem, 7vw, 7rem);
  padding: 2rem 0 3.5rem;
  border-top: 1px solid var(--ng-line);
  border-bottom: 1px solid var(--ng-line);
}

.ng-brochure-statement p {
  margin: 0;
  color: #344b43;
  font: 400 clamp(1.15rem, 2.2vw, 1.65rem)/1.45 Georgia, serif;
}

.ng-brochure-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
}

.ng-meta-item {
  padding-left: 1rem;
  border-left: 1px solid var(--ng-gold);
}

.ng-meta-item strong {
  display: block;
  color: var(--ng-forest);
  font: 600 1.55rem/1.1 Georgia, serif;
}

.ng-meta-item span {
  display: block;
  margin-top: .4rem;
  color: #84725d;
  font: 600 .6rem/1.3 system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ng-subheading {
  margin: 4rem 0 1.35rem;
  color: var(--ng-forest);
  font: 400 clamp(1.8rem, 3.2vw, 3rem)/1 Georgia, serif;
  letter-spacing: -.04em;
}

.ng-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ng-line);
  background: var(--ng-line);
}

.ng-detail-card {
  padding: 1.5rem;
  background: var(--ng-paper);
}

.ng-detail-card h4 {
  display: inline-block;
  margin: 0 0 .9rem;
  padding: .5rem .75rem;
  background: #d2873e;
  color: #fffaf1;
  font: 500 1rem/1 system-ui, sans-serif;
}

.ng-detail-card p,
.ng-detail-card li {
  margin: 0;
  color: #5f625b;
  font: 400 .84rem/1.65 system-ui, sans-serif;
}

.ng-detail-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.ng-unit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ng-line);
  background: var(--ng-line);
}

.ng-unit-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.45rem;
  background: var(--ng-paper);
}

.ng-unit-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--ng-line);
}

.ng-unit-card h4 {
  margin: 0;
  color: var(--ng-forest);
  font: 600 1.25rem/1.05 Georgia, serif;
}

.ng-unit-card h4 span {
  display: block;
  margin-top: .4rem;
  color: #8a765d;
  font: 600 .62rem/1 system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ng-unit-area {
  flex: 0 0 auto;
  color: var(--ng-rust);
  font: 600 .68rem/1.3 system-ui, sans-serif;
  letter-spacing: .09em;
  text-align: right;
  text-transform: uppercase;
}

.ng-unit-area strong {
  display: block;
  color: var(--ng-forest);
  font: 400 1.7rem/1 Georgia, serif;
  letter-spacing: -.04em;
}

.ng-unit-card ul {
  margin: 1rem 0;
  padding-left: 1.1rem;
  color: #5f625b;
  font: 400 .78rem/1.65 system-ui, sans-serif;
}

.ng-unit-measures {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--ng-line);
  color: #6d6e65;
  font: 400 .72rem/1.65 system-ui, sans-serif;
}

.ng-unit-measures strong {
  color: var(--ng-forest);
}

.ng-list-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2rem, 7vw, 7rem);
  padding-top: .5rem;
  border-top: 1px solid var(--ng-line);
}

.ng-map-layouts {
  margin-top: 4rem;
  padding-top: 1px;
  border-top: 1px solid var(--ng-line);
}

.ng-visual-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.ng-visual-head .ng-subheading {
  margin-top: 1rem;
}

.ng-visual-head .ng-kicker {
  margin-bottom: 0;
}

.ng-visual-head em {
  color: var(--ng-rust);
  font-style: italic;
}

.ng-visual-note {
  max-width: 360px;
  margin: 0 0 .4rem;
  color: #6a6f67;
  font: 400 .82rem/1.65 system-ui, sans-serif;
}

.ng-location-map {
  margin-top: 2rem;
  border: 1px solid var(--ng-line);
  background: #fff;
}

.ng-location-map a,
.ng-floorplan-card a {
  display: block;
}

.ng-location-map img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  background: #fff;
}

.ng-visual-caption,
.ng-floorplan-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border-top: 1px solid var(--ng-line);
  color: #536057;
  font: 600 .63rem/1.3 system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ng-visual-caption span:last-child,
.ng-floorplan-card figcaption span:last-child {
  color: #987b5d;
}

.ng-layout-label {
  margin: 3rem 0 1.1rem;
  color: var(--ng-forest);
  font: 400 1.55rem/1 Georgia, serif;
}

.ng-floorplan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ng-floorplan-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ng-line);
  background: #fff;
}

.ng-floorplan-card img {
  display: block;
  width: 100%;
  aspect-ratio: 612 / 828;
  object-fit: cover;
  object-position: top center;
  transition: transform .35s ease;
}

.ng-floorplan-card:hover img {
  transform: scale(1.025);
}

.ng-consultant-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-self: stretch;
}

.ng-advisor-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(23, 51, 47, .17);
  background: #ddd5c8;
}

.ng-advisor-card .ng-consultant-photo {
  aspect-ratio: 4 / 5;
}

.ng-advisor-card-copy {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: .9rem;
}

.ng-advisor-card-copy strong {
  color: var(--ng-forest);
  font: 600 .82rem/1.15 system-ui, sans-serif;
}

.ng-advisor-card-copy span {
  color: #776c5d;
  font: 600 .6rem/1.2 system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ng-advisor-card-copy a {
  margin-top: .3rem;
  color: var(--ng-rust);
  font: 600 .7rem/1.2 system-ui, sans-serif;
  letter-spacing: .07em;
  text-decoration: none;
}

.ng-advisor-card-copy a:hover {
  color: var(--ng-forest);
}

.ng-numbered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ng-list;
}

.ng-numbered-list li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: .5rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(201, 189, 171, .72);
  color: #4d5c50;
  font: 400 .85rem/1.45 system-ui, sans-serif;
  counter-increment: ng-list;
}

.ng-numbered-list li::before {
  color: var(--ng-rust);
  content: counter(ng-list, decimal-leading-zero);
  font: 600 .68rem/1.45 system-ui, sans-serif;
  letter-spacing: .1em;
}

.ng-reels {
  background: var(--ng-forest);
  color: var(--ng-paper);
}

.ng-reels .ng-kicker,
.ng-reels .ng-title {
  color: #eadcc8;
}

.ng-reels .ng-title em {
  color: #d6ad7b;
}

.ng-reels .ng-intro {
  color: #b8c0b4;
}

.ng-reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 3rem;
}

.ng-reel-card {
  overflow: hidden;
  border: 1px solid rgba(221, 205, 180, .33);
  background: #0f2925;
}

.ng-reel-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 720px;
  background: #081815;
  object-fit: cover;
}

.ng-reel-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: #e9ddcc;
  font: 600 .65rem/1.4 system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ng-reel-caption span:last-child {
  color: #bf9c72;
}

.ng-residence-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.35rem;
}

.ng-residence-highlights span {
  padding: .5rem .65rem;
  border: 1px solid rgba(216, 188, 146, .5);
  color: #eadcca;
  font: 600 .61rem/1.2 system-ui, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ng-residence-contact {
  display: grid;
  gap: .8rem;
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(216, 188, 146, .35);
}

.ng-residence-contact-number {
  color: #f5d09e;
  font: 600 1.15rem/1 system-ui, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
}

.ng-residence-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.ng-residence-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: .75rem .9rem;
  border: 1px solid rgba(245, 208, 158, .75);
  font: 700 .62rem/1 system-ui, sans-serif;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  animation: ng-residence-cta-in .65s ease both;
}

.ng-residence-contact-button--whatsapp {
  border-color: #25d366;
  background: #25d366;
  color: #102d28;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .4);
  animation: ng-residence-cta-in .65s ease both, ng-residence-cta-pulse 2.8s ease-out .9s 2;
}

.ng-residence-contact-button--call {
  color: #f5d09e;
  animation-delay: .15s;
}

@keyframes ng-residence-cta-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ng-residence-cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  45% {
    box-shadow: 0 0 0 .55rem rgba(37, 211, 102, 0);
  }
}

.ng-consultant {
  background: #e7dfd2;
}

.ng-consultant-layout {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) 1.25fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
}

.ng-consultant-photo {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #d0c8bd;
}

.ng-consultant-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ng-consultant-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ng-forest);
  font: 400 clamp(2.3rem, 5vw, 4.9rem)/.95 Georgia, serif;
  letter-spacing: -.055em;
}

.ng-consultant-copy h2 em {
  color: var(--ng-rust);
  font-style: italic;
}

.ng-consultant-copy p {
  max-width: 560px;
  margin: 1.6rem 0 0;
  color: #5b625b;
  font: 400 1rem/1.75 system-ui, sans-serif;
}

.ng-consultant-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem 1.4rem;
  margin-top: 2rem;
}

.ng-consultant-phone {
  color: var(--ng-forest);
  font: 600 .78rem/1 system-ui, sans-serif;
  letter-spacing: .12em;
  text-decoration: none;
}

.ng-consultant-note {
  margin-top: 2rem !important;
  color: #8a765d !important;
  font-size: .68rem !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.noise #visit {
  background-color: #fff !important;
}

.ng-form-status {
  margin-top: 1rem;
  color: #9b3f32;
  font: 600 .72rem/1.5 system-ui, sans-serif;
}

.ng-form-success {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: center;
  color: #17332f;
}

.ng-form-success-mark {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #17332f;
  font-size: 1.25rem;
}

.ng-form-success h3 {
  margin: 2rem 0 0;
  font: 400 3rem/1 Georgia, serif;
}

.ng-form-success p {
  max-width: 400px;
  margin: 1.25rem 0 0;
  color: #46564d;
  font: 400 1rem/1.75 system-ui, sans-serif;
}

[aria-label="Call Mohit Tomar at +91 99105 77475"],
[aria-label="WhatsApp Mohit Tomar"] {
  z-index: 60 !important;
  min-height: 3.5rem;
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: 0 .8rem 2rem rgba(20, 35, 31, .18);
}

[aria-label="Call Mohit Tomar at +91 99105 77475"] {
  width: min(17rem, calc(100vw - 2rem));
  background: #17332f !important;
  animation: ng-floating-cta-in-left .7s ease both;
}

[aria-label="WhatsApp Mohit"] {
  width: min(12.5rem, calc(100vw - 2rem));
  background: #25d366 !important;
  color: #102d28 !important;
  animation: ng-floating-cta-in-right .7s ease both, ng-floating-cta-pulse 3.2s ease-out .8s 2;
}

[aria-label="Call Mohit Tomar at +91 99105 77475"] span,
[aria-label="WhatsApp Mohit Tomar"] span {
  max-width: none !important;
  padding-left: .8rem !important;
  padding-right: .8rem !important;
  color: inherit !important;
  font-size: .68rem;
  letter-spacing: .08em;
}

@keyframes ng-floating-cta-in-left {
  from {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes ng-floating-cta-in-right {
  from {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes ng-floating-cta-pulse {
  0%,
  100% {
    box-shadow: 0 .8rem 2rem rgba(20, 35, 31, .18);
  }
  45% {
    box-shadow: 0 .8rem 2rem rgba(20, 35, 31, .18), 0 0 0 .55rem rgba(37, 211, 102, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ng-residence-contact-button,
  [aria-label="Call Mohit Tomar at +91 99105 77475"],
[aria-label="WhatsApp Mohit Tomar"] {
    animation: none;
  }
}

@media (max-width: 820px) {
  .ng-brochure-head,
  .ng-brochure-statement,
  .ng-consultant-layout {
    grid-template-columns: 1fr;
  }

  .ng-brochure-head {
    align-items: start;
  }

  .ng-detail-grid,
  .ng-unit-grid,
  .ng-reel-grid,
  .ng-floorplan-grid {
    grid-template-columns: 1fr;
  }

  .ng-consultant-people {
    max-width: 560px;
  }

  .ng-reel-grid {
    max-width: 560px;
  }

  .ng-consultant-layout {
    gap: 2.5rem;
  }

  .ng-consultant-photo {
    max-width: 430px;
  }
}

@media (max-width: 540px) {
  [aria-label="Call Mohit Tomar at +91 99105 77475"],
  [aria-label="WhatsApp Mohit Tomar"] {
    min-height: 3rem;
  }

  [aria-label="Call Mohit Tomar at +91 99105 77475"] {
    width: 3.5rem;
    border-radius: 0 .8rem .8rem 0 !important;
  }

  [aria-label="WhatsApp Mohit"] {
    width: 3.5rem;
    border-radius: .8rem 0 0 .8rem !important;
  }

  [aria-label="Call Mohit Tomar at +91 99105 77475"] span,
  [aria-label="WhatsApp Mohit Tomar"] span {
    display: none;
  }

  .ng-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ng-list-columns {
    grid-template-columns: 1fr;
  }

  .ng-visual-head {
    display: block;
  }

  .ng-visual-note {
    margin-top: 1rem;
  }

  .ng-consultant-people {
    grid-template-columns: 1fr 1fr;
  }

  .ng-detail-card,
  .ng-unit-card {
    padding: 1.2rem;
  }
}