body *,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "FONTSPRING DEMO - The Seasons";
  src:
    url("../font/FONTSPRINGDEMO-TheSeasonsRegular.woff2") format("woff2"),
    url("../font/FONTSPRINGDEMO-TheSeasonsRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

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

h1,
h2,
h3,
h4 {
  font-family: "FONTSPRING DEMO - The Seasons";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.outer {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.15s ease;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 16px 31px;
  letter-spacing: 0;
  border: 1px solid transparent;
}

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

.btn-olive {
  background: #999966d9;
  color: #fff;
}

.btn-outline {
  color: #fff;
  border: 1px solid #ffffff;
  background: transparent;
}

/* ===== NAV ===== */
header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 20;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1786px;
  width: 100%;
}

.nav-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.logo svg {
  width: 44px;
  height: 44px;
}

.logo-text .main {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.logo-text .sub {
  font-size: 8.5px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links {
  display: flex;
  gap: 50px;
}

nav a {
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  opacity: 0.92;
}

nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Hamburger toggle button (hidden on desktop) */
.hamburger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  flex: none;
  padding: 0;
  position: relative;
  z-index: 40;
}

.hamburger-btn svg {
  width: 20px;
  height: 20px;
}

.hamburger-btn .icon-close {
  display: none;
}

.hamburger-btn.open .icon-open {
  display: none;
}

.hamburger-btn.open .icon-close {
  display: block;
}

/* Mobile nav drawer */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(78vw, 320px);
  background: #3b322e;
  z-index: 35;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.mobile-nav .btn {
  margin-top: 8px;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 25;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ===== HERO ===== */
.main-banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 240px 0 113px;
  max-width: 745px;
  width: 100%;
}

.hero-content h1 {
  color: #fff;
  font-size: 82px;
}

.hero-content h1 .accent {
  color: #d55571;
  display: block;
}

.banner-text {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;

  margin: 0 0 35px;
}

.baner-text-img {
  margin: 15px 0 25px;
  max-width: 58px;
  width: 100%;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===== VISION ===== */
.vision {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: #f3efec;
}

.vision svg {
  position: absolute;
  left: 20px;
  bottom: 50px;
}

.vision-row {
  display: grid;
  grid-template-columns: 370px auto;
  gap: 60px;
  align-items: center;
  position: relative;
}

.vfeature-outer {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.vision-col {
  position: relative;
}

.vision-col h2 {
  font-size: 42px;
  letter-spacing: 0;
  margin: 15px 0 20px;
}

.vision-tex {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  margin: 0;
}

.vision-bandag {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #d55571;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}
.footer-contact-text a {
	color: #cececd;
}
.icon-vfeature {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 18px;
}

.vfeature {
  border-left: 1px solid #6d6a6c40;
  padding-left: 20px;
  text-align: center;
}

.vfeature h4 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}

.vfeature p {
  color: #000000;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.watermark {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 260px;
  height: 260px;
  opacity: 0.06;
  color: #473c38;
  pointer-events: none;
}

/* ===== MASTERPLAN ===== */
.masterplan {
  background: #f0ebe8;
  border-top: 1px solid #e2dace;
  border-bottom: 1px solid #e2dace;
  padding: 50px 0;
}

.masterplan-inner {
  gap: 50px;
  display: grid;
  grid-template-columns: 379px auto;
  align-items: center;
}

.masterplan-left h2 {
  font-size: 42px;
  margin: 20px 0 15px;
}

.masterplan-left p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}

.mp-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr;
  gap: 60px;
  align-items: center;
}

.mp-grid h2 {
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.mp-grid>div:first-child>p {
  color: #83786c;
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.legend {
  list-style: none;
  margin: 20px 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.legend li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.legend .dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.mp-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #b7b7b7;
  overflow: hidden;
}

/* ===== HOW IT WORKS ===== */
.hiw-outer {
  background: #443832;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}

.hiw-outer h2 {
  color: #fff;
  margin: 12px 0 52px;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 55px;
  position: relative;
}

.hiw-step {
  background: #99996640;
  border: 1px solid #999966e5;
  border-radius: 10px;
  padding: 30px 13px 20px;
  position: relative;
}

.hiw-img {
  max-width: 43px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
}

.hiw-img img {
  object-fit: contain;
  height: 100%;
}

.hiw-num {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  background: rgba(71, 60, 55, 0.5);
  border: 1px solid #ffffff;
  backdrop-filter: blur(1.5px);
}

.hiw-step h4 {
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 15px;
  color: #ffffff;
}

.hiw-step p {
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}

.hiw-steps>*:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background-image: url("https://survey.werakata.com.au/wp-content/uploads/2026/08/after-img.svg");
  top: 50%;
  right: -32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hiw-arrow {
  position: absolute;
  top: 78px;
  right: -13px;
  color: #d5546e;
  font-size: 16px;
  z-index: 2;
  display: none;
}

/* ===== AMENITIES ===== */
#amenities {
  padding: 60px 0;
  background: #f3efec;
}

.amenities h2 {
  font-size: 42px;
  margin: 20px 0 30px;
}

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

.cat-card {
  background: #f5f1ed;
  border: 1px solid #6d6a6c40;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.cat-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.cat-top .badge {
  width: 60px;
  height: 60px;
  margin: 0;
  flex: none;
}

.cat-title {
  font-family: "FONTSPRING DEMO - The Seasons";
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}

.thumb-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.thumb {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-examples {
  color: #000000;
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  max-width: 360px;
  width: 100%;
}

.cat-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #d55571;
}

.checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1.5px solid #c9bfae;
  background: #fff;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.checkbox svg {
  width: 12px;
  height: 12px;
  opacity: 0;
  stroke: #fff;
  transition: opacity 0.12s ease;
}

.cat-card.selected .checkbox {
  background: #646d53;
  border-color: #646d53;
}

.cat-card.selected .checkbox svg {
  opacity: 1;
}

#panels {
  margin-top: 60px;
  display: none;
}

body:has(.panel.open) #panels {
  display: grid;
}

#panels h2 {
  margin-bottom: 0;
}

.panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.38s ease,
    opacity 0.3s ease,
    margin 0.38s ease;
  margin-top: 0;
}

.panel.open {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 30px;
}

.panel-inner {
  overflow: hidden;
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.panel-heading .badge {
  width: 52px;
  height: 52px;
  margin: 0;
}

.panel-heading .badge svg {
  width: 26px;
  height: 26px;
}

.panel-heading h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}

.item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.item-card {
  width: 165px;
  background: #6d6a6c08;
  border: 1px solid #6d6a6c40;
  border-radius: 10px;
  padding: 18px 15px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.item-card:hover {
  border-color: #c9bfae;
}

.item-icon {
  width: 50px;
  height: 50px;
}

.item-icon svg {
  width: 100%;
  height: 100%;
  stroke: #63684e;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.item-label {
  color: #000000;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin: 14px 0 25px;
}

.item-check {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 1.5px solid #c9bfae;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.item-check svg {
  width: 10px;
  height: 10px;
  opacity: 0;
  stroke: #fff;
}

.item-card.checked .item-check {
  background: #63684e;
  border-color: #63684e;
}

.item-card.checked .item-check svg {
  opacity: 1;
}

/* ===== SHARE ===== */
.share {
  border-top: 1px solid #e2dace;
  padding: 60px 0 90px;
  background-color: #f3efec;
}

.share h2 {
  font-size: 42px;
  margin: 14px 0 10px;
}

.share-grid {
  display: grid;
  grid-template-columns: 52% 1px 34%;
  justify-content: space-between;
  align-items: center;
}

textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  border: 1px solid #dad3c8;
  border-radius: 8px;
  background: #ffffff80;
  padding: 16px;
  font-family: Montserrat;
  color: #646d53;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

textarea::placeholder {
  color: #646d53;
}

.add-photo {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #646d53;
  border: none;
  color: #fff;
  padding: 17px 23px;
  border-radius: 6px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  cursor: pointer;
}

.share-divider {
  width: 1px;
  background: #6d6a6c40;
  height: 100%;
  justify-self: center;
}

.share-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 300px;
  width: 100%;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  border-radius: 999px;
  background: #d5546e;
  color: #fff;
  border: none;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}

.secure-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.share-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 10px 0 20px;
  max-width: 548px;
}

.secure-note svg {
  width: 15px;
  height: 100%;
  flex: none;
  margin-top: 2px;
}

.secure-note p {
  margin: 0;
  width: 100%;
  max-width: 200px;
}

/* ===== FOOTER ===== */
footer {
  background: #473c37;
  color: #fff;
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 314px;
  margin-bottom: 18px;
  width: 100%;
}

.footer-tag {
  color: #cececd;
  max-width: 347px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  width: 100%;
}

.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact .vision-bandag {
  margin-bottom: 16px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #cececd;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.footer-contact li img {
  width: auto;
}

.footer-contact-text p {
  margin: 0;
  padding: 0;
}

.footer-contact svg {
  width: 24px;
  height: 24px;
  flex: none;
  margin-top: 1px;
}

.footer-bottom {
  margin-top: 148px;
  color: #cececd;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.footer-contact {
  display: flex;
  justify-content: end;
}

.footer-watermark {
  position: absolute;
  right: -40px;
  top: -20px;
  width: 320px;
  height: 420px;
  opacity: 0.05;
  color: #fff;
}

.upload-item {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.file-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.progress-wrap {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar {
  width: 0;
  height: 100%;
  background: #28a745;
}

.progress-text {
  margin-top: 5px;
  font-size: 12px;
}

.remove-file {
  color: red;
  font-weight: bold;
}

.success_msg {
  position: relative;
  text-align: center;
  margin: 0;
  color: #646d53;
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid rgba(100, 109, 83, 0.15);
  border-radius: 10px;
  background: rgba(100, 109, 83, 0.05);
  overflow: hidden;
  animation: successPop 0.6s ease-out;
}

/* Check icon */
.success_msg::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: #646d53;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  animation: checkPop 0.5s ease-out 0.2s both;
}

/* Small shine inside message */
.success_msg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-20deg);
  animation: successShine 2.5s ease-in-out 0.5s infinite;
}

.masterplan-left .plan-note {
  padding-top: 10px;
}

@keyframes successPop {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(8px);
  }

  70% {
    transform: scale(1.02);
  }

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

@keyframes checkPop {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes successShine {
  0% {
    left: -80%;
  }

  45%,
  100% {
    left: 140%;
  }
}

@media (max-width: 1600px) {
  .hero-content h1 {
    font-size: 65px;
    /* max-width: 600px;
    width: 100%; */
  }

  header {
    padding: 15px 20px;
  }

  .logo {
    max-width: 180px;
    width: 100%;
  }

  .banner-text {
    font-size: 18px;
    margin: 0 0 30px;
  }

  .hero-content {
    padding: 200px 0 100px;
  }

  .vision-col h2,
  .masterplan-left h2,
  .hiw-outer h2,
  .amenities h2,
  .share h2 {
    font-size: 36px;
  }

  .vision-tex {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }

  .vfeature h4 {
    font-size: 20px;
  }

  .vfeature p {
    font-size: 14px;
  }

  .icon-vfeature {
    width: 74px;
    height: 74px;
  }

  .masterplan-left p {
    font-size: 16px;
  }

  .legend {
    margin: 15px 0 30px;
    gap: 9px;
  }

  .legend li {
    font-size: 16px;
  }

  .legend .dot {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
}

@media (max-width: 1300px) {
  .vfeature-outer {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .vision-row,
  .masterplan-inner {
    grid-template-columns: 400px auto;
    gap: 40px;
  }

  .hiw-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .share-grid {
    display: grid;
    grid-template-columns: 60% 1px 30%;
  }

  footer {
    padding: 50px 0;
  }

  .footer-tag {
    font-size: 17px;
  }

  .cat-top .badge {
    width: 50px;
    height: 50px;
  }

  .cat-title {
    font-size: 20px;
  }

  .footer-bottom {
    margin-top: 68px;
    font-size: 18px;
  }

  .footer-logo {
    max-width: 250px;
  }

  #panels {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 55px;
  }

  .hero-content {
    padding: 160px 0 70px;
  }

  .nav-links {
    display: none;
  }

  .header-actions .btn-olive {
    display: none;
  }

  .hamburger-btn {
    display: flex;
  }

  .banner-text {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .btn {
    font-size: 12px;
    padding: 12px 25px;
  }

  .vision-row,
  .masterplan-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .hiw-arrow {
    display: block;
  }

  .hiw-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .share-grid {
    grid-template-columns: 1fr 300px;
    gap: 30px;
  }

  .share-divider {
    display: none;
  }

  .share-side {
    align-items: flex-start;
  }

  .vfeature-outer> :nth-child(odd) {
    border: none;
  }

  .vision-col:not(:first-child) {
    border-left: none;
    text-align: left;
  }

  .badge {
    margin-left: 0;
  }
}

@media (max-width: 767px) {

  .vision-col h2,
  .masterplan-left h2,
  .hiw-outer h2,
  .amenities h2 {
    font-size: 28px;
    text-align: center;
  }

  .vision-bandag {
    font-size: 16px;
    text-align: center;
  }

  .share-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .secure-note p {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .share-side {
    max-width: 100%;
  }

  .secure-note {
    align-items: center;
    margin: 0 auto;
  }

  .share-left {
    text-align: center;
  }

  #amenities,
  .share {
    padding: 40px 0;
  }

  .hero-content h1 {
    font-size: 45px;
    text-align: center;
  }

  .baner-text-img {
    margin: 15px auto 25px;
    max-width: 58px;
    width: 100%;
  }

  .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vision-tex {
    text-align: center;
  }

  .banner-text {
    margin: 0 0 20px;
    text-align: center;
  }

  .main-banner {
    background-position: center;
  }

  .add-photo {
    padding: 12px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-contact {
    display: flex;
    justify-content: start;
  }

  .footer-logo {
    max-width: 200px;
    margin: 0;
  }

  .footer-tag {
    font-size: 17px;
    max-width: 100%;
    margin: 0;
  }

  .footer-bottom {
    margin-top: 50px;
    font-size: 18px;
  }

  .footer-contact ul li br {
    display: none;
  }

  .icon-vfeature {
    width: 54px;
    height: 54px;
  }

  .cat-examples {
    font-size: 14px;
    max-width: 100%;
  }

  .hiw-num {
    top: -13px;
    width: 24px;
    height: 24px;
  }

  .vision-col h2,
  .masterplan-left h2,
  .hiw-outer h2,
  .amenities h2,
  .share h2 {
    font-size: 30px;
    text-align: center;
  }

  .footer-contact-outer p.vision-bandag {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .vfeature {
    padding-left: 0;
    border: none;
  }

  .vfeature-outer,
  .category-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hiw-steps {
    grid-template-columns: repeat(1, 1fr);
  }

  .hiw-steps>*:not(:last-child)::after {
    top: 110%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .item-row {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  .item-card {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 36px;
    text-align: center;
  }

  .vision-col h2,
  .masterplan-left h2,
  .hiw-outer h2,
  .amenities h2,
  .share h2 {
    font-size: 26px;
    text-align: center;
  }

  .hero-content {
    padding: 130px 0 60px;
  }

  .logo {
    max-width: 120px;
    width: 100%;
  }

  .mp-image {
    border-radius: 6px;
  }

  .vision-bandag {
    font-size: 14px;
    text-align: center;
  }

  .share-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-tag {
    font-size: 14px;
  }

  #panels p.vision-bandag,
  #panels h2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .item-row {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}