@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue:#087dc1;--dark-blue:#0056b3;--light-grey:#f5f5f5;--dark-grey:#333;--text-grey:#666;--white:#fff}body{font-family:"Rubik",Arial,Helvetica,sans-serif;line-height:1.6;color:var(--dark-grey);overflow-x:hidden}header{background:var(--white);padding:.5rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.1)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:bold;color:var(--primary-blue);display:flex;align-items:center}.logo img{max-height:70px;width:auto;min-width:200px;object-fit:contain}nav ul{list-style:none;display:flex;gap:2rem}nav a{text-decoration:none;color:var(--dark-grey);font-weight:500;transition:all .3s;padding:.5rem 1rem;border-radius:4px}nav a:hover{background-color:#087dc1;color:var(--white)}nav a.active{color:var(--primary-blue);font-weight:600}nav a.active:hover{background-color:#087dc1;color:var(--white)}.logo a{display:flex;align-items:center;text-decoration:none}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--dark-grey)}.hero-section{background:var(--primary-blue);min-height:60vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-slider{width:100%;height:100%;position:relative}.hero-slide{width:100%;height:60vh;display:none;position:relative}.hero-slide.active{display:block}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:2px solid var(--primary-blue);color:var(--primary-blue);width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10;border-radius:50%;font-size:16px}.slider-nav:hover{background:var(--primary-blue);color:var(--white)}.slider-nav.prev{left:20px}.slider-nav.prev::before{content:'\f104';font-family:'Font Awesome 6 Free';font-weight:900}.slider-nav.next{right:20px}.slider-nav.next::before{content:'\f105';font-family:'Font Awesome 6 Free';font-weight:900}.about-section{padding:0;background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:0;align-items:stretch;margin-bottom:0}.about-text{background:var(--primary-blue);color:var(--white);padding:4rem;display:flex;flex-direction:column;justify-content:center}.about-text h4{color:var(--white);font-size:15px;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;opacity:.9}.about-text h2{font-weight:400;font-size:40px;color:var(--white);margin-bottom:1.5rem;line-height:50px}.about-text p{color:var(--white);margin-bottom:1rem;line-height:1.8;opacity:.95}.about-text .btn{display:inline-block;padding:.75rem 2rem;border:2px solid var(--white);color:var(--white);text-decoration:none;border-radius:5px;margin-top:1rem;transition:all .3s;width:fit-content}.about-text .btn:hover{background:var(--white);color:var(--primary-blue)}.about-images{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#087dc1}.about-images .factory-image{width:60%;max-width:400px;height:auto;object-fit:contain}.compliance-section{background:var(--white);border-radius:15px;padding:1.5rem 3rem;margin-top:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1);width:fit-content;margin-left:auto;margin-right:auto}.compliance-btn{display:block;margin:0 auto 1.5rem;padding:.4rem 1.2rem;background:transparent;border:2px solid var(--primary-blue);border-radius:25px;font-size:8px;font-weight:600;color:var(--primary-blue);text-transform:uppercase;cursor:default;width:fit-content;letter-spacing:1px}.compliance-logos{display:flex;gap:1.5rem;align-items:center;justify-content:center;flex-wrap:wrap}.compliance-logos img{height:60px;width:60px;object-fit:contain;display:block;transition:transform .3s ease}.compliance-logos img:hover{transform:scale(1.05)}.capabilities-section{padding:4rem 0;background:var(--white)}.capabilities-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.capabilities-left{padding-right:2rem}.capabilities-left h2{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1.5rem;font-weight:400;line-height:1.2}.capabilities-left p{color:var(--text-grey);font-size:1rem;line-height:1.6;margin-bottom:2rem}.capabilities-image{margin-top:2rem}.capabilities-image img{width:100%;max-width:400px;height:auto;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.capabilities-right{padding-left:2rem}.capabilities-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.capability-box{background:var(--white);padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease}.capability-box:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:var(--primary-blue)}.capability-icon{width:50px;height:50px;background:transparent;border:2px solid var(--primary-blue);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary-blue);font-size:1.2rem;transition:all .3s ease}.capability-box:hover .capability-icon{background:var(--primary-blue);color:var(--white)}.capability-box h3{font-size:1.1rem;color:var(--dark-grey);margin-bottom:.8rem;font-weight:600;line-height:1.3}.capability-box p{color:var(--text-grey);line-height:1.5;font-size:.9rem;margin:0}.infrastructure-section{padding:5rem 0;background:var(--white)}.infrastructure-header{max-width:800px;margin:0 auto 4rem;text-align:center}.infrastructure-header h2{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1rem}.infrastructure-header p{color:var(--text-grey);font-size:1.1rem}.infrastructure-item{margin-bottom:3rem}.infrastructure-item:last-child{margin-bottom:0}.infrastructure-content{background:var(--white);border:1px solid #e0e0e0;border-radius:10px;padding:3rem;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.infrastructure-content:hover{box-shadow:0 5px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.infrastructure-title{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--primary-blue)}.infrastructure-icon{width:70px;height:70px;border:2px solid var(--primary-blue);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);font-size:2rem;background:rgba(26,60,124,.05);flex-shrink:0;transition:all .3s ease}.infrastructure-item:hover .infrastructure-icon{background:var(--primary-blue);color:var(--white);transform:rotate(5deg) scale(1.05)}.infrastructure-title h3{font-size:1.8rem;color:var(--primary-blue);margin:0;font-weight:600}.infrastructure-text{color:var(--text-grey)}.infrastructure-text p{line-height:1.8;margin-bottom:1rem;font-size:1rem}.infrastructure-text p:last-of-type{margin-bottom:1.5rem}.infrastructure-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.8rem}.infrastructure-list li{display:flex;align-items:center;gap:.8rem;color:var(--text-grey);font-size:1rem;line-height:1.6;padding:.5rem;border-radius:5px;transition:all .2s ease}.infrastructure-list li:hover{background:rgba(26,60,124,.05);padding-left:1rem}.infrastructure-list li i{color:var(--primary-blue);font-size:.9rem;flex-shrink:0}.page-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);padding:5rem 0;text-align:center;color:var(--white);margin-top:0}.page-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.page-hero p{font-size:1.3rem;opacity:.95}.page-hero-simple{padding:0;margin-top:0;background:var(--white)}.hero-banner-image{width:100%;height:auto;display:block}.infrastructure-section-simple{padding:1rem 0;background:var(--white)}.infrastructure-header-simple{max-width:900px;margin:0 auto 1rem;text-align:center;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.infrastructure-header-simple h2{font-size:1.5rem;color:var(--primary-blue);margin-bottom:.3rem;font-weight:600}.infrastructure-header-simple p{color:var(--text-grey);font-size:.8rem;line-height:1.4}.infrastructure-item-simple{margin-bottom:1rem}.infrastructure-item-simple:last-child{margin-bottom:0}.infrastructure-item-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;align-items:center;padding:.5rem 0}.infrastructure-image-wrapper{text-align:center}.infrastructure-image{max-width:100%;height:auto;border:1px solid #e0e0e0;padding:5px;background:var(--white)}.infrastructure-content-simple{color:var(--text-grey)}.infrastructure-content-simple h3{font-size:1.1rem;color:var(--primary-blue);margin-bottom:.5rem;font-weight:600;padding-bottom:.2rem;border-bottom:2px solid var(--primary-blue);display:inline-block}.infrastructure-content-simple p{line-height:1.4;margin-bottom:.5rem;font-size:.8rem}.infrastructure-content-simple p strong{color:var(--dark-grey);font-weight:600}.infrastructure-list-simple{list-style:none;padding:0;margin:.5rem 0}.infrastructure-list-simple li{padding:.2rem 0;padding-left:1rem;position:relative;color:var(--text-grey);line-height:1.3;font-size:.8rem}.infrastructure-list-simple li:before{content:"•";position:absolute;left:0;color:var(--primary-blue);font-weight:bold;font-size:.9rem}.infrastructure-content-simple a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}.infrastructure-content-simple a:hover{color:var(--dark-blue);text-decoration:underline}.infrastructure-content-simple a i{margin-right:.5rem}.contact-section{padding:1.5rem 0;background:var(--white)}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{margin-bottom:1.5rem;text-align:center;padding-bottom:.75rem;border-bottom:1px solid #ddd}.contact-header h2{font-size:1.5rem;color:var(--primary-blue);margin-bottom:.4rem;font-weight:600}.contact-header p{color:var(--text-grey);font-size:.85rem;line-height:1.5}.contact-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem}.contact-info{padding:1rem;border:1px solid #ddd}.contact-info h3{font-size:1.1rem;color:var(--primary-blue);margin-bottom:.75rem;font-weight:600;padding-bottom:.4rem;border-bottom:2px solid var(--primary-blue);display:inline-block}.contact-details{display:flex;flex-direction:column;gap:.6rem}.contact-item{display:flex;gap:.75rem;align-items:flex-start}.contact-icon{width:24px;height:24px;color:var(--primary-blue);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;font-size:.9rem}.contact-text h4{font-size:.85rem;color:var(--dark-grey);margin-bottom:.15rem;font-weight:600}.contact-text p{color:var(--text-grey);line-height:1.4;margin:0;font-size:.85rem}.contact-text a{color:var(--primary-blue);text-decoration:none}.contact-text a:hover{text-decoration:underline}.contact-form-wrapper{padding:1rem;border:1px solid #ddd}.contact-form-wrapper h3{font-size:1.1rem;color:var(--primary-blue);margin-bottom:.75rem;font-weight:600;padding-bottom:.4rem;border-bottom:2px solid var(--primary-blue);display:inline-block}.contact-form{display:flex;flex-direction:column;gap:.8rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.85rem;color:var(--dark-grey);margin-bottom:.25rem;font-weight:500}.required{color:#e74c3c}.form-group input,.form-group textarea{padding:.5rem;border:1px solid #ccc;font-size:.85rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue)}.form-group textarea{resize:vertical;min-height:60px}.error-msg{color:#e74c3c;font-size:.75rem;margin-top:.15rem;min-height:.9rem}.submit-btn{background:var(--primary-blue);color:var(--white);border:none;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:.4rem;width:auto;display:inline-block}.submit-btn:hover{background:var(--dark-blue)}.submit-btn i{margin-right:.5rem}.thank-you-message{background:#f0f8ff;border:1px solid #ddd;padding:1rem;text-align:center;color:var(--dark-grey)}.thank-you-message i{font-size:1.5rem;color:var(--primary-blue);margin-bottom:.4rem}.thank-you-message p{margin:.25rem 0;font-size:.85rem}.infrastructure-preview-section{padding:5rem 0;background:var(--light-grey)}.infrastructure-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.infrastructure-preview-box{background:var(--white);padding:2.5rem;border-radius:10px;border:1px solid #e0e0e0;transition:all .3s ease;text-align:center}.infrastructure-preview-box:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:var(--primary-blue)}.infrastructure-preview-box .capability-icon{margin:0 auto 1.5rem}.infrastructure-preview-box h3{font-size:1.4rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:600}.infrastructure-preview-box p{color:var(--text-grey);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.btn-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.btn-link:hover{color:var(--dark-blue);gap:.8rem}.btn-link i{transition:transform .3s ease}.btn-link:hover i{transform:translateX(5px)}.infrastructure-preview-cta{text-align:center;margin-top:3rem}.infrastructure-preview-cta .btn{display:inline-block;padding:1rem 2.5rem;background:var(--primary-blue);color:var(--white);text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease;border:2px solid var(--primary-blue)}.infrastructure-preview-cta .btn:hover{background:var(--dark-blue);border-color:var(--dark-blue);transform:translateY(-2px);box-shadow:0 5px 15px rgba(8,125,193,.3)}.clients-section{padding:4rem 0;background:var(--white)}.clients-header{text-align:start;margin-bottom:1rem}.clients-header h2{font-size:40px;color:var(--primary-blue);font-weight:400;margin-bottom:1rem}.clients-header p{color:var(--text-grey);max-width:800px;font-size:15px}.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;align-items:center;justify-items:center}.client-logo{max-width:100%;height:auto;filter:grayscale(0%);opacity:1;transition:all .3s}.client-logo:hover{opacity:.8;transform:scale(1.05)}footer{background:#f5f5f5;padding:2rem 0;border-top:1px solid #e0e0e0}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-left{display:flex;gap:4rem}.footer-section{flex:1}.footer-section h3{font-size:14px;color:#999;margin-bottom:.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.footer-section p{color:#666;line-height:1.6;font-size:14px;margin:0}.footer-right{flex-shrink:0}.footer-right p{color:#999;font-size:12px;margin:0;text-align:right;letter-spacing:.5px}@media (max-width:1200px){.header-container{padding:0 1.5rem}.container{padding:0 1.5rem}.about-text{padding:3rem}.capabilities-container{padding:0 1.5rem}}@media (max-width:968px){.about-content{grid-template-columns:1fr}.about-text{padding:2.5rem}.about-text h2{font-size:2.5rem;line-height:1.2}.capabilities-container{grid-template-columns:1fr;gap:3rem}.capabilities-left{padding-right:0;text-align:center}.capabilities-right{padding-left:0}.capabilities-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.infrastructure-list{grid-template-columns:1fr}.infrastructure-title{flex-direction:column;align-items:flex-start;gap:1rem}.infrastructure-content{padding:2rem}.infrastructure-item-wrapper{grid-template-columns:1fr;gap:2rem}.infrastructure-image-wrapper{order:-1}.contact-wrapper{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:.8rem}.contact-section .container{max-width:100%;padding:0 1rem}.infrastructure-preview-grid{grid-template-columns:repeat(2,1fr)}.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem}.clients-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.footer-content{flex-direction:column;gap:1.5rem}.footer-left{flex-direction:column;gap:1.5rem}.footer-right p{text-align:left}}@media (max-width:768px){.header-container{padding:0 1rem}.logo img{max-height:60px;min-width:150px}.mobile-menu-toggle{display:block}nav ul{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:0 5px 10px rgba(0,0,0,.1);z-index:1000}nav ul.active{display:flex}.hero-section{min-height:50vh}.hero-slide{height:50vh}.about-text{padding:2rem}.about-text h2{font-size:2rem;line-height:1.3}.capabilities-left h2{font-size:2rem}.capabilities-container{padding:0 1rem;gap:2rem}.capabilities-grid{grid-template-columns:1fr;gap:1.5rem}.clients-header h2,.infrastructure-header h2{font-size:2rem}.infrastructure-content{padding:1.5rem}.infrastructure-title h3{font-size:1.5rem}.infrastructure-icon{width:60px;height:60px;font-size:1.6rem}.infrastructure-header-simple h2{font-size:1.8rem}.infrastructure-content-simple h3{font-size:1.4rem}.infrastructure-item-wrapper{gap:1.5rem;padding:1.5rem 0}.contact-wrapper{gap:1.25rem}.contact-info,.contact-form-wrapper{padding:.75rem}.contact-header h2{font-size:1.3rem}.contact-section{padding:1.5rem 0}.infrastructure-preview-grid{grid-template-columns:1fr}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.clients-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.compliance-section{padding:1rem 2rem;margin-top:1.5rem}.compliance-logos{gap:1rem}.compliance-logos img{height:50px;width:50px}.container{padding:0 1rem}}@media (max-width:480px){.header-container{padding:0 .75rem}.logo img{max-height:50px;min-width:120px}.hero-section{min-height:40vh}.hero-slide{height:40vh}.about-text{padding:1.5rem}.about-text h2{font-size:1.5rem;line-height:1.4}.about-text h4{font-size:12px}.capabilities-left h2{font-size:1.5rem}.clients-header h2{font-size:1.5rem}.clients-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.slider-nav{width:35px;height:35px}.slider-nav.prev{left:8px}.slider-nav.next{right:8px}.compliance-section{padding:.75rem 1rem;margin-top:1rem}.compliance-logos{gap:.75rem}.compliance-logos img{height:40px;width:40px}.compliance-btn{font-size:7px;padding:.3rem 1rem}.container{padding:0 .75rem}.footer-content{text-align:center}.footer-section p{font-size:12px}}@media (min-width:769px) and (max-width:992px){.about-text h2{font-size:2.2rem;line-height:1.3}.capabilities-left h2{font-size:2.2rem}.clients-header h2{font-size:2.2rem}.infrastructure-header-simple h2{font-size:2rem}.infrastructure-content-simple h3{font-size:1.3rem}.clients-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}}@media (max-width:768px){nav ul{gap:0}nav a{padding:1rem;border-bottom:1px solid #eee;border-radius:0;display:block;text-align:center}nav ul li:last-child a{border-bottom:none}.slider-nav{width:40px;height:40px}.slider-nav.prev{left:10px}.slider-nav.next{right:10px}.about-images .factory-image{width:80%;max-width:300px}.capabilities-image img{max-width:300px}.infrastructure-header-simple{padding:1rem;margin-bottom:1.5rem}.infrastructure-header-simple h2{font-size:1.6rem}.infrastructure-header-simple p{font-size:.9rem}.infrastructure-content-simple h3{font-size:1.2rem}.infrastructure-content-simple p{font-size:.85rem}.infrastructure-list-simple li{font-size:.85rem}}@media (max-width:480px){.mobile-menu-toggle{font-size:1.3rem;padding:.5rem}.slider-nav{width:35px;height:35px}.about-text h4{font-size:11px}.about-text h2{font-size:1.4rem;line-height:1.4}.about-text p{font-size:.9rem}.about-images .factory-image{width:90%;max-width:250px}.capabilities-left h2{font-size:1.4rem}.capabilities-left p{font-size:.9rem}.capability-box{padding:1.2rem}.capability-box h3{font-size:1rem}.capability-box p{font-size:.85rem}.clients-header h2{font-size:1.4rem}.clients-header p{font-size:13px}.infrastructure-header-simple h2{font-size:1.4rem}.infrastructure-header-simple p{font-size:.8rem}.infrastructure-content-simple h3{font-size:1.1rem}.infrastructure-content-simple p{font-size:.8rem}.infrastructure-list-simple li{font-size:.8rem}.footer-section h3{font-size:12px}.footer-section p{font-size:11px}.footer-right p{font-size:10px}}@media (max-width:768px){.mobile-menu-toggle,.slider-nav,nav a,.about-text .btn,.compliance-logos a{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}nav a{min-width:auto}body{overflow-x:hidden}img{max-width:100%;height:auto}.about-text,.capabilities-left,.infrastructure-content-simple{text-align:left}.clients-header{text-align:center}}