
/* Header CSS */
@media screen and (max-width: 480px) {
*{
  box-sizing: border-box;
  overflow-x: hidden;
  
}
}

@media screen and (max-width: 768px) {
  *{
    box-sizing: border-box;
    overflow-x: hidden;
    
  }
  }

body {
  margin: 0;
  font-family: "Times New Roman", sans-serif;
}

.main-header {
  background-color: white; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
}

.logo-section img {
  width: 200px;
  margin-left: 20px;
  position: relative;
  top: -23px;
}

.nav-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: anchor-center;
  justify-content: center;
  margin-top: 3px;
  margin-right: 30px;
  position: relative;
  top: 10px;
  align-content: center;

}

.nav-links a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  
}


.invest-now {


  background-color: #c29a5b;
  color: white;
  padding: 6px 15px;
  margin-top: -7px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid black;


}

.invest-now:hover{
  background-color: #96753a;
}

.nav-links a:hover {
  color: #c2a55e;
}

.menu-toggle {
  display: none; /* Hide by default */
  
}


.main-header.expanded {
  height: 300px;
}


/* Tablet Responsive */
@media screen and (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    font-size: 14px;
    gap: 5px;
    padding: 10px;
    width: 100%;
  }

  .top-left,
  .top-center,
  .top-right {
    flex: unset;
    width: 100%;
    text-align: center;
  }

  

  .top-left {
    position: absolute;
    left: -130px;
}


  .top-right {
    position: relative;
    right: -120px;
}

  .main-header {
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
  }

  .logo-section {
    margin-bottom: 10px;
  }

  .logo-section img {
    margin-left: 0;
    width: 120px;
    height: auto;
  }
}

/* Mobile Responsive */
@media screen and (max-width: 480px) {


  
  .main-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px;


  }
  
  .main-header {
  height: 60px;
  overflow: hidden;
  transition: height 0.6s ease;
}

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    color: black;
    font-size: 28px;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 20px;
    position: relative;
    top: -24px;
  }

  .logo-section {
    align-items: flex-start;
    margin-bottom: 0;
        position: relative;
        top: 12px;
        width: 240px;
  }

  .logo-section img {
 
    width: 232px;

  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin: 10px 0;
    align-items: center;
  }

  .nav-links.active {
    display: flex;
    position: relative;
    top: -47px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .top-bar {
    width: 100%;
    font-size: 12px; 
    padding: 5px 10px; 
  }

  .top-left, .top-center, .top-right {
    padding: 0 5px; 
  }

}




@media screen and (max-width: 320px) {

 .logo-section{
  width: 234px;
        margin-left: -8px;
 }

.menu-toggle{
  position: relative;
  top: -21px;
  margin-right: -18px;
}

}









/* Header CSS */









/* section-1  CSS */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-top: 380px;
}

.hero-text {
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  color: #000;
}

.hero-title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 5px;
  color: #000;
}

.call-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom right, #c98a9c, #783a4e);
  color: rgb(184 157 101);
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 5px;
  transition: 0.3s;
  border: 1px solid black;
  box-shadow: 0 0 5px #000;
}

.call-button .icon {
  margin-right: 8px;
}

.call-button:hover {
  background: linear-gradient(to bottom right, #a25b6f, #5e2636);
}


@media screen and (max-width: 768px) {
  .hero {
    height: 80vh;
    padding: 0 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .location-text {
    font-size: 16px;
  }

  .call-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 33vh;
    padding: 0 15px;
    width: 100%;

  }

  .hero-text {
    font-size: 12px;
  }

  .hero-title {
    font-size: 12px;
  }

  .location-text {
    font-size: 12px;
  }

  .call-button {
    font-size: 12px;
    padding: 8px 16px;
  }

  .hero video{
    width: 100% ;
  }

  .hero-content{
      margin-top: 135px;
  }
 
}

@media screen and (max-width: 385px) {
  .hero {
   height: 35vh;
}

.hero-content {
  margin-top: 109px;

}
}

@media screen and (max-width: 320px) {
.hero {
  height: 29vh;
}
.hero-content {
  margin-top: 67px;
}
}







/* section-1  CSS */















/* section-2  CSS */

    .info-section {
      justify-content: center;
      flex-wrap: wrap;
      overflow: hidden;
      position: relative;
      min-height: 200px;
      padding: 30px 20px;
      display: flex;
      column-gap: 15px;
    }

    .info-section img.bg-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      opacity: 1;
      background-color:black;
    }

    .info-card {
      background-color: transparent; 
      border: 2px solid black;
      border-radius: 20px;
      padding: 20px 30px;
      color: white;
      text-align: center;
      width: 150px;
      height: 150px;
      z-index: 1;
    }


    .info-label {
      font-size: 15px;
      color:  rgb(184 157 101);
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .info-value {
      color: #783a4e;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
    }

    .info-value a{
      text-decoration: none;
      color: black;
    }


    @media screen and (max-width: 768px) {
      .info-section {
        padding: 40px 15px;
        gap: 15px;
      }
    
      .info-card {
        width: 120px;
        height: 120px;
        padding: 15px 20px;
      }
    
      .info-label {
        font-size: 14px;
      }
    
      .info-value {
        font-size: 16px;
      }
    }
    
    @media screen and (max-width: 480px) {
      .info-section {
        flex-direction: column;
        align-items: center;
        padding: 30px 10px;
        width: 100%;
        overflow: hidden; 
      }
    
      .info-card {
        width: 90%;
        max-width: 300px;
        height: auto;
        padding: 20px;
      }
    
      .info-label {
        font-size: 13px;
      }
    
      .info-value {
        font-size: 15px;
      }
    }
    
   

/* section-2  CSS */





 /* section-3  CSS */
    .about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      max-width: 1200px;
      margin: 10px auto;
      padding-top: 20px;
    }

    .about-image {
      flex: 1 1 300px;
    }

    .about-image img {
      max-width: 100%;
      height: 350px;
      border-radius: 10px;
    }

    .about-content {
      flex: 2 1 400px;
      color: black;
    }

    .about-content h4 {
      color: rgb(184 157 101) !important; 
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .about-content h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .about-content h1{
     color: #783a4e;
    }

    .about-content p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .about-buttons {
      margin-top: 20px;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .about-buttons button {
      background: linear-gradient(to bottom right, #c98a9c, #783a4e);
      padding: 12px 24px;
      border-radius: 30px;
      color: rgb(184 157 101) ;
      font-weight: bold;
      cursor: pointer;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }

    .about-buttons button:hover {
      background: linear-gradient(to bottom right, #a25b6f, #5e2636);

    }

    .about-buttons  a{
      text-decoration: none;
      color: rgb(184 157 101) ;
    }



    @media screen and (max-width: 1024px) {
      .about-section {
        padding: 0 20px;
        gap: 30px;
      }
    
      .about-content h2 {
        font-size: 28px;
      }
    
      .about-content p {
        font-size: 15px;
      }
    
      .about-buttons button {
        padding: 10px 20px;
        font-size: 15px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .about-section {
        flex-direction: column;
        text-align: center;
        gap: 30px;
      }
    
      .about-image,
      .about-content {
        flex: 1 1 100%;
      }
    
      .about-buttons {
        justify-content: center;
      }
    
      .about-content h2 {
        font-size: 24px;
      }
    
      .about-content p {
        font-size: 14px;
      }
    
      .about-buttons button {
        padding: 10px 18px;
        font-size: 14px;
      }
    }
    
    @media screen and (max-width: 480px) {
      .about-content h2 {
        font-size: 20px;
      }
    
      .about-content p {
        font-size: 13px;
      }
    
      .about-buttons {
        flex-direction: column;
        align-items: center;
      }
    
      .about-buttons button {
        width: 100%;
        max-width: 250px;
      }
    }
    
   


/* section-3  CSS */













/* section-4  CSS */

    .features-section {
      position: relative;
      padding: 20px 20px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
    }

    .features-section h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      color: black;
    }

    .features-section p {
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 16px;
      line-height: 1.6;
      color: black;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 40px ;
      max-width: 1000px;
      margin: 0 auto;
    }

    .feature-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.6s ease;
    }

    .feature-item:hover{
      transform: scale(1.1);
    }

    .feature-item img {
      width: 200px;
      height: 200px;
      margin-bottom: 12px;
      border-radius: 15px;
    }

    .feature-item span {
      font-weight: bold;
      color: black;
      font-size: 16px;
    }


    @media screen and (max-width: 1024px) {
      .features-section h2 {
        font-size: 28px;
      }
    
      .features-section p {
        font-size: 15px;
        padding: 0 10px;
      }
    
      .features-grid {
        gap: 30px;
      }
    
      .feature-item img {
        width: 200px;
        height: 200px;
      }
    
      .feature-item span {
        font-size: 15px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .features-section h2 {
        font-size: 24px;
      }
    
      .features-section p {
        font-size: 14px;
      }
    
      .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 20px;
      }
    
      .feature-item img {
        width: 150px;
        height: 150px;
      }
    
      .feature-item span {
        font-size: 14px;
      }
    }
    
    @media screen and (max-width: 480px) {
      .features-section h2 {
        font-size: 20px;
      }
    
      .features-section p {
        font-size: 13px;
      }
    
      .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 8px;
      }
    
      .feature-item {
        padding: 10px;
        text-align: center; 
      }
    
      .feature-item img {
        width: 120px;
        height: 120px;
      }
    
      .feature-item span {
        font-size: 13px;
      }
    }
    
  
/* section-4  CSS */














.amenities-section {
  position: relative;
  padding: 20px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.amenities-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}

.amenities-section p {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
  color: black;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px ;
  max-width: 1000px;
  margin: 0 auto;
}

.amenities-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.6s ease;
}

.amenities-item:hover{
  transform: scale(1.1);
}

.amenities-item video {
  width: 200px;
  height: 120px;
  margin-bottom: 12px;
  border-radius: 80px;
}

.amenities-item span {
  font-weight: bold;
  color: black;
  font-size: 16px;
}


@media screen and (max-width: 1024px) {
  .amenities-section h2 {
    font-size: 28px;
  }

  .amenities-section p {
    font-size: 15px;
    padding: 0 10px;
  }

  .amenities-grid {
    gap: 30px;
  }

  .amenities-item video {
    width: 200px;
    height: 200px;
  }

  .amenities-item span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .amenities-section h2 {
    font-size: 24px;
  }

  .amenities-section p {
    font-size: 14px;
  }

  .amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
  }

  .amenities-item video {
    width: 150px;
    height: 150px;
  }

  .amenities-item span {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .amenities-section h2 {
    font-size: 20px;
  }

  .amenities-section p {
    font-size: 13px;
  }

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

  .amenities-item {
    padding: 10px;
    text-align: center; 
  }

  .amenities-item video {
    width: 120px;
    height: 80px;
  }

  .amenities-item span {
    font-size: 13px;
  }
}














/* section-5  CSS */

    .why-buy-section {
      padding: 60px 20px;
      border: 4px solid #d4af37;
      max-width: 1200px;
      margin: 40px 100px;
      text-align: center;

    }

    .why-buy-section h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 10px;
      color: black;
    }

    .separator {
      width: 720px;
      height: 3px;
      background-color: #d4af37;
      margin: 0 auto 40px;
    }

    .benefits-grid {
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    }
    
    .benefit-item {
    width: 33.33%;
}

    .benefit-item-1 {
      flex: 1 1 300px;
      max-width: 350px;
      padding: 10px;
    }

    .benefit-item-2 {
      flex: 1 1 300px;
      max-width: 350px;
      padding: 10px;
    }

    .benefit-icon {
      font-size: 50px;
      color: #d4af37;
      margin-bottom: 10px;
    }

    .benefit-title {
      font-size: 20px;
      font-weight: bold;
      color: black;
      margin-bottom: 10px;
    }

    .benefit-title-2 {
      font-size: 20px;
      font-weight: bold;
      color: black;
      margin-bottom: 10px;
      padding-top: 12px;
    }

    .benefit-desc {
      color: black;
      font-size: 15px;
      line-height: 1.5;
    }


    @media screen and (max-width: 1024px) {
      .why-buy-section {
        padding: 50px 20px;
        margin: 40px auto;
      }
    
      .why-buy-section h2 {
        font-size: 28px;
      }
    
      .separator {
        width: 80%;
        margin-bottom: 30px;
      }
    
      .benefit-item {
        flex: 1 1 280px;
      }
    
      .benefit-title {
        font-size: 18px;
      }
    
      .benefit-desc {
        font-size: 14px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .why-buy-section {
        padding: 40px 15px;
      }
    
      .why-buy-section h2 {
        font-size: 24px;
      }
    
      .separator {
        width: 70%;
        height: 2px;
      }
    
      .benefit-icon {
        font-size: 40px;
      }
    
      .benefit-title {
        font-size: 16px;
      }
    
      .benefit-desc {
        font-size: 13px;
      }
      .benefits-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 20px;
    }
    }
    
    @media screen and (max-width: 480px) {
      .why-buy-section {
        padding: 30px 10px;
        margin: 30px 10px;
      }
    
      .why-buy-section h2 {
        font-size: 20px;
      }
    
      .separator {
        width: 60%;
        height: 2px;
        margin-bottom: 20px;
      }
    
      .benefit-item {
        max-width: 100%;
      }
    
      .benefit-icon {
        font-size: 36px;
      }
    
      .benefit-title {
        font-size: 15px;
      }
    
      .benefit-desc {
        font-size: 12.5px;
      }
    }
    
  
/* section-5  CSS */












  


/* section-6  CSS */

.benefits-section {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  margin-top: 40px;
}

.image-wrapper {
  position: relative;
}

.benefits-section img {
  width: 100%;
  height: auto;
  display: block;
}

.img-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* adjust transparency here */
  z-index: 1;
}

.benefits-content {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 45%;
  background: rgba(255, 255, 255, 0.85); /* light semi-transparent bg */
  color: #1f1f1f;
  padding: 30px;
  border-radius: 10px;
  z-index: 2;
}

.benefits-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.benefits-content p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.investment-title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  color: black;
}

.table th,
.table td {
  border: 3px solid black;
  padding: 10px;
  text-align: left;
}

.call-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
  background: linear-gradient(to bottom right, #c98a9c, #783a4e);
  color: rgb(184 157 101);
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid black;
  box-shadow: 0 0 5px #000;
}

.call-btn:hover{
  background: linear-gradient(to bottom right, #a25b6f, #5e2636);
}


    @media (max-width: 1024px) {
      .benefits-content {
        width: 60%;
        right: 5%;
        padding: 25px;
      }
    
      .benefits-content h2 {
        font-size: 24px;
      }
    
      .investment-title {
        font-size: 16px;
      }
    }
    
    @media (max-width: 768px) {
      .benefits-content {
        position: static;
        transform: none;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        border-radius: 0;
        margin-top: -10px;
      }
    
      .benefits-section {
        max-height: none;
        overflow: visible;
      }
    
      .benefits-content h2 {
        font-size: 22px;
      }
    
      .table th,
      .table td {
        padding: 8px;
        font-size: 14px;
      }
    
      .call-btn {
        padding: 10px 16px;
        font-size: 14px;
      }
    }
    
    @media (max-width: 480px) {

      .benefits-content{
        width: 100%;
      }
      .benefits-section{
        width: 100%;
      }
      .benefits-content h2 {
        font-size: 20px;
      }

      .benefits-section img{
        width: 183%;
        height: 320px;
      }
    
      .investment-title {
        font-size: 14px;
      }
    
      .table th,
      .table td {
        font-size: 12px;
        padding: 6px;
      }
    
      .call-btn {
        width: 93%;
        text-align: center;
      }
    }
    
 /* section-6  CSS */












/* section-7  CSS */

    .highlights-section {
      max-width: 1100px;
      margin: 60px 200px;
      border: 7px solid rgb(184 157 101);
      padding: 0px 30px 20px 30px;
      background-color: aliceblue;
      text-align: center;
    }

    .highlights-title {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 30px;
      border-bottom: 2px solid rgb(184 157 101);
      display: inline-block;
      padding-bottom: 10px;
      color: black;
    }

    .highlights-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: 30px;
      margin-left: 40px;
      text-align: left;
      display: grid;
      column-gap: 20px;
    }

    .highlight-item {
      font-size: 18px;
      line-height: 1.6;
      position: relative;
      padding-left: 26px;
      color: black;
    }

    .highlight-item::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: rgb(184 157 101);
      font-size: 20px;
      font-weight: bold;
    }


    @media (max-width: 768px) {
      .highlights-section {
        margin: 40px 0px;
        padding: 30px 20px;
      }
    
      .highlights-title {
        font-size: 28px;
      }
    
      .highlights-grid {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-top: 10px;
      }
    
      .highlight-item {
        font-size: 16px;
        padding-left: 22px;
      }
    }
    
    @media (max-width: 480px) {
      .highlights-title {
        font-size: 24px;
        margin-bottom: 0px;
      }
    
      .highlight-item {
        font-size: 15px;
      }
    }
 
  
  
   
/* section-7  CSS */












/* section-8  CSS */
 
    .photos-section {
      text-align: center;
      padding: 0px 20px;
      color: black;
    }

    .photos-section h2 {
      font-size: 42px;
      margin-bottom: 20px;
    }

    .photos-section p {
      font-size: 30px;
      max-width: 1000px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }

    .photos-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .photo-card {
      border: 2px solid rgb(184 157 101);
      border-radius: 20px;
      overflow: hidden;
      max-width: 380px;
      transition: transform 0.6s ease;
    }

    .photo-card img {
      width: 300px;
      height: 200px;
      display: block;
    }

    .photo-card:hover{
      transform: scale(1.1);
    }

    /* Base styles (already in your code) remain the same, just responsive overrides below */

@media (max-width: 1024px) {
  .photos-section h2 {
    font-size: 36px;
  }

  .photos-section p {
    font-size: 24px;
    padding: 0 10px;
  }

  .photo-card img {
    width: 100%;
    height: auto;
  }

  .photo-card {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .photos-section h2 {
    font-size: 30px;
  }

  .photos-section p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .photos-grid {
    gap: 20px;
  }

  .photo-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .photos-section h2 {
    font-size: 26px;
  }

  .photos-section p {
    font-size: 18px;
  }

  .photo-card {
    border-radius: 12px;
  }

  .photos-grid {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}


   
    
   
  
   

/* section-8  CSS */










/* section-9  CSS */

    .video-section {
      padding: 45px 20px;
      text-align: center;
      color: white;
      width:100%;
    

    }
    
    .heading {
      font-size: 2.5rem;
      margin-bottom: 30px;
      color: black;
    }
    
    .video-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .promo-video {
      position:absolute;
      left: 355px;
    width: 50%;
      max-width: 1000px;
      border-radius: 8px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    }
    
   /* Responsive CSS */

@media (max-width: 1024px) {
  .heading {
    font-size: 2rem;
  }

  .promo-video {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .video-section {
    padding: 30px 15px;
  }

  .promo-video {
    width: 100%;
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 1.5rem;
  }

  .video-section {
    padding: 20px 10px;
  }

  .promo-video {
    border-radius: 4px;
    position: relative;

    width: 80% !important;
    height: 80% !important;
    left: 0 !important;
  }
}

    
  
    
/* section-9  CSS */








 /* section-10  CSS */
    
    .price-section {
      padding: 10px 40px;
      text-align: center;
      background-size: cover;
      background-position: center;
      color: white;
      margin-top: 20px;


    }
    
    .price-subheading {
      font-size: 1.8rem;
      text-decoration: underline;
      margin-bottom: 10px;
      color: rgb(184 157 101);
    }
    
    .price-heading {
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: #000;
    }
    
    .price-cards {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    
    .price-card {
      background-color: white;
      color: black;
      border: 2px solid rgb(184 157 101);
      padding: 30px 0 0 0;
      width: 250px;
      border-radius: 25px 25px 40px 40px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
      position: relative;
      text-align: center;
      overflow: hidden;
      transition: transform 0.6s ease;
    }

    
    
    .property-type {
      margin: 0;
      font-weight: bold;
    }
    
    .price-label {
      margin-top: 10px;
      color: #555;
    }
    
    .price-value {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 10px 0;
    }
    
    .card-footer {
      background: linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      padding: 4px 63px;
      font-weight: bold;
      height: 60px;
      border-radius: 0 0 36px 36px;
      margin-top: 20px;
      margin-bottom: 0px;
      font-size: 20px;
      border: 1px solid rgb(184 157 101);
      width: 255px;
    }

    .card-footer:hover {
        background: linear-gradient(to bottom right, #a25b6f, #5e2636);
      
      
    }


    /* Responsive CSS */

@media (max-width: 1024px) {
  .price-heading {
    font-size: 2rem;
  }

  .price-subheading {
    font-size: 1.5rem;
  }

  .price-cards {
    gap: 20px;
  }

  .price-card {
    width: 220px;
    padding: 25px 0 0 0;
  }

  .price-value {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .price-section {
    padding: 50px 20px;
    margin-top: -30px;
  }

  .price-heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .price-subheading {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .price-cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .price-card {
    width: 90%;
    padding: 25px 0 0 0;
  }

  .price-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .price-heading {
    font-size: 1.5rem;
  }

  .price-subheading {
    font-size: 1.2rem;
  }

  .price-value {
    font-size: 1.4rem;
  }

  .card-footer {
    font-size: 0.95rem;
    padding: 8px 0;
    width: 345px;
  }
}




@media (max-width: 375px) {
  .card-footer{
width: 299px;
}
}


@media (max-width: 320px) {
  .card-footer {
    font-size: 0.95rem;
    padding: 8px 0;
    width: 256px;
  }
}
    

  
    /* section-10  CSS */









 /* section-11  CSS */

    .location-section {
      padding: 10px 20px;
      background-size: cover;
      background-position: center;
      margin-left: 60px;
      margin-right: 60px;
      color: black;
    }
    
    .location-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px; 
      padding: 20px;
    }
    
    .location-text {
      width: 100%;
      text-align: left;
    }
    
    .location-text h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-align: center;
    }
    
    .location-text p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    
    .location-text h3 {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    
    .advantages-list {
      list-style: none;
      padding: 0;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
    }
    
    .advantages-list li {
      margin-bottom: 10px;
    }
    
    .map-button {
      background: linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      border: none;
      border-radius: 25px;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }

    .map-button a {
      text-decoration: none;
      color: rgb(184 157 101);
    }
    
    .map-button:hover {
      background: linear-gradient(to bottom right, #a25b6f, #5e2636);
    }
    
    .location-image {
      padding: 20px 0 10px 0;
      flex: 1;
      min-width: 320px;
      text-align: center;
    }

    .location-image video {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }
    
    /* Responsive CSS */

@media (max-width: 1024px) {
  .location-section {
    margin-left: 30px;
    margin-right: 30px;
    padding: 50px 20px;
  }

  .location-text h2 {
    font-size: 2rem;
  }

  .location-text h3 {
    font-size: 1.1rem;
  }

  .advantages-list {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .location-section {
    margin: 0;
    padding: 0px 15px;
  }

  .location-container {
    flex-direction: column;
    padding: 15px;
  }

  .location-text {
    text-align: center;
  }

  .location-text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .location-text p {
    font-size: 0.95rem;
  }

  .location-text h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .advantages-list {
    font-size: 0.9rem;
    text-align: left;
  }

  .map-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .location-image video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .location-text h2 {
    font-size: 1.5rem;
  }

  .location-text h3 {
    font-size: 0.95rem;
  }

  .advantages-list {
    font-size: 0.85rem;
  }

  .map-button {
    font-size: 0.9rem;
    padding: 8px 18px;
  }
}

  
    
   
    
 
    
    /* section-11  CSS */










    /* section-12  CSS */

    .floorplan-section {
      padding: 10px 20px;
      text-align: center;
      color: black;
    }
    
    .section-title {
      font-size: 2.5rem;
      margin-bottom: 40px;
    }
    
    .floorplan-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: nowrap; 
      overflow-x: auto;   
      padding-bottom: 20px;
    }
    
    .floorplan-box {
      width: 45%;
      min-width: 400px;
    }
    
    .floorplan-box video {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }
    
    .caption {
      font-size: 1.1rem;
      font-weight: bold;
      margin-top: 16px;
      text-transform: uppercase;
    }

    
    
   /* Responsive CSS */

@media (max-width: 1024px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .floorplan-box {
    min-width: 320px;
    width: 100%;
  }

  .caption {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .floorplan-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .floorplan-box {
    min-width: 100%;
    width: 100%;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .caption {
    font-size: 0.95rem;
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .caption {
    font-size: 0.9rem;
  }
}

   
    
  /* section-12  CSS */










   
    /* section-13  CSS */

    .project-highlights {
      padding: 10px 20px;
      background-size: contain;
      background-repeat: repeat;
      margin: 5px 50px 5px 50px;
      color: black;
    }
    
    .highlight-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 40px;
    }
    
    .highlight-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      flex-wrap: wrap;
    }
    
    .highlight-left {
      flex: 1;
      min-width: 300px;
    }
    
    .highlight-left h3 {
      font-size: 1.8rem;
      margin-bottom: 16px;
    }
    
    .highlight-left p {
      font-size: 1rem;
      margin-bottom: 16px;
      line-height: 1.6;
    }
    
    .highlight-left ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 24px;
    }
    
    .highlight-left ul li {
      font-size: 1rem;
      margin: 8px 0;
    }
    
    .know-more-btn {
      background: linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      padding: 12px 24px;
      border: none;
      border-radius: 25px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }

    .know-more-btn a {
      text-decoration: none;
      color: white;
    }
    
    .know-more-btn:hover {
      background: linear-gradient(to bottom right, #a25b6f, #5e2636);
    }
    
    .highlight-right {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
    }
    
    .highlight-right video {
      max-width: 100%;
      height: 400px;
      border-radius: 8px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
      margin-top: 30px;
    }

  
    /* Responsive CSS */

@media (max-width: 1024px) {
  .highlight-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .highlight-left h3 {
    font-size: 1.5rem;
  }

  .highlight-left p,
  .highlight-left ul li {
    font-size: 0.95rem;
  }

  .know-more-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .highlight-right video {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .highlight-content {
    flex-direction: column;
    gap: 30px;
  }

  .highlight-left,
  .highlight-right {
    width: 100%;
  }

  .highlight-right {
    justify-content: center;
  }

  .highlight-right video {
    width: 100%;
    height: auto;
  }

  .project-highlights {
    margin: 5px 20px;
  }

  .highlight-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .highlight-title {
    font-size: 1.6rem;
  }

  .highlight-left h3 {
    font-size: 1.2rem;
  }

  .highlight-left p,
  .highlight-left ul li {
    font-size: 0.9rem;
  }

  .know-more-btn {
    font-size: 0.9rem;
    padding: 10px 16px;
  }
}

    
   
    
     
  
    
    /* section-13  CSS */
    








   /* Footer-section  CSS */
    .footer {
      text-align: center;
      padding-bottom: 60px;
      background-color: white;
      position: relative;
    }
    
    .contact-form {
      padding: 20px 0px;
      color:black;
    }
    
    .footer h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .footer-top h2{
      font-size: 38px;
    }
    
    .contact-form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
    }
    
    .contact-form input {
      padding: 12px 16px;
      border-radius: 5px;
      border: 2px solid black;
      width: 250px;
      max-width: 90%;
      font-size: medium;
    }
    
    .contact-form  button {
      padding: 12px 30px;
      background:linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: medium;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }
    
    .contact-form  button:hover {
      background: linear-gradient(to bottom right, #a25b6f, #5e2636);
    }
    
    .footer-title {
      font-size: 3rem;
      margin: 20px 0 10px;
    }
    
    .footer-contact {
      margin: 0 0 20px;
      font-size: 1.5rem;
    }
    
    .footer-logo {
      height: 150px;
      width: 300px;
      border-radius: 30px 30px 25px 25px;
    }
    
    .footer-note {
      font-size: 1.3rem;
      width: 1000px;
      margin: 0 auto 20px;
      color: black;
    }
    
    .footer-note a {
      color: #c29a5b;
      text-decoration: none;
    }
    
    .footer-links {
      font-size: 1.3rem;
      color: #000;
    }
    
    .footer-links a {
      color: rgb(184 157 101);
    }

    .footer-bottom-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(10, 15, 18, 0.3); 
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 10px 0;
      z-index: 1000;
      border-top: 1px solid #333;
      backdrop-filter: blur(6px); 
    }
    
    
    .footer-bottom-bar button {
      background: linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      padding: 10px 18px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
      font-weight: bold;
      font-size: 0.95rem;
      transition: background 0.3s ease;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }

    .footer-bottom-bar a {
      text-decoration: none;
      color: rgb(184 157 101);
    }
    
    .footer-bottom-bar button:hover {
      background: linear-gradient(to bottom right, #a25b6f, #5e2636);
    }

    
    /* Responsive CSS for Footer */

@media (max-width: 1024px) {
  .footer-title {
    font-size: 2.2rem;
  }

  .footer-contact {
    font-size: 1.2rem;
  }

  .footer-note,
  .footer-links {
    font-size: 1.1rem;
    width: 90%;
  }

  .contact-form input {
    width: 220px;
  }

  .footer-logo {
    height: 80px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 100px; /* to make space for fixed bottom bar */
    width: 100%;
  }

  .footer-note,
  .footer-links {
    font-size: 1rem;
    width: 95%;
  }

  .footer-title {
    font-size: 2rem;
  }

  .footer-contact {
    font-size: 1.1rem;
  }

  .contact-form {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .contact-form input,
  .contact-form button {
    width: 90%;
    max-width: 320px;
  }

  .footer-logo {
    height: 70px;
    width: 110px;
  }

  .footer-bottom-bar {
    flex-direction: row;
    padding: 10px;
    gap: 10px;
  }

  .footer-bottom-bar button {
    width: 100%;
    max-width: 90%;
    font-size: 1rem;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {

  .footer{
    width: 100%;
  }
  .footer-bottom-bar{
    flex-direction: row;
  }
  .footer-title {
    font-size: 1.8rem;
  }

  .footer-contact {
    font-size: 1rem;
  }
  
    .contact-form input {
      padding: 10px 16px;
      border-radius: 5px;
      border: 1px solid black;
      width: 250px;
      max-width: 90%;
      font-size: medium;
    }
    
    input.wpcf7-form-control.wpcf7-submit.has-spinner.my-button {
      padding: 10px 16px;
      background-color: linear-gradient(to bottom right, #c98a9c, #783a4e);
      color: rgb(184 157 101);
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: medium;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
      max-width: 251px;
    }

    .contact-form button:hover {
      background-color: #a8844b;
    }

  .footer-note,
  .footer-links {
    font-size: 0.95rem;
  }

  .footer-bottom-bar button {
    font-size: 0.95rem;
  }

  .footer-logo {
    
    height: 160px;
        width: 240px;
       
               margin-top: -30px;
        margin-bottom: -40px;
  }
}

    
    .contact-form1 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-bottom: 30px;
    }
    
    .contact-form1 input {
      padding: 12px 16px;
      border-radius: 5px;
      border: 2px solid black;
      width: 250px;
      max-width: 90%;
      font-size: medium;
    }
    
    .contact-form1 button {
      padding: 12px 30px;
      background-color:#c29a5b;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: medium;
      border: 1px solid black;
      box-shadow: 0 0 5px #000;
    }
    
    .contact-form1 button:hover {
      background-color: #a8844b;
    }
    
      
      
      .popupcontainer {
            text-align: center;
            padding: 20px;
        }

        .btnpopup {
            padding: 12px 24px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .btnpopup:hover {
            background-color: #45a049;
        }

        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }

        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .popup-content {
            position: relative;
            width: 90%;
            max-width: 800px;
            background-color: #000;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        }

        .close-btn-popup {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 1001;
        }

        .close-btn-popup:before,
        .close-btn:after {
            content: '';
            position: absolute;
            width: 15px;
            height: 2px;
            background-color: #000;
        }

        .close-btn-popup:before {
            transform: rotate(45deg);
        }

        .close-btn-popup:after {
            transform: rotate(-45deg);
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
        }

        .video-container video {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          left: 0;
        }

        /* Media queries for better responsiveness */
        @media screen and (max-width: 768px) {
            .popup-content {
                width: 95%;
            }
        }

        @media screen and (max-width: 480px) {
            .btnpopup {
                padding: 10px 20px;
                font-size: 14px;
            }
        }
    
  
    
    
       /* Footer-section  CSS */








       #openModal5{
        background-color: #c29a5b;
        color: white;
        padding: 7px 15px;
        margin-top: 29px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 30px;
        text-decoration: none;
        transition: 0.3s;
        border: 2px solid black;
        position: relative;
    bottom: 20px;
      
       }
       
       
         .modal-content14 {
    background: white;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    color: white;
    position: fixed;
    text-align: right;
    top: 89px;
}







