:root {
  --hg-forest: #325443;
  --hg-deep: #152511;
  --hg-sage: #d5e8bf;
  --hg-cta-hover: #ccdeb1;
  --hg-cream: #f7f1dd;
  --hg-white: #fffdf8;
  --hg-rust: #325443;
  --hg-ink: #30332f;
  --hg-muted: #666d64;
  --hg-line: rgba(49, 88, 70, 0.18);
  --hg-shadow: 0 24px 55px rgba(21, 37, 17, 0.14);
  --hg-container: min(1680px, calc(100vw - 140px));
  --hg-heading-font: "Cabin", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --hg-body-font: "halyard-text", "Cabin", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--hg-body-font);
}

body {
  background: var(--hg-white);
  color: var(--hg-ink);
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 62px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hg-heading-font) !important;
  letter-spacing: 0;
}

#header {
  min-height: 68px;
  padding: 8px clamp(16px, 3vw, 42px) !important;
}

#header > .columns {
  display: grid !important;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) minmax(160px, 220px);
  align-items: center !important;
  gap: clamp(14px, 2vw, 34px);
  width: 100%;
}

#header .col-header,
#header .col-header:first-child,
#header .col-header:last-child {
  min-width: 0;
  max-width: none !important;
  padding: 0 !important;
}

#header .col-header:last-child,
#header .col-header:last-child .theme-logo {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

#header .theme-logo.is-hidden-widescreen {
  display: none !important;
}

.logo-with-menu,
.theme-menu-wrapper {
  min-width: 0;
}

.logo-with-menu {
  justify-content: center;
}

.hg-header-brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 142px;
  color: var(--hg-forest);
  line-height: 1;
  text-transform: uppercase;
}

.hg-header-brand img {
  display: block;
  width: auto;
  max-width: 168px;
  height: 42px !important;
  object-fit: contain;
}

.hg-header-brand span {
  font-size: 15px;
  font-weight: 500;
}

.hg-header-brand strong {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 700;
}

.theme-menu ul {
  flex-wrap: nowrap;
  gap: clamp(14px, 1.8vw, 34px) !important;
}

.menu-link {
  color: var(--hg-forest);
  font-family: var(--hg-body-font);
  font-size: clamp(14px, 0.9vw, 16px) !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.theme-btn,
.hg-btn,
.hg-submit {
  border-radius: 0 !important;
  background: var(--hg-forest) !important;
  color: #fff !important;
  font-family: var(--hg-body-font);
  font-weight: 700;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, background-color 260ms ease, color 260ms ease;
}

.theme-btn:hover,
.theme-btn:focus-visible,
.hg-btn:hover,
.hg-btn:focus-visible,
.hg-submit:hover,
.hg-submit:focus-visible,
.hg-config-row a:hover,
.hg-config-row a:focus-visible,
.hg-plan-download:hover,
.hg-plan-download:focus-visible,
.hg-map-open:hover,
.hg-map-open:focus-visible,
.hg-fixed-brochure button:hover,
.hg-fixed-brochure button:focus-visible,
.sticky-btn-enquire-whatsapp:hover {
  border-color: var(--hg-cta-hover) !important;
  background: var(--hg-cta-hover) !important;
  color: var(--hg-forest) !important;
  box-shadow: 0 14px 28px rgba(21, 37, 17, 0.18);
  transform: translateY(-1px);
}

.theme-btn,
.hg-btn,
.hg-submit,
.hg-config-row a,
.hg-plan-download,
.hg-map-open,
.sticky-btn-enquire,
.sticky-btn-enquire-whatsapp,
.configurtation-cta .theme-btn {
  border-color: var(--hg-forest) !important;
  background: var(--hg-forest) !important;
  background-color: var(--hg-forest) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hg-fixed-brochure button {
  border: 1px solid var(--hg-cta-hover) !important;
  background: var(--hg-forest) !important;
  background-color: var(--hg-forest) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .hg-page .hg-floor-plan-visual .hg-plan-download,
body .hg-fixed-brochure button {
  border-color: var(--hg-forest) !important;
  background: var(--hg-forest) !important;
  background-color: var(--hg-forest) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body .hg-page .hg-floor-plan-visual .hg-plan-download:hover,
body .hg-page .hg-floor-plan-visual .hg-plan-download:focus-visible,
body .hg-fixed-brochure button:hover,
body .hg-fixed-brochure button:focus-visible {
  border-color: var(--hg-cta-hover) !important;
  background: var(--hg-cta-hover) !important;
  background-color: var(--hg-cta-hover) !important;
  background-image: none !important;
  color: var(--hg-forest) !important;
  -webkit-text-fill-color: var(--hg-forest) !important;
}

.theme-btn::before,
.theme-btn::after,
.configurtation-cta .theme-btn::before,
.configurtation-cta .theme-btn::after {
  display: none !important;
  content: none !important;
}

.theme-btn:hover,
.theme-btn:focus-visible,
#header .theme-btn:hover,
#header .theme-btn:focus-visible,
.theme-logo .theme-btn:hover,
.theme-logo .theme-btn:focus-visible,
.hg-btn:hover,
.hg-btn:focus-visible,
.hg-submit:hover,
.hg-submit:focus-visible,
.hg-config-row a:hover,
.hg-config-row a:focus-visible,
.hg-plan-download:hover,
.hg-plan-download:focus-visible,
.hg-map-open:hover,
.hg-map-open:focus-visible,
.hg-fixed-brochure button:hover,
.hg-fixed-brochure button:focus-visible,
.sticky-btn-enquire:hover,
.sticky-btn-enquire:focus-visible,
.sticky-btn-enquire-whatsapp:hover,
.sticky-btn-enquire-whatsapp:focus-visible,
.configurtation-cta .theme-btn:hover,
.configurtation-cta .theme-btn:focus-visible {
  background: var(--hg-cta-hover) !important;
  background-color: var(--hg-cta-hover) !important;
  background-image: none !important;
  color: var(--hg-forest) !important;
  -webkit-text-fill-color: var(--hg-forest) !important;
  text-shadow: none !important;
}

.theme-btn:hover *,
.theme-btn:focus-visible *,
.hg-btn:hover *,
.hg-btn:focus-visible *,
.hg-submit:hover *,
.hg-submit:focus-visible *,
.sticky-btn-enquire-whatsapp:hover *,
.sticky-btn-enquire-whatsapp:focus-visible * {
  color: var(--hg-forest) !important;
  -webkit-text-fill-color: var(--hg-forest) !important;
}

.hg-carousel-actions button,
.hg-plan-tabs button {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, background-color 260ms ease, color 260ms ease;
}

.hg-carousel-actions button:hover,
.hg-plan-tabs button:hover {
  transform: translateY(-1px);
}

.hg-reveal-init {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.hg-reveal-init.hg-reveal-in {
  opacity: 1;
  transform: translateY(0);
}

.sticky-btn-enquire {
  display: none !important;
}

.hg-fixed-brochure {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 9997;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(180px, auto);
  gap: clamp(18px, 3vw, 58px);
  align-items: center;
  width: min(1500px, calc(100vw - 220px));
  min-height: 56px;
  padding: 8px clamp(28px, 5vw, 78px);
  background: var(--hg-forest);
  box-shadow: 0 -10px 34px rgba(21, 37, 17, 0.12);
  transform: translateX(-50%);
}

.hg-fixed-brochure label {
  display: grid;
  gap: 4px;
  margin: 0;
}

.hg-fixed-brochure input {
  width: 100%;
  padding: 5px 0 6px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: var(--hg-body-font);
  font-size: 15px;
}

.hg-fixed-brochure input::placeholder {
  color: #fff;
  opacity: 1;
}

.hg-fixed-brochure button {
  min-height: 38px;
  padding: 9px 24px;
  border: 1px solid var(--hg-forest);
  background: var(--hg-forest);
  color: #fff;
  cursor: pointer;
  font-family: var(--hg-body-font);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hg-fixed-brochure .error-msg1 {
  min-height: 11px;
  color: #ffe6e6;
  font-size: 10px;
}

#header .theme-btn {
  min-height: 48px;
  padding: 12px 22px !important;
  line-height: 1;
  white-space: nowrap;
}

.hg-page {
  background: var(--hg-white);
}

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

.hg-container {
  width: var(--hg-container);
  margin: 0 auto;
}

.hg-section {
  padding: clamp(56px, 6vw, 92px) 0;
}

.hg-banner {
  position: relative;
  min-height: 0;
  margin-top: 0;
  padding-top: clamp(6px, 0.8vw, 14px);
  padding-bottom: 0;
  overflow: hidden;
  /* background: var(--hg-cream); */
}

.hg-banner + .hg-section {
  padding-top: 0;
}

.hg-banner-track {
  position: relative;
  width: 100%;
  height: auto;
}

.hg-banner-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hg-banner-slide.is-active {
  position: relative;
  opacity: 1;
}

.hg-banner-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(135deg, var(--hg-sage), var(--hg-cream));
}

@media (min-width: 901px) {
  .hg-banner {
    padding-top: 45px;
  }

  .hg-banner-slide img {
    transform: none;
  }
}

.hg-banner-dots {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 26px;
  z-index: 3;
  display: flex;
  gap: 9px;
}

.theme-modal .close,
.theme-modal-card .close {
  background: var(--hg-forest) !important;
  border-color: var(--hg-forest) !important;
  color: #fff !important;
}

.theme-modal .close svg,
.theme-modal-card .close svg {
  stroke: #fff !important;
}

.hg-banner-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.hg-banner-dots button.is-active {
  width: 34px;
  background: #fff;
}

.hg-split,
.hg-config-grid,
.hg-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.hg-overview-image,
.hg-config-image {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--hg-sage), #e8ddbf);
}

.hg-overview-image img,
.hg-config-image img {
  width: 100%;
  height: clamp(390px, 34vw, 560px);
  aspect-ratio: 1.22;
  object-fit: cover;
}

.hg-kicker {
  margin: 0 0 12px;
  color: var(--hg-rust);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.hg-copy-panel h1,
.hg-config-copy h2,
.hg-section-title h2,
.hg-contact-info h2 {
  margin: 0;
  color: var(--hg-forest);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.hg-section-title {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.hg-section-title.align-left {
  margin: 0 0 28px;
  text-align: left;
}

.hg-reference-title {
  width: 100%;
  margin: 0 0 clamp(34px, 4.2vw, 60px);
}

.hg-reference-title h1,
.hg-reference-title h2 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  color: var(--hg-forest);
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.hg-reference-title h1::after,
.hg-reference-title h2::after {
  display: block;
  flex: 1;
  height: 1px;
  min-width: 80px;
  background: var(--hg-forest);
  content: "";
}

.hg-reference-title p {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(980px, 100%);
  margin: 28px 0 0;
  color: var(--hg-muted);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.hg-reference-title p::before {
  display: block;
  width: min(280px, 24vw);
  height: 1px;
  background: var(--hg-forest);
  content: "";
}

.hg-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(48px, 6vw, 110px);
  align-items: center;
}

.hg-highlight-list {
  display: grid;
  gap: clamp(22px, 2.8vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hg-highlight-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  color: var(--hg-ink);
  font-size: clamp(16px, 1vw, 18px);
}

.hg-highlight-list strong {
  font-weight: 600;
}

.hg-list-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--hg-forest);
  color: var(--hg-forest);
}

.hg-list-icon::before,
.hg-list-icon::after {
  position: absolute;
  content: "";
  background: var(--hg-forest);
}

.hg-list-icon::before {
  top: 7px;
  right: 7px;
  bottom: 7px;
  width: 1px;
}

.hg-list-icon::after {
  right: 7px;
  bottom: 7px;
  left: 7px;
  height: 1px;
}

.hg-section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 70px);
}

.hg-facts {
  display: grid;
  gap: 0;
  margin: 30px 0 34px;
}

.hg-facts div {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hg-line);
}

.hg-facts dt,
.hg-facts dd {
  margin: 0;
}

.hg-facts dt {
  color: var(--hg-forest);
  font-size: 21px;
  font-weight: 700;
}

.hg-facts dd {
  color: var(--hg-muted);
  font-size: 19px;
}

.hg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid var(--hg-forest);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.hg-btn:hover,
.hg-submit:hover {
  transform: translateY(-1px);
}

.hg-btn-outline {
  background: transparent !important;
  color: var(--hg-forest) !important;
}

.hg-configurations {
  position: relative;
  overflow: hidden;
  min-height: clamp(640px, 72vh, 820px);
  background:
    linear-gradient(rgba(21, 37, 17, 0.78), rgba(21, 37, 17, 0.78)),
    url("disha_harmonygardens_images/CONFIGURATIONS1.jpg") center / cover no-repeat,
    var(--hg-deep);
  color: #fff;
}

.hg-config-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  align-content: center;
}

.hg-config-heading {
  margin-bottom: clamp(44px, 5vw, 76px);
}

.hg-config-heading h2 {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.hg-config-heading h2::after {
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.68);
  content: "";
}

.hg-config-heading p {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(980px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.hg-config-heading p::before {
  display: block;
  width: min(280px, 24vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.hg-config-table {
  width: min(1400px, 92%);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hg-config-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.8fr) minmax(180px, auto);
  gap: 32px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 600;
}

.hg-config-row div:nth-child(2) {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 500;
}

.hg-config-row a {
  display: inline-flex;
  min-width: 178px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  background: #fff;
  color: var(--hg-forest);
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hg-config-download {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 5vw, 72px);
}

.hg-plans {
  background: var(--hg-white);
  overflow: hidden;
}

.hg-plan-tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 66px);
}

.hg-plan-tabs button {
  min-width: 230px;
  min-height: 78px;
  padding: 18px 28px;
  border: 1px solid rgba(49, 88, 70, 0.42);
  background: transparent;
  color: var(--hg-forest);
  cursor: pointer;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
}

.hg-plan-tabs button.is-active {
  background: rgba(49, 88, 70, 0.08);
  color: var(--hg-forest);
}

.hg-plan-panel {
  display: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(420px, 31vw);
  gap: 34px;
  width: min(1680px, calc(100vw - 220px));
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hg-plan-panel::-webkit-scrollbar {
  display: none;
}

.hg-plan-panel.is-active {
  display: grid;
}

.hg-plan-actions {
  display: none;
}

.hg-plan-card {
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.hg-plan-card-wide {
  width: min(1080px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

#hg-master-plan-panel {
  box-sizing: border-box;
  grid-auto-columns: minmax(0, 1fr);
  justify-items: center;
  padding: clamp(16px, 2.5vw, 34px);
}

.hg-plan-visual {
  position: relative;
  display: grid;
  min-height: clamp(360px, 27vw, 520px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(49, 88, 70, 0.42);
  background: #fff;
}

.hg-master-visual {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding: clamp(16px, 2.4vw, 34px);
  aspect-ratio: auto;
}

.hg-master-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(360px, 58vh, 620px);
  object-fit: contain;
  object-position: center center;
}

.hg-plan-placeholder {
  position: absolute;
  inset: 36px;
  display: grid;
  place-items: center;
  border: 0;
  background:
    radial-gradient(circle at 32% 36%, rgba(49, 88, 70, 0.18) 0 10%, transparent 11%),
    radial-gradient(circle at 70% 54%, rgba(49, 88, 70, 0.16) 0 11%, transparent 12%),
    linear-gradient(90deg, rgba(49, 88, 70, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(49, 88, 70, 0.12) 1px, transparent 1px),
    #f7f2e8;
  background-size: auto, auto, 48px 48px, 48px 48px;
  color: var(--hg-forest);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  filter: blur(7px);
  opacity: 0.62;
}

.hg-floor-plan-bg {
  position: absolute;
  inset: clamp(18px, 2.2vw, 34px);
  z-index: 1;
  display: block;
  width: calc(100% - (clamp(18px, 2.2vw, 34px) * 2));
  height: calc(100% - (clamp(18px, 2.2vw, 34px) * 2));
  object-fit: contain;
  object-position: center center;
  opacity: 0.2;
  pointer-events: none;
}

.hg-floor-plan-visual .hg-plan-placeholder {
  z-index: 0;
}

.hg-floor-plan-visual.is-loaded .hg-plan-placeholder {
  display: none;
}

.hg-plan-download {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 1px solid var(--hg-forest);
  background: var(--hg-forest);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(21, 37, 17, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hg-master-placeholder {
  min-height: 0;
}

.hg-plan-caption {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 95%;
  margin-top: 16px;
  color: var(--hg-forest);
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 600;
}

.hg-plan-caption::after {
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(49, 88, 70, 0.48);
  content: "";
}

.hg-amenities {
  overflow: hidden;
  background: var(--hg-sage);
}

.hg-amenities-title {
  margin-bottom: clamp(30px, 4vw, 52px);
}

.hg-amenities-head {
  display: grid;
  grid-template-columns: minmax(360px, 1.2fr) minmax(190px, 0.55fr) minmax(190px, 0.55fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  margin-bottom: 42px;
}

.hg-amenities-head p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.hg-stat strong,
.hg-stat span {
  display: block;
}

.hg-stat strong {
  color: var(--hg-forest);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.2;
}

.hg-stat span {
  margin-top: 7px;
  color: #3d453d;
  font-size: 14px;
  line-height: 1.3;
}

.hg-carousel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 24px;
}

.hg-carousel-actions button {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid var(--hg-forest);
  border-radius: 50%;
  background: transparent;
  color: var(--hg-forest);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.hg-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, min(535px, 31vw));
  gap: 20px;
  width: var(--hg-container);
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hg-carousel::-webkit-scrollbar {
  display: none;
}

.hg-image-card,
.hg-carousel > img {
  scroll-snap-align: start;
}

.hg-image-card h3 {
  margin: 14px 0 0;
  color: #41483f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.hg-image-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.48;
  object-fit: cover;
}

.hg-dummy-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(49, 88, 70, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    #99b78f;
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.hg-dummy-image::before,
.hg-dummy-image::after {
  position: absolute;
  content: "";
  background: rgba(49, 88, 70, 0.34);
}

.hg-dummy-image::before {
  right: 12%;
  bottom: 16%;
  left: 10%;
  height: 18%;
}

.hg-dummy-image::after {
  top: 18%;
  right: 24%;
  width: 18%;
  height: 54%;
}

.hg-dummy-pool {
  background:
    linear-gradient(135deg, rgba(21, 37, 17, 0.25), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 16px),
    #2ca9b2;
}

.hg-dummy-amphi {
  background:
    linear-gradient(160deg, transparent 0 44%, rgba(49, 88, 70, 0.26) 45% 52%, transparent 53%),
    linear-gradient(90deg, #9db986, #c9d9ad);
}

.hg-dummy-lawn {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%),
    repeating-linear-gradient(0deg, rgba(49, 88, 70, 0.12) 0 2px, transparent 2px 18px),
    #88ad72;
}

.hg-customers {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 6vw, 86px) 0 clamp(42px, 5vw, 70px);
  background: #f9f3e0;
}

.hg-selling-head {
  width: min(1900px, calc(100vw - 140px));
  margin-bottom: clamp(30px, 3.5vw, 48px);
}

.hg-selling-title {
  max-width: none;
  margin: 0;
  text-align: left;
}

.hg-selling-title::after {
  display: none;
}

.hg-selling-title h2 {
  font-family: var(--hg-heading-font) !important;
}

.hg-selling-actions {
  width: min(1900px, calc(100vw - 140px));
  margin: 30px auto 0;
  justify-content: flex-start;
  gap: 14px;
}

.hg-selling-actions button {
  width: 62px;
  height: 62px;
  border: 1px solid var(--hg-forest);
  border-radius: 50%;
  color: var(--hg-forest);
  font-size: 30px;
}

.hg-customer-carousel {
  --hg-selling-gap: clamp(18px, 1.6vw, 30px);
  grid-auto-columns: calc((100% - (var(--hg-selling-gap) * 2)) / 3);
  gap: var(--hg-selling-gap);
  width: min(1900px, calc(100vw - 140px));
  padding-bottom: 0;
}

.hg-selling-card {
  display: flex;
  min-height: clamp(310px, 22vw, 430px);
  padding: 10px;
  border: 1px solid rgba(49, 88, 70, 0.72);
  scroll-snap-align: start;
}

.hg-selling-card img,
.hg-customer-carousel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  background: linear-gradient(135deg, var(--hg-sage), var(--hg-cream));
  box-shadow: none;
}

.hg-video {
  background: #fff;
}

.hg-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hg-line);
  background: #000;
  box-shadow: var(--hg-shadow);
  aspect-ratio: 16 / 9;
}

.hg-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hg-model {
  background: var(--hg-sage);
  overflow: hidden;
}

.hg-model-title {
  margin-bottom: clamp(30px, 4vw, 52px);
}

.hg-model-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: stretch;
}

.hg-model-copy {
  display: flex;
  flex-direction: column;
  max-width: 470px;
  min-height: clamp(300px, 24vw, 390px);
  padding: 8px 0;
}

.hg-model-copy p {
  margin: 28px 0 32px;
  color: var(--hg-ink);
  font-size: 16px;
  line-height: 1.3;
}

.hg-model-copy .hg-btn {
  align-self: flex-start;
  margin-top: auto;
}

.hg-model-media {
  min-width: 0;
}

.hg-model-media .hg-carousel-actions {
  width: auto;
  margin-right: clamp(20px, 4vw, 58px);
}

.hg-model-carousel {
  width: 100%;
  grid-auto-columns: minmax(520px, 58vw);
  gap: clamp(22px, 2.8vw, 48px);
  margin: 0;
}

.hg-model-carousel img {
  width: 100%;
  height: clamp(260px, 24vw, 380px);
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
  object-position: center center;
  background: linear-gradient(135deg, var(--hg-cream), var(--hg-sage));
}

.hg-location {
  background: var(--hg-white);
}

.hg-location-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
}

.hg-location-title {
  margin-bottom: clamp(34px, 4.5vw, 62px);
}

.hg-map-embed {
  position: sticky;
  top: 98px;
  min-width: 0;
  overflow: hidden;
}

.hg-map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 31vw, 540px);
  border: 1px solid var(--hg-line) !important;
  background: linear-gradient(135deg, var(--hg-sage), var(--hg-cream));
}

.hg-map-open {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid var(--hg-forest);
  color: var(--hg-forest);
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hg-location-accordion {
  border-top: 1px solid var(--hg-line);
}

.hg-location-item {
  border-bottom: 1px solid var(--hg-line);
}

.hg-location-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--hg-forest);
  cursor: pointer;
  font-family: "Cabin", Arial, sans-serif;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.hg-location-symbol {
  flex: 0 0 auto;
  color: var(--hg-forest);
  font-size: 26px;
  line-height: 1;
}

.hg-location-symbol::before {
  content: "+";
}

.hg-location-item.is-open .hg-location-symbol::before {
  content: "-";
}

.hg-location-answer {
  display: none;
  padding: 0 0 22px 26px;
}

.hg-location-item.is-open .hg-location-answer {
  display: grid;
  gap: 12px;
}

.hg-location-answer p {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  color: #3f453e;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.4;
}

.hg-location-answer span {
  min-width: max-content;
  color: var(--hg-forest);
  font-weight: 700;
}

.hg-location-cta {
  margin-top: 32px;
}

.hg-gallery {
  background: #fff;
}

.hg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hg-gallery-grid img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  background: linear-gradient(135deg, var(--hg-sage), var(--hg-cream));
}

.hg-contact {
  padding-bottom: clamp(48px, 6vw, 86px);
  background: #f9f3e0;
}

.hg-contact-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.96fr);
  width: var(--hg-container);
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 901px) {
  .hg-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  }

  .hg-config-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .hg-location-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .hg-gallery-grid img {
    height: clamp(260px, 20vw, 360px);
    aspect-ratio: auto;
  }
}

.hg-contact-info,
.hg-contact-form-panel {
  padding: clamp(32px, 5vw, 58px);
}

.hg-contact-info {
  position: relative;
}

.hg-contact-brand-mark {
  position: absolute;
  top: clamp(34px, 5vw, 58px);
  right: clamp(28px, 4vw, 58px);
  display: grid;
  width: clamp(52px, 5vw, 76px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
}

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

.hg-contact-info h2 {
  color: var(--hg-ink);
  font-size: clamp(28px, 2.5vw, 36px);
}

.hg-contact-title {
  margin-bottom: 30px;
}

.hg-contact-title h2 {
  color: var(--hg-forest);
  font-size: clamp(28px, 2.5vw, 36px);
}

.hg-developer-copy {
  margin-top: 0;
}

.hg-developer-copy h3 {
  margin: 0 0 18px;
  color: var(--hg-forest);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
}

.hg-developer-copy p {
  margin: 0;
  color: #3f453f;
  font-size: 16px;
  line-height: 1.45;
}

.hg-contact-form-panel {
  background: transparent;
  color: var(--hg-ink);
  border-left: 1px solid rgba(50, 84, 67, 0.28);
}

.hg-contact-form-panel h3 {
  margin: 0 0 44px;
  color: var(--hg-forest);
  font-size: 16px;
  line-height: 1.3;
}

.hg-lead-form {
  display: grid;
  gap: 24px;
}

.hg-lead-form label {
  display: grid;
  gap: 8px;
}

.hg-lead-form label span {
  color: var(--hg-forest);
  font-size: 14px;
  font-weight: 700;
}

.hg-lead-form input[type="text"],
.hg-lead-form input[type="tel"],
.hg-lead-form input[type="email"] {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(50, 84, 67, 0.55);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--hg-ink);
}

.hg-lead-form input::placeholder {
  color: rgba(48, 51, 47, 0.58);
}

.hg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.hg-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  font-size: 13px;
  line-height: 1.35;
}

.hg-consent input {
  margin-top: 4px;
  accent-color: var(--hg-rust);
}

.hg-submit {
  width: fit-content;
  min-height: 48px;
  padding: 13px 34px;
  border: 0;
  background: var(--hg-rust) !important;
  cursor: pointer;
}

.hg-footer-copy {
  width: var(--hg-container);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 70px) 0;
  color: var(--hg-ink);
  font-size: 14px;
  text-align: center;
}

.hg-disclaimer-section {
  background: var(--hg-sage);
  border-top: 1px solid var(--hg-line);
}

.hg-rera {
  display: grid;
  gap: 5px;
  margin-bottom: 16px;
  color: var(--hg-forest);
  font-size: 15px;
}

.hg-rera p,
.hg-disclaimer p,
.hg-copyright {
  margin: 0;
}

.hg-disclaimer.is-collapsed p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hg-disclaimer button {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hg-forest);
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.hg-disclaimer p {
  max-width: 1120px;
  margin: 0 auto;
  color: #3f453f;
  line-height: 1.55;
}

.hg-copyright {
  margin-top: 24px;
  color: var(--hg-forest);
  font-weight: 700;
}

@media (max-width: 1120px) {
  :root {
    --hg-container: min(100vw - 48px, 1200px);
  }

  #header > .columns {
    grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
  }

  .theme-menu ul {
    gap: 12px !important;
  }

  .hg-amenities-head,
  .hg-location-grid,
  .hg-contact-shell {
    grid-template-columns: 1fr;
  }

  .hg-contact-form-panel {
    border-left: 0;
    border-top: 1px solid rgba(50, 84, 67, 0.28);
  }

  .hg-selling-head,
  .hg-selling-actions,
  .hg-customer-carousel,
  .hg-plan-panel {
    width: var(--hg-container);
  }

  .hg-map-embed {
    position: static;
  }

  .hg-map-embed iframe {
    height: 420px;
  }
}

@media (max-width: 900px) {
  #header {
    min-height: 66px;
  }

  #header > .columns {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  #header .col-header:last-child {
    display: none !important;
  }

  #header .theme-logo.is-hidden-widescreen {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  #header .logo-with-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .hg-banner {
    margin-top: 0;
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 0;
  }

  .hg-banner-track {
    height: auto;
  }

  .hg-banner-slide.is-active img {
    height: auto;
  }

  .hg-reference-title h1,
  .hg-reference-title h2 {
    font-size: clamp(24px, 6.4vw, 30px);
  }

  .hg-reference-title p {
    font-size: 18px;
  }

  .hg-overview-layout {
    grid-template-columns: 1fr;
  }

  .hg-overview-image img,
  .hg-config-image img {
    height: auto;
  }

  .hg-highlight-list {
    gap: 22px;
  }

  .hg-configurations {
    min-height: auto;
  }

  .hg-config-content {
    min-height: 0;
  }

  .hg-config-row {
    grid-template-columns: minmax(0, 1fr) minmax(160px, auto) minmax(170px, auto);
  }

  .hg-split,
  .hg-config-grid,
  .hg-model-layout,
  .hg-plan-panel,
  .hg-gallery-grid,
  .hg-form-row {
    grid-template-columns: 1fr;
  }

  .hg-model-copy {
    min-height: 0;
  }

  .hg-carousel,
  .hg-model-carousel {
    grid-auto-columns: minmax(280px, 84vw);
    width: var(--hg-container);
  }

  .hg-plan-panel {
    grid-auto-columns: minmax(300px, 82vw);
  }

  .hg-model-media .hg-carousel-actions {
    width: var(--hg-container);
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 56px;
  }

  .hg-fixed-brochure {
    display: none !important;
  }

  .sticky-btn-enquire-whatsapp {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10000 !important;
    display: flex !important;
    width: 100% !important;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--hg-forest) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 -8px 26px rgba(21, 37, 17, 0.18);
  }

  .sticky-btn-enquire-whatsapp i {
    font-size: 18px;
    line-height: 1;
    transform: rotate(360deg);
  }

  .hg-customer-carousel {
    --hg-selling-gap: 0px;
    grid-auto-columns: 100%;
    width: var(--hg-container);
  }

  .hg-selling-card {
    min-height: clamp(300px, 66vw, 430px);
  }

  .hg-plan-title h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(24px, 6.5vw, 30px);
  }

  .hg-plan-title h2::after {
    flex: 1;
    min-width: 40px;
    margin-top: 0;
  }

  .hg-plan-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  .hg-plan-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 12px 12px;
    font-size: 17px;
  }

  .hg-plan-panel {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    width: var(--hg-container);
    gap: 0;
  }

  .hg-plan-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .hg-plan-placeholder {
    inset: 28px;
  }

  .hg-plan-download {
    min-height: 50px;
    padding: 12px 22px;
    font-size: 17px;
  }

  .hg-plan-caption {
    width: 95%;
    font-size: 20px;
  }

  .hg-plan-actions {
    display: flex;
    justify-content: flex-start;
    width: var(--hg-container);
    margin: 28px auto 0;
  }

  .hg-plan-actions button {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 640px) {
  :root {
    --hg-container: min(100vw - 28px, 1200px);
  }

  #header {
    padding: 8px 14px !important;
  }

  #header > .columns {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  #header .col-header:first-child {
    max-width: calc(100vw - 88px) !important;
  }

  #header .col-header:last-child {
    display: none !important;
  }

  #header .theme-logo.is-hidden-widescreen {
    display: flex !important;
    justify-content: flex-end;
  }

  #header .theme-btn {
    min-height: 44px;
    padding: 11px 18px !important;
  }

  .hg-header-brand img {
    max-width: 138px;
    height: 36px !important;
  }

  .hg-header-brand {
    min-width: 118px;
  }

  .hg-header-brand span {
    font-size: 13px;
  }

  .hg-header-brand strong {
    font-size: 21px;
  }

  .hg-section {
    padding: 48px 0;
  }

  .hg-banner {
    margin-top: 0;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hg-reference-title {
    margin-bottom: 28px;
  }

  .hg-reference-title h1,
  .hg-reference-title h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: clamp(24px, 6.5vw, 30px);
    line-height: 1.25;
  }

  .hg-reference-title h1::after,
  .hg-reference-title h2::after {
    flex: 1 1 48px;
    min-width: 48px;
    margin-top: 0;
  }

  .hg-reference-title p {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  .hg-reference-title p::before {
    flex: 0 0 clamp(72px, 26vw, 130px);
    margin-bottom: 0;
    width: auto;
  }

  .hg-plan-title h2 {
    gap: 14px;
    font-size: clamp(24px, 6.5vw, 30px);
  }

  .hg-plan-title h2::after {
    min-width: 46px;
  }

  .hg-copy-panel h1,
  .hg-config-copy h2,
  .hg-section-title h2,
  .hg-contact-info h2 {
    font-size: 24px;
  }

  .hg-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hg-config-cards article {
    grid-template-columns: 1fr;
  }

  .hg-config-cards a {
    grid-row: auto;
    width: fit-content;
    margin-top: 10px;
  }

  .hg-config-heading h2 {
    gap: 14px;
    font-size: 24px;
    line-height: 1.25;
  }

  .hg-config-heading h2::after {
    min-width: 48px;
  }

  .hg-config-heading p {
    gap: 14px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  .hg-config-heading p::before {
    flex: 0 0 clamp(72px, 26vw, 130px);
    width: auto;
  }

  .hg-config-table {
    width: 100%;
  }

  .hg-config-row {
    grid-template-columns: minmax(76px, 0.9fr) minmax(84px, 0.9fr) minmax(118px, auto);
    gap: 10px;
    padding: 16px 0;
    font-size: 20px;
  }

  .hg-config-row a {
    justify-self: end;
    min-width: 118px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 15px;
  }

  .hg-plan-panel {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    width: var(--hg-container);
    gap: 0;
  }

  .hg-plan-visual {
    min-height: 0;
  }

  .hg-customers {
    padding: 42px 0 46px;
  }

  .hg-selling-head,
  .hg-selling-actions,
  .hg-customer-carousel {
    width: var(--hg-container);
  }

  .hg-selling-head {
    display: block;
    margin-bottom: 28px;
  }

  .hg-selling-title h2 {
    font-size: 24px;
  }

  .hg-selling-actions {
    margin-top: 22px;
  }

  .hg-customer-carousel {
    --hg-selling-gap: 0px;
    grid-auto-columns: 100%;
    padding-bottom: 0;
  }

  .hg-selling-card {
    min-height: clamp(300px, 66vw, 430px);
    padding: 8px;
  }

  .hg-map-embed iframe {
    height: 320px;
  }

  .hg-map-open {
    width: 100%;
    justify-content: center;
  }

  .hg-location-question {
    padding: 18px 0;
    font-size: 18px;
  }

  .hg-location-answer {
    padding-left: 0;
  }

  .hg-contact-info,
  .hg-contact-form-panel {
    padding: 28px;
  }

  .hg-contact-brand-mark {
    position: static;
    width: 54px;
    margin: -8px 0 24px;
  }

  .hg-contact-form-panel {
    border-left: 0;
    border-top: 1px solid rgba(50, 84, 67, 0.28);
  }
}
