.navbar{background-color:#fff;padding:16px 32px;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo-img{height:60px;width:auto}.navbar-links{list-style:none;display:flex;align-items:center;gap:24px}.navbar-links li{font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.navbar-links a{text-decoration:none;color:#000;font-weight:500;transition:color .3s}.navbar-links a:hover{color:#0056b3}.navbar-cta{background-color:#0056b3;color:#fff!important;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.navbar-cta:hover{background-color:#004090}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.hamburger{width:24px;height:2px;background-color:#333;border-radius:2px}@media (max-width: 768px){.navbar-links{display:none;position:absolute;top:60px;right:32px;background-color:#fff;flex-direction:column;align-items:flex-start;padding:20px;gap:16px;box-shadow:0 4px 12px #0000001a}.navbar-links.open,.navbar-toggle{display:flex}}.footer{background-color:#1a2a6c;color:#fff;padding:40px 0;font-family:Arial,sans-serif;position:relative}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-brand{flex:1;min-width:250px}.footer-brand h3{font-size:24px;font-weight:700;margin-bottom:15px;color:#fff}.footer-mission{font-size:16px;line-height:1.5;color:#e0e0e0}.footer-links{flex:2;min-width:250px}.footer-links h4{font-size:18px;font-weight:600;margin-bottom:15px;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{font-size:16px;margin-bottom:10px;color:#e0e0e0;cursor:pointer;transition:color .3s ease}.footer-links ul li:hover{color:#3ab0ff}.footer-cta{display:inline-block;margin-top:10px;padding:12px 25px;background-color:#0056b3;color:#fff;font-weight:600;text-decoration:none;border-radius:5px;transition:background-color .3s ease,transform .3s ease}.footer-cta:hover{background-color:#00408b;transform:translateY(-2px)}.footer-cta:focus{outline:none}.footer-bottom{text-align:center;font-size:14px;color:#d0d0d0;margin-top:40px}.footer-bottom a{color:#3ab0ff;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-brand,.footer-links{margin-bottom:30px}}.hero-section{position:relative;padding:100px 20px;text-align:center;border-bottom:1px solid #dce3ea;height:55vh;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.hero-video-container video{object-fit:cover;width:100%;height:100%}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1}.hero-content{position:relative;max-width:900px;margin:0 auto;color:#fff;z-index:2}.hero-section h1{font-size:2.8rem;margin-bottom:20px;font-weight:700;color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.5)}.hero-section p{font-size:1.2rem;margin-bottom:40px;line-height:1.6;color:#dcdcdc}.hero-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn{text-decoration:none;padding:12px 24px;border-radius:30px;font-size:1rem;font-weight:600;transition:background .3s ease,color .3s ease}.btn.primary{background-color:#0056b3;color:#fff}.btn.primary:hover{background-color:#004092}.btn.secondary{background-color:transparent;color:#fff;border:2px solid white}.btn.secondary:hover{background-color:#0056b3}.industries-and-solutions-section{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.section-title{font-size:2.5rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.2rem;color:#4a5568;margin-bottom:3rem}.industry-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.industry-card{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 10px #0000001a;cursor:pointer;transition:all .3s ease}.industry-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.industry-card.active{border:2px solid #3182ce}.industry-card h3{font-size:1.4rem;margin-bottom:.5rem;color:#2d3748}.industry-card p{color:#718096}.solutions-list{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 12px #0000001a;margin-top:1rem;text-align:left}.solutions-list h2{font-size:1.8rem;margin-bottom:1rem;color:#1a202c}.solution-item{margin-bottom:1.5rem}.solution-item h4{font-size:1.2rem;color:#2c5282;margin-bottom:.3rem}.solution-item p{color:#4a5568;margin-left:1rem}.cta-button{display:inline-block;margin-top:1.5rem;background-color:#3182ce;color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-size:1rem;transition:background-color .3s ease}.cta-button:hover{background-color:#2b6cb0}@media (max-width: 768px){.solutions-list{margin-top:2rem;padding:1.5rem}.cta-button{width:100%;text-align:center}}.about-section{background-color:#fff;padding:80px 20px;font-family:Arial,sans-serif;color:#333}.about-container{max-width:1200px;margin:0 auto;text-align:center}.about-title{font-size:2.5rem;color:#004b87;font-weight:700;margin-bottom:30px}.about-mission{font-size:1.2rem;color:#555;line-height:1.6;margin-bottom:40px}.section-title{font-size:1.8rem;color:#333;font-weight:600;margin-top:40px;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.section-content{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:40px}.team-member{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.team-image{width:100px;height:100px;object-fit:cover;border-radius:50%;margin-bottom:20px}.team-name{font-size:1.3rem;font-weight:700;margin-bottom:5px}.team-role{font-size:1rem;font-weight:600;color:#004b87;margin-bottom:15px}.team-bio{font-size:1rem;color:#777;line-height:1.5;margin-top:10px}@media (max-width: 768px){.about-title{font-size:2rem}.section-title{font-size:1.6rem}.about-mission{font-size:1.1rem}.section-content{font-size:1rem}}.contact-section{background-color:#fff;padding:80px 20px;font-family:Arial,sans-serif;color:#333}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-title{font-size:2.5rem;color:#004b87;font-weight:700;margin-bottom:20px}.contact-description{font-size:1.2rem;color:#555;line-height:1.6;margin-bottom:40px}.contact-form{background-color:#f9f9f9;padding:40px;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:left;display:grid;gap:20px}.form-group{display:flex;flex-direction:column}.form-label{font-size:1rem;font-weight:600;color:#333;margin-bottom:8px}.form-input{padding:12px;font-size:1rem;border:1px solid #ccc;border-radius:6px;color:#333;background-color:#fff;box-shadow:inset 0 2px 4px #0000001a}.form-input:focus{outline:none;border-color:#004b87}.submit-button{background-color:#004b87;color:#fff;padding:12px 24px;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:100%}.submit-button:hover{background-color:#00366d}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-description{font-size:1.1rem}.contact-form{padding:30px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;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}html,body{margin:0;padding:0;width:100%;height:100%}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}}
