@font-face {
      font-family: 'IBMPlexSans';
      src: url('font/ibm-plex-sans-3/IBMPlexSans-Bold.ttf') format('truetype');
      font-style: normal;
    }
    @font-face {
      font-family: 'IBMPlexSans';
      src: url('font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
      
      font-style: normal;
    }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair', sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Header Styles */
.header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-brand h2 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-50)/var(--unnamed-line-spacing-67) var(--unnamed-font-family-playfair-display);
letter-spacing: var(--unnamed-character-spacing-1-5);
color: var(--unnamed-color-142334);
text-align: left;
font: normal normal bold 50px/67px Playfair Display;
letter-spacing: 1.5px;
color: #142334;
}

.nav-brand p {
font: normal normal normal 16px/20px IBM Plex Sans;
letter-spacing: 4.8px;
color: #142334;
text-transform: uppercase;
}

.nav-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-contact span {
  color: #333;
  font-weight: 600;
}

.contact-btn {
  background: #ff6b35;
  color: white;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #e55a2b;
}

/* Hero Section */

.hero-top{
  color: white;
  padding: 0rem 0rem 0rem 2rem;
  margin-top: 8rem;  
}


.hero {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8rem 2rem 4rem;
  margin-top: 80px; */ 
    background-image: url('./img/couple.png');
    opacity: 1 !important;
    transform: translateY(0px);
    transition: opacity 0.6s, transform 0.6s;
    background-size: 60%;
    background-position-x: 125%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.hero-text{
  margin: 4rem 0;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-innercontent {
    margin-top: 10px;
    margin-bottom: 12px;
}
.hero-text h3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 26px/35px var(--unnamed-font-family-playfair-display);
color: var(--unnamed-color-ffffff);
text-align: left;
font: normal normal bold 23px/35px Playfair Display;
letter-spacing: 0.78px;
color: #FFFFFF;
opacity: 1 !important;}

.hero-text h1 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 52px/69px var(--unnamed-font-family-playfair-display);
color: var(--unnamed-color-ffffff);
text-align: left;
font: normal normal bold 52px/69px Playfair Display;
letter-spacing: 1.56px;
color: #FFFFFF;
opacity: 1 !important;
margin-bottom: 15px;
line-height: 1;
}

.hero-text p {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 18px/23px var(--unnamed-font-family-ibm-plex-sans);
color: var(--unnamed-color-ffffff);
text-align: justify;
font: normal normal normal 18px/23px IBM Plex Sans;
letter-spacing: 0.54px;
color: #FFFFFF;
opacity: 1 !important;
}

.cta-btn {
  /* background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-16)/21px var(--unnamed-font-family-playfair-display);
letter-spacing: var(--unnamed-character-spacing-0-48);
color: var(--unnamed-color-212121);
text-align: left;
font: normal normal bold 16px/21px Playfair Display;
letter-spacing: 0.48px;
color: #212121;
text-transform: uppercase;
PADDING: 10px;
border: none;
margin-top: 10px; */
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between line and text */
  padding: 12px 24px;
  border:none; /* black border */
  background: #fff; /* white background */
  font-family: 'IBMPlexSans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.cta-btn1{
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between line and text */
  padding: 12px 24px;
  border:none; /* black border */
  background: #000000; /* white background */
  font-family: 'IBMPlexSans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.cta-btn::before {
  content: "";
  display: inline-block;
  width: 20px;   /* length of line */
  height: 2px;   /* thickness of line */
  background: #000;
}
.cta-btn1::before {
  content: "";
  display: inline-block;
  width: 20px;   /* length of line */
  height: 2px;   /* thickness of line */
  background: #ffffff;
}



.cta-btn:hover {
  background: #e55a2b;
  transform: translateY(-2px);
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 1 !important;
}

/* marqee */
.mar-sale{
  background-color: #e55a2b;
}
.mar-sec{
color: #fff;
    font: normal normal bold 32px / 69px Playfair Display !important;
    text-transform: uppercase;
    padding: 0px;
}

/* Highlights Section */
.highlights {
  padding: 4rem 2rem;
  background: #f8f9fa;
}

.highlights-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.highlights-image {
  position: relative;
}

.highlights-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  opacity: 1 !important;
}

.price-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ff6b35;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

.highlights-text h2 {
  font: normal normal bold 52px/69px Playfair Display;
letter-spacing: 1.56px;
color: #142334;
}

.highlights-list {
  list-style: none;
}

.highlights-list li {
  font: normal normal bold 18px/24px Playfair Display;
letter-spacing: 0.54px;
color: #212121;
margin-bottom: 30px;
line-height:1.7;
}

.highlights-list li:last-child {
  border-bottom: none;
}

/* Masterplan Section */
.masterplan {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  /* padding: 4rem 2rem; */
  width: 100%;
}

.masterplan-content {
 display: grid;
  grid-template-columns: 1fr 1fr; /* side by side */
  min-height: 500px; /* adjust as needed */
}

.masterplan-text h2 {
font: normal normal bold 52px/34px Playfair Display;
letter-spacing: 1.56px;
color: #FFFFFF;
}

.masterplan-text p {
  line-height: 1.6;
}

.masterplan-image {
  background: #000; /* black background */
  padding: 5rem;
}

.masterplan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes it fill the block neatly */
}
.masterplan-text {
    padding: 4rem;
    margin: auto;
}

/* Responsive stacking on mobile */
@media (max-width: 768px) {
  .masterplan-content {
    grid-template-columns: 1fr; /* stack vertically */
  }

.nav-brand h2{
    text-align :center;
    font-size:32px;
}
  .masterplan-image {
    min-height: 300px; /* make sure image has height on mobile */
  }
}


 .masterplan-text p {
font: normal normal normal 26px/34px IBM Plex Sans;
letter-spacing: 0.78px;
color: #FFFFFF;
margin-top: 20px;
text-align: justify;
}

.masterplan-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 1 !important;
} 

/* Limited Lots Section */
.limited-lots {
  padding: 4rem 2rem;
  background: #fff;
}

.limited-lots-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.lots-text h3 {
color: var(--unnamed-color-142334);
text-align: left;
font: normal normal bold 26px/34px Playfair Display;
letter-spacing: 0.78px;
color: #142334;
}

.lots-text h2 {
  text-align: left;
font: normal normal bold 52px/34px Playfair Display;
letter-spacing: 1.56px;
color: #142334;
text-transform: uppercase;
line-height: 1;
}

.lots-text p {
font: normal normal normal 26px/34px IBM Plex Sans;
letter-spacing: 0.78px;
color: #8E8A8A;
}

/* Enquiry Form */
.enquiry-form {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.enquiry-form h3 {
font: normal normal bold 52px/19px Playfair Display;
letter-spacing: 1.56px;
color: #142334;
text-transform: uppercase;
}

.enquiry-form p {
    font: italic normal bold 24px/19px Playfair Display;
    letter-spacing: 0.72px;
    color: #142334;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff6b35;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.submit-btn {
  background: #333;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #555;
}

/* Bottom CTA Section */
.bottom-cta {
  /* background: #ff6b35;
  color: white;
  padding: 3rem 2rem;
  text-align: center; */
    background: transparent url('./img/bg.png') 0% 0% no-repeat;
    padding: 3rem 2rem;
    background-size: cover;
    background-position: bottom;
    opacity: 1 !important;
}

.cta-content h2 {
 text-align: left;
font: normal normal bold 52px/69px Playfair Display;
letter-spacing: 1.56px;
color: #FFFFFF;
padding-left: 8rem;
}


  .cta-content .cta-btn {
    background: white;
    color: #000000;
    float: right;
    bottom: 4rem;
    position: relative;
    right: 8rem;
}


.cta-content .cta-btn:hover {
  background: #f0f0f0;
}

/* Location Section */
.location {
  padding: 4rem 2rem;
  background: #f8f9fa;
}

.location-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.location-map img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  opacity: 1 !important;
}

.location-details h2 {
  font: normal normal bold 50px/67px Playfair Display;
letter-spacing: 1.5px;
color: #142334;
text-transform: uppercase;
}

.location-list {
  list-style: none;
}

.location-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font: normal normal bold 16px/24px Playfair Display;
    letter-spacing: 0.54px;
    color: #212121;
    opacity: 1;
}

.location-list li:last-child {
  border-bottom: none;
}

/* Why Choose Section */
.why-choose {
  background: #ff6b35;
  color: white;
  padding: 4rem 2rem;
  background: transparent url('img/bg2.png') 0% 0% no-repeat padding-box;
}

.why-choose-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.why-choose-content h2 {
  color: var(--unnamed-color-ffffff);
text-align: center;
font: normal normal bold 52px/69px Playfair Display;
letter-spacing: 1.56px;
color: #FFFFFF;
text-transform: uppercase;
}

.why-choose-content > p {
font: normal normal bold 26px/35px Playfair Display;
letter-spacing: 0.78px;
color: #FFFFFF;
opacity: 1;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-item {
  background: rgba(255,255,255,0.1);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

.feature-item img {
background: transparent url('./img/key.png') 0% 0% no-repeat padding-box;
border: 1px solid #70707000;
border-radius: 0px 0px 0px 0px;
width: 100%;
opacity: 1 !important;
}

.feature-item h4 {
 font: normal normal medium 26px/34px IBM Plex Sans;
letter-spacing: 0.78px;
color: #FFFFFF;
opacity: 1 !important;
}

.feature-item p {
  opacity: 1 !important;
}

/* Final CTA Section */
.final-cta {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  color: white;
  padding: 3rem 2rem;
  text-align: center;
  background: transparent url(img/Group64.jpg) 0% 0% no-repeat padding-box;
opacity: 1 !important;
height: 350px;
}



/*background: transparent url(img/bg2.png) 0% 0% no-repeat padding-box;*/

.final-cta-content h3 {
text-align: center;
font: normal normal bold 26px/69px Playfair Display;
letter-spacing: 0.78px;
color: #FFFFFF;
}

.final-cta-content h2 {
  text-align: center;
font: normal normal bold 52px/69px Playfair Display;
letter-spacing: 1.56px;
color: #FFFFFF;
}

/* Bottom Contact Section */
.bottom-contact {
  padding: 4rem 2rem;
  background: #fff;
}

.bottom-contact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-text h3 {
 text-align: left;
font: normal normal bold 26px/34px Playfair Display;
letter-spacing: 0.78px;
color: #142334;
}

.contact-text h2 {
 text-align: left;
font: normal normal bold 52px/34px Playfair Display;
letter-spacing: 1.56px;
color: #142334;
line-height: 1;
}

.contact-text p {
font: normal normal normal 26px/34px IBM Plex Sans;
letter-spacing: 0.78px;
color: #8E8A8A;}

.final-enquiry-form {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.final-enquiry-form h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
  font: normal normal bold 52px/16px Playfair Display;
letter-spacing: 1.56px;
color: #142334;
}

.final-enquiry-form p {
  margin-bottom: 2rem;
  font: italic normal bold 22px/16px Playfair Display;
letter-spacing: 0.72px;
color: #142334;
line-height: 1;
margin-top:20px;
}

/* Footer */
.footer {
   background-image: url('./img/footer.png');
  color: white;
  padding-top: 16rem;
  padding-bottom: 2rem;
  text-align: center;
  font: normal normal normal 18px/23px IBM Plex Sans;
opacity: 1;
background-size: cover;

}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
}
.mobile{
      display: none ;
  }
  
  .desktop{
      display:block;
  }
/* Responsive Design */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    display: contents;
  }
  footer.footer.mobile {
    padding: 100px 20px 0 0;
}
  
  .mobile{
      display: block;
  }
  
  .desktop{
      display:none !important;
  }
  .masterplan-image {
    background: #000;
    padding: 2rem;
}
/*.navbar {*/
/*    display: contents;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 1rem 2rem;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

button.contact-btn {
    float: right;
    padding: 15px;
    width: 50%;
    margin: 18px 0px 0px 0px;
    color: #000;
    border-radius: 0;
}

.nav-contact span {
    float: left;
    background: #ff6b35;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 50%;
    bottom: -9px;
}

.contact-btn{
    margin-bottom:20px;
}
.enquiry-form h3{
    line-height:1;
    font-size:32px;
}
.masterplan-text {
    padding: 2rem;
    margin: auto;
}
  .nav-contact {
    /*flex-direction: column;*/
    gap: 0.5rem;
  }

  .hero {
    padding: 6rem 1rem 3rem;
    background-size: contain;
    height: 120vh;
  }
  .hero-top{
     padding : 0;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2rem;
    text-align: center;
  }
.hero-text h3{
    text-align: center;
}
  .highlights-content,
  .masterplan-content,
  .limited-lots-content,
  .location-content,
  .bottom-contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-content h2,
  .final-cta-content h2 {
    font-size: 1.8rem;
    line-height:1;
  }

  .highlights-text h2,
  .masterplan-text h2,
  .lots-text h2,
  .location-details h2,
  .contact-text h2 {
    font-size: 2rem;
    text-align: center;
  }
  .lots-text h3{
      text-align: center;
  }
  .lots-text p{
      text-align: justify;
  }

  .enquiry-form,
  .final-enquiry-form {
    padding: 0px;
  }
.cta-content .cta-btn {
    background: white;
    color: #000000;
    position: relative;
    float: none;
    bottom: auto;
    right: auto;
}
.why-choose {
    color: white;
    padding: 4rem 2rem;
    background: transparent url('img/bg2.png') 6% 0% no-repeat padding-box;
    background-size: cover;
}
.cta-content h2 {
    text-align: center;
    font: normal normal bold 32px/69px Playfair Display;
    letter-spacing: 1.56px;
    color: #FFFFFF;
    padding:0px;
}
section.bottom-cta , .contact-text h3 {
    text-align: center;
}
.contact-text p {
    text-align:justify;
}
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 2rem;
  }
.masterplan-image {
    background: #000;
    padding: 2rem;
}
  .highlights-text h2,
  .masterplan-text h2,
  .lots-text h2,
  .location-details h2,
  .contact-text h2 {
    font-size: 2rem;
  }

  .why-choose-content h2,
  .final-cta-content h2 {
    font-size: 2rem;
    line-height:1;
  
  }

  .cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;

  }
  .footer{
      background-size:cover;
  }
}
.hera{
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 26px/35px var(--unnamed-font-family-playfair-display);
color: var(--unnamed-color-ffffff);
text-align: left;
font: normal normal bold 26px/35px Playfair Display;
letter-spacing: 0.78px;
color: #FFFFFF;
opacity: 1 !important;
}

.check-bg {
    background: #fee7d9;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px 0px 20px 5px;
    border-radius: 89px;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: #fff;
}

