@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@400;500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;width:100%;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.navbar.transparent{background:transparent}.navbar.white{background:#fff;box-shadow:0 .3vh 1vh #00000014}.nav-container{max-width:90%;margin:auto;padding:0 3vw;display:flex;justify-content:space-between;align-items:center;height:10vh}.nav-part{display:flex;align-items:center;gap:1vw}.logo-img{height:8vh;width:auto;object-fit:contain}.logo{font-size:1.6rem;font-weight:700;letter-spacing:.08em;transition:color .3s ease}.logo span{display:block;color:#ff9800;font-size:.75rem;letter-spacing:.3em}.navbar.transparent .logo{color:#fff}.navbar.white .logo{color:#000}.nav-links{display:flex;list-style:none;gap:2.5vw}.nav-links a{text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.navbar.transparent .nav-links a{color:#fff}.navbar.white .nav-links a{color:#000}.nav-links a:hover{color:#ff9800}.menu-icon{display:none;cursor:pointer}.mobile-menu{display:none;flex-direction:column;background:#fff;width:100%;padding:3vh 0;box-shadow:0 1vh 3vh #00000026}.mobile-menu li{text-align:center;padding:1.5vh 0}.mobile-menu a{text-decoration:none;color:#000;font-size:1rem;font-weight:500}@media(max-width:48em){.nav-links{display:none}.menu-icon{display:block}.mobile-menu.open{display:flex}.logo-img{height:6vh}.logo{font-size:1.3rem}}.footer{background:linear-gradient(180deg,#0b0b0b,#000);color:#d1d1d1;font-family:Poppins,sans-serif;width:100%}.footer-container{display:grid;grid-template-columns:repeat(4,1fr);gap:3vw;max-width:90%;margin:auto;padding:3vh 0}.logo{color:#fff;font-size:1.4rem;font-weight:500;letter-spacing:0em}.logo-img{height:10vh;width:auto;object-fit:contain}.logo span{font-weight:500;display:block;color:#ff9800;font-size:.8rem;letter-spacing:.3em}.footer-col p{margin:2vh 0;line-height:1.7;font-size:.9rem}.footer-col h3{color:#fff;font-size:1rem;margin-bottom:2vh;position:relative}.footer-col h3:after{content:"";width:5vw;height:.3vh;background:#ff9800;display:block;margin-top:1vh}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:1.5vh;font-size:.9rem}.footer-col ul li a{text-decoration:none;color:#d1d1d1;transition:color .3s ease}.footer-col ul li a:hover{color:#ff9800}.social-icons{display:flex;gap:1.1vw;margin-top:2vh}.social-icons a{width:3vh;height:3vh;min-width:2.8rem;min-height:2.8rem;border-radius:.6rem;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;transition:background .3s ease,color .3s ease}.social-icons a:hover{background:#ff9800;color:#000}.email{color:#ff9800}.footer-bottom{width:90%;margin:0 auto;padding:2vh 0;border-top:.1vh solid #222;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2vh;font-size:.8rem}.footer-links a{margin-left:2vw;text-decoration:none;color:#d1d1d1;transition:color .3s ease}.footer-links a:hover{color:#ff9800}@media(max-width:64em){.footer-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:37.5em){.footer-container{grid-template-columns:1fr;gap:4vh}.footer-bottom{flex-direction:column;text-align:center}.footer-links a{margin:0 2vw}}.footer-form{display:flex;flex-direction:column;gap:.9rem;background:#121212;padding:1.4rem;border-radius:.9rem;border:.06rem solid rgba(255,255,255,.08)}.footer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.footer-form-group{display:flex;flex-direction:column;gap:.4rem}.footer-form-group label{font-size:.75rem;color:#f1f1f1}.footer-form-group input,.footer-form-group textarea{background:#1a1a1a;border:.06rem solid rgba(255,255,255,.12);color:#f1f1f1;padding:.6rem .75rem;font-size:.8rem;border-radius:.6rem;outline:none;transition:border .25s ease,background .25s ease}.footer-form-group input::placeholder,.footer-form-group textarea::placeholder{color:#a5a5a5}.footer-form-group input:focus,.footer-form-group textarea:focus{border-color:#d4a017;background:#1e1e1e}.footer-form-group textarea{resize:none;min-height:4.2rem}.footer-send-btn{text-align:center;margin-top:.6rem;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#ff9800;color:#2f2f2f;border:none;padding:.7rem;font-size:.9rem;border-radius:.7rem;cursor:pointer;transition:background .25s ease,transform .2s ease}.footer-send-btn:hover{background:#f1b81c;transform:translateY(-.08rem)}.footer-send-btn:disabled{opacity:.6;cursor:not-allowed}.footer-form .success,.footer-form .error{font-size:.8rem;border-radius:.6rem}@media(max-width:48em){.footer-form-row{grid-template-columns:1fr}}.hero{width:100%;height:100vh;background-image:url(/assets/hero-construction-Br7gl0oF.jpg);background-size:cover;background-position:center;position:relative}.hero-overlay{position:absolute;inset:0;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.hero-overlay h1{font-size:48px;margin-bottom:10px}.hero-overlay p{font-size:18px;letter-spacing:1px}.nav{height:12vh;position:fixed;top:0;width:100%;z-index:1000;transition:background .3s ease,box-shadow .3s ease}@media(max-width:768px){.hero-overlay h1{font-size:34px}}.services-section{padding:10vh 10%;background-color:#faf9f7;text-align:center}.services-header span{color:#f08a24;font-size:.8rem;letter-spacing:.25em;font-weight:500}.services-header h2{font-family:Playfair Display,serif;font-size:2.8rem;margin-top:1.5vh;color:#1a1a1a}.services-header p{max-width:50%;margin:2vh auto 6vh;font-size:1rem;color:#666;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3vw}.service-card{background:#fff;padding:2vh 2vw;border-radius:1rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:.1vh solid #eaeaea}.service-card:hover{border-top:.4vh solid #f08a24}.service-card .icon-box{width:4vh;height:4vh;min-width:3rem;min-height:3rem;border-radius:.8rem;background:#f4f4f4;display:flex;align-items:center;justify-content:center;margin-bottom:2vh}.service-card:hover .icon-box{background:#fff1e3;color:#f08a24}.service-card svg{width:1.5rem;height:1.5rem}.service-card h3{font-family:Playfair Display,serif;font-size:1rem;margin-bottom:1vh;color:#1a1a1a}.service-card p{font-size:.85rem;color:#666;line-height:1.6}@media(max-width:64em){.service-card{padding:2vh 2vw}.services-grid{grid-template-columns:repeat(2,1fr)}.services-header p{max-width:70%}}@media(max-width:40em){.service-card{padding:2vh 2vw}.services-grid{grid-template-columns:1fr}.services-header h2{font-size:2.2rem}.services-header p{max-width:100%}}.project-section{padding:1vh;background:#fff;text-align:center}.project-header span{color:#f08a24;font-size:.8rem;letter-spacing:.25em;font-weight:500}.project-header h2{font-family:Playfair Display,serif;font-size:2.8rem;margin-top:1.5vh;color:#1a1a1a}.project-header p{max-width:50%;margin:2vh auto 1vh;font-size:1rem;color:#666;line-height:1.6}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3vw}.project-card{background:#faf9f7;border-radius:1rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:.1vh solid #eaeaea;overflow:hidden}.project-card img{width:100%;height:200px;object-fit:cover;display:block}.project-card h3{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.8vh;color:#1a1a1a;padding:1.5vh 1vw 0}.project-card p{font-size:.9rem;color:#666;line-height:1.6;padding:0 1vw 1.5vh}@media(max-width:64em){.project-grid{grid-template-columns:repeat(2,1fr)}.project-header p{max-width:70%}}@media(max-width:40em){.project-grid{grid-template-columns:1fr}.project-header h2{font-size:2.2rem}.project-header p{max-width:100%}}.process-section{padding:8vh 6%;background:#faf9f7;text-align:center}.process-header span{color:#f08a24;font-size:.8rem;letter-spacing:.25em;font-weight:500}.process-header h2{font-family:Playfair Display,serif;font-size:2.4rem;margin-top:1.5vh;color:#1a1a1a}.process-header p{max-width:45%;margin:2vh auto 5vh;font-size:.95rem;color:#666;line-height:1.6}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.8vw}.process-card{background:#faf9f7;padding:2.5vh 2vw;border-radius:.9rem;text-align:left;border:.1vh solid #eaeaea;transition:all .25s ease}.process-card:hover{border-color:#f08a24;background:#fff}.process-card h4{margin-top:0%;font-size:1rem;font-weight:600;margin-bottom:.8vh;color:#1a1a1a}.process-card p{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:0%}@media(max-width:64em){.process-header p{max-width:65%}}@media(max-width:40em){.process-header h2{font-size:2rem}.process-header p{max-width:100%}}.project-carousel{width:100%;overflow:hidden;position:relative;padding:5vh 0 10vh;background:#fff}.carousel-stage{position:relative;height:60vh;display:flex;justify-content:center;align-items:center}.carousel-card{position:absolute;width:28vw;border-radius:1.2rem;overflow:hidden;background:#faf9f7;box-shadow:0 1rem 2.5rem #0000001f;transition:all .6s ease}.carousel-card img{width:100%;height:50vh;object-fit:cover}.carousel-info{padding:1.5vh 1vw;text-align:center}.carousel-info h3{font-family:Playfair Display,serif;font-size:1.2rem}.carousel-info span{font-size:.9rem;color:#777}.carousel-info h3{color:#000}.pos-0{transform:translate(0) scale(1);z-index:5}.pos-1{transform:translate(30vw) scale(.8);opacity:.85}.pos-2{transform:translate(60vw) scale(.6);opacity:.6}.pos-7{transform:translate(-30vw) scale(.8);opacity:.85}.pos-6{transform:translate(-60vw) scale(.6);opacity:.6}.pos-3,.pos-4,.pos-5{opacity:0;transform:scale(0)}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:.1rem solid #000;color:#000;font-size:2.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;padding-bottom:.5rem;z-index:10}.nav-btn:focus{outline:none}.nav-btn:active{outline:none}.nav-btn::-moz-focus-inner{border:0}.nav-btn{-webkit-tap-highlight-color:transparent}.nav-btn:hover{background:#fff1e3;color:#f08a24}.nav-btn.left{left:3vw}.nav-btn.right{right:3vw}@media(max-width:64em){.carousel-card{width:40vw}.carousel-card img{height:45vh}.project-carousel{padding-top:2vh}.pos-1{transform:translate(60vw) scale(.9)}.pos-7{transform:translate(-60vw) scale(.9)}}@media(max-width:40em){.carousel-card{width:60vw}.carousel-card img{height:40vh}.project-carousel{padding-top:2vh}.pos-1,.pos-7,.pos-2,.pos-6{opacity:0}}.about-hero{width:100%;min-height:100vh;display:flex;align-items:center;background:#fff}.about-container{padding-top:6vh;width:90%;max-width:90vw;margin:auto;display:flex;gap:5vw;align-items:center}.about-image{position:relative;flex:1;display:flex;justify-content:center;align-items:center}.about-image img{width:90%;height:65vh;object-fit:cover;border-radius:2vw}.experience-badge{position:absolute;bottom:-4vh;left:-2vw;background:#f28c18;color:#fff;padding:1.8vh 2.2vw;border-radius:1.4vw;text-align:center}.experience-badge h2{font-size:clamp(2rem,3vw,3rem);margin:0}.experience-badge p{font-size:clamp(.8rem,1vw,1rem);margin:0}.about-content{flex:1}.about-tag{font-size:clamp(.7rem,.8vw,.9rem);letter-spacing:.3em;color:#f28c18;font-weight:600}.about-content h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,3vw,3.2rem);margin:2vh 0;line-height:1.2;color:#111}.about-content p{font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.8;color:#555;margin-bottom:2vh}@media(max-width:64em){.about-container{gap:6vw}.about-image img{height:55vh}}@media(max-width:40em){.about-hero{min-height:auto;padding:8vh 0}.about-container{flex-direction:column;gap:6vh}.about-image img{width:100%;height:42vh}.experience-badge{left:50%;transform:translate(-50%);bottom:5vh;padding:1rem 1.5rem;border-radius:1rem}.experience-badge h2{font-size:clamp(1.5rem,5vw,2rem)}.experience-badge p{font-size:clamp(.7rem,2.5vw,.85rem)}.about-content h1,.about-content p{text-align:center}.about-tag{display:block;text-align:center}}.vm-section{width:100%;padding:5rem 0;background:#f7f4f1}.vm-container{width:90%;margin:0 auto;display:grid;grid-template-columns:30% 70%;gap:3rem;overflow:hidden}.vm-card{margin:1vh;width:80%;min-width:0;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 25px #0000000f}.vm-header{display:flex;align-items:center;gap:1.2rem}.vm-header h3{margin-bottom:0%;font-size:2rem;font-weight:500;color:#0f172a}.vm-icon-box{width:56px;height:56px;background:#fbf1e6;border-radius:10px;display:flex;align-items:center;justify-content:center}.vm-icon-box svg{color:#f97316}.vm-text{font-size:1.05rem;line-height:1.9;color:#475569}.vm-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding:0;margin:0}.vm-list li{display:flex;align-items:flex-start;gap:.9rem;font-size:1.05rem;line-height:1.8;color:#475569}.vm-list li svg{color:#f97316;margin-top:4px;flex-shrink:0}@media(max-width:900px){.vm-container{grid-template-columns:1fr}.vm-card{padding:2.2rem}.vm-header h3{font-size:1.7rem}}.directors-section{width:100%;padding:8vh 0;background:#f7f6f4}.directors-wrapper{width:85%;margin:auto}.directors-title{color:#111;font-family:Playfair Display,serif;text-align:center;font-size:2.8rem;margin-bottom:5vh;margin-top:0%}.directors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3vw}.director-card{background:#fff;border-radius:18px;box-shadow:0 20px 45px #0000000d;overflow:hidden;display:flex;flex-direction:column}.director-image{width:100%;height:32vh}.director-image img{width:100%;height:100%;object-fit:cover}.director-content{padding:3vh 2.5vw}.director-content h3{color:#555;font-family:Playfair Display,serif;margin:0;font-size:clamp(1.1rem,1.4vw,1.3rem)}.director-qual{display:block;margin:.8vh 0 1.6vh;font-size:.9rem;color:#ff8a00;font-weight:600}.director-content .bold{font-weight:600}.director-content p{font-size:clamp(.9rem,1.05vw,1rem);line-height:1.7;color:#555}.leaders-tag{font-size:clamp(.7rem,.8vw,.9rem);letter-spacing:.3em;color:#f28c18;font-weight:600;display:block;text-align:center;margin-bottom:1vh}@media(max-width:1000px){.directors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.directors-wrapper{width:92%}.directors-grid{grid-template-columns:1fr}.director-image{height:28vh}.director-content{padding:3vh 4vw}}.contact-section{padding:10vh 9%;background-color:#faf9f7;font-family:Inter,sans-serif}.contact-header{text-align:center;max-width:45rem;margin:3vh auto 4vh}.contact-subtitle{color:#f08a24;font-size:.8rem;letter-spacing:.18em;font-weight:500}.contact-title{font-family:Playfair Display,serif;font-size:2.8rem;margin-top:1.5vh;margin-bottom:0;color:#1a1a1a}.contact-container{display:grid;grid-template-columns:1fr 1.3fr;gap:6vw;align-items:flex-start}.contact-info{display:flex;flex-direction:column;gap:3vh}.info-item{display:flex;gap:1.5vw;align-items:flex-start;width:100%}.icon-box{background:#fff1e3;color:#f08a24;width:4vh;height:4vh;min-width:2.8rem;min-height:2.8rem;border-radius:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-box svg{width:1.2rem;height:1.2rem;stroke-width:1.8}.heading{font-weight:600;font-family:Playfair Display,serif;font-size:.9rem;margin-bottom:.4vh;color:#1a1a1a}.info-item p{font-size:.85rem;color:#555;line-height:1.6;margin:0}.map-box{margin-top:1.5vh;height:28vh;background:#f1f1f1;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.contact-form{background:#fff;padding:3vh;border-radius:1.2rem;box-shadow:0 3vh 6vh #0000000f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5vw}.form-group{display:flex;flex-direction:column;margin-bottom:2.5vh}.form-group label{font-size:.9rem;margin-bottom:.6vh;color:#333}.form-group input,.form-group textarea{background-color:#f8f8f8;padding:1.2vh 1vw;border:.025rem solid #ddd;border-radius:.6rem;font-size:.9rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f08a24}.form-group textarea{min-height:16vh;resize:none}.send-btn{background:#f08a24;color:#fff;border:none;padding:1.4vh 2vw;border-radius:.8rem;font-size:.95rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.6vw;transition:background .25s ease,transform .2s ease,box-shadow .2s ease}.send-btn svg{width:1.1rem;height:1.1rem;stroke-width:1.8}.send-btn:hover{background:#e27d1a;transform:translateY(-.15vh);box-shadow:0 1.5vh 3vh #f08a244d}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#444;-webkit-box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}@media(max-width:64em){.contact-container{grid-template-columns:1fr;gap:6vh}}@media(max-width:48em){.contact-section{padding:10vh 5%}.contact-title{font-size:2.3rem}.form-row{grid-template-columns:1fr}}@media(max-width:30em){.contact-title{font-size:2rem}.send-btn{width:100%;justify-content:center}}.projects-section{padding:10vh 5vw;background-color:#faf9f7;font-family:Inter,sans-serif}.projects-header{text-align:center;max-width:70vw;margin:3vh auto 6vh}.projects-subtitle{color:#f08a24;font-size:.8rem;letter-spacing:.18em;font-weight:500}.projects-title{font-family:Playfair Display,serif;font-size:2rem;margin-top:1.5vh;color:#1a1a1a;margin-bottom:1vh}.projects-container{display:grid;grid-template-columns:repeat(3,1fr);gap:3vw;max-width:85vw;margin:0 auto}.project-card{height:50vh;background:#fff;border-radius:1.5vh;overflow:hidden;box-shadow:0 1.5vh 3vh #0000001a;width:100%;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 2.5vh 5vh #00000026}.project-image{position:relative;width:100%;height:100%;aspect-ratio:4/3;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;display:block}.status-pill{position:absolute;top:1vh;left:1vh;background-color:orange;color:#fff;padding:.5vh 1.2vw;border-radius:5vh;font-size:.8vw;font-weight:600;z-index:10;text-transform:capitalize}.project-info{position:absolute;bottom:0;width:100%;height:30%;background:linear-gradient(to top,#000000d9,#000000a6 35%,#00000059,#00000026 95%,#0000);color:#fff;padding:2vh 1.5vw;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;gap:.5vh}.project-info .project-name{padding:0%;color:#faf9f7;font-family:Playfair Display,serif;font-size:1.8vw;margin:0;font-weight:700}.project-info .project-location,.project-info p{padding:0%;color:azure;font-size:.9vw;margin:0}@media(max-width:1024px){.projects-container{grid-template-columns:repeat(2,1fr)}.status-pill{font-size:1.2vw;padding:.5vh 2vw}.project-info .project-name{font-size:3vw}.project-info .project-location,.project-info p{font-size:1.5vw}}@media(max-width:640px){.projects-container{grid-template-columns:1fr}.status-pill{font-size:2vw;padding:.5vh 3vw}.project-info .project-name{font-size:5vw}.project-info .project-location,.project-info p{font-size:3vw}.project-info{padding:3vh 3vw}}@media(max-width:480px){.project-card{height:50vh}.status-pill{font-size:2.5vw;padding:.5vh 3vw}.project-info .project-name{font-size:6vw}.project-info .project-location,.project-info p{font-size:3.5vw}.project-info{padding:3vh 2.5vw}}@media(max-width:360px){.project-card{height:50vh}.status-pill{font-size:3vw;padding:.5vh 2.5vw}.project-info .project-name{font-size:6.5vw}.project-info .project-location,.project-info p{font-size:4vw}.project-info{padding:2.5vh 2vw}}
