body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#0f172a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.navbar{background:#0000;left:0;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;box-shadow:0 2px 20px #0000004d;padding:.6rem 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{gap:.6rem;text-decoration:none}.logo-img{height:50px;transition:height .3s;width:auto}.navbar.scrolled .logo-img{height:40px}.logo-text{color:#fff;font-size:1.6rem;font-weight:700}.logo-text span{color:#f59e0b}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#e2e8f0;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s}.nav-links a:after{background:#f59e0b;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-links a:hover{color:#f59e0b}.nav-links a:hover:after{width:100%}.nav-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.nav-toggle{display:block}.nav-links{background:#0f172a;box-shadow:-5px 0 20px #0000004d;flex-direction:column;gap:1.5rem;height:100vh;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:260px}.nav-links.active{right:0}}.hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle,#f59e0b26,#0000 70%);height:600px;right:-20%;top:-50%;width:600px}.hero:after,.hero:before{border-radius:50%;content:"";position:absolute}.hero:after{background:radial-gradient(circle,#3b82f61a,#0000 70%);bottom:-30%;height:500px;left:-10%;width:500px}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");inset:0;position:absolute}.hero-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#94a3b8;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.btn{background:#f59e0b;border:none;border-radius:50px;color:#0f172a;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.5rem;text-decoration:none;transition:all .3s}.btn:hover{background:#d97706;box-shadow:0 10px 30px #f59e0b4d;transform:translateY(-2px)}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}}.about{background:#fff}.about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr}.about-text p{color:#475569;font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about-stats{display:flex;flex-direction:column;gap:1.5rem}.stat{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;padding:1.5rem 2rem;text-align:center}.stat h3{color:#f59e0b;font-size:2.2rem;margin:0 0 .3rem}.stat p{color:#94a3b8;font-size:.95rem;margin:0}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.about-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat{flex:1 1;min-width:140px}}.services{background:#f8fafc}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s}.service-card:hover{border-color:#f59e0b;box-shadow:0 20px 40px #00000014;transform:translateY(-8px)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{color:#0f172a;font-size:1.15rem;margin:0 0 .8rem}.service-card p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}.projects{background:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:all .3s}.project-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.project-img{height:200px;width:100%}.project-info{padding:1.5rem}.project-info h3{color:#0f172a;font-size:1.15rem;margin:0 0 .5rem}.project-info p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.footer{background:#0f172a;color:#cbd5e1;padding:4rem 0 0}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr)}.footer-col p{color:#94a3b8;font-size:.95rem;line-height:1.7}.footer-logo{align-items:center;display:flex;gap:.6rem;margin-bottom:1rem}.footer-logo-img{filter:brightness(1.8);height:50px;width:auto}.footer-logo-text{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.footer-logo-text span{color:#f59e0b}.footer-col h4{color:#fff;font-size:1.1rem;margin:0 0 1.2rem;padding-bottom:.6rem;position:relative}.footer-col h4:after{background:#f59e0b;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.contact-list{list-style:none;margin:0;padding:0}.contact-list li{color:#94a3b8;font-size:.9rem;line-height:1.5;margin-bottom:.8rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#94a3b8;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#f59e0b}.enquiry form{display:flex;flex-direction:column;gap:.7rem}.enquiry input,.enquiry textarea{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:.9rem;outline:none;padding:.7rem 1rem;transition:border-color .3s}.enquiry input:focus,.enquiry textarea:focus{border-color:#f59e0b}.enquiry input::placeholder,.enquiry textarea::placeholder{color:#64748b}.btn-submit{background:#f59e0b;border:none;border-radius:8px;color:#0f172a;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-submit:hover{background:#d97706}.btn-submit:disabled{cursor:not-allowed;opacity:.7}.form-note{font-size:.85rem;margin-top:.5rem}.form-note.success{color:#22c55e}.form-note.error{color:#ef4444}.footer-bottom{border-top:1px solid #1e293b;margin-top:3rem;padding:1.2rem 0;text-align:center}.footer-bottom p{color:#64748b;font-size:.85rem;margin:0}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.section-title{color:#0f172a;font-size:2.2rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:#f59e0b;border-radius:2px;content:"";display:block;height:3px;margin:.8rem auto 0;width:60px}
/*# sourceMappingURL=main.0938a413.css.map*/