:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1e3a8a;text-decoration:inherit}a:hover{color:#dc2626}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1e3a8a;color:#fff;cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{background-color:#dc2626;border-color:#dc2626}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:1rem 2rem;border-bottom:3px solid #1e3a8a}.nav-container{max-width:1200px;margin:0 auto;position:relative}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center;justify-content:center}.nav-item{position:relative}.nav-link{text-decoration:none;color:#1e3a8a;font-size:1rem;font-weight:500;padding:.5rem 1rem;display:block;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#dc2626}.nav-link.active{color:#dc2626;font-weight:700;border-bottom:2px solid #dc2626}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 12px #00000026;border-radius:4px;list-style:none;margin:.5rem 0 0;padding:.5rem 0;min-width:180px;animation:fadeIn .2s ease;border-top:3px solid #1e3a8a;z-index:100}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{list-style:none}.dropdown-link{display:block;padding:.75rem 1.5rem;color:#1e3a8a;text-decoration:none;font-size:.95rem;transition:background-color .2s ease,color .2s ease}.dropdown-link:hover{background-color:#f0f4ff;color:#dc2626}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.hamburger span{width:100%;height:3px;background-color:#1e3a8a;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-arrow{display:none}.desktop-dropdown{display:block}.mobile-dropdown{display:none}@media(max-width:768px){.header{padding:0;background-color:transparent;box-shadow:none;border-bottom:none;pointer-events:none}.nav-container{pointer-events:auto}.hamburger{display:flex;position:fixed;right:10px;top:30px;background-color:#fff;padding:.75rem;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1002;width:45px;height:45px;justify-content:center;align-items:center;flex-direction:column;gap:5px}.hamburger span{width:24px;height:3px;background-color:#1e3a8a;border-radius:3px;transition:all .3s ease;display:block}.hamburger.active{background-color:#1e3a8a}.hamburger.active span{background-color:#fff}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.desktop-dropdown{display:none}.nav-list{position:fixed;top:65px;right:10px;width:250px;max-height:0;height:auto;background-color:#fff;flex-direction:column;gap:0;padding:0;box-shadow:none;border-radius:8px;transition:max-height .3s ease,padding .3s ease,box-shadow .3s ease,border .3s ease;align-items:stretch;justify-content:flex-start;overflow:hidden;border:0 solid transparent}.nav-list.mobile-open{max-height:500px;padding:.5rem 0;box-shadow:0 4px 20px #0003;border:1px solid #e5e7eb}.nav-item{width:100%;border-bottom:1px solid #e5e7eb}.nav-item:last-child{border-bottom:none}.nav-link{padding:.875rem 1.25rem;border-bottom:none;display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.nav-link.active{border-bottom:none;background-color:#f0f4ff;border-left:4px solid #dc2626;padding-left:calc(1.25rem - 4px)}.mobile-arrow{display:inline-block;font-size:.7rem;margin-left:.5rem;transition:transform .2s ease}.mobile-dropdown{display:block;position:static;box-shadow:none;margin:0;padding:0;border-top:none;background-color:#f9fafb;animation:slideDown .2s ease;border-radius:0}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:300px}}.mobile-dropdown .dropdown-item{border-bottom:1px solid #e5e7eb}.mobile-dropdown .dropdown-item:last-child{border-bottom:none}.mobile-dropdown .dropdown-link{padding:.75rem 1.75rem;background-color:transparent;font-size:.875rem}.mobile-dropdown .dropdown-link:hover{background-color:#e0e7ff}}.footer{background-color:#1e3a8a;color:#fff;padding:2rem 2rem 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.footer-section{flex:1;min-width:200px}.footer-brand{text-align:left}.footer-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#fff}.footer-subtitle{font-size:1rem;font-style:italic;color:#93c5fd;margin:0}.footer-social{text-align:center}.footer-social h3{font-size:1rem;margin:0 0 .75rem;color:#dc2626}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-link{color:#93c5fd;text-decoration:none;font-size:.95rem;transition:color .3s ease}.social-link:hover{color:#dc2626}.footer-contact{text-align:right}.footer-contact h3{font-size:1rem;margin:0 0 .75rem;color:#dc2626}.contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-link{color:#93c5fd;text-decoration:none;font-size:.95rem;transition:color .3s ease}.contact-link:hover{color:#dc2626}.footer-timings{text-align:center}.footer-timings h3{font-size:1rem;margin:0 0 .75rem;color:#dc2626}.timings-text{color:#93c5fd;font-size:.95rem;margin:0}.footer-bottom{max-width:1200px;margin:1rem auto 0;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer-bottom p{margin:0;font-size:.8rem;color:#93c5fd}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-brand,.footer-social,.footer-contact{text-align:center}.contact-info{align-items:center}.footer-section{min-width:100%}}.call-floater-container{display:flex;align-items:center;justify-content:center;position:fixed;bottom:10px;left:10px;z-index:1000;height:3em;width:6em;border:2px solid #123e65;border-radius:50px;background-color:#d3d3da}.whatsapp-floater-container{display:flex;align-items:center;justify-content:center;position:fixed;bottom:10px;left:120px;z-index:1000;height:3em;width:8em;border:2px solid #296c36;border-radius:50px;background-color:#d3d3da}.call-link-button{color:#123e65;font-weight:700}.whatsapp-link-button{color:#104f22;font-size:smaller;font-weight:700}.home-container{min-height:100vh;padding-top:70px;background-color:#fff}@media(max-width:768px){.home-container{padding-top:0}}.hero-section{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:2rem}@media(max-width:768px){.hero-section{min-height:100vh}}.hero-content{max-width:900px;margin:0 auto}.hero-content h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:700;letter-spacing:2px}.hero-tagline{font-size:1.5rem;margin-bottom:2rem;font-weight:300;font-style:italic;color:#93c5fd}.hero-highlight{margin:2rem 0}.hero-highlight h2{font-size:2.5rem;font-weight:700;line-height:1.3;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-features{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.feature{font-size:1.2rem;font-weight:500;color:#fff;background:#dc2626e6;padding:.75rem 1.5rem;border-radius:30px}.feature-divider{color:#93c5fd;font-size:1.5rem}.projects-preview{padding:4rem 2rem;max-width:1200px;margin:0 auto;background-color:#fff}.projects-preview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e3a8a}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{padding:2rem;background:#f0f4ff;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #dc2626;text-decoration:none;color:inherit;display:block;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #1e3a8a33}.project-card h3{font-size:1.8rem;margin-bottom:1rem;color:#1e3a8a}.project-card p{font-size:1rem;color:#374151;line-height:1.5}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-tagline{font-size:1.1rem}.hero-highlight h2{font-size:1.8rem}.feature{font-size:1rem;padding:.5rem 1rem}.feature-divider{display:none}.hero-features{flex-direction:column;gap:.75rem}.projects-preview h2{font-size:2rem}}.ongoing-projects-list{display:flex;flex-direction:column;align-items:center;gap:3rem}.ongoing-project-card{width:80%;display:flex;background:#f0f4ff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;cursor:pointer}.ongoing-project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #1e3a8a33}.ongoing-project-card.reverse{flex-direction:row-reverse}.project-image{flex:1;min-height:300px;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.image-placeholder{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;color:#93c5fd;font-size:1.2rem;font-weight:500}.project-details{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.project-details h3{font-size:2rem;margin-bottom:1rem;color:#1e3a8a}.project-details p{font-size:1.1rem;color:#374151;line-height:1.6;margin-bottom:1.5rem}.project-features{list-style:none;padding:0;margin:0}.project-features li{font-size:1rem;color:#374151;padding:.5rem 0 .5rem 1.5rem;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:700}.completed-projects{background-color:#f8fafc}.completed-projects .projects-grid{justify-content:center}@media(max-width:768px){.ongoing-project-card{width:95%;flex-direction:column}.ongoing-project-card.reverse{flex-direction:column}.project-image,.image-placeholder{min-height:200px}.project-details{padding:1.5rem}.project-details h3{font-size:1.5rem}}.about-container{min-height:100vh;padding-top:70px;background-color:#fff}@media(max-width:768px){.about-container{padding-top:0}}.about-hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-tagline{font-size:1.3rem;font-weight:300}.about-content{max-width:900px;margin:0 auto;padding:4rem 2rem;background-color:#fff}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;color:#1e3a8a;margin-bottom:1rem;border-bottom:3px solid #dc2626;padding-bottom:.5rem}.about-section p{font-size:1.1rem;line-height:1.8;color:#374151;margin-bottom:1rem}.features-list{list-style:none;padding:0}.features-list li{font-size:1.1rem;color:#374151;padding:.8rem 0 .8rem 2rem;position:relative;line-height:1.6}.features-list li:before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.3rem}.contact-cta{background:#f0f4ff;padding:2rem;border-radius:8px;text-align:center;margin-top:3rem;border:2px solid #1e3a8a}.contact-cta h2{color:#dc2626;margin-bottom:1rem}.contact-cta p{font-size:1.1rem;color:#374151}@media(max-width:768px){.about-hero h1{font-size:2rem}.about-tagline{font-size:1.1rem}.about-section h2{font-size:1.5rem}.about-content{padding:2rem 1rem}}.project-container{min-height:100vh;padding-top:70px;background-color:#fff}@media(max-width:768px){.project-container{padding-top:0}}.project-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:4rem 2rem;text-align:center;width:100%}.project-hero-content{max-width:1200px;margin:0 auto}.project-hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.project-meta{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:1.2rem}.meta-item,.meta-divider{color:#93c5fd}.key-tag-section{background-color:#fef2f2;padding:2rem;margin:2rem auto;max-width:1000px;border-left:4px solid #dc2626;border-radius:4px}.key-tag-content{text-align:center}.key-tag-text{font-size:1.3rem;color:#1e3a8a;font-weight:500;font-style:italic;line-height:1.6;margin:0}.project-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.project-section h2{font-size:2.5rem;color:#1e3a8a;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.project-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background-color:#dc2626}.location-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.location-content{background:#f0f4ff;padding:2rem;border-radius:8px;max-width:100%;margin:0 auto}.location-address{font-size:1.3rem;color:#1e3a8a;margin-bottom:1.5rem;text-align:center}.map-container{position:relative;width:100%;max-width:900px;margin:2rem auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026}.map-link{display:block;position:relative;text-decoration:none;cursor:pointer}.map-link iframe{display:block;width:100%;pointer-events:none}.map-overlay{position:absolute;inset:0;background:#1e3a8a00;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.map-link:hover .map-overlay{background:#1e3a8ad9;opacity:1}.map-overlay-text{color:#fff;font-size:1.2rem;font-weight:600;text-align:center;padding:1rem;transform:translateY(10px);transition:transform .3s ease}.map-link:hover .map-overlay-text{transform:translateY(0)}.landmarks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;max-width:100%;margin:2rem auto 0}.landmark-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a}.landmark-icon{color:#dc2626;font-weight:700;font-size:1.2rem}.layout-section{background-color:#f8fafc;padding:3rem 2rem;margin:3rem auto;max-width:1200px}.master-plan,.floor-plans{margin-bottom:3rem}.master-plan h3,.floor-plans h3{font-size:1.8rem;color:#1e3a8a;margin-bottom:1.5rem;text-align:center}.master-plan .plan-image-container{max-width:900px;margin:0 auto}.plan-image-container{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.plan-image{width:100%;height:auto;display:block;border-radius:4px}.placeholder-image{min-height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#93c5fd;font-size:1.2rem;text-align:center}.placeholder-image:after{content:attr(alt)}.floor-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.floor-plan-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.floor-plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #1e3a8a33}.floor-plan-card h4{font-size:1.3rem;color:#1e3a8a;padding:1rem;margin:0;text-align:center;background:#f0f4ff;border-bottom:2px solid #dc2626}.features-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.feature-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f0f4ff;border-radius:8px;border-left:4px solid #1e3a8a;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a}.feature-icon{color:#dc2626;font-size:1.5rem}.specifications-section{background-color:#f8fafc;padding:3rem 2rem;margin:3rem auto;max-width:1200px}.specifications-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.specification-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;border-top:4px solid #1e3a8a;transition:transform .3s ease,box-shadow .3s ease}.specification-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #1e3a8a33}.spec-title{font-size:1.2rem;color:#1e3a8a;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #dc2626}.spec-description{font-size:.95rem;color:#374151;line-height:1.6;margin:0}.project-error{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.project-error h1{font-size:2.5rem;color:#dc2626;margin-bottom:1rem}.project-error p{font-size:1.2rem;color:#374151}@media(max-width:768px){.project-hero-content h1{font-size:2rem}.project-meta{flex-direction:column;gap:.5rem}.meta-divider{display:none}.project-section h2{font-size:2rem}.key-tag-text{font-size:1.1rem}.landmarks-grid,.features-grid,.floor-plans-grid,.specifications-grid{grid-template-columns:1fr}.project-section{padding:0 1rem}}#root{width:100%;margin:0;padding:0;text-align:center}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
