@import url("nav.css");
@import url("custom.css");

:root {
  --bg-theme-color-primary: /* #090909 */ 9, 9, 9;
  --e-text-color-priamry: #000;
  --bg-theme-color-secondary: #fff;
  --primary-color: rgb(169, 144, 91);
  --secondary-color: rgb(34, 55, 34);
}

* {
  font-family: "Darker Grotesque", sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
section {
  padding-block: 70px 60px !important;
}

.description{
  font-size: 18px;
  line-height: 1.2;
}

.bg-theme-primary {
  background-color: rgb(var(--bg-theme-color-primary));
}
.bg-theme-secondary {
  background-color: var(--bg-theme-color-secondary);
}
.text-color-primary {
  color: var(--e-text-color-priamry);
}
.fw-500 {
  font-weight: 500;
}
.bg-alternate {
  background-color: #f9fafb;
}
.col-margin > div > div {
  padding-left: 15px;
  padding-right: 15px;
}

.w-300px {
  width: 300px;
}
.min-h-315px {
  min-height: 370px;
}
.w-60 {
  width: 60%;
}
.p-25px {
  padding: 25px;
}
.p-50px {
  padding: 50px;
}
.p-75px {
  padding: 75px;
}
.p-100px {
  padding: 100px;
}
.pt-100px {
  padding-top: 100px;
}
.pb-100px {
  padding-bottom: 100px;
}

.pt-50px {
  padding-top: 50px;
}
.pb-50px {
  padding-bottom: 50px;
}

.px-0-py-25px {
  padding: 25px 0px 25px 0px;
}
.px-0-py-50px {
  padding: 50px 0px 50px 0px;
}
.px-0-py-75px {
  padding: 75px 0px 75px 0px;
}
.px-0-py-150px {
  padding: 150px 0px 150px 0px;
}

.px-25px-py-50px {
  padding: 25px 50px 25px 50px;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-25px {
  border-radius: 25px;
}

.border-radius-50px {
  border-radius: 50px;
}

.border-top-radius-50px {
  border-radius: 50px 50px 0px 0px;
}

.border-bottom-radius-50px {
  border-radius: 0px 0px 50px 50px;
}

.border-top-right-radius-50px {
  border-radius: 0px 50px 0px 0px;
}

.border-radius-100px {
  border-radius: 100px;
}

.border-top-radius-100px {
  border-radius: 100px 100px 0px 0px;
}

.border-top-right-radius-100px {
  border-radius: 0px 100px 0px 0px;
  border-color: transparent;
  overflow: hidden;
}

.border-bottom-radius-100px {
  border-radius: 0px 0px 42px 42px; 
}

.navbar {
  background-color: rgba(0, 0, 0, 0.1);
  border: none !important;
}

.navbar ul li {
  margin: 5px 25px;
}
.navbar ul li:first-child {
  margin-left: 0;
}
.navbar ul li:first-child {
  margin-right: 0;
}

.navbar ul li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: #e4cebb !important;
  text-transform: uppercase;
  padding: 5px 7.5px;
  transition: all 0.3s linear;
}

.navbar ul li a:hover {
  color: rgba(29, 45, 71, 0.8) !important;
}

.banner {
  height: 100%;
}

.banner-carousel {
  position: relative;
  padding-bottom: 80px;
}
.banner-carousel .item {
  height: 100vh;
}
.banner-carousel .banner-img {
  position: relative;
}
.banner-carousel .banner-text {
  width: 460px;
  padding: 20px 30px 40px 30px;
  background: rgba(var(--bg-theme-color-primary), 0.8);
  border-radius: 0px 50px 0px 0px;
  position: absolute;
  top: 45%;
  right: 80px;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
}

.banner-carousel .banner-text .banner-heading {
  font-weight: 500;
  line-height: 48px;
}
.banner-carousel .banner-text h1.banner-heading {
  color: #e4cebb;
}
.banner-carousel .banner-text .banner-heading.txt-color {
  color: #e2f11d;
}

.banner-carousel .owl-nav button,
.section-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: rgba(var(--bg-theme-color-primary), 0.8) !important;
  color: #fff !important;
  position: absolute;
  top: 40%;
}

.banner-carousel .owl-nav .owl-prev,
.section-carousel .owl-nav .owl-prev {
  left: 0px;
}
.banner-carousel .owl-nav .owl-next,
.section-carousel .owl-nav .owl-next {
  right: 0px;
}

.section {
  position: relative;
}

.founder-message {
  /* margin-top: 75px; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.founder-message p{
font-size: 17px;
line-height: 1.2;
}

.section-title {
  letter-spacing: 4px;
  color: #aaa;
  margin-bottom: 40px;
}

.stats {
  background: rgb(var(--bg-theme-color-primary));
  color: #fff;
}

.stats span {
  font-size: inherit;
}

.content-heading {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.6rem;
}

.stats-box {
  color: #fff;
}

.stat-item {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.stat-item h2 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-item h5 {
  font-size: 20px;
  font-weight: 600;
}

.stat-item p {
  margin: 0;
  font-size: 1.25rem;
}

/* Rounded top-right corner */
.rounded-top-right {
  border-top-right-radius: 100px;
}

.project-card img {
  height: 220px;
  object-fit: cover;
}

.service-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.residential-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  color: rgb(var(--bg-theme-color-primary)) !important;
  position: absolute;
  top: 45%;
}

.residential-carousel .owl-nav .owl-prev {
  left: 0;
}
.residential-carousel .owl-nav .owl-next {
  right: 0;
}

.residental .card-body {
  background-color: var(--bg-theme-color-secondary);
}

.residental .card-body > * {
  font-family: "Darker Grotesque", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--bg-theme-color-primary));
}

.testimonial-wrap {
  margin: 0 auto;
  position: relative;
}
.testimonial-wrap .item {
  padding: 20px 30px;
  background-color: rgb(var(--bg-theme-color-primary));
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-head-image {
  order: 2;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.25;
  color: #071526;
  margin-top: 20px;
  margin-bottom: 20px;
}

.owl-carousel .owl-item .testimonial-head-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.author strong {
  display: block;
  font-size: 20px;
}

.author span {
  font-size: 18px;
  color: #090909;
}

/* .owl-nav {
  position: absolute;
  right: 30px;
  top: 40px;
}
*/

.carousel-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-theme-color-secondary) !important;
  color: #fff !important;
  margin-left: 10px;
}

.carousel-nav .carousel-nav-prev {
  transform: scaleX(-1);
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.deal {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.deal:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.deal .position-relative {
  z-index: 1;
}

/*****  project page details ******/
.project-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-banner:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner-slogan {
  color: #e4cebb;
  position: relative;
  z-index: 1;
}

.slogan-title {
  font-size: 6vw;
  font-weight: 600;
  line-height: 100%;
}

.scroll-down .down-arrow{

      border: 2px solid #fff!important;
    border-radius: 1000px;
    width: 40px;
    height: 60px;
    display: block;
    margin: auto;
    padding-top: 15px;
    margin-top: 15px; 
}
.scroll-down .down-arrow img{
    animation: buttonarrow2 0.6s infinite alternate ease-in-out;
    width: 20px;
}

@keyframes buttonarrow2 {
  0% {
    transform: translateY(0);
    opacity: 1.0;
  }

  100% {
    transform: translateY(-0.6em);
    opacity: 1.0;
  }
}

.projt-li-cls {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.desc-list-item {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 10px;
}

.desc-list-item.item-icon-rounded,
.svg-lf {
  width: 48px;
  height: 48px;
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.svg-lf {
  width: 40px;
  height: 40px;
  border: 1px solid #dfc4ae;
}

.pdf-icon-list {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}

.pdf-icon-list li {
  float: left;
  padding: 15px;
  width: 33%;
}

.pdf-box {
  border: 2px solid #e4cebb;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  min-height: 140px;
}

.pdf-box img {
  width: 50%;
  margin: 0 auto 10px;
}

.pdf-box:hover {
  transform: scale(1.1);
}

.pdf-icon-list li a,
.pdf-box,
.pdf-box a,
.pdf-box span,
.pdf-box:hover {
  text-decoration: none;
  color: #000;
}

.pdf-box span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.cs-border {
  border: 1px solid #f9fafb;
}
.prop-box {
  min-height: 200px;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.prop-box:hover {
  border-color: #c5a059;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.map-embed {
  margin-left: 0;
  margin-right: 0;
}

footer {
  color: #fff;
  padding: 40px 0;
}

footer .footer-heading {
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  /* color: #FFFFFF; */
  color: #e4cebb;
  margin-bottom: 30px;
}

footer .footer-logo img {
  max-width: 160px;
}

footer .footer-text,
footer .address-text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #dbdbdb;
  margin-right: 30px;
}

footer .footer-text a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

footer .address-text {
  line-height: 27px;
}

footer .contact-btns ul {
  margin: 10px 0px 10px -35px;
}
footer .contact-btns ul li {
  position: relative;
  align-items: center;
  display: flex;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

footer .contact-btns ul li a {
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

footer .contact-btns .icon-list-icon {
  display: flex;
  gap: 10px;
  margin: 7px;
}
footer .contact-btns .contact-icon-svg {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}

footer .contact-btns svg {
  fill: #ffffff;
}
footer .contact-btns .svg-phone {
  transform: rotate(90deg);
}

footer .bottom-links,
footer .bottom-links li {
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer .bottom-links li {
  border-width: 0px;
  position: relative;
}

footer .bottom-links li a {
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  padding: 7px 3px;
  color: #fff;
}

footer .social-icons-grid {
  display: flex;
  gap: 10px;
  margin: 10px 0px 10px -5px;
}
footer .social-icons-grid .social-grid-item {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
footer .social-icons-grid .icon-svg {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}

footer svg {
  fill: #fff;
}

.quick-contact {
  right: 35px;
  bottom: 35px;
  z-index: 999999999999;
}

.quick-contact .whatsapp {
  background: #27b43e;
  --box-shadow-color: #27b43e;
}

.quick-contact .call-icn {
  background: #008cdc;
  --box-shadow-color: #008cdc;
}

@media (max-width: 767px) {
  .stats {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* 1201px - 1440px */
@media (min-width: 1201px){
 .about-project .banner-img img{
  width: 75%;
  display: block;
  margin: 0 auto;
 }
 .about-project p{
  line-height: 1.5;
  /* font-size: 20px; */
 }

 .pdf-icon-list li{

  width: 30%;
 }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* 1441px and above */
@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
    padding-left: 25px;
    padding-right: 25px; /* keep consistent spacing */
  }
}

.navbar-brand {
  width: 140px;
}


/* ------------------------------------------------------------------------------------------- */

.project-info {
  position: relative;
  /* background: #eeeeee; */
  background: rgba(225, 208, 159, 0.4);
  padding:  38px 0 !important;
  overflow: hidden;
}



.project-info__cards {
  position: relative;
  z-index: 2;
}

.project-info__card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 13px;
  box-shadow: 0 3px 0 var(--primary-color), 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.project-info__card:hover {
 
  background: var(--primary-color);
 
  box-shadow: 0 3px 0 #ffffff, 0 8px 18px rgba(0, 0, 0, 0.08);
 
}
.project-info__card:hover .project-info__content :is(span, h3) {
  color: #fff;
}
/* .project-info__card--active {
  background: #e8f84e;
} */

.project-info__icon {
  width: 56px;
  min-width: 56px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddddd;
  padding-right: 18px;
}

/* .project-info__icon--active {
  width: 56px;
  height: 56px;
  min-width: 56px;
  padding: 10px;
  border-right: 0;
  border-radius: 8px;
  background: #ffffff;
} */

.project-info__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.4);
}

.project-info__label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #8e929b;
}

.project-info__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: #050812;
}

/* Responsive */
@media (max-width: 1199px) {
  .project-info__card {
    padding: 17px 18px;
    gap: 15px;
  }

  .project-info__title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .project-info {
    padding: 35px 0 28px;
  }

  .project-info__card {
    min-height: 78px;
    padding: 16px 18px;
  }
}

@media (max-width: 420px) {
  .project-info__card {
    align-items: flex-start;
    gap: 14px;
  }

  .project-info__icon {
    width: 48px;
    min-width: 48px;
    padding-right: 14px;
  }

  .project-info__icon--active {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 9px;
  }

  .project-info__label {
    font-size: 11px;
  }

  .project-info__title {
    font-size: 14px;
  }
}




.floor-plans {
  padding: 80px 0;
  background: #fff;
}

.floor-plans__heading-wrap {
  margin-bottom: 45px;
}

.floor-plans__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.floor-plans__label::after {
  content: "";
  width: 42px;
  height: 1px;
  background: #777;
  display: block;
}

.floor-plans__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.15;
  font-weight: 400;
  /* color: #a43767; */
  color: var(--primary-color);
  margin: 0;
}

.floor-plans__card {
  height: 100%;
  /* min-height: 448px; */
  /* padding: 38px 28px 32px; */
  border: 1px solid #cfcfcf;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.floor-plans__image-wrap {
  width: 100%;
  /* height: 245px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.floor-plans__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.floor-plans__content {
  text-align: center;
  padding-top: 30px;
}

.floor-plans__card-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  /* color: #a43767; */
  color:  var(--primary-color);
  margin-bottom: 4px;
}

.floor-plans__size {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 0;
}

.floor-plans__bhk {
  font-size: 20px;
  line-height: 1.3;
  color: #666;
  margin: 4px 0 0;
}

/* Tablet */
@media (max-width: 991.98px) {
  .floor-plans {
    padding: 60px 0;
  }

  .floor-plans__heading-wrap {
    margin-bottom: 35px;
  }

  .floor-plans__card {
    min-height: 420px;
  }

  .floor-plans__image-wrap {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .floor-plans {
    padding: 45px 0;
  }

  .floor-plans__heading-wrap {
    text-align: left;
    margin-bottom: 28px;
  }

  .floor-plans__label {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .floor-plans__title {
    font-size: 32px;
  }

  .floor-plans__card {
    min-height: auto;
    padding: 28px 18px 26px;
  }

  .floor-plans__image-wrap {
    height: 210px;
  }

  .floor-plans__card-title {
    font-size: 21px;
  }

  .floor-plans__bhk {
    font-size: 19px;
  }
}






.faq-section {
  padding: 30px 0 55px;
  background: #fff;
}

.faq-section__heading {
  text-align: center;
  margin-bottom: 32px;
}

.faq-section__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.faq-section__label::after {
  content: "";
  width: 38px;
  height: 1px;
  background: #777;
  display: block;
}

.faq-section__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.15;
  /* color: #a43767; */
  color:  var(--primary-color);
  margin: 0;
}

.faq-section__accordion {
  border-top: 1px solid #d8d8d8;
      width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px){
.faq-section__accordion {
      width: 100%;
}


}

.faq-section__item {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  background: transparent;
}

.faq-section__button {
  min-height: 48px;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 700;
  color: #4f4f4f;
  background: transparent;
  box-shadow: none;
  border-radius: 0 !important;
}

.faq-section__button:focus {
  box-shadow: none;
}

.faq-section__button:not(.collapsed) {
  padding: 15px 20px;
  color: #fff;
  /* background: #a43767; */
  background: var(--primary-color);
  box-shadow: none;
}

.faq-section__button::after {
  content: "+";
  width: auto;
  height: auto;
  background-image: none;
  font-size: 18px;
  font-weight: 700;
  color: currentColor;
  transform: none;
}

.faq-section__button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: none;
}

.faq-section__body {
  padding: 20px 20px 14px;
  background: #eeeeee;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.7;
}

.faq-section__list {
  padding-left: 25px;
  margin: 0;
}

.faq-section__list li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.faq-section__list li::marker {
  /* color: #a43767; */
  color:  var(--primary-color);;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .faq-section {
    padding: 35px 0 45px;
  }

  .faq-section__heading {
    margin-bottom: 25px;
  }

  .faq-section__title {
    font-size: 34px;
  }

  .faq-section__button {
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-section__button:not(.collapsed) {
    padding: 15px;
  }

  .faq-section__body {
    padding: 18px 15px 12px;
  }
}




.master-plan {
  padding: 28px 0 38px;
  background: #fff;
}

.master-plan__heading {
  text-align: center;
  margin-bottom: 25px;
}

.master-plan__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #8c8c8c;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.master-plan__label::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #777;
  display: block;
}

.master-plan__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  /* color: #a43767; */
  color:  var(--primary-color);
  margin: 0;
}

.master-plan__image-box {
  width: 100%;
  overflow: hidden;
}

.master-plan__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 991.98px) {
  .master-plan {
    padding: 35px 0;
  }

  .master-plan__heading {
    margin-bottom: 22px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .master-plan {
    padding: 30px 0;
  }

  .master-plan__label {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .master-plan__title {
    font-size: 34px;
  }

  .master-plan__image {
    min-height: 230px;
    object-fit: cover;
    object-position: center;
  }
}





.enquiry-modal__dialog {
  max-width: 880px;
  padding: 15px;
}

.enquiry-modal__content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.enquiry-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.enquiry-modal__image {
  min-height: 100%;
  background-image: linear-gradient(rgba(42, 28, 12, 0.35), rgba(42, 28, 12, 0.75)),
    url("../imgs/popup-img.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.enquiry-modal__overlay {
  padding: 35px;
  color: #ffffff;
}

.enquiry-modal__image-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.enquiry-modal__image-text {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

.enquiry-modal__body {
  padding: 30px;
  background-color: #ffffff;
}

.enquiry-modal__badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 11px;
  border-radius: 50px;
  background-color: #f6eadb;
  color: #b9792e;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.enquiry-modal__title {
  font-size: 32px;
  font-weight: 800;
  color: #24160a;
  margin-bottom: 8px;
}

.enquiry-modal__subtitle {
  font-size: 15px;
  color: #6d6258;
  margin-bottom: 24px;
}

.enquiry-form__label {
  font-size: 14px;
  font-weight: 600;
  color: #31251b;
  margin-bottom: 7px;
}

.enquiry-form__input {
  min-height: 30px;
  border-radius: 12px;
  border: 1px solid #e3d6c8;
  font-size: 14px;
  color: #24160a;
  padding: 8px 14px;
  box-shadow: none;
}

.enquiry-form__input:focus {
  border-color: #c88a3d;
  box-shadow: 0 0 0 4px rgba(200, 138, 61, 0.14);
}

.enquiry-form__textarea {
  min-height: 95px;
  resize: none;
}

.enquiry-form__btn {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #c88a3d, #9b5f1d);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.enquiry-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(155, 95, 29, 0.28);
}

.enquiry-modal__note {
  font-size: 12px;
  color: #8a7f73;
  text-align: center;
  margin: 16px 0 0;
}

@media (max-width: 991px) {
  .enquiry-modal__dialog {
    max-width: 620px;
  }

  .enquiry-modal__body {
    padding: 38px 28px 28px;
  }
}

@media (max-width: 575px) {
  .enquiry-modal__dialog {
    padding: 10px;
    margin: 0 auto;
  }

  .enquiry-modal__content {
    border-radius: 18px;
  }

  .enquiry-modal__body {
    padding: 36px 20px 24px;
  }

  .enquiry-modal__title {
    font-size: 26px;
  }

  .enquiry-modal__subtitle {
    font-size: 14px;
  }

  .enquiry-modal__close {
    top: 12px;
    right: 12px;
  }
}


/* ------------------------------------------------------------------------------------------- */
.gallery-section {
  background: #ffffff;
}

.gallery-section__eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding-right: 48px;
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.gallery-section__eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 1px;
  background: #9b9b9b;
  transform: translateY(-50%);
}

.gallery-section__title {
  margin: 0;
  /* color: #a63f69; */
  color: var(--primary-color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
}

.gallery-section__item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 2.65;
  background: #f5f5f5;
}

.gallery-section__item::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-section__item:hover::after {
  opacity: 1;
}

.gallery-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-section__item:hover .gallery-section__img {
  transform: scale(1.06);
}

@media (max-width: 767.98px) {
  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-section__title {
    font-size: 32px;
  }

  .gallery-section__item {
    aspect-ratio: 16 / 10;
  }
}
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */


.project-contact {
  padding: 80px 0;
  background: #f8f6ef;
}

.project-contact__map,
.project-contact__form-box {
  height: 100%;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
}

.project-contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  display: block;
}

.project-contact__form-box {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(34, 55, 34, 0.12);
}

.project-contact__tag {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 50px;
  background: rgba(225, 208, 159, 0.45);
  color: #a9905c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.project-contact__title {
  color: #223722;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
}

.project-contact__text {
  color: #7c8c6c;
  font-size: 15px;
  margin-bottom: 28px;
}

.project-contact__label {
  color: #223722;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}

.project-contact__control {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(169, 144, 92, 0.45);
  border-radius: 14px;
  padding: 0 16px;
  color: #223722;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.project-contact__control::placeholder {
  color: #9a9a9a;
}

.project-contact__control:focus {
  border-color: #a9905c;
  box-shadow: 0 0 0 4px rgba(169, 144, 92, 0.15);
}

.project-contact__control--textarea {
  height: 60px;
  resize: none;
  padding-top: 15px;
}

.project-contact__btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #a9905c, #c68632);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

.project-contact__btn:hover {
  background: linear-gradient(135deg, #223722, #7c8c6c);
}

@media (max-width: 991px) {
  .project-contact {
    padding: 60px 0;
  }

  .project-contact__map,
  .project-contact__map iframe,
  .project-contact__form-box {
    min-height: auto;
  }

  .project-contact__map iframe {
    height: 420px;
  }

  .project-contact__title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .project-contact {
    padding: 45px 0;
  }

  .project-contact__form-box {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .project-contact__map {
    border-radius: 22px;
  }

  .project-contact__map iframe {
    height: 320px;
  }

  .project-contact__title {
    font-size: 28px;
  }

  .project-contact__btn {
    height: 54px;
  }
}


/* ------------------------------------------------------------------------------------------ */









.vg-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(170, 144, 92, 0.22), transparent 32%),
    linear-gradient(135deg, #000000 0%, #0a0d08 48%, #071006 100%);
  color: #ffffff;
  padding: 80px 0 0;
  border-top: 1px solid rgba(225, 208, 159, 0.18);
}

.vg-footer__glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  pointer-events: none;
}

.vg-footer__glow--left {
  left: -120px;
  bottom: 40px;
  background: #aa905c;
}

.vg-footer__glow--right {
  right: -120px;
  top: 40px;
  background: #223722;
}

.vg-footer__top {
  position: relative;
  z-index: 2;
  padding-bottom: 55px;
}

.vg-footer__logo {
  max-width: 180px;
  margin-bottom: 24px;
}

.vg-footer__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #e1d09f;
  margin-bottom: 28px;
  padding-bottom: 12px;
}

.vg-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, #aa905c, transparent);
}

.vg-footer__text {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 18px;
}

.vg-footer__text--small {
  font-size: 15px;
  max-width: 290px;
}

.vg-footer__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e1d09f;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.vg-footer__read-more:hover {
  color: #ffffff;
  gap: 12px;
}

.vg-footer__contact-list,
.vg-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vg-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.vg-footer__contact-item strong {
  display: block;
  color: #ffffff;
  margin-bottom: 4px;
}

.vg-footer__contact-item p,
.vg-footer__contact-item a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  line-height: 1.7;
  transition: 0.3s ease;
}

.vg-footer__contact-item a:hover {
  color: #e1d09f;
}

.vg-footer__icon {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(225, 208, 159, 0.1);
  border: 1px solid rgba(225, 208, 159, 0.24);
  color: #e1d09f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.vg-footer__links li {
  margin-bottom: 13px;
}

.vg-footer__links a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
  padding-left: 0;
}

.vg-footer__links a::before {
  content: "›";
  position: absolute;
  left: 0;
  opacity: 0;
  color: #e1d09f;
  transition: 0.3s ease;
}

.vg-footer__links a:hover {
  color: #e1d09f;
  padding-left: 16px;
}

.vg-footer__links a:hover::before {
  opacity: 1;
}

.vg-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vg-footer__social a {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(225, 208, 159, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-decoration: none;
  transition: 0.35s ease;
}

.vg-footer__social a:hover {
  background: #aa905c;
  color: #000000;
  transform: translateY(-4px);
  border-color: #aa905c;
}

.vg-footer__bottom {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  border-top: 1px solid rgba(225, 208, 159, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vg-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.vg-footer__bottom-links {
  display: flex;
  gap: 22px;
}

.vg-footer__bottom-links a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.vg-footer__bottom-links a:hover {
  color: #e1d09f;
}

@media (max-width: 991px) {
  .vg-footer {
    padding-top: 60px;
  }

  .vg-footer__logo {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .vg-footer {
    text-align: center;
  }

  .vg-footer__text,
  .vg-footer__text--small {
    margin-left: auto;
    margin-right: auto;
  }

  .vg-footer__title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .vg-footer__contact-item {
    justify-content: center;
    text-align: left;
  }

  .vg-footer__social {
    justify-content: center;
  }

  .vg-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

















