@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:var(--white);z-index:1000;transition:all .3s ease}.header.scrolled{box-shadow:0 2px 10px #0000001a;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo-wrapper{display:flex;align-items:center;margin-right:2rem}.nav-menu{display:flex;align-items:center;margin-left:1rem}.nav-list{display:flex;list-style:none;gap:2.5rem;align-items:center;justify-content:center;padding-left:0}.nav-item{position:relative;display:flex;align-items:center}.nav-link{font-weight:500;color:var(--text);position:relative;padding:.5rem 0;transition:color .3s ease;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.dropdown{position:relative}.dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:var(--white);min-width:220px;box-shadow:0 8px 16px #0000001a;border-radius:var(--radius);padding:.75rem 0;opacity:0;visibility:hidden;transition:all .3s ease;z-index:10;margin-top:1rem}.dropdown-content:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--white)}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;margin-top:.5rem}.dropdown-content a{display:block;padding:.75rem 1.25rem;color:var(--text);font-size:.95rem;transition:all .2s ease;text-align:left;white-space:nowrap}.dropdown-content a:hover{background-color:var(--accent);color:var(--primary)}.contact-info{display:flex;align-items:center;margin-left:auto}.contact-link{display:flex;align-items:center;gap:.5rem;color:var(--text);font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:var(--radius);background-color:var(--accent)}.contact-link:hover{color:var(--primary);background-color:var(--accent-hover)}.contact-text{display:inline-block}.mobile-menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;box-shadow:none}.hamburger{display:block;position:relative;width:24px;height:2px;background-color:var(--text);transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background-color:var(--text);transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background-color:transparent}.hamburger.active:before{top:0;transform:rotate(45deg)}.hamburger.active:after{bottom:0;transform:rotate(-45deg)}@media (max-width: 992px){.contact-text{display:none}.nav-list{gap:1.5rem}.dropdown-content{left:0;transform:none}.dropdown-content:before{left:20px}}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav-menu{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background-color:var(--white);flex-direction:column;justify-content:flex-start;padding-top:2rem;transform:translate(100%);transition:transform .3s ease;z-index:999;overflow-y:auto}.nav-menu.active{transform:translate(0)}.nav-list{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.nav-item{width:100%;text-align:center}.nav-link{display:block;font-size:1.25rem;padding:.75rem}.dropdown-content{position:static;transform:none;box-shadow:none;opacity:1;visibility:visible;margin-top:.5rem;width:100%;max-width:300px;background-color:var(--accent);border-radius:var(--radius);padding:.5rem 0;margin:.5rem auto;display:none}.dropdown-content:before{display:none}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{text-align:center}}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-container.white .logo-text,.logo-container.white .company-name{color:var(--white)}.logo-container.white .company-tagline{color:#ffffffe6}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column}.company-name{font-weight:600;font-size:1.1rem;color:var(--text);line-height:1.2}.company-tagline{font-size:.9rem;color:var(--primary);font-weight:500}@media (max-width: 768px){.logo-image{height:35px}.company-name{font-size:1rem}.company-tagline{font-size:.8rem}}.footer{background-color:var(--primary-dark);color:var(--white);padding:4rem 0 2rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;flex-direction:column;gap:1.5rem}.footer-logo .logo{height:50px;width:auto}.company-info .company-name{color:var(--white);margin-bottom:1rem}.company-info .company-description{color:#fffc;font-size:.95rem;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-heading{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;position:relative}.footer-heading:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background-color:var(--primary-light)}.footer-nav,.contact-list{list-style:none;padding:0;margin:0}.footer-nav li,.contact-list li{margin-bottom:.75rem}.footer-nav a,.contact-list a{color:#fffc;transition:color .3s ease;font-size:.95rem}.footer-nav a:hover,.contact-list a:hover{color:var(--white)}.contact-list li{display:flex;align-items:center;gap:.75rem}.contact-list svg{flex-shrink:0;color:var(--primary-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.copyright{font-size:.9rem;color:#ffffffb3;margin:0}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;color:var(--white);transition:all .3s ease}.social-links a:hover{background-color:var(--primary-light);transform:translateY(-3px)}@media (max-width: 992px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-logo{text-align:center;align-items:center}.footer-heading:after{left:50%;transform:translate(-50%)}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-links-column{text-align:center}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem}.copyright{text-align:center}}.hero{position:relative;padding:calc(var(--header-height) + 3rem) 0 6rem;background:linear-gradient(135deg,var(--white) 0%,var(--accent) 100%);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-shape-1{position:absolute;top:-10%;right:-5%;width:40%;height:70%;background:linear-gradient(135deg,rgba(0,86,179,.05) 0%,rgba(0,86,179,.01) 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(-15deg);z-index:1}.hero-shape-2{position:absolute;bottom:-20%;left:-10%;width:50%;height:60%;background:linear-gradient(135deg,rgba(0,86,179,.03) 0%,rgba(0,86,179,.01) 100%);border-radius:70% 30% 30% 70%/60% 40%;transform:rotate(10deg);z-index:1}.hero-shape-3{position:absolute;top:20%;left:30%;width:20%;height:20%;background:linear-gradient(135deg,rgba(0,86,179,.02) 0%,rgba(0,86,179,.005) 100%);border-radius:50%;z-index:1}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-content{max-width:600px}.hero-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text);font-weight:700;background:linear-gradient(to right,var(--text) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:var(--text-light);margin-bottom:2.5rem}.product-categories{margin-bottom:2.5rem}.product-category{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid var(--primary)}.product-title{font-size:1.25rem;color:var(--primary);margin-bottom:.5rem;font-weight:600}.product-list{font-size:.95rem;color:var(--text-light);line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta{display:inline-block;padding:.875rem 2rem;font-weight:500;font-size:1.05rem;box-shadow:0 10px 20px #0056b326;transform:translateY(0);transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.hero-cta:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background-color:#0000001a;transition:all .3s ease;z-index:-1}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 25px #0056b340}.hero-cta-secondary{display:inline-block;padding:.875rem 2rem;font-weight:500;font-size:1.05rem;background-color:transparent;color:var(--primary);border:2px solid var(--primary);box-shadow:0 10px 20px #0056b31a;transform:translateY(0);transition:all .3s ease}.hero-cta-secondary:hover{background-color:var(--primary);color:var(--white);transform:translateY(-3px);box-shadow:0 15px 25px #0056b340}.hero-cta:hover:before{width:100%}.hero-image-showcase{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-container{position:relative;width:100%;max-width:500px;height:400px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 40px #00000026;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .5s ease}.image-container:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.product-showcase-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity 1.5s ease;background-color:#fff;padding:20px}.product-showcase-image.active{opacity:1;z-index:2}.hero-shape{position:absolute;top:-50%;right:-10%;width:80%;height:200%;background:linear-gradient(135deg,rgba(0,86,179,.05) 0%,rgba(0,86,179,.01) 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(-15deg);z-index:1}.hero-stats-section{background-color:var(--white);padding:4rem 0;position:relative;box-shadow:0 -10px 30px #0000000d}.stat-item{text-align:center;padding:2rem 1rem;border-radius:var(--radius);transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.hero-clients-section{background-color:var(--secondary);padding:5rem 0;position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:3px;z-index:1}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.client-item{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.client-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.client-icon{color:var(--primary);margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:var(--accent);border-radius:50%}.client-name{font-size:1.25rem;font-weight:600;color:var(--text)}.clients-cta{text-align:center}.clients-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:500;font-size:1.05rem;transition:all .3s ease}.clients-button:hover{gap:.75rem}.hero-features-section{background-color:var(--white);padding:5rem 0;position:relative}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-item{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary);height:100%;display:flex;flex-direction:column;justify-content:flex-start}.feature-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.feature-icon{color:var(--primary);margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:var(--accent);border-radius:50%}@media (max-width: 992px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content{max-width:100%;order:2}.hero-image-showcase{order:1;margin-bottom:1rem}.hero-title{font-size:2.5rem}.product-category{padding-left:0;border-left:none;position:relative;padding-top:1.5rem}.product-category:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:50px;height:3px;background-color:var(--primary)}.image-container{margin:0 auto;height:350px;max-width:450px}.hero-buttons{justify-content:center}.stats-grid,.clients-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-title{padding-bottom:1.5rem}.section-title:after{bottom:0}.hero{padding:calc(var(--header-height) + 2rem) 0 4rem}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.product-title{font-size:1.1rem}.product-list{font-size:.9rem}.image-container{height:280px;transform:perspective(1000px) rotateY(0) rotateX(0)}.hero-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-cta,.hero-cta-secondary{width:100%;text-align:center}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-item{padding:1.5rem 1rem}.stat-value{font-size:2rem}.clients-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width: 480px){.hero{padding:calc(var(--header-height) + 1.5rem) 0 3rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.product-title{font-size:1rem}.image-container{height:240px;box-shadow:0 10px 20px #0000001a}.product-showcase-image{padding:15px}.stat-value{font-size:1.75rem}.stat-label{font-size:.9rem}.client-item,.feature-item{padding:1.5rem 1rem}.client-icon,.feature-icon{width:50px;height:50px;margin-bottom:1rem}.client-name,.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}.product-card{position:relative;height:100%;border-radius:var(--radius-lg);overflow:hidden;transform-style:preserve-3d;transform:perspective(1000px);transition:transform .3s ease}.product-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s ease}.product-card-front{position:relative;width:100%;height:100%;background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px #00000014,0 0 0 1px #00000005;transform-style:preserve-3d;transition:all .3s ease}.product-image-container{position:relative;width:100%;height:220px;overflow:hidden;background-color:var(--secondary);display:flex;align-items:center;justify-content:center}.product-card-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease;transform:scale(.9)}.product-card:hover .product-card-image{transform:scale(1)}.product-card-content{padding:1.5rem;background-color:var(--white);transform:translateZ(20px)}.product-card-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--text);font-weight:600}.product-card-description{font-size:.95rem;color:var(--text-light);line-height:1.6}.product-card:hover,.product-card:hover .product-card-front{box-shadow:0 20px 40px #0000001f,0 0 0 1px #0000000a}@media (max-width: 768px){.product-image-container{height:180px}.product-card-content{padding:1.25rem}.product-card-title{font-size:1.1rem}}.certificate-card{position:relative;height:100%;transform-style:preserve-3d;transform:perspective(1000px);transition:transform .3s ease}.certificate-frame{position:relative;width:100%;height:100%;padding:1rem;background:linear-gradient(135deg,#f5f5f5 0%,#ffffff 100%);border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000001a,0 0 0 1px #0000000d;transform-style:preserve-3d;transition:all .3s ease}.certificate-content{position:relative;width:100%;height:250px;overflow:hidden;background-color:var(--white);border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;transform:translateZ(20px)}.certificate-image{width:90%;height:90%;object-fit:contain;transition:transform .5s ease}.certificate-shine{position:absolute;top:0;left:0;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,rgba(255,255,255,0) 70%);opacity:0;pointer-events:none;transform:translate(-50%,-50%);z-index:2}.certificate-title{margin-top:1rem;font-size:1rem;font-weight:500;color:var(--text);text-align:center;transform:translateZ(30px)}.certificate-card:hover .certificate-frame{box-shadow:0 20px 40px #00000026,0 0 0 1px #00000014}.certificate-card:hover .certificate-image{transform:scale(1.05)}@media (max-width: 768px){.certificate-content{height:200px}.certificate-title{font-size:.9rem}}.home-page{overflow-x:hidden}.about-section{background-color:var(--white)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.products-section{background-color:var(--secondary);position:relative;overflow:hidden}.products-section:before{content:"";position:absolute;top:-100px;left:-100px;width:300px;height:300px;background-color:#0056b30d;border-radius:50%;z-index:1}.products-section:after{content:"";position:absolute;bottom:-100px;right:-100px;width:300px;height:300px;background-color:#0056b30d;border-radius:50%;z-index:1}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:2}.certificates-section{background-color:var(--white)}.certificates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cta-title{color:var(--white);font-size:2.5rem;margin-bottom:1.5rem}.cta-text{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background-color:var(--white);color:var(--primary);font-weight:600;padding:.875rem 2.5rem;border-radius:var(--radius);box-shadow:0 10px 20px #0000001a;transition:all .3s ease}@media (max-width: 992px){.products-grid,.certificates-grid{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2rem}}@media (max-width: 768px){.about-text{font-size:1rem}.products-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.certificates-grid{grid-template-columns:1fr;max-width:350px;margin:0 auto}.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}}.products-showcase{background-color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.product-card{background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.product-card-image{height:250px;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.product-card-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:1.5rem;margin-bottom:1rem;color:var(--primary);position:relative;padding-bottom:.75rem}.product-card-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:3px}.product-card-description{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;flex:1}.product-feature{background-color:var(--accent);color:var(--primary);font-size:.85rem;padding:.4rem .8rem;border-radius:50px;display:inline-block;white-space:nowrap;max-width:fit-content}.product-card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;transition:all .3s ease;align-self:flex-start;margin-top:auto}.product-card-link:hover{color:var(--primary-dark);gap:.75rem}.industries-section{background-color:var(--secondary);position:relative;overflow:hidden}.industries-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230056b3' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:2}.industry-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2.5rem 1.5rem;text-align:center;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.industry-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.industry-icon{color:var(--primary);margin-bottom:1.5rem}.industry-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text)}.industry-description{font-size:.95rem;line-height:1.6;color:var(--text-light)}.manufacturing-process{background-color:var(--white)}.process-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50px;width:3px;background:linear-gradient(to bottom,var(--primary-light),var(--primary-dark));border-radius:3px}.step-number{position:absolute;top:0;left:0;width:60px;height:60px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;z-index:2;box-shadow:0 10px 20px #0056b333}.step-content{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem 2.5rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover .step-content{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.step-content h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--primary)}.step-content p{font-size:1rem;line-height:1.6;color:var(--text-light)}.quality-section{background-color:var(--secondary)}.quality-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.quality-feature{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.quality-feature:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.feature-icon{color:var(--primary);margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:var(--accent);border-radius:50%}.feature-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text)}.feature-description{font-size:.95rem;line-height:1.6;color:var(--text-light)}.quality-image-container{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 40px #00000014}.quality-image{width:100%;height:auto;display:block}.custom-solutions{background-color:var(--white)}.custom-solutions-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.custom-solutions-text{display:flex;flex-direction:column;gap:1.5rem}.custom-solutions-text p{font-size:1.05rem;line-height:1.6;color:var(--text-light)}.custom-solutions-cta{align-self:flex-start;margin-top:1rem}.custom-solutions-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 40px #00000014}.custom-image{width:100%;height:auto;display:block}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}@media (max-width: 992px){.products-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.industries-grid,.quality-features-grid{grid-template-columns:repeat(2,1fr)}.custom-solutions-content{grid-template-columns:1fr;gap:2rem}.custom-solutions-image{order:-1}.cta-title{font-size:2rem}}@media (max-width: 768px){.products-hero{padding:4rem 0}.products-hero-title{font-size:2.5rem}.products-hero-description{font-size:1.1rem}.section-title{font-size:2rem}.industries-grid,.quality-features-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.process-timeline:before{left:30px}.process-step{padding-left:70px}.step-number{width:50px;height:50px;font-size:1.25rem}.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text);position:relative;padding-bottom:1rem;display:inline-block;text-align:center!important;margin-left:auto!important;margin-right:auto!important;display:block!important;width:100%!important}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--primary);border-radius:3px}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);max-width:700px;padding-bottom:50px;padding-top:20px;line-height:1.6}.history-section{background-color:var(--white)}.history-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.history-image{position:relative}.history-text p{font-size:1.05rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem;margin-top:1.5rem}.history-text p:last-child{margin-bottom:0}.timeline-section{background-color:var(--secondary);position:relative;overflow:hidden}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:120px;width:3px;background:linear-gradient(to bottom,var(--primary-light),var(--primary-dark));border-radius:3px}.timeline-item{position:relative;margin-bottom:3rem;padding-left:160px}.timeline-item:last-child{margin-bottom:0}.timeline-year{position:absolute;top:0;left:0;width:100px;text-align:right;font-size:1.5rem;font-weight:700;color:var(--primary)}.timeline-content{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.timeline-item:hover .timeline-content{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.timeline-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--primary)}.timeline-description{font-size:1rem;line-height:1.6;color:var(--text-light)}.mission-statement{max-width:800px;margin:0 auto 4rem;text-align:center}.mission-statement blockquote{font-size:1.5rem;font-style:italic;color:var(--primary);position:relative;padding:2rem;margin:0;line-height:1.6}.mission-statement blockquote:before,.mission-statement blockquote:after{content:'"';font-size:4rem;color:#0056b31a;position:absolute}.mission-statement blockquote:before{top:-1rem;left:0}.mission-statement blockquote:after{bottom:-3rem;right:0}.values-title{margin-top:2rem}.values-section{background-color:var(--white);position:relative;overflow:hidden}.values-section:before{content:"";position:absolute;top:-100px;left:-100px;width:300px;height:300px;background-color:#0056b30d;border-radius:50%;z-index:1}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:2}.value-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;height:100%}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.value-icon{color:var(--primary);margin-bottom:1.5rem;display:flex;justify-content:center}.value-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text);text-align:center}.value-description{font-size:1rem;line-height:1.6;color:var(--text-light);text-align:center}.team-section{background-color:var(--secondary)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.team-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.team-avatar{width:80px;height:80px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary)}.team-name{font-size:1.25rem;margin-bottom:.5rem;color:var(--text)}.team-position{font-size:.95rem;color:var(--primary);margin-bottom:1rem;font-weight:500}.team-bio{font-size:.95rem;line-height:1.6;color:var(--text-light)}.certifications-section{background-color:var(--white)}.certification-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center;position:relative;overflow:hidden;border-top:5px solid var(--primary)}.certification-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001f}.certification-icon{color:var(--primary);margin-bottom:1.5rem;display:inline-block;background-color:var(--accent);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.certification-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}.partners-section{background-color:var(--secondary)}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.partner-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.partner-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.partner-logo{width:60px;height:60px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary)}.partner-name{font-size:1.25rem;color:var(--text)}.product-range-section{background-color:var(--white);padding:5rem 0}.product-range-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.product-range-item{background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.product-range-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-range-title{font-size:1.25rem;padding:1.5rem;margin:0;text-align:center;color:var(--primary);border-bottom:1px solid var(--border)}.product-range-image{width:100%;height:200px;object-fit:contain;padding:1rem;background-color:var(--white);transition:transform .3s ease}.product-range-item:hover .product-range-image{transform:scale(1.05)}.product-range-cta{text-align:center;margin-top:3rem}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);text-align:center;padding:5rem 0}.cta-content{max-width:700px;margin:0 auto}.cta-title{color:var(--white);font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.cta-button{background-color:var(--white);color:var(--primary);font-weight:600;padding:1rem 2.5rem;border-radius:var(--radius);box-shadow:0 10px 20px #0000001a;transition:all .3s ease;font-size:1.1rem}.cta-button:hover{background-color:var(--white);color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 15px 30px #0003}@media (max-width: 992px){.history-content{grid-template-columns:1fr;gap:2rem}.history-image{order:1}.history-text{order:2}.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.certifications-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.partners-grid,.product-range-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.page-header{padding:4rem 0}.page-title{font-size:2rem}.page-description{font-size:1rem}.mission-statement blockquote{font-size:1.25rem;padding:1.5rem}.values-grid,.team-grid,.partners-grid{grid-template-columns:1fr}.product-range-grid{grid-template-columns:1fr;max-width:400px;margin:2rem auto 0}.timeline:before{left:60px}.timeline-item{padding-left:100px}.timeline-year{width:60px;font-size:1.25rem}}.products-page{padding-top:var(--header-height)}.products-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.products-hero-content{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center}.products-hero-title{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.1);animation:fadeInUp .8s ease}.products-hero-description{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;animation:fadeInUp 1s ease}.products-hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.process-section{background-color:var(--white)}.process-intro{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.1rem;line-height:1.8;color:var(--text-light)}.process-timeline{position:relative;max-width:800px;margin:0 auto}.process-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50px;width:2px;background-color:var(--primary-light)}.process-step{position:relative;margin-bottom:3rem;padding-left:100px}.process-step:last-child{margin-bottom:0}.step-number{position:absolute;top:0;left:0;width:50px;height:50px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;z-index:2;box-shadow:0 0 0 5px #0056b31a}.step-content{background-color:var(--white);border-radius:var(--radius-lg);padding:1.5rem 2rem;box-shadow:var(--shadow-md)}.step-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.step-description{font-size:1rem;line-height:1.6;color:var(--text-light)}.certifications-section{background-color:var(--secondary)}.certifications-intro{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.1rem;line-height:1.8;color:var(--text-light)}.certifications-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.certification-card{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.certification-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.certification-icon{color:var(--primary);margin-bottom:1.5rem}.certification-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text)}.certification-description{font-size:1rem;line-height:1.6;color:var(--text-light)}.testing-section{background-color:var(--white)}.testing-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.testing-image{position:relative}.image-container{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease}.image-container:hover{transform:perspective(1000px) rotateY(0)}.image-container img{width:100%;height:auto;display:block}.testing-text p{font-size:1.05rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.testing-list{padding-left:1.5rem;margin-bottom:1.5rem}.testing-list li{font-size:1.05rem;line-height:1.8;color:var(--text-light);margin-bottom:.75rem;position:relative}.testing-list li:before{content:"";position:absolute;top:.7rem;left:-1.5rem;width:8px;height:8px;background-color:var(--primary);border-radius:50%}@media (max-width: 992px){.certifications-grid{grid-template-columns:repeat(2,1fr)}.testing-content{grid-template-columns:1fr;gap:2rem}.testing-image{order:1}.testing-text{order:2}}@media (max-width: 768px){.page-header{padding:4rem 0}.page-title{font-size:2rem}.page-description,.process-intro,.certifications-intro{font-size:1rem}.process-timeline:before{left:25px}.process-step{padding-left:60px}.step-number{width:40px;height:40px;font-size:1.25rem}.certifications-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.testing-list li{font-size:1rem}}.contact-page{padding-top:var(--header-height)}.contact-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:6rem 0;position:relative;overflow:hidden;text-align:center}.contact-hero-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.contact-hero-title{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.1);animation:fadeInUp .8s ease}.contact-hero-description{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;animation:fadeInUp 1s ease}.contact-hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1.2s ease}.primary-button{background-color:var(--white);color:var(--primary);padding:1rem 2rem;font-weight:600;border-radius:var(--radius);transition:all .3s ease}.primary-button:hover{background-color:#ffffffe6;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.secondary-button{background-color:transparent;color:var(--white);padding:1rem 2rem;font-weight:600;border-radius:var(--radius);border:2px solid var(--white);transition:all .3s ease}.secondary-button:hover{background-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.contact-hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.pattern-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.pattern-circle-1{width:300px;height:300px;top:-100px;right:10%}.pattern-circle-2{width:200px;height:200px;bottom:-50px;left:15%}.pattern-circle-3{width:150px;height:150px;top:30%;left:5%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-main-section{padding:5rem 0;background-color:var(--secondary)}.contact-card{background-color:var(--white);border-radius:var(--radius-lg);box-shadow:0 20px 40px #00000014;overflow:hidden}.contact-card-tabs{display:flex;border-bottom:1px solid var(--border)}.tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background-color:transparent;border:none;color:var(--text-light);font-weight:600;cursor:pointer;transition:all .3s ease}.tab-button:hover{color:var(--primary);background-color:var(--accent)}.tab-button.active{color:var(--primary);background-color:var(--white);border-bottom:3px solid var(--primary)}.contact-card-content{padding:3rem}.contact-section-title{font-size:2rem;margin-bottom:2rem;color:var(--text);position:relative;padding-bottom:1rem}.contact-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--primary);border-radius:3px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{position:relative}.form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:500;color:var(--text)}.input-icon{color:var(--primary)}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;transition:all .3s ease;background-color:var(--secondary)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0056b31a;background-color:var(--white)}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.error-message{display:block;color:#dc3545;font-size:.875rem;margin-top:.5rem}.submit-button{padding:1rem 1.5rem;font-weight:500;font-size:1.05rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;align-self:flex-start}.submit-button:disabled{background-color:var(--text-light);cursor:not-allowed}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--white);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{display:flex;align-items:center;gap:.75rem;background-color:#d4edda;color:#155724;padding:1rem;border-radius:var(--radius);margin-bottom:1.5rem;animation:fadeIn .5s ease}.contact-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.contact-info-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{flex-shrink:0;width:50px;height:50px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 8px 16px #0056b31a}.contact-text{flex:1}.contact-text h4{font-size:1.2rem;margin-bottom:.75rem;color:var(--text)}.contact-text p{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:.5rem}.contact-text a{color:var(--text-light);transition:color .3s ease;display:block}.contact-text a:hover{color:var(--primary)}.quick-links-section{margin-top:2rem}.quick-links-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text)}.quick-links-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quick-link{display:flex;align-items:center;padding:1rem;background-color:var(--secondary);border-radius:var(--radius);transition:all .3s ease;color:var(--text)}.quick-link:hover{background-color:var(--accent);color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.quick-link-icon{display:flex;align-items:center;justify-content:center;margin-right:1rem;color:var(--primary)}.quick-link-text{flex:1;font-weight:500}.quick-link-arrow{margin-left:auto;opacity:0;transform:translate(-10px);transition:all .3s ease}.quick-link:hover .quick-link-arrow{opacity:1;transform:translate(0)}.map-wrapper{border-radius:var(--radius);overflow:hidden;box-shadow:0 15px 30px #00000014;margin-bottom:2rem}.location-info{margin-top:2rem}.location-info h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}.location-info p{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem}.location-details{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.location-detail-item h4{font-size:1.1rem;margin-bottom:.75rem;color:var(--text)}.location-detail-item p{font-size:.95rem;margin-bottom:0}.stats-section{background-color:var(--white);padding:5rem 0;position:relative}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{background-color:var(--secondary);border-radius:var(--radius-lg);padding:2.5rem 1.5rem;text-align:center;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.stat-icon{color:var(--primary);margin-bottom:1.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem;background:linear-gradient(to right,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;color:var(--text-light)}.faq-section{background-color:var(--secondary);padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text);position:relative;padding-bottom:1rem;display:inline-block}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:3px}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:700px;margin:0 auto;line-height:1.6}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{background-color:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0000001f}.faq-question h3{font-size:1.25rem;margin-bottom:1rem;color:var(--primary);position:relative;padding-bottom:.75rem}.faq-question h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--primary);border-radius:2px}.faq-answer p{font-size:1rem;line-height:1.6;color:var(--text-light)}.testimonials-section{background-color:var(--white);padding:5rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background-color:var(--secondary);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 15px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.testimonial-content{flex:1;margin-bottom:1.5rem}.testimonial-content p{font-size:1rem;line-height:1.6;color:var(--text-light);font-style:italic}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem;color:#ffc107}.star-filled{color:#ffc107}.star-empty{color:#e0e0e0}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:40px;height:40px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.author-info h4{font-size:1rem;margin-bottom:.25rem;color:var(--text)}.author-info p{font-size:.9rem;color:var(--text-light)}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);text-align:center;padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2}.cta-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--white);text-shadow:0 2px 10px rgba(0,0,0,.1)}.cta-text{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.cta-button{background-color:var(--white);color:var(--primary);font-weight:600;padding:1rem 2.5rem;border-radius:var(--radius);box-shadow:0 10px 20px #0000001a;transition:all .3s ease;font-size:1.1rem;display:inline-block}.cta-button:hover{background-color:var(--white);color:var(--primary-dark);transform:translateY(-5px);box-shadow:0 15px 30px #0003}@media (max-width: 992px){.contact-hero-title{font-size:3rem}.contact-card-content{padding:2rem}.form-row,.contact-info-grid,.quick-links-list{grid-template-columns:1fr}.location-details{grid-template-columns:1fr;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-hero-title{font-size:2.5rem}.contact-hero-description{font-size:1.1rem}.contact-hero-buttons{flex-direction:column;gap:1rem}.contact-card-tabs{flex-direction:column}.tab-button{border-bottom:1px solid var(--border)}.tab-button.active{border-bottom:1px solid var(--primary);border-left:3px solid var(--primary)}.testimonials-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}}@media (max-width: 576px){.contact-hero-title{font-size:2rem}.contact-section-title{font-size:1.75rem}.section-title{font-size:2rem}}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:Inter,sans-serif}.chatbot-toggle{width:60px;height:60px;border-radius:50%;background-color:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 4px 20px #0056b340;transition:all .3s ease;position:relative;z-index:1001}.chatbot-toggle:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 25px #0056b359}.chatbot-toggle.open{background-color:var(--primary-dark)}.chatbot-window{position:absolute;bottom:80px;right:0;width:380px;height:550px;background-color:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease;border:1px solid rgba(0,0,0,.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:20px;text-align:center;position:relative}.chatbot-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#fff}.chatbot-header p{margin:5px 0 0;font-size:.9rem;opacity:.9;color:#fff}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background-color:#f8f9fa}.message{max-width:85%;padding:14px 18px;border-radius:18px;font-size:.95rem;line-height:1.5;animation:fadeIn .3s ease;box-shadow:0 2px 5px #0000000d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message.bot{align-self:flex-start;background-color:#fff;color:var(--text);border-bottom-left-radius:4px}.message.user{align-self:flex-end;background-color:var(--primary);color:#fff;border-bottom-right-radius:4px}.message-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.option-button{background-color:#fff;color:var(--primary);border:1px solid var(--primary);border-radius:18px;padding:8px 14px;font-size:.85rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000000d}.option-button:hover{background-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.chatbot-input{display:flex;padding:15px;border-top:1px solid var(--border);background-color:#fff}.chatbot-input input{flex:1;padding:12px 18px;border:1px solid var(--border);border-radius:24px;font-size:.95rem;outline:none;transition:all .2s ease;background-color:var(--secondary)}.chatbot-input input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0056b31a;background-color:#fff}.chatbot-input button{background-color:var(--primary);color:#fff;border:none;border-radius:50%;width:45px;height:45px;margin-left:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000001a}.chatbot-input button:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}@media (max-width: 576px){.chatbot-window{width:calc(100vw - 40px);height:500px;right:0}.chatbot-toggle{width:50px;height:50px}}.product-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--primary);border-radius:3px}.sub-section-title{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text)}.product-image{display:flex;justify-content:center;align-items:center}.product-image img{max-width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.material-grades{margin-top:2rem}.material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.material-category{background-color:var(--secondary);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.material-category-title{font-size:1.25rem;margin-bottom:1rem;color:var(--primary)}.material-list{list-style-type:none;padding:0}.material-list li{padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text-light)}.material-list li:last-child{border-bottom:none}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.product-card{background-color:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-md);transition:var(--transition)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--primary)}.product-card-list{list-style-type:none;padding:0}.product-card-list li{padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text-light)}.product-card-list li:last-child{border-bottom:none}.feature-list{list-style-type:none;padding:0;margin-bottom:2rem}.feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-light)}.feature-list li:before{content:"";position:absolute;top:.5rem;left:0;width:8px;height:8px;background-color:var(--primary);border-radius:50%}.cta-box{background-color:var(--accent);border-radius:var(--radius-lg);padding:2rem;margin-top:3rem;text-align:center;box-shadow:var(--shadow-md)}.cta-box p{font-size:1.1rem;color:var(--text);margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-box .button{padding:.75rem 2rem;font-size:1.05rem}.table-container{overflow-x:auto;margin-top:2rem}.material-table{width:100%;border-collapse:collapse}.components-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.components-column{background-color:var(--secondary);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.components-category{font-size:1.25rem;margin-bottom:1rem;color:var(--primary);padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.components-list{list-style-type:none;padding:0}.components-list li{padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text-light)}.components-list li:last-child{border-bottom:none}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.capability-card{background-color:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-md);transition:var(--transition)}.capability-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.capability-title{font-size:1.25rem;margin-bottom:1rem;color:var(--primary);padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.capability-list{list-style-type:none;padding:0}.capability-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-light)}.capability-list li:before{content:"";position:absolute;top:.5rem;left:0;width:8px;height:8px;background-color:var(--primary);border-radius:50%}.capability-description{color:var(--text-light);line-height:1.6}.products-list,.overlay-materials-list,.welding-processes-list,.quality-management-list,.quality-list,.supplier-list{list-style-type:none;padding:0;margin-bottom:2rem}.products-list li,.overlay-materials-list li,.welding-processes-list li,.quality-management-list li,.quality-list li,.supplier-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-light)}.products-list li:before,.overlay-materials-list li:before,.welding-processes-list li:before,.quality-management-list li:before,.quality-list li:before,.supplier-list li:before{content:"";position:absolute;top:.5rem;left:0;width:8px;height:8px;background-color:var(--primary);border-radius:50%}.material-categories{margin-top:2rem}.material-categories .material-category{margin-bottom:2rem}.material-categories .material-category:last-child{margin-bottom:0}@media (max-width: 992px){.material-grid,.products-grid,.product-types,.components-grid,.capabilities-grid{grid-template-columns:repeat(2,1fr)}.product-hero-title{font-size:2.25rem}}@media (max-width: 768px){.product-hero{padding:4rem 0}.product-hero-title{font-size:2rem}.product-hero-description{font-size:1rem}.product-section-title{font-size:1.75rem}.material-grid,.products-grid,.product-types,.components-grid,.capabilities-grid{grid-template-columns:1fr}.grid-2{display:flex;flex-direction:column}.product-image{order:-1;margin-bottom:2rem}}:root{--primary: #0056b3;--primary-light: #2a75c8;--primary-dark: #003b7a;--secondary: #f8f9fa;--accent: #e6f0ff;--text: #333333;--text-light: #666666;--white: #ffffff;--border: #e0e0e0;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .05);--shadow-md: 0 4px 10px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--shadow-3d: 0 20px 40px rgba(0, 0, 0, .15);--transition: all .3s ease;--radius: 8px;--radius-lg: 16px;--container: 1200px;--header-height: 80px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:var(--text);background-color:var(--white);overflow-x:hidden;scroll-behavior:smooth}body{opacity:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem;color:var(--text)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}button,.button{display:inline-block;background-color:var(--primary);color:var(--white);border:none;border-radius:var(--radius);padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition);text-align:center;box-shadow:var(--shadow-sm)}button:hover,.button:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--primary);border-radius:3px}.card-3d{background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition);transform:perspective(1000px) rotateX(0) rotateY(0);transform-style:preserve-3d}.card-3d:hover{box-shadow:var(--shadow-3d);transform:perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(-5px)}.glass{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:3rem 0}}@media (max-width: 576px){.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.active{opacity:1;transform:translateY(0)}.stagger-item{opacity:0;transform:translateY(20px)}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:3rem;padding-bottom:3rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:2rem;padding-right:2rem}.px-5{padding-left:3rem;padding-right:3rem}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.product-detail-page{padding-top:var(--header-height)}.product-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:5rem 0}.product-hero-title{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.product-hero-description{color:#ffffffe6;font-size:1.1rem;max-width:800px;margin-bottom:2rem}.product-content{padding:4rem 0}.product-section{margin-bottom:4rem}.product-section:last-child{margin-bottom:0}.product-section-title{font-size:2rem;margin-bottom:1.5rem;color:var(--text);position:relative;padding-bottom:.75rem}.product-section-title:after{content:"";position:absolute;bottom:0;left:50%;width:60px;height:3px;background-color:var(--primary);border-radius:3px}.product-image-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.gallery-item{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.gallery-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-types{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.product-type-card{background-color:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.product-type-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-type-image{height:200px;overflow:hidden}.product-type-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-type-card:hover .product-type-image img{transform:scale(1.05)}.product-type-content{padding:1.5rem}.product-type-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.product-type-description{font-size:.95rem;color:var(--text-light);line-height:1.6}.material-table{width:100%;border-collapse:collapse;margin-top:2rem}.material-table th,.material-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.material-table th{background-color:var(--primary);color:var(--white);font-weight:500}.material-table tr:nth-child(2n){background-color:var(--secondary)}.material-table tr:hover{background-color:var(--accent)}@media (max-width: 992px){.product-image-gallery,.product-types{grid-template-columns:repeat(2,1fr)}.product-hero-title{font-size:2.25rem}}@media (max-width: 768px){.product-hero{padding:4rem 0}.product-hero-title{font-size:2rem}.product-hero-description{font-size:1rem}.product-section-title{font-size:1.75rem}.product-image-gallery,.product-types{grid-template-columns:1fr}}
