: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;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}}#root{width:100%;margin:0 auto;text-align:center}@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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Roboto,sans-serif;color:#1f2937;background-color:#f9fafb;line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 20px}header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1200px;margin:0 auto}.logo{height:50px}nav a{margin:10px;color:#1f2937;text-decoration:none;font-weight:500}nav a:hover{color:#3b82f6}.hero{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:100px 0;text-align:center}.hero h1{font-size:2.8rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#fff;color:#3b82f6;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:700;transition:background .3s}.cta-button:hover{background-color:#e0f2fe}.services{padding:60px 0}.services h2{text-align:center;margin-bottom:40px;font-size:2rem}.card-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px;width:300px;box-shadow:0 8px 16px #0000000a;transition:transform .3s}.card:hover{transform:translateY(-5px)}.card h3{margin-bottom:10px;color:#3b82f6}footer{background-color:#1f2937;color:#d1d5db;text-align:center;padding:20px 0}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-button.secondary{background-color:transparent;border:2px solid #fff;color:#fff}.section-title{text-align:center;font-size:2rem;margin-bottom:40px}.products,.about{padding:60px 0}.about-text{max-width:800px;margin:0 auto;font-size:1.1rem;text-align:center}.learn-more{display:inline-block;margin-top:15px;font-weight:700;color:#3b82f6;text-decoration:none}.learn-more:hover{text-decoration:underline}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.card{width:100%}}.nav-container{display:flex;align-items:center;justify-content:space-between}.nav-links{display:flex;gap:20px}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#1f2937;transition:all .3s}@media (max-width: 768px){.nav-links{display:none;position:absolute;top:70px;right:20px;flex-direction:column;background:#fff;border:1px solid #e5e7eb;padding:20px;border-radius:10px;box-shadow:0 8px 16px #0000001a}.nav-links.open{display:flex;animation:fadeIn .3s ease-in-out}.hamburger{display:flex}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.aboutus-container{max-width:900px;margin:2rem auto;padding:1rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#222;line-height:1.6}.aboutus-title{font-size:2.5rem;color:#0a4d8c;text-align:center;margin-bottom:1.5rem}.aboutus-intro{font-size:1.1rem;text-align:center;margin-bottom:2rem}.aboutus-section{margin-bottom:1.5rem}.aboutus-section h2{font-size:1.4rem;margin-bottom:.6rem;color:#0a4d8c;border-bottom:2px solid #e0e0e0;padding-bottom:.3rem}.aboutus-section ul{list-style:none;padding-left:1.2rem}.aboutus-section ul li:before{content:"✔️";margin-right:.6rem;color:#0a4d8c}.aboutus-section ul li{margin-bottom:.5rem}.contactus-container{max-width:1000px;margin:2rem auto;padding:1rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contactus-title{font-size:2.5rem;text-align:center;color:#0a4d8c;margin-bottom:2rem}.contactus-content{display:flex;flex-direction:column;gap:2rem}.contactus-info{flex:1;font-size:1.1rem}.contactus-info a{color:#0a4d8c;text-decoration:none}.contactus-info a:hover{text-decoration:underline}.contactus-form{flex:1;background-color:#f7f9fc;border:1px solid #ddd;padding:2rem;border-radius:8px;box-shadow:0 4px 10px #0000000f;display:flex;flex-direction:column;gap:1.2rem}.contactus-form label{font-weight:700;display:flex;flex-direction:column}.contactus-form input,.contactus-form textarea{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:5px;margin-top:.3rem}.contactus-form textarea{resize:vertical}.contactus-form button{padding:.7rem 1.2rem;font-size:1rem;background-color:#0a4d8c;color:#fff;border:none;border-radius:5px;cursor:pointer}.contactus-form button:hover{background-color:#083d6f}@media (min-width: 768px){.contactus-content{flex-direction:row;align-items:flex-start}.contactus-info,.contactus-form{width:50%}}.contactus-container{max-width:1100px;margin:0 auto;padding:40px 20px}.contactus-title{text-align:center;font-size:2rem;margin-bottom:30px;color:#1f2937}.contactus-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.contactus-info{flex:1;min-width:300px;font-size:1rem;line-height:1.6}.contactus-form{flex:1;min-width:300px;display:flex;flex-direction:column;gap:15px}.contactus-form label{font-weight:600;color:#374151}.contactus-form input,.contactus-form textarea{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}.contactus-form button{background-color:#3b82f6;color:#fff;padding:12px 20px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:700}.contactus-form button:hover{background-color:#2563eb}.map-section{margin-top:40px;border-radius:10px;overflow:hidden}.services-container{max-width:1100px;margin:2rem auto;padding:1rem 2rem;font-family:Segoe UI,sans-serif;color:#222}.services-title{font-size:2.5rem;text-align:center;color:#0a4d8c;margin-bottom:1rem}.services-intro{font-size:1.1rem;text-align:center;margin-bottom:2.5rem}.services-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-card{background-color:#fff;border-radius:10px;padding:1.5rem;flex:1 1 280px;max-width:300px;box-shadow:0 4px 10px #0000000d;text-align:center;transition:transform .2s ease}.service-card h3{color:#0a4d8c;margin-bottom:.5rem}.service-card:hover{transform:translateY(-5px)}
