    .hero-section {
        position: relative;
        width: 100%;
        background: url('assets/images/shri-vivek-heritage.jpg') no-repeat center center/cover;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 3rem;
        color: #fff;
        height: 87vh;
        overflow: hidden;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(#0e101100, #000000);
        inset: 0 0% auto;
        opacity: .7;
    }
    .content-wrapper {
        position: relative;
        text-align: center;
        max-width: 90%;
        z-index: 99;
    }
    .year-text {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    .title {
        font-size: 52px;
        margin-bottom: 60px;
        font-weight: normal;
        font-family: "Lora", "Lora Placeholder", serif;
    }
    .info-boxes {
        display: flex;
        justify-content: center;
        gap: 90px;
        flex-wrap: wrap;
    }
    .info-item { text-align: center; min-width: 150px; }
    .info-label { font-size: 15px; opacity: 0.75; margin-bottom: 8px; }
    .info-value { font-size: 24px; font-weight: normal;font-family: "Satoshi", "Satoshi Placeholder", sans-serif; }

   
    
    .project-details-section {
      padding: 80px 0;
      background: #ffffff;
      position: relative;
    }
    
    .project-details-section .container {
      width: 90%;
      max-width: 1840px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .project-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 60px;
      align-items: start;
    }
    .project-intro {
      position: sticky;
      top: 120px;
      align-self: flex-start;
      height: fit-content;
      z-index: 2;
    }


    .project-title {
        font-size: 50px;
        color: #111;
        margin-bottom: 15px;
        font-weight: normal;
        font-family: "Lora", "Lora Placeholder", serif;
    }

    .project-subtitle {
      font-size: 24px;
      font-weight: 500;
      color: #6c6c6c;
      letter-spacing: 0.5px;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    }
    .project-description p {
      font-size: 20px;
      line-height: 160%;
      color: #4a4a4a;
      margin-bottom: 30px;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    }
    .project-specs {
      width: 100%;
    }
    
    .specs-list {
      margin: 0;
      padding: 0;
    }
    
    .spec-row {
      display: flex;
      justify-content: space-between;
      padding: 14px 0;
      border-bottom: 1px solid #e0e0e0;
    }
    
    .spec-label {
      font-size: 19px;
      font-weight: normal;
      color: #333;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
      letter-spacing: .25px;
    }
    
    .spec-value {
      font-size: 19px;
      font-weight: 500;
      color: #111;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
      
    }

    .comfort-section {
      padding: 80px 0;
      text-align: center;
      background: #fff;
    }
    
    .comfort-section .container {
      width: 90%;
      max-width: 1840px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .comfort-title {
      font-size: 42px;
      font-weight: 300;
      margin-bottom: 60px;
      color: #000;
      font-family: "Lora", "Lora Placeholder", serif;
    }

    .comfort-grid {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .comfort-box {
      background: #fff;
      padding: 20px 20px;
      width: 100%;
      max-width: 230px;
      border-radius: 0px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      border-bottom: 3px solid #d1d1d1;
      transition: all 0.3s ease;
    }

    .comfort-box:hover {
      box-shadow: 0 6px 26px rgba(0,0,0,0.12);
      transform: translateY(-5px);
      border-bottom: 3px solid #000;
    }

    .comfort-icon {
      width: 85px;
      margin-bottom: 25px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .comfort-box p {
      font-size: 18px;
      line-height: 1.4;
      color: #000;
      margin: 0;
      font-weight: 400;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    }


    .masterplan-section {
      padding: 100px 0;
      background: #fff;
      font-family: "Inter", sans-serif;
    }
    
    .masterplan-container {
      width: 90%;
      max-width: 1840px;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 60px;
      align-items: start;
    }
    
    .masterplan-left {
      position: sticky;
      top: 120px;      /* adjust based on header size */
      align-self: flex-start;
      height: fit-content;
      z-index: 5;
    }
    
    .masterplan-title {
      font-size: 48px;
      font-weight: 400;
      margin-bottom: 15px;
      color: #000;
      font-family: "Lora", "Lora Placeholder", serif;
    }
    
    .masterplan-subtitle {
      font-size: 22px;
      font-weight: 400;
      color: #555;
      margin-bottom: 50px;
      line-height: 1;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    }
    
    .masterplan-left ul {
      margin: 0;
      padding-left: 20px;
    }
    
    .masterplan-left li {
      margin-bottom: 14px;
      font-size: 18px;
      line-height: 1.5;
      color: #333;
      font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    }
    
    .masterplan-right img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }
    
    @media (max-width: 1200px) {
      .comfort-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }
    
    @media (max-width: 768px) {
      .comfort-grid {
        grid-template-columns: repeat(2, 1fr 1fr);
      }
      .hero-section { height: 30vh!important; padding-bottom: 40px; }
      .title { font-size: 25px; margin-bottom: 20px; }
      .info-value { font-size: 18px; }
      .comfort-grid {
            gap: 9px;
        }
        .comfort-box{
            max-width: 140px;
        }
        .comfort-box p {
            font-size: 15px;
        }
        .project-intro {
            position: static;
        }
        .project-title {
            font-size: 25px;
          }
         .project-subtitle {
            font-size: 16px;
        }
        .project-description p {
            font-size: 16px;
        }
        .spec-value {
            font-size: 14px;
        }
        .spec-label {
            font-size: 15px;
        }
    }
    
    @media (max-width: 480px) {
      .comfort-grid {
        grid-template-columns: repeat(1, 1fr 1fr);
      }
      .title { font-size: 26px; }
      .info-boxes { gap: 28px;display:none; }
      .info-item { min-width: 130px; }
    }
     @media(max-width: 1024px) {
        .title { font-size: 25px; }
        .info-boxes { gap: 50px; display:none;}
        .masterplan-container {
            grid-template-columns: 1fr;
         }
        
        .masterplan-left {
            position: relative;
            top: 0;
            margin-bottom: 30px;
        }
        
        .masterplan-title {
            font-size: 40px;
        }
    }

    @media (max-width: 992px) {
      .project-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }
    
      .enquire-tab {
        display: none;
      }
    
      .project-title {
        font-size: 34px;
      }
    }
    
    @media (max-width: 600px) {
      .project-details-section {
        padding: 60px 0;
      }
    
      .project-title {
        font-size: 25px;
      }
    
      .spec-row {
        padding: 12px 0;
      }
      .masterplan-section {
        padding: 60px 0;
      }
    
      .masterplan-title {
        font-size: 32px;
      }
    
      .masterplan-subtitle {
        font-size: 18px;
      }
    
      .masterplan-left li {
        font-size: 16px;
      }
    }
    

    .gallery-section {
      padding: 100px 0;
      background: #fff;
     font-family: "Lora", "Lora Placeholder", serif;
    }
    
    .gallery-container {
      width: 90%;
      max-width: 1840px;
      margin: auto;
    }
    
    .gallery-title {
      font-size: 42px;
     font-family: "Lora", "Lora Placeholder", serif;
      margin-bottom: 40px;
      color: #000;
      font-weight: normal;
    }
    
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }
    
    .gallery-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 0px;
      transition: 0.3s;
    }
    
    .gallery-img:hover {
      transform: scale(1.04);
    }
    
    .lightbox {
      display: none;
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }
    
    .lightbox-content {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
    }
    
    .close-lightbox {
      color: #fff;
      position: absolute;
      top: 30px;
      right: 50px;
      font-size: 45px;
      cursor: pointer;
      font-weight: 300;
    }
    
    .prev-btn,
    .next-btn {
      color: #fff;
      font-size: 55px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      padding: 20px;
      border-radius: 50%;
      user-select: none;
    }
    
    .prev-btn {
      left: 40px;
    }
    
    .next-btn {
      right: 40px;
    }
    
    .prev-btn:hover,
    .next-btn:hover {
      background: rgba(255,255,255,0.2);
    }


    @media (max-width: 600px) {
      .gallery-title {
        font-size: 30px;
      }
    
      .gallery-img {
        height: 180px;
      }
    }