/* Font Face CSS Start From Here */
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("assets/Fonts/Helvetica Neue LT 65 Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mr Dafoe";
  src: url("assets/Fonts/MrDafoe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/Fonts/PlayfairDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/Fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/Fonts/PlayfairDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-light";
  src: url("assets/Fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/Fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/Fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/Fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Relationship of melodrame";
  src: url("assets/Fonts/Relationship of mélodrame.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Font Face CSS End Here */

:root {
  --bg: #0e1116;
  --surface: rgba(10, 14, 20, 0.38);
  --surface-strong: rgba(8, 11, 16, 0.62);
  --text: #f8f0e3;
  --muted: rgba(248, 240, 227, 0.74);
  --line: rgba(255, 255, 255, 0.14);
  --accent: #bcd531;
  --accent-deep: #9bb11f;
  --button-color: #07AB4D;
  --ink-dark: #1a2540;
  --modal-line: #cda46a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "poppins";
  background: var(--bg);
  color: var(--text);
}

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

button,
input {
  font: inherit;
}

/* Header Section CSS Start From Here */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.brand-logo img {
  display: block;
  width: auto;
  max-width: min(220px, 42vw);
  height: 40px;
  object-fit: contain;
}
/* Header Section CSS End Here */

/* Enquiry Button CSS Start From Here */
.header-cta {
  padding: 8px 24px;
  border-radius: 999px;
  background: #07ab4ed5;
  font-size: 0.82rem;
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-cta:hover {
  background: #07ab4e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(7, 171, 78, 0.3);
}
/* Enquiry Button CSS End Here */

/* Hero Section CSS Start From Here */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

/* Hero Section CSS End Here */

/* Intro Showcase Section CSS Start From Here */
.intro-showcase-section {
  position: relative;
  padding: 68px 0 0;
  background: #ffffff;
  overflow: hidden;
}

.intro-showcase-shell {
  position: relative;
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 120px;
}

.intro-brand-block {
  display: grid;
  justify-items: center;
  margin-bottom: 52px;
}

.intro-brand-logo {
  display: block;
  width: min(230px, 48vw);
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.intro-brand-subtitle {
  margin: 8px 0 0;
  padding: 2px 8px 1px;
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.intro-card {
  position: relative;
  z-index: 2;
  width: min(100%, 1090px);
  margin: 0 auto;
  padding: clamp(44px, 5vw, 66px) clamp(28px, 5vw, 72px) clamp(36px, 4vw, 52px);
  background: #bed92e;
  text-align: center;
}

.intro-card-title {
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: clamp(2.0rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.03;
  text-wrap: balance;
}

.intro-card-copy {
  font-family: "Poppins";
  width: min(100%, 850px);
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(0.84rem, 1vw, 1rem);
  line-height: 2.15;
}

/* Intro Image Section CSS Start From Here */
.intro-image-section {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -300px;
}

.intro-image-wrap {
  position: relative;
  width: 100%;
}

.intro-main-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Intro Image Section CSS End Here */

.floating-icon {
  position: absolute;
  z-index: 3;
  width: clamp(28px, 4vw, 72px);
  height: auto;
  pointer-events: none;
  animation: float 29s ease-in-out infinite,
             spin 30s linear infinite;
}
.floating-icon-2 {
  position: absolute;
  z-index: 3;
  width: clamp(28px, 4vw, 72px);
  height: auto;
  pointer-events: none;
}

.icon-top-left {
  top: 52px;
  left: 126px;
  width: clamp(42px, 4vw, 58px);
}

.icon-left-mid {
  top: 238px;
  left: 44px;
  width: clamp(28px, 2.6vw, 42px);
  animation-delay: 1s;
}

.icon-bottom-left {
  left: 112px;
  bottom: 364px;
  width: clamp(18px, 1.8vw, 26px);
  animation-delay: 2s;
}

.icon-bottom-left-2{
    right: 10px;
    bottom: 50px;
    width: clamp(22px, 2.5vw, 40px);
}

.icon-bottom-right {
  right: 112px;
  bottom: 264px;
  width: clamp(44px, 4.2vw, 70px);
  animation-delay: 1.5s;
}

.icon-bottom-right-2{
    right: 50px;
    bottom: 10px;
  }

.icon-corner-left {
  top: -6px;
  left: -48px;
  width: clamp(72px, 8vw, 122px);
}

.icon-left-edge {
  top: 222px;
  left: 8px;
  width: clamp(26px, 2.8vw, 40px);
  animation-delay: 1.6s;
}

.icon-corner-right {
  top: 154px;
  right: -24px;
  width: clamp(38px, 4vw, 56px);
  animation-delay: 0.8s;
}

.icon-corner-top-right {
  top: -8px;
  right: 88px;
  width: clamp(28px, 3vw, 40px);
  animation-delay: 2.4s;
}

@keyframes float {
  0%, 100% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.1);
  }
}

@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
/* Intro Showcase Section CSS End Here */

/* Amenities Section CSS Start From Here */
.amenities-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.amenities-video,
.amenities-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.amenities-video {
  object-fit: cover;
}

.amenities-overlay {
  z-index: 1;
  /* background:
    linear-gradient(90deg, rgba(18, 38, 12, 0.74) 0%, rgba(18, 38, 12, 0.5) 48%, rgba(18, 38, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 12, 4, 0.18), rgba(6, 12, 4, 0.24)); */
}

.amenities-shell {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 0;
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
}

.amenities-content {
  max-width: 800px;
}

.amenities-heading {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

.amenities-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: clamp(2rem, 4vw, 2rem);
  font-style: italic;
  font-weight: 500;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 46px;
  row-gap: 36px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.4;
}

.amenity-item span{
  font-family: "Poppins-light";
}

.amenity-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}

.amenities-flower-wrap {
  justify-self: end;
  align-self: center;
  width: min(300px, 28vw);
}

.amenities-feature-flower {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(46px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Amenities Section CSS End Here */

/* Location Section CSS Start From Here */
.location-section {
  background: #ffffff;
  padding: 84px 0 92px;
}

.location-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 56px;
}

.location-content,
.location-map-wrap {
  width: 35%;
  position: relative;
}

.location-map-wrap a{
  position: absolute;
  left: 80px;
  top: 20px;
  transform: translateX(-50%);
  padding: 8px 24px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: all 0.3s ease;
}

.location-map-wrap a:hover {
  background: #f8fafc;
  transform: translateX(-50%) translateY(-2px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.location-title {
  margin: 0 0 30px;
  color: #7aa33a;
  font-family: "Playfair Display";
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.location-list {
  display: grid;
  gap: 10px;
}

.location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  font-size: "Poppins-light";
  align-items: start;
  color: #1e2740;
  font-size: 0.96rem;
  line-height: 1.45;
}

.location-row strong {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.location-map-wrap {
  width: 55%;
}

.location-map-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Location Section CSS End Here */

/* Green Life Section CSS Start From Here */
.green-life-section {
  position: relative;
  overflow: hidden;
  background:url("assets/green-banner.png") center/cover no-repeat;
}

.green-life-shell {
  width: min(1280px, calc(100% - 48px));
  min-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.green-life-carousel {
  position: relative;
  width: min(100%, 700px);
  aspect-ratio: 1 / 1;
  flex: 0 0 min(700px, 52%);
}

.green-life-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.green-life-slide .butterfly{
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 9999;
  width: 300px;
}
.green-life-slide .parrot{
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 9999;
  width: 300px;
}

.green-life-slide.is-active {
  opacity: 1;
}

.green-life-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.green-life-content {
  width: min(100%, 420px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.green-life-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Mr Dafoe";
  font-size: clamp(3.8rem, 8vw, 6.8rem);
  font-weight: 400;
  line-height: 0.92;
  text-shadow: 0 6px 10px rgba(61, 77, 8, 0.32);
}
/* Green Life Section CSS End Here */

/* Master Plan Section CSS Start From Here */
.master-plan-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 54px 0 42px;
}

.master-plan-shell {
  position: relative;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.master-plan-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.master-plan-heading-icon {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.master-plan-heading h2 {
  margin: 0;
  color: #7aa33a;
  font-family: "Playfair Display";
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-style: italic;
  font-weight: 400;
}

.master-plan-image-wrap {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.master-plan-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.master-plan-decor {
  position: absolute;
  pointer-events: none;
  animation: float 29s ease-in-out infinite,
             spin 30s linear infinite;
}

.master-plan-decor-right {
  top: 40px;
  right: -120px;
  width: clamp(96px, 15vw, 200px);
}

.master-plan-decor-mid {
  top: 166px;
  right: 142px;
  width: clamp(54px, 5vw, 78px);
  animation-delay: 1.1s;
}

.master-plan-decor-bottom-left {
  bottom: 72px;
  left: 38px;
  width: clamp(26px, 3vw, 40px);
  animation-delay: 1.8s;
}
/* Master Plan Section CSS End Here */

/* Plotted Layout Section CSS Start From Here */
.plotted-layout-section {
  background: #ffffff;
  padding: 0;
}

.plotted-layout-shell {
  width: 100%;
  margin: 0 auto;
}

.plotted-layout-image-wrap {
  position: relative;
}

.plotted-layout-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.plot-hotspot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.plot-hotspot.active {
  opacity: 1;
  transform: scale(1);
}

/* optional line animation */
.plot-hotspot-line {
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.5s ease;
}

.plot-hotspot-line{
  position: absolute;
  inset: 0;
  width: 2px;
  height: 80px;
  border: 2px solid rgb(255, 255, 255);
  top: -5px;
  left: 20px;
}
.plot-hotspot-line::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.plot-hotspot-core {
  width: 16px;
  height: 16px;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.32);
}


.plot-hotspot-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(8px);
  min-width: max-content;
  max-width: 180px;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #10a9c4, #16DBFD);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.plot-hotspot:focus-visible {
  outline: none;
}

.internal-Road-one {
  top: 45%;
  left: 45%;
}

.hotspot-park {
  top: 27%;
  left: 30%;
}

.internal-Road-two {
  top: 30%;
  left: 50%;
}

.internal-Road-three{
  top: 28%;
  left: 60%;
}

.internal-Road-four{
  top: 30%;
  left: 72.5%;
}

.hotspot-commercial-one {
  top: 55%;
  left: 57.5%;
}

.hotspot-commercial-two {
  top: 48%;
  left: 66%;
}

.hotspot-entrance {
  top: 65%;
  left: 51%;
}
/* Plotted Layout Section CSS End Here */

/* Lifestyle Marquee Section CSS Start From Here */
.lifestyle-marquee-section {
  overflow: hidden;
  background:url("assets/green-banner.png") center/cover no-repeat;
  padding: 82px 0 86px;
}

.lifestyle-marquee-shell {
  width: 100%;
  overflow: hidden;
}

.lifestyle-marquee-track {
  display: flex;
  gap: 56px;
  width: max-content;
  will-change: transform;
}

.lifestyle-marquee-card {
  flex: 0 0 auto;
  width: clamp(280px, 29vw, 472px);
}

.lifestyle-marquee-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Lifestyle Marquee Section CSS End Here */

/* Brochure Section CSS Start From Here */
.brochure-section {
  background: #ffffff;
  padding: 54px 0 70px;
}

.brochure-shell {
  width: min(100%, 720px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.download-brochure{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.download-brochure button{
  background-color: #BAD531;
  color: #fff;
  border: none;
  text-align: center;
  padding: 8px 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.download-brochure button:hover {
  background-color: #a4c027;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(186, 213, 49, 0.4);
}

.brochure-image {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}
/* Brochure Section CSS End Here */

/* Footer Section CSS Start From Here */
.site-footer {
  background: #e5e5e5;
  color: #333333;
  padding: 60px 0 0;
}

.footer-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-details {
  margin-bottom: 25px;
}

.footer-details p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #424142;
  font-weight: 500;
}

.footer-phone-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-phone-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-phone-list img {
  width: 16px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.footer-brand-badge {
  display: block;
  width: 260px;
  margin-bottom: 20px;
}

.footer-brand-badge img {
  width: 100%;
  height: auto;
}

.footer-address {
  margin-bottom: 25px;
}

.footer-address p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #424142;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4f9443;
  transition: transform 0.3s;
}

.footer-socials a:hover {
  transform: translateY(-3px);
}

.footer-socials img {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  border-top: 1px solid #999;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
/* Footer Section CSS End Here */

/* Popup Section CSS Start From Here */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

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

.callback-modal {
  position: relative;
  width: min(500px, 100%);
  padding: 40px;
  background: #fcfbf7;
  color: var(--ink-dark);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #111;
  transform-origin: center;
}

.modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-title {
  margin: 0 0 20px;
  font-size: clamp(2.1rem, 2vw, 2.1rem);
  font-weight: 500;
  text-align: center;
  color: var(--accent-deep);
}

.callback-form {
  display: grid;
  gap: 10px;
}

.field-group {
  display: grid;
  font-size: clamp(1.1rem, 2vw, 1.25rem);
}

.field-group input {
  width: 100%;
  padding: 10px 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--accent-deep);
  background: transparent;
  color: var(--ink-dark);
  outline: none;
}

.field-group input.is-invalid {
  border-bottom-color: #d94b4b;
}
.field-group span{
  font-size: 0.9rem;
}

.field-error {
  min-height: 16px;
  color: #d94b4b;
  font-size: 0.78rem;
  line-height: 1.3;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
}

.checkbox-row input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--accent-deep);
}

.checkbox-row span{
  font-size: 0.9rem;
}

.submit-button {
  justify-self: center;
  padding: 8px 24px;
  border: 0;
  background: #bad531;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.submit-button:hover {
  background: #a4c027;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(186, 213, 49, 0.4);
}

.callback-success-message {
  display: none;
  padding: 16px 18px;
  border: 1px solid rgba(155, 177, 31, 0.35);
  background: rgba(188, 213, 49, 0.12);
  color: var(--ink-dark);
  text-align: center;
}

.callback-success-message p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.callback-form.is-submitted .callback-success-message {
  display: block;
}
/* Popup Section CSS End Here */

@media (max-width: 900px) {
  .site-header {
    padding-top: 20px;
  }

  .intro-showcase-shell {
    width: min(100% - 20px, 1360px);
  }

  .intro-image-section {
    margin-top: -68px;
  }
   .intro-showcase-shell{
    padding: 0;
   }
  .icon-top-left {
    left: 56px;
  }

  .icon-bottom-left {
    left: 56px;
    bottom: 282px;
  }

  .icon-bottom-right {
    right: 56px;
    bottom: 220px;
  }

  .icon-left-edge {
    top: 208px;
    left: 6px;
  }

  .amenities-shell {
    width: min(100% - 32px, 1220px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 82px 0 72px;
  }

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

  .amenities-flower-wrap {
    justify-self: start;
    width: min(220px, 34vw);
  }

  .location-shell {
    width: min(100% - 32px, 1220px);
    flex-direction: column;
    gap: 40px;
  }

  .location-content,
  .location-map-wrap {
    width: 100%;
  }

  .green-life-shell {
    width: min(100% - 32px, 1280px);
    min-height: auto;
    flex-direction: column;
    gap: 18px;
    padding: 56px 0 64px;
  }

  .green-life-carousel,
  .green-life-content {
    width: 100%;
    flex: none;
  }

  .master-plan-shell {
    width: min(100% - 32px, 1360px);
  }

  .master-plan-decor-right {
    right: -20px;
  }

  .master-plan-decor-mid {
    right: 88px;
  }

  .plotted-layout-shell {
    width: 100%;
  }

  .lifestyle-marquee-section {
    padding: 62px 0 66px;
  }

  .lifestyle-marquee-track {
    gap: 32px;
  }

  .brochure-section {
    padding: 46px 0 58px;
  }

  .footer-shell {
    width: min(100% - 32px, 1120px);
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 24px, 1220px);
    gap: 14px;
  }

  .brand-logo img {
    height: 42px;
    max-width: 150px;
  }
  .hero-section{
    min-height: 80vh;
  }

  .header-cta {
    letter-spacing: 0.12em;
  }

  .header-cta {
    padding: 5px 20px;
  }

  .intro-showcase-section {
    padding-top: 40px;
  }

  .intro-brand-logo {
    width: min(188px, 58vw);
  }

  .intro-brand-block {
    margin-bottom: 28px;
  }

  .intro-brand-subtitle {
    margin-top: 6px;
    font-size: clamp(1.1rem, 5vw, 1.45rem);
  }

  .intro-card {
    width: calc(100% - 32px);
    padding: 30px 18px 30px;
  }
  .intro-card img{
    display: none;
  }

  .intro-card-copy {
    width: min(100%, 320px);
    font-size: 0.76rem;
    line-height: 1.9;
  }

  .intro-image-section {
    margin-top: -22px;
  }

  .amenities-section {
    min-height: auto;
  }

  .amenities-shell {
    width: min(100% - 24px, 1220px);
    min-height: auto;
    padding: 60px 0 52px;
    gap: 34px;
  }

  .amenities-heading {
    margin-bottom: 32px;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .amenities-flower-wrap {
    width: min(180px, 50vw);
  }

  .location-section {
    padding: 56px 0 64px;
  }

  .location-shell {
    width: min(100% - 24px, 1220px);
    gap: 28px;
  }

  .location-title {
    margin-bottom: 22px;
  }

  .location-row {
    gap: 12px;
    font-size: 0.88rem;
  }

  .location-row strong {
    font-size: 0.82rem;
  }

  .green-life-shell {
    width: min(100% - 24px, 1280px);
    padding: 34px 0 46px;
    gap: 8px;
  }

  .green-life-carousel {
    aspect-ratio: 0.95 / 1;
  }

  .green-life-content h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .master-plan-section {
    padding: 42px 0 28px;
  }

  .master-plan-shell {
    width: min(100% - 24px, 1360px);
  }

  .master-plan-heading {
    gap: 10px;
    margin-bottom: 18px;
  }

  .master-plan-heading-icon {
    width: 36px;
  }

  .master-plan-decor-right {
    top: 62px;
    right: -34px;
    width: 110px;
  }

  .master-plan-decor-mid {
    top: 170px;
    right: 10px;
    width: 56px;
  }

  .master-plan-decor-bottom-left {
    bottom: 40px;
    left: 12px;
  }

  .plotted-layout-section {
    padding: 0;
  }

  .plotted-layout-shell {
    width: 100%;
  }

  .plot-hotspot {
    width: 32px;
    height: 32px;
  }

  .plot-hotspot-ring {
    width: 20px;
    height: 20px;
  }

  .plot-hotspot-core {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.32);
  }
  .plotted-layout-image{
    height: 300px;
  }
  .plot-hotspot-label{
  font-size: 0.50rem;
  }

  .plot-hotspot-line{
  position: absolute;
  inset: 0;
  width: 1px;
  height: 20px;
  border: 1px solid rgb(255, 255, 255);
  top: -5px;
  left: 20px;
}
.plot-hotspot-line::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: -2.5px;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

  .internal-Road-one {
  top: 40%;
  left: 33%;
}

.hotspot-park {
  top: 30%;
  left: 13%;
}

.internal-Road-two {
  top: 20%;
  left: 38%;
}

.internal-Road-three{
  top: 28%;
  left: 60%;
}

.internal-Road-four{
  top: 32%;
  left: 82%;
}

.hotspot-commercial-one {
  top: 60%;
  left: 57.5%;
}

.hotspot-commercial-two {
  top: 52%;
  left: 73%;
}

.hotspot-entrance {
  top: 68%;
  left: 48%;
}

  .lifestyle-marquee-section {
    padding: 42px 0 46px;
  }

  .lifestyle-marquee-track {
    gap: 18px;
  }

  .lifestyle-marquee-card {
    width: 72vw;
  }

  .brochure-section {
    padding: 34px 0 42px;
  }

  .brochure-shell {
    width: min(100% - 24px, 720px);
  }

  .brochure-image {
    width: 100%;
  }

  .green-life-slide .butterfly{
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: 9999;
  width: 250px;
}
.green-life-slide .parrot{
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 9999;
  width: 250px;
}

  .footer-shell {
    width: min(100% - 24px, 1120px);
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }

  .footer-left,
  .footer-right {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    width: 160px;
    margin-bottom: 15px;
  }

  .footer-details {
    margin-bottom: 20px;
  }

  .footer-details p,
  .footer-address p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .footer-phone-list a {
    font-size: 1.15rem;
  }

  .footer-brand-badge {
    width: 200px;
    margin-bottom: 15px;
  }

  .footer-address {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .floating-icon {
    opacity: 0.88;
  }

  .icon-top-left {
    top: 58px;
    left: 40px;
  }

  .icon-left-mid {
    top: 194px;
    left: 10px;
  }

  .icon-bottom-left {
    left: 28px;
    bottom: 154px;
  }

  .icon-bottom-right {
    right: 28px;
    bottom: 124px;
  }

  .icon-corner-left {
    top: 2px;
    left: -26px;
  }

  .icon-left-edge {
    top: 188px;
    left: -2px;
  }

  .icon-corner-right {
    top: 118px;
    right: -16px;
  }

  .icon-corner-top-right {
    top: -4px;
    right: 38px;
  }

  .callback-modal {
    padding: 54px 24px 36px;
  }

  .modal-close {
    top: 18px;
    right: 18px;
  }

  .checkbox-row {
    align-items: flex-start;
  }
}
