.elementor-467 .elementor-element.elementor-element-b891088{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-292d736{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-467 .elementor-element.elementor-element-20fe483{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-5acf3a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-c32c0c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-faa7c0c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-467 .elementor-element.elementor-element-cfdd3e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-4e253ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-f6c2f37{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-467 .elementor-element.elementor-element-f986acc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-467 .elementor-element.elementor-element-602ecfd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-292d736 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #e7ebe2;
  color: #1b1b1b;
}

.home-banner {
  padding: 30px 20px;
  background: #e7ebe2;
}

.home-banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.banner-left {
  flex: 0 0 62%;
  background: #f4f4f2;
  border-radius: 28px;
  padding: 46px 48px;
}

.banner-right {
  flex: 0 0 38%;
  background: #6b330d;
  border-radius: 22px;
  padding: 44px 32px;
  color: #ffffff;
}

.tag {
  display: inline-block;
  background: #97c93c;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.banner-left h1 {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  color: #101828;
  margin-bottom: 22px;
  max-width: 700px;
}

.banner-left h2 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  color: #6b330d;
  margin-bottom: 22px;
  max-width: 540px;
}

.banner-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a514b;
  max-width: 760px;
}

.banner-buttons {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 14px;
  padding: 16px 28px;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #97c93c;
  color: #111111;
  border: 1px solid #97c93c;
}

.btn-primary:hover {
  background: #87b833;
}

.price-label {
  font-size: 20px;
  font-weight: 700;
  color: #97c93c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.banner-right h3 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 26px;
  color: #ffffff;
}

.price-text {
  font-size: 16px;
  line-height: 1.9;
  color: #f2e9e1;
  margin-bottom: 34px;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 0;
  margin-left: 0;
}

.feature-list li {
  position: relative;
  background: rgba(255, 255, 255, 0.10);
  padding: 18px 20px 18px 40px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 0;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #97c93c;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 991px) {
  .home-banner-wrapper {
    flex-direction: column;
  }

  .banner-left,
  .banner-right {
    flex: 1 1 100%;
  }

  .banner-left h1 {
    font-size: 44px;
  }

  .banner-right h3 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .banner-left,
  .banner-right {
    padding: 30px 24px;
  }

  .banner-left h1 {
    font-size: 34px;
  }

  .banner-left h2 {
    font-size: 20px;
  }

  .banner-left p,
  .price-text,
  .feature-list li {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .banner-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcf3ab9 */.next-project-section {
  background: #e7ebe2;
  padding: 80px 20px;
}

.next-project-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.mini-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #9dcc3a;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.section-head p {
  font-size: 15px;
  line-height: 1.8;
  color: #5f5a54;
  margin: 0;
}

.project-spec-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  margin-bottom: 40px;
}

.spec-box {
  background: #f7f7f3;
  border: 1px solid #dcd8d0;
  border-radius: 15px;
  padding: 26px 22px;
  transition: 0.3s ease;
}

.spec-box:hover {
  transform: translateY(-4px);
}

.spec-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #6b330d;
  margin-bottom: 10px;
}

.spec-box p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
}

.spec-box span {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  color: #67615c;
}

.project-main-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.project-description {
  background: #f4f4ef;
  border-radius: 26px;
  padding: 38px 34px;
}

.project-description h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-bottom: 7px;
}

.project-description p {
  font-size: 14px;
  line-height: 1.9;
  color: #5f5a54;
  margin-bottom: 16px;
}

.project-description p:last-child {
  margin-bottom: 0;
}

.project-features-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.feature-column {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 28px;
  border: 1px solid #ded9d1;
}

.feature-column h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #6b330d;
  margin-bottom: 16px;
}

.feature-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-column ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.7;
  color: #393532;
}

.feature-column ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9dcc3a;
  position: absolute;
  left: 0;
  top: 9px;
}

.future-column {
  background: #6b330d;
  border: none;
}

.future-column h3 {
  color: #9dcc3a;
}

.future-column p {
  font-size: 15px;
  line-height: 1.9;
  color: #f4eee8;
  margin: 0;
}

@media (max-width: 991px) {
  .project-spec-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-main-grid {
    grid-template-columns: 1fr;
  }

  .project-features-wrap {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .next-project-section {
    padding: 60px 15px;
  }

  .project-spec-band {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .section-head p,
  .project-description p,
  .future-column p,
  .feature-column ul li {
    font-size: 15px;
  }

  .project-description,
  .feature-column,
  .spec-box {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-20fe483 *//* Keep headings left aligned */
.section-head h2,
.project-description h3,
.feature-column h3,
.future-column h3 {
  text-align: left;
}

/* Justify all content text */
.next-project-section p,
.next-project-section li {
  text-align: justify;
  text-justify: inter-word;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acdc5ff */.location-section {
  width: 100%;
  padding: 60px 20px;
  background: #e7ebe2;
}

.location-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #f7f7f3;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #d9d5cd;
}

.location-tag {
  display: inline-block;
  background: #9dcc3a;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.location-box h2 {
  font-size: 36px;
  color: #111827;
  margin-bottom: 18px;
  text-align: left;
}

.location-box p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f5a54;
  margin-bottom: 20px;
  text-align: justify;
}

.location-box ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.location-box ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #393532;
  text-align: justify;
}

.location-box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #9dcc3a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.location-btn {
  display: inline-block;
  background: #6b330d;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}

.location-btn:hover {
  background: #52270a;
}

@media (max-width: 767px) {
  .location-box {
    padding: 25px 20px;
  }

  .location-box h2 {
    font-size: 28px;
  }

  .location-box p,
  .location-box ul li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c32c0c2 */.floor-plan-section {
  width: 100%;
  padding: 22px 22px;
  background: #e7ebe2;
}

.floor-plan-container {
  max-width: 1200px;
  margin: 0 auto;
}

.floor-plan-head {
  max-width: 900px;
  margin-bottom: 35px;
}

.floor-plan-tag {
  display: inline-block;
  background: #9dcc3a;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.floor-plan-head h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  text-align: left;
}

.floor-plan-head h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #6b330d;
  margin-bottom: 16px;
  text-align: left;
}

.floor-plan-head p {
  font-size: 17px;
  line-height: 1.9;
  color: #5f5a54;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
}

.floor-plan-image-box {
  background: #f7f7f3;
  border: 1px solid #d8d4cc;
  border-radius: 24px;
  padding: 20px;
  overflow: hidden;
}

.floor-plan-image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 767px) {
  .floor-plan-section {
    padding: 60px 15px;
  }

  .floor-plan-head h2 {
    font-size: 30px;
  }

  .floor-plan-head h3 {
    font-size: 20px;
  }

  .floor-plan-head p {
    font-size: 15px;
  }

  .floor-plan-image-box {
    padding: 12px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f6f245 */.elevation-section {
  padding: 80px 20px;
  background: #f4f6f1;
}

.elevation-container {
  max-width: 1200px;
  margin: 0 auto;
}

.elevation-head {
  max-width: 800px;
  margin-bottom: 40px;
}

.elevation-tag {
  display: inline-block;
  background: #9dcc3a;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.elevation-head h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  text-align: left;
}

.elevation-head p {
  font-size: 17px;
  line-height: 1.9;
  color: #5f5a54;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
}

/* GRID */
.elevation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.elevation-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #ddd8cf;
  transition: 0.3s ease;
}

.elevation-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.elevation-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* TITLE */
.elevation-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #6b330d;
  padding: 18px 20px;
  margin: 0;
  text-align: left;
}

/* MOBILE */
@media (max-width: 991px) {
  .elevation-grid {
    grid-template-columns: 1fr;
  }

  .elevation-head h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .elevation-section {
    padding: 60px 15px;
  }

  .elevation-head h2 {
    font-size: 28px;
  }

  .elevation-head p {
    font-size: 15px;
  }

  .elevation-card img {
    height: 240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6c2f37 */.ownership-cta-section {
  padding: 80px 10px;
  background: #e7ebe2;
}

.ownership-cta-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #6b330d;
  border-radius: 20px;
  overflow: hidden;
}

.ownership-top {
  padding: 55px 55px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ownership-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a8d63f;
  margin-bottom: 18px;
}

.ownership-top h2 {
  font-size: 55px;
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  max-width: 720px;
}

.ownership-top p {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.9;
  color: #f3e9df;
  text-align: justify;
  margin: 0;
}

.ownership-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0;
  align-items: stretch;
}

.ownership-point,
.ownership-action {
  padding: 34px 32px;
}

.ownership-point {
  background: rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ownership-point h3 {
  font-size: 22px;
  font-weight: 700;
  color: #a8d63f;
  margin-bottom: 12px;
}

.ownership-point p {
  font-size: 16px;
  line-height: 1.8;
  color: #f5ede6;
  text-align: justify;
  margin: 0;
}

.ownership-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.08);
}

.ownership-btn {
  display: inline-block;
  background: #9dcc3a;
  color: #111111;
  text-decoration: none;
  padding: 18px 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
  text-align: center;
}

.ownership-btn:hover {
  background: #89b932;
}

@media (max-width: 991px) {
  .ownership-top {
    padding: 40px 30px 30px;
  }

  .ownership-top h2 {
    font-size: 40px;
  }

  .ownership-bottom {
    grid-template-columns: 1fr;
  }

  .ownership-point,
  .ownership-action {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ownership-action {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ownership-cta-section {
    padding: 60px 15px;
  }

  .ownership-top h2 {
    font-size: 30px;
  }

  .ownership-top p,
  .ownership-point p {
    font-size: 15px;
  }

  .ownership-point,
  .ownership-action {
    padding: 24px 20px;
  }

  .ownership-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-602ecfd */.project-details-content {
  margin-top: 30px;
}

.project-details-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #5a514b;
  margin-bottom: 18px;
}

.project-details-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #6b330d;
  margin: 28px 0 14px;
}

.project-details-content ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.project-details-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.8;
  color: #3f3a36;
}

.project-details-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #97c93c;
  font-size: 22px;
  line-height: 1;
}

.project-details-content strong {
  color: #101828;
}/* End custom CSS */