@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body{display:flex;flex-direction:column}#root{min-height:100vh}.header{align-items:center;background:#1b0088;border-bottom:1px solid #ffffff14;box-shadow:0 10px 30px #00000026;color:#fff;display:flex;justify-content:space-between;left:0;padding:.8rem 6%;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{background:#1b0088;box-shadow:0 5px 20px #0003;padding:.5rem 6%}.header-spacer{height:80px;width:100%}.header.scrolled+.header-spacer{height:70px}.logo-container{text-decoration:none}.logo-container,.logo-wrapper{align-items:center;display:flex}.logo-wrapper{gap:15px;position:relative}.company-logo{background:#fff;border:2px solid #fff3;border-radius:12px;box-shadow:0 4px 15px #0003;height:55px;object-fit:contain;padding:4px;transition:all .3s ease;width:auto}.header.scrolled .company-logo{height:45px;transform:scale(.95)}.company-logo:hover{border-color:#ffffff80;box-shadow:0 8px 25px #ffffff4d;transform:scale(1.05) rotate(2deg)}.company-name-wrapper{display:flex;flex-direction:column;line-height:1.2;overflow:hidden;padding:.2rem 0;position:relative}.company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:1.4rem;font-weight:700;letter-spacing:-.5px;position:relative;transition:all .3s ease}.header.scrolled .company-name{font-size:1.2rem}.header.scrolled .company-suffix{font-size:.85rem}.logo-container:hover .company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#8b5cf6,#3b82f6);-webkit-background-clip:text;background-clip:text;letter-spacing:.5px;transform:translateY(-2px)}.company-name:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .4s ease;width:0}.logo-container:hover .company-name:before{width:100%}.company-suffix{color:#e3dbf7;display:inline-block;font-size:1rem;font-weight:500;letter-spacing:1px;margin-top:-2px;position:relative;text-transform:uppercase;transition:all .3s ease}.logo-container:hover .company-suffix{color:#a5b4fc;letter-spacing:2px;transform:translateX(5px)}.company-suffix:after{background:linear-gradient(90deg,#ec4899,#8b5cf6,#3b82f6);border-radius:2px;bottom:-2px;content:"";height:2px;position:absolute;right:0;transition:width .4s ease;width:0}.logo-container:hover .company-suffix:after{width:100%}.logo-wrapper:after{background:linear-gradient(180deg,#0000,#3b82f6,#8b5cf6,#ec4899,#0000);border-radius:1px;content:"";height:40px;position:absolute;right:-8px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:2px}.logo-container:hover .logo-wrapper:after{background:linear-gradient(180deg,#0000,#3b82f6,#8b5cf6,#ec4899,#3b82f6,#0000);height:50px}.header-menu{align-items:center;display:flex;flex-wrap:wrap;gap:2.2rem}.header-menu a{text-decoration:none}.header-menu ul{color:#fff;cursor:pointer;font-size:1rem;font-weight:500;list-style:none;opacity:.9;padding:.5rem 0;position:relative;transition:all .3s ease;white-space:nowrap}.header.scrolled .header-menu ul{font-size:.9rem}.header-menu ul:hover{color:#a5b4fc;transform:translateY(-2px)}.header-menu ul:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header-menu ul.active:after,.header-menu ul:hover:after{width:100%}.header-menu ul.active{color:#a5b4fc;font-weight:600}.menu-item{position:relative}.dropdown-menu{background:#1b0088;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 40px #0000004d;left:0;min-width:280px;opacity:0;padding:1rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.menu-item:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{border-left:3px solid #0000;color:#e2e8f0;display:block;font-size:.95rem;font-weight:500;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background:#3b82f633;border-left-color:#3b82f6;color:#a5b4fc;padding-left:2rem;transform:translateX(5px)}.dropdown-item-button{background:linear-gradient(135deg,#0000,#ffffff05);border:none;border-left:3px solid #0000;color:#e2e8f0;cursor:pointer;display:block;font-size:.95rem;font-weight:500;letter-spacing:.3px;overflow:hidden;padding:12px 20px;position:relative;text-align:left;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.dropdown-item-button:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%;z-index:0}.dropdown-item-button:after{color:#3b82f6;content:"→";font-size:14px;opacity:0;position:absolute;right:20px;transform:translateX(-10px);transition:all .3s ease}.dropdown-item-button:hover{background:linear-gradient(135deg,#3b82f626,#8b5cf61a);border-left-color:#3b82f6;color:#fff;padding-left:24px;padding-right:35px;transform:translateX(2px)}.dropdown-item-button:hover:after{opacity:1;transform:translateX(0)}.dropdown-item-button:hover:before{left:100%}.dropdown-item-button:active{background:linear-gradient(135deg,#3b82f633,#8b5cf626);transform:scale(.98)}.dropdown-item-button:focus{background:#3b82f626;border-left-color:#8b5cf6;outline:none}.dropdown-item-button.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-left:none;border-radius:8px;color:#fff;margin:5px 10px;text-align:center}.dropdown-item-button.primary:hover{box-shadow:0 5px 15px #3b82f666;padding-left:20px;padding-right:30px;transform:translateY(-2px)}.dropdown-item-button.primary:after{color:#fff}.dropdown-item-button:disabled{cursor:not-allowed;opacity:.5}.dropdown-item-button:disabled:hover{padding-left:20px;transform:none}@media (max-width:768px){.dropdown-item-button{font-size:.9rem;padding:10px 16px}.dropdown-item-button:hover{padding-left:20px;padding-right:30px}.dropdown-item-button:after{font-size:12px;right:15px}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.dropdown-item-button{animation:slideIn .2s ease forwards}.dropdown-item-button:first-child{animation-delay:.05s}.dropdown-item-button:nth-child(2){animation-delay:.1s}.dropdown-item-button:nth-child(3){animation-delay:.15s}.dropdown-item-button:nth-child(4){animation-delay:.2s}.dropdown-item-button:nth-child(5){animation-delay:.25s}.content{flex:1 0 auto;padding:3rem 5%}.footer{background:#1b0088;border-top:1px solid #ffffff14;color:#fff;flex-shrink:0;margin-top:auto;position:relative;width:100%}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px;padding:3rem 5%}.footer-section{display:flex;flex-direction:column}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;padding-bottom:.5rem;position:relative}.footer-section h4:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-logo{align-items:center;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;transition:all .3s ease}.footer-logo-img{background:#fff;border:2px solid #ffffff1a;border-radius:10px;filter:brightness(1);height:45px;object-fit:contain;padding:3px;transition:all .4s ease;width:auto}.footer-logo:hover .footer-logo-img{border-color:#3b82f6;box-shadow:0 0 20px #3b82f699;filter:brightness(1.2);transform:scale(1.1) rotate(5deg)}.footer-logo h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;position:relative;transition:all .3s ease}.footer-logo:hover h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#8b5cf6,#3b82f6);-webkit-background-clip:text;background-clip:text;letter-spacing:.5px;transform:translateX(5px)}.footer-logo h3:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .4s ease;width:0}.footer-logo:hover h3:after{width:100%}.company-description{color:#ffffffb3;font-size:.9rem;line-height:1.6;max-width:100%;transition:all .3s ease}.footer-logo:hover+.company-description{color:#ffffffe6;transform:translateX(3px)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links li a{color:#ffffffb3;display:inline-block;font-size:.9rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-links li a:hover{color:#a5b4fc;transform:translateX(5px)}.footer-links li a:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-links li a:hover:after{width:100%}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-items-row{flex-wrap:wrap;gap:1rem;justify-content:space-between}.contact-item,.contact-items-row{align-items:flex-start;display:flex}.contact-item{border-radius:5px;flex:1 1;gap:.6rem;min-width:180px;padding:.3rem .5rem;transition:all .3s ease}.contact-item:hover{background:#ffffff0d;padding:.3rem .5rem;transform:translateY(-2px)}.contact-item i{color:#8b5cf6;font-size:1rem;margin-top:2px;min-width:20px;transition:all .3s ease}.contact-item:hover i{color:#a5b4fc;transform:scale(1.2)}.contact-item span{color:#ffffffb3;font-size:.85rem;line-height:1.4;transition:color .3s ease;word-break:break-word}.contact-item:hover span{color:#ffffffe6}.contact-email,.contact-phone{display:flex;flex-direction:column;gap:.2rem}.contact-item.address{flex:1.5 1;min-width:200px}.contact-item.address span{font-size:.82rem}.follow-us-section{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem}.follow-us-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;color:#fff;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;position:relative;text-transform:uppercase}.follow-us-title:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:30px}.follow-us-section:hover .follow-us-title:after{width:100%}.social-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:35px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .4s ease;width:35px}.social-link:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.social-link:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 5px 15px #3b82f680;transform:translateY(-5px) rotate(1turn) scale(1.1)}.social-link:hover:before{left:100%}.social-link i{font-size:1rem;transition:all .3s ease}.social-link:hover i{transform:scale(1.1)}.social-link:first-child:hover{background:#1877f2;box-shadow:0 5px 20px #1877f266}.social-link:nth-child(2):hover{background:#1da1f2;box-shadow:0 5px 20px #1da1f266}.social-link:nth-child(3):hover{background:#0a66c2;box-shadow:0 5px 20px #0a66c266}.social-link:nth-child(4):hover{background:#e4405f;box-shadow:0 5px 20px #e4405f66}.social-link:nth-child(5):hover{background:red;box-shadow:0 5px 20px #f006}.newsletter h4{margin-bottom:1rem}.newsletter-form input{font-size:.9rem}.footer-bottom{background:#1b0088f2;border-top:1px solid #ffffff1a;padding:1.2rem 5%}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-bottom p{color:#ffffffb3;font-size:.85rem;transition:color .3s ease}.footer-bottom p:hover{color:#fff}.footer-bottom-links{align-items:center;display:flex;gap:.8rem}.footer-bottom-links a{color:#ffffffb3;font-size:.85rem;padding-bottom:2px;position:relative;text-decoration:none;transition:all .3s ease}.footer-bottom-links a:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-bottom-links a:hover{color:#a5b4fc}.footer-bottom-links a:hover:after{width:100%}.separator{color:#ffffff4d;font-size:.85rem}@media (max-width:1024px){.footer-container{gap:2rem;grid-template-columns:repeat(2,1fr)}.header-spacer{height:120px}.contact-items-row{flex-direction:column;gap:.8rem}.contact-item{width:100%}}@media (max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem}.header.scrolled{background:#1b0088;padding:.8rem 1rem}.header-spacer{height:140px}.header.scrolled+.header-spacer{height:120px}.logo-wrapper:after{display:none}.header-menu{border-top:1px solid #ffffff1a;gap:1.2rem 1.5rem;justify-content:center;padding-top:.8rem;width:100%}.content{padding:2rem 3%}.footer-container{gap:2rem;grid-template-columns:1fr;padding:2rem 5%}.footer-section{text-align:center}.footer-section h4:after{left:50%;transform:translateX(-50%);width:60px}.footer-logo{justify-content:center}.footer-links{align-items:center;display:flex;flex-direction:column}.contact-items-row{align-items:stretch;flex-direction:column}.contact-item{align-items:center;flex-direction:column;justify-content:center}.contact-item,.follow-us-section{text-align:center}.follow-us-title:after{left:50%;transform:translateX(-50%)}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.newsletter-form{margin:0 auto;max-width:300px}.dropdown-item-button{font-size:.9rem;padding:10px 16px;text-align:center}.dropdown-item-button:after{display:none}.dropdown-item-button:hover{padding-left:16px;padding-right:16px}}@media (max-width:576px){.company-name{font-size:1.2rem}.header.scrolled .company-name{font-size:1rem}.company-suffix{font-size:.8rem}.header.scrolled .company-suffix{font-size:.7rem}.header-spacer{height:130px}.header.scrolled+.header-spacer{height:110px}.footer-logo{flex-direction:column;text-align:center}.footer-logo:hover h3:after{left:25%;width:50%}.contact-item{align-items:center;flex-direction:column}.newsletter-form{flex-direction:column;width:100%}.newsletter-form button,.newsletter-form input{width:100%}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.social-link{height:35px;width:35px}.social-link i{font-size:1rem}}.scroll-to-top{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50%;bottom:30px;box-shadow:0 5px 15px #3b82f64d;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;opacity:0;position:fixed;right:30px;transition:all .3s ease;visibility:hidden;width:45px;z-index:999}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:hover{box-shadow:0 8px 25px #3b82f680;transform:translateY(-5px)}.dropdown-menu-wide{background:#1b0088;border:1px solid #00000014;border-radius:12px;box-shadow:0 20px 40px #0000001f,0 4px 12px #0000000f;left:50%;padding:24px 28px;transform:translateX(-50%);width:500px}.dropdown-columns{display:flex;gap:40px}.dropdown-column{display:flex;flex:1 1;flex-direction:column;gap:4px}.dropdown-column .dropdown-item{border-bottom:1px solid #0000;color:#fff;font-size:13px;font-weight:500;letter-spacing:.02em;padding:10px 0;transition:all .2s ease;white-space:nowrap}.dropdown-column .dropdown-item:hover{border-bottom-color:#1a5f7a;color:#1a5f7a;padding-left:4px}.dropdown-column h4{color:#1a5f7a;font-size:14px;font-weight:700;letter-spacing:.03em;margin:0 0 12px;text-transform:uppercase}.dropdown-submenu-item{position:relative}.dropdown-item.has-submenu{align-items:center;display:flex;justify-content:space-between;white-space:nowrap;width:100%}.submenu-arrow{color:#94a3b8;font-size:14px;margin-left:12px;transition:transform .2s ease,color .2s ease}.dropdown-item.has-submenu:hover .submenu-arrow{color:#fff;transform:translateX(2px)}.dropdown-submenu{background:#fff;border:1px solid #00000014;border-radius:10px;box-shadow:0 15px 35px #0000001f,0 3px 10px #0000000d;left:100%;min-width:240px;padding:8px 0;position:absolute;top:-8px;z-index:1000}.dropdown-subitem{color:#fff;display:block;font-size:13px;font-weight:500;letter-spacing:.02em;padding:10px 20px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.dropdown-subitem:hover{background:#f8fafc;color:#1a5f7a;padding-left:26px}.dropdown-subitem:first-child{border-radius:10px 10px 0 0}.dropdown-subitem:last-child{border-radius:0 0 10px 10px}.dropdown-subitem:not(:last-child){border-bottom:1px solid #f1f5f9}.menu-item:hover .dropdown-item{color:#fff}@media (max-width:992px){.dropdown-menu-wide{left:0;max-width:400px;padding:18px;transform:none;width:85vw}.dropdown-columns{flex-direction:column;gap:16px}.dropdown-column .dropdown-item{font-size:14px;white-space:normal}.dropdown-submenu{background:#f8fafc;border:none;border-radius:8px;box-shadow:none;margin-top:5px;padding-left:20px;position:static}.dropdown-subitem{white-space:normal}.submenu-arrow{display:none}}.newsletter{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.newsletter h4{font-size:1rem;margin-bottom:.8rem}.newsletter-form{display:flex;flex-wrap:wrap;gap:.5rem}.newsletter-form input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#fff;flex:1 1;font-size:.85rem;min-width:150px;outline:none;padding:.7rem 1rem;transition:all .3s ease}.newsletter-form input:focus{background:#ffffff1a;border-color:#8b5cf6;box-shadow:0 0 15px #8b5cf64d}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;overflow:hidden;padding:.7rem 1.2rem;position:relative;transition:all .3s ease;white-space:nowrap}.newsletter-form button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.newsletter-form button:hover{box-shadow:0 8px 20px #3b82f680;transform:translateY(-3px)}.newsletter-form button:hover:before{left:100%}@media (max-width:768px){.newsletter{text-align:center}.newsletter-form{margin:0 auto;max-width:300px}}@media (max-width:576px){.newsletter-form{flex-direction:column;width:100%}.newsletter-form button,.newsletter-form input{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f7fc;font-family:Poppins,sans-serif;min-height:100vh}.content{background:linear-gradient(135deg,#f6f9fc,#eef2f6);display:block;padding:.5rem 2%;width:100%}.fade-up{transform:translateY(50px)}.fade-left{opacity:0;transform:translateX(-50px);transition:opacity .8s ease,transform .8s ease}.fade-left.active{opacity:1;transform:translateX(0)}.fade-right{opacity:0;transform:translateX(50px);transition:opacity .8s ease,transform .8s ease}.fade-right.active{opacity:1;transform:translateX(0)}.fade-scale{opacity:0;transform:scale(.8);transition:opacity .8s ease,transform .8s ease}.fade-scale.active{opacity:1;transform:scale(1)}.slider-container{border-radius:30px;box-shadow:0 30px 60px #00000040;margin:1rem auto;max-width:1300px}.slider-container,.slider-wrapper{background:#fff;overflow:hidden;position:relative;width:100%}.slider-wrapper{height:600px}.slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out;visibility:hidden;width:100%}.slide.active{opacity:1;visibility:visible}.image-wrapper{background:#fff;height:100%;overflow:hidden;position:relative;width:100%}.slide-image{filter:brightness(.7) contrast(1.1);height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.slide.enter .slide-image{animation:fadeScale .6s ease-out forwards}@keyframes fadeScale{0%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.slide.exit .slide-image{animation:fadeOut .4s ease-in forwards}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.image-overlay{background:linear-gradient(180deg,#0000004d 0,#00000080);z-index:1}.image-overlay,.slide-content{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.slide-content{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:8%;z-index:2}.hero-text-container{animation:fadeInDown 1s ease-out;max-width:900px;padding:1rem 2rem;pointer-events:auto;position:relative;text-align:center;width:100%;z-index:10}.company-name-animation{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1b00884d;border:2px solid #fff;border-radius:20px;color:#fff;display:inline-block;font-size:3.8rem;font-weight:800;letter-spacing:3px;margin-bottom:1rem;overflow-wrap:normal;padding:.5rem 1.5rem;position:relative;text-shadow:0 2px 10px #0000004d;text-transform:uppercase;white-space:nowrap}.company-name-animation:after{animation:underlineExpand 1.5s ease-out 1s forwards;background:#fff;bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:0}@keyframes underlineExpand{0%{width:0}to{width:80px}}.company-subtitle-animation{color:#fffffff2;font-size:1.3rem;font-weight:500;letter-spacing:2px;margin-bottom:0;margin-top:1rem;text-shadow:0 1px 5px #0000004d}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-cta{animation:fadeInUp .8s ease-out 1.5s forwards;display:flex;gap:1.5rem;justify-content:center;margin-top:2.5rem;opacity:0}.hero-btn-primary{background:#0d03364d;border:2px solid #fff;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.9rem 2.2rem;transition:all .3s ease}.hero-btn-primary:hover{background:#000;transform:translateY(-3px)}.hero-btn-secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;border:2px solid #fff;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.9rem 2.2rem;transition:all .3s ease}.hero-btn-secondary:hover{background:#000;border-color:#fff;transform:translateY(-3px)}.slider-button{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff4d;border:2px solid #fffc;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:45px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:45px;z-index:3}.slider-button:hover{background:#1b0088;border-color:#0000;transform:translateY(-50%) scale(1.1)}.slider-button.prev{left:20px}.slider-button.next{right:20px}.slider-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.dot{background:#000;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.dot.active{background:#fff;border-radius:12px;width:25px}.dot:hover{background:#1b0088;transform:scale(1.2)}.about{color:#1e293b;font-size:2.2rem;font-weight:700;margin:3rem 0 2rem;opacity:0;padding-bottom:.5rem;position:relative;text-align:center;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.about.active{opacity:1;transform:translateY(0)}.about:after{background:#1b0088;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.single-company-section{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;margin:2rem 0;opacity:0;padding:4rem 0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;width:100%}.single-company-section.animate{opacity:1;transform:translateY(0)}.single-company-container{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1300px;padding:0 2rem}.company-info-card{animation:slideInLeft .8s ease-out;background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;flex:1.2 1;overflow:hidden;padding:3rem;position:relative;transition:all .4s ease}.company-info-card:before{animation:expandLine .8s ease-out .3s forwards;background:#1b0088;content:"";height:5px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;width:100%}@keyframes expandLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.company-info-card:hover{box-shadow:0 30px 50px #1b008826;transform:translateY(-5px)}.company-badge{animation:fadeInDown .6s ease-out;display:inline-block;margin-bottom:1.5rem}.badge-text{background:#1b0088;border-radius:30px;display:inline-block;font-size:.8rem;padding:.4rem 1.2rem;text-align:center}.company-info-title{animation:fadeInUp .6s ease-out .1s both;color:#1e293b;font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.company-info-subtitle{animation:fadeInUp .6s ease-out .2s both;color:#1b0088;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.company-divider{align-items:center;animation:fadeIn .8s ease-out .3s both;display:flex;gap:1rem;margin-bottom:1.5rem}.divider-line{height:1px}.divider-icon{animation:rotateIcon 1s ease-out .5s both;font-size:1rem}@keyframes rotateIcon{0%{opacity:0;transform:rotate(0deg) scale(0)}to{opacity:1;transform:rotate(1turn) scale(1)}}.company-info-description{animation:fadeInUp .6s ease-out .4s both;color:#475569;font-size:.95rem;line-height:1.8;margin-bottom:1.2rem;text-align:justify}.company-mini-stats{animation:fadeInUp .6s ease-out .5s both;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;gap:1.5rem;margin:2rem 0;padding:1rem 0}.mini-stat{animation:statPop .5s ease-out backwards;flex:1 1;text-align:center;transition:all .3s ease}.mini-stat:first-child{animation-delay:.6s}.mini-stat:nth-child(2){animation-delay:.7s}.mini-stat:nth-child(3){animation-delay:.8s}@keyframes statPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.mini-stat:hover{transform:translateY(-5px)}.mini-stat-number{-webkit-text-fill-color:#0000;background:#1b0088;-webkit-background-clip:text;background-clip:text;display:block;font-size:1.8rem;font-weight:800;transition:all .3s ease}.mini-stat:hover .mini-stat-number{transform:scale(1.1)}.mini-stat-label1{color:#002252;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.company-info-btn{align-items:center;animation:fadeInUp .6s ease-out .9s both;background:#0000;border:2px solid #1b0088;border-radius:50px;color:#1b0088;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.8rem;overflow:hidden;padding:.8rem 2rem;position:relative;transition:all .3s ease}.company-info-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.company-info-btn:hover:before{left:100%}.company-info-btn:hover{background:#1b0088;border-color:#0000;color:#fff;transform:translateX(5px)}.btn-arrow{transition:transform .3s ease}.company-info-btn:hover .btn-arrow{transform:translateX(5px)}.company-image-card{animation:slideInRight .8s ease-out;flex:1 1;position:relative}.company-main-image-wrapper{animation:zoomIn .8s ease-out;border-radius:25px;box-shadow:0 25px 40px #00000026;overflow:hidden;position:relative}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.company-main-image{animation:imageGlow 1s ease-out;height:400px;object-fit:cover;transition:transform .5s ease;width:100%}@keyframes imageGlow{0%{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}.company-image-card:hover .company-main-image{transform:scale(1.05)}.image-floating-badge{align-items:center;animation:bounceIn 1s ease-out .3s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:1px solid #1b008880;border-radius:40px;bottom:20px;color:#fff;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;position:absolute;right:20px}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.95)}to{transform:scale(1)}}.floating-icon{animation:pulse 2s ease-in-out infinite;font-size:1rem}.floating-text{letter-spacing:.5px}.company-thumbnails{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.thumbnail-item{animation:thumbnailReveal .5s ease-out forwards;border:2px solid #0000;border-radius:15px;cursor:pointer;height:80px;opacity:0;overflow:hidden;transform:translateY(20px);transition:all .3s ease;width:80px}.thumbnail-item:first-child{animation-delay:.1s}.thumbnail-item:nth-child(2){animation-delay:.2s}.thumbnail-item:nth-child(3){animation-delay:.3s}.thumbnail-item:nth-child(4){animation-delay:.4s}@keyframes thumbnailReveal{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:.6;transform:translateY(0) scale(1)}}.thumbnail-item.active{animation:thumbnailActive .3s ease-out forwards;border-color:#1b0088;opacity:1;transform:scale(1.05)}@keyframes thumbnailActive{0%{opacity:.8;transform:scale(.95)}to{opacity:1;transform:scale(1.05)}}.thumbnail-item:hover{opacity:1;transform:translateY(-5px) scale(1.05);transition:all .3s ease}.thumbnail-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.thumbnail-item:hover img{transform:scale(1.15)}@keyframes floatingShadow{0%,to{box-shadow:0 25px 40px #00000026}50%{box-shadow:0 35px 50px #1b00884d}}.company-main-image-wrapper{animation:zoomIn .8s ease-out,floatingShadow 4s ease-in-out infinite}.company-image-card:hover .company-main-image-wrapper{animation:zoomIn .8s ease-out,floatingShadow 4s ease-in-out infinite,cardPulse .5s ease-out}@keyframes cardPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.company-main-image-wrapper:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transform:skewX(-25deg);transition:left .5s ease;width:50%}.company-image-card:hover .company-main-image-wrapper:after{left:150%}@media (max-width:1024px){.single-company-container{flex-direction:column;gap:2rem}.company-info-card{animation:slideInUp .8s ease-out;padding:2rem}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.company-info-title{font-size:1.8rem}.company-main-image{height:350px}.company-image-card{animation:slideInUp .8s ease-out}}@media (max-width:768px){.single-company-container{padding:0 1rem}.company-info-title{font-size:1.5rem}.company-mini-stats{flex-direction:column;gap:1rem}.mini-stat{align-items:center;display:flex;justify-content:space-between;text-align:left}.mini-stat-number{font-size:1.4rem}.company-thumbnails{flex-wrap:wrap}.thumbnail-item{animation:thumbnailRevealMobile .5s ease-out forwards;height:70px;width:70px}@keyframes thumbnailRevealMobile{0%{opacity:0;transform:translateX(-10px)}to{opacity:.6;transform:translateX(0)}}}@media (max-width:576px){.company-info-card{padding:1.5rem}.company-info-title{font-size:1.3rem}.company-info-subtitle{font-size:.9rem}.company-main-image{height:250px}.image-floating-badge{font-size:.7rem;padding:.4rem .8rem}.thumbnail-item{height:55px;width:55px}}@keyframes cardGlow{0%{box-shadow:0 20px 40px #00000014}to{box-shadow:0 30px 50px #1b008840}}.company-info-card:hover{animation:cardGlow .4s ease-out forwards}.divider-icon{animation:rotateIcon 1s ease-out .5s both,subtlePulse 3s ease-in-out 2s infinite}@keyframes subtlePulse{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}.products-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:3rem 0 5rem;width:100%}.products-section:before{background:linear-gradient(90deg,#fff,#0000);width:150px;z-index:2}.products-section:after{background:linear-gradient(-90deg,#fff,#0000);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:150px;z-index:2}@keyframes slideRightToLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.product-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.product-grid-moving{animation:slideRightToLeft 30s linear infinite;animation-play-state:running;display:flex;gap:2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.product-grid-moving:hover{animation-play-state:paused}.product-card-moving{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 15px 35px #0000001a;cursor:pointer;flex:0 0 300px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card-moving:hover{box-shadow:0 30px 45px #1b008840;transform:translateY(-10px) scale(1.02)}.product-card-moving .product-image-wrapper{height:220px;overflow:hidden;position:relative;width:100%}.product-card-moving .product-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.product-card-moving:hover .product-image{transform:scale(1.1)}.product-card-moving .product-info{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;text-align:center}.product-card-moving .product-name{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.product-card-moving .product-category{color:#1b0088;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.stats-section{background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px;width:100%}.stats-gridd{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0}.stats-card{border:1px solid #eef2f6;border-radius:16px;box-shadow:0 4px 12px #00000008;padding:30px 15px;transition:all .2s ease;transition:opacity .8s ease,transform .8s ease}.stats-card.active{opacity:1;transform:translateY(0)}.stats-card:first-child.active{transition-delay:.1s}.stats-card:nth-child(2).active{transition-delay:.2s}.stats-card:nth-child(3).active{transition-delay:.3s}.stats-card:nth-child(4).active{transition-delay:.4s}.stats-card:hover{border-color:#1b008833;box-shadow:0 8px 20px #1b008826}.stats-icon{font-size:2.5rem;margin-bottom:.5rem}.stats-number{-webkit-text-fill-color:#0000;background:#1b0088;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;line-height:1.2}.stats-label{color:#1e293b;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.chairman-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #0000001a;display:flex;gap:3rem;margin:3rem auto;max-width:1300px;opacity:0;padding:2rem;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.chairman-container.active{opacity:1;transform:translateY(0)}.chairman-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px;flex:1 1;opacity:0;padding:2rem;text-align:center;transform:translateX(-30px);transition:all .3s ease;transition:opacity .8s ease,transform .8s ease}.chairman-container.active .chairman-card{opacity:1;transform:translateX(0);transition-delay:.2s}.chairman-card:hover{box-shadow:0 20px 30px #1b008826;transform:translateY(-5px)}.chairman-image{border:4px solid #1b0088;border-radius:50%;height:230px;margin-bottom:1.5rem;object-fit:cover;padding:.3rem;transition:transform .3s ease;width:210px}.chairman-card:hover .chairman-image{border-color:#1b0088;transform:scale(1.02)}.chairman-card h3{color:#1e293b;font-size:1.8rem;margin-bottom:.5rem}.chairman-title{background:#1b00881a;border-radius:30px;color:#1b0088;display:inline-block;font-size:1.2rem;font-weight:600;padding:.5rem 1.5rem}.chairman-message-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;color:#fff;flex:2 1;opacity:0;padding:2rem;position:relative;transform:translateX(30px);transition:all .3s ease;transition:opacity .8s ease,transform .8s ease}.chairman-container.active .chairman-message-card{opacity:1;transform:translateX(0);transition-delay:.3s}.chairman-message-card:hover{box-shadow:0 20px 40px #0003;transform:translateX(5px)}.quote-icon{color:#1b00881a;font-size:6rem;line-height:1}.message-content{padding:1rem 2rem;position:relative;z-index:1}.message-text{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.message-footer{border-top:2px solid #1b00884d;margin-top:2rem;padding-top:1.5rem;text-align:right}.signature{-webkit-text-fill-color:#0000;background:#e2e2e4;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.signature-title{color:#ffffffb3;font-size:.95rem;letter-spacing:1px}.news-section{background:#fff;padding:20px 0 50px}.news-section,.news-slider-container{overflow:hidden;position:relative;width:100%}.news-slider-container{padding:10px 0}.news-slider-container:after,.news-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.news-slider-container:before{background:linear-gradient(90deg,#fff,#0000);left:0}.news-slider-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}.news-grid-moving{animation:scrollNewsSeamless 30s linear infinite;animation-play-state:running!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;gap:25px;padding:0 20px;transform:translateZ(0);width:-webkit-max-content;width:max-content;will-change:transform}@keyframes scrollNewsSeamless{0%{transform:translateX(0)}to{transform:translateX(-1300px)}}.news-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;box-shadow:0 4px 12px #0000000d;cursor:pointer;flex-shrink:0;max-width:300px;min-width:300px;overflow:hidden;transition:all .3s ease}.news-card:hover{border-color:#1b008833;box-shadow:0 10px 25px #1b008826;transform:translateY(-5px)}.news-image-wrapper{height:200px;overflow:hidden;position:relative;width:100%}.news-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.news-card:hover .news-image{transform:scale(1.1)}.news-overlay{align-items:flex-end;background:linear-gradient(0deg,#1b0088e6,#0000);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;top:0;transition:opacity .3s ease;width:100%}.news-card:hover .news-overlay{opacity:1}.news-read-more{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border-radius:30px;color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;padding:8px 16px;transform:translateY(20px);transition:transform .3s ease}.news-card:hover .news-read-more{transform:translateY(0)}.news-info{padding:15px}.news-title{color:#0a2540;font-size:16px;font-weight:700;line-height:1.4;margin-bottom:5px}.sustainability-section{background:#fff;padding:40px 0;width:100%}.sustainability-card{align-items:stretch;background:#1b0050;border-radius:30px;box-shadow:0 20px 40px #00000014;display:flex;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px;overflow:hidden}.sustainability-card-image{flex:1 1;max-width:480px;min-width:320px;overflow:hidden}.sustainability-card-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.sustainability-card:hover .sustainability-card-image img{transform:scale(1.03)}.sustainability-card-content{background:linear-gradient(135deg,#1b0088f2,#121649f2);color:#fff;display:flex;flex:1.1 1;flex-direction:column;justify-content:center;padding:3rem}.sustainability-card-content h2{font-size:2.4rem;letter-spacing:1px;margin-bottom:1rem}.sustainability-card-content p{color:#ffffffe6;font-size:1rem;line-height:1.8;margin-bottom:2rem;max-width:560px}.sustainability-card-button{background:#fff;border:none;border-radius:999px;color:#1b0050;cursor:pointer;font-size:1rem;font-weight:700;padding:.95rem 2.1rem;transition:transform .2s ease,box-shadow .2s ease;width:-webkit-fit-content;width:fit-content}.sustainability-card-button:hover{box-shadow:0 14px 30px #00000026;transform:translateY(-2px)}@media (max-width:1024px){.slider-wrapper{height:500px}.slide-content{padding-top:12%}.company-name-animation{font-size:2.8rem}.company-subtitle-animation{font-size:1.1rem}.product-card-moving{flex:0 0 260px}.chairman-container{flex-direction:column}.stats-gridd{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.slider-wrapper{height:450px}.slide-content{padding-top:15%}.company-name-animation{font-size:2rem}.company-subtitle-animation{font-size:.9rem}.hero-cta{flex-direction:column;gap:1rem;margin-top:1.5rem}.hero-btn-primary,.hero-btn-secondary{font-size:.9rem;padding:.7rem 1.5rem}.about{font-size:1.8rem}.card-container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.product-card-moving{flex:0 0 220px}.stats-gridd{gap:15px;grid-template-columns:repeat(2,1fr)}.chairman-image{height:180px;width:160px}.chairman-card h3{font-size:1.3rem}.quote-icon{font-size:4rem}.message-text{font-size:.95rem}.news-grid-moving{animation:scrollNewsSeamlessMobile 25s linear infinite;gap:15px}.news-card{max-width:260px;min-width:260px}@keyframes scrollNewsSeamlessMobile{0%{transform:translateX(0)}to{transform:translateX(-1100px)}}}@media (max-width:576px){.slider-wrapper{height:400px}.slide-content{padding-top:18%}.company-name-animation{font-size:1.5rem;letter-spacing:1px}.company-subtitle-animation{font-size:.8rem;letter-spacing:1px}.hero-btn-primary,.hero-btn-secondary{font-size:.85rem;padding:.6rem 1.2rem}.company-name-animation:after{bottom:-10px}.about{font-size:1.5rem}.card-container{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:350px}.product-card-moving{flex:0 0 180px}.product-card-moving .product-image-wrapper{height:140px}.stats-gridd{grid-template-columns:1fr}.stats-number{font-size:32px}.stats-card{padding:25px 15px}.chairman-card{padding:1rem}.chairman-image{height:150px;width:130px}.message-content{padding:.5rem}.signature{font-size:1.1rem}.news-card{max-width:220px;min-width:220px}.news-image-wrapper{height:150px}.news-info{padding:12px}.news-title{font-size:13px}@keyframes scrollNewsSeamlessSmall{0%{transform:translateX(0)}to{transform:translateX(-920px)}}.news-slider-container:after,.news-slider-container:before,.products-section:after,.products-section:before{width:50px}}.home-clients-section{background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;padding:3rem 0 4rem;position:relative}.home-clients-section .section-header{margin-bottom:2rem;text-align:center}.home-clients-section .section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.home-clients-section .divider-line{background:#1b0088;flex:1 1;height:2px}.home-clients-section .divider-icon{color:#1b0088;font-size:1.2rem}.home-clients-section .section-subtitle{color:#64748b;font-size:.95rem}.home-clients-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.home-clients-slider-container:after,.home-clients-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.home-clients-slider-container:before{background:linear-gradient(90deg,#fff,#0000);left:0}.home-clients-slider-container:after{background:linear-gradient(270deg,#f8fafc,#0000);right:0}@keyframes homeSlideLeftToRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-clients-track{animation:homeSlideLeftToRight 25s linear infinite;display:flex;gap:2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.home-clients-track:hover{animation-play-state:paused}.home-client-logo-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 5px 15px #0000000d;cursor:pointer;flex:0 0 180px;padding:1.2rem;text-align:center;transition:all .3s ease}.home-client-logo-card:hover{border-color:#1b008833;box-shadow:0 15px 30px #1b008826;transform:translateY(-5px)}.home-client-logo-wrapper{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:1rem;width:100%}.home-client-logo{filter:grayscale(0);max-height:60px;max-width:120px;object-fit:contain;transition:all .3s ease}.home-client-logo-card:hover .home-client-logo{filter:grayscale(0);transform:scale(1.05)}.home-client-name{color:#1e293b;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.home-client-country{background:#1b00881a;border-radius:20px;color:#1b0088;display:inline-block;font-size:.7rem;font-weight:500;padding:.2rem .5rem}@media (max-width:1024px){.home-client-logo-card{flex:0 0 150px;padding:1rem}.home-client-logo-wrapper{height:60px}.home-client-logo{max-height:50px;max-width:100px}}@media (max-width:768px){.home-clients-slider-container:after,.home-clients-slider-container:before{width:50px}.home-client-logo-card{flex:0 0 130px;padding:.8rem}.home-client-logo-wrapper{height:50px}.home-client-logo{max-height:40px;max-width:80px}.home-client-name{font-size:.75rem}.home-client-country{font-size:.65rem}}@media (max-width:576px){.home-client-logo-card{flex:0 0 120px;padding:.6rem}.home-client-logo-wrapper{height:45px}.home-client-logo{max-height:35px;max-width:70px}.home-clients-slider-container:after,.home-clients-slider-container:before{width:30px}}.home-products-section{overflow:hidden;padding:4rem 0;position:relative}.home-products-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.home-products-slider-container:after,.home-products-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.home-products-slider-container:before{background:linear-gradient(90deg,#fff,#0000);left:0}.home-products-slider-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}@keyframes slideProductsHome{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-products-track{animation:slideProductsHome 40s linear infinite;display:flex;gap:2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.home-products-track:hover{animation-play-state:paused}.home-product-card{background:#fff;border-radius:16px;box-shadow:0 5px 15px #00000014;cursor:pointer;flex:0 0 280px;overflow:hidden;transition:all .3s ease}.home-product-card:hover{box-shadow:0 20px 35px #1b008826;transform:translateY(-8px)}.home-product-image-wrapper{background:linear-gradient(135deg,#e2e8f0,#f1f5f9);height:200px;overflow:hidden;position:relative;width:100%}.home-product-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.home-product-card:hover .home-product-image{transform:scale(1.08)}.home-product-badge{background:#1b0088;border-radius:20px;color:#fff;font-size:.7rem;font-weight:600;padding:4px 12px;position:absolute;right:10px;top:10px;z-index:2}.home-product-overlay{align-items:center;background:#1b0088d9;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.home-product-card:hover .home-product-overlay{opacity:1}.home-product-overlay span{border:2px solid #fff;border-radius:30px;color:#fff;font-size:.85rem;font-weight:600;padding:8px 20px}.home-product-info{padding:1rem}.home-product-info h3{color:#1e293b;font-size:.95rem;font-weight:700;margin:0 0 .3rem}.home-product-info p{color:#1b0088;font-size:.75rem;font-weight:500;margin:0 0 .5rem}.home-product-features{display:flex;flex-wrap:wrap;gap:.5rem}.home-product-features span{background:#f1f5f9;border-radius:12px;color:#64748b;font-size:.7rem;padding:2px 8px}@media (max-width:768px){.home-product-card{flex:0 0 240px}.home-product-image-wrapper{height:160px}.home-products-slider-container:after,.home-products-slider-container:before{width:50px}}html{scroll-behavior:smooth}.about-hero-section{scroll-margin-top:0}.section-header1{margin-bottom:2rem;text-align:center}.section-header1 h2{color:#fdfdfd;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;text-align:center}.section-header1 h2:after{background:linear-gradient(90deg,#1b0088,#2840db);border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle1{color:#fff;font-size:1rem}.divider-line{background:#1b0088}.divider-icon{color:#1b0088}.about-hero-section{border-radius:30px;box-shadow:0 20px 40px #0000001a;height:500px;margin-bottom:2rem;margin-top:2rem;overflow:hidden;position:relative;width:100%}.about-hero-section:before{background:linear-gradient(135deg,#1b008826,#1b00880d);content:"";pointer-events:none;z-index:2}.about-hero-overlay,.about-hero-section:before{border-radius:30px;height:100%;left:0;position:absolute;top:0;width:100%}.about-hero-overlay{background:linear-gradient(135deg,#0000004d,#00000026);z-index:1}.about-hero-image-wrapper{border-radius:30px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.about-hero-bg-image{animation:zoomInSlow 20s ease-out;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.about-hero-section:hover .about-hero-bg-image{animation:none;transform:scale(1.05)}@keyframes zoomInSlow{0%{transform:scale(1)}to{transform:scale(1.1)}}.about-hero-section{border:1px solid #1b008833}@media (max-width:1024px){.about-hero-section{border-radius:25px;height:400px;margin-bottom:1.5rem;margin-top:1.5rem}}@media (max-width:768px){.about-hero-section{border-radius:20px;height:350px;margin-bottom:1rem;margin-top:1rem}}@media (max-width:576px){.about-hero-section{border-radius:16px;height:280px;margin-bottom:.8rem;margin-top:.8rem}}.about-ebl-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:80px 0}.about-ebl-card{grid-gap:50px;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000026;display:grid;gap:50px;grid-template-columns:1fr 1fr;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.about-ebl-card:hover{box-shadow:0 30px 60px -15px #0003;transform:translateY(-5px)}.about-ebl-content{padding:40px 32px 40px 48px}.about-ebl-header{border-left:4px solid #1a5f7a;margin-bottom:24px;padding-left:20px}.about-ebl-title{color:#080808;font-size:36px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.about-ebl-subtitle{color:#2840db;font-size:18px;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.about-ebl-description p{color:#475569;font-size:15px;line-height:1.7;margin-bottom:18px;text-align:justify}.about-ebl-stats{border-top:2px solid #e2e8f0;display:flex;gap:30px;margin-top:30px;padding-top:25px}.stat-item{align-items:flex-start;display:flex;flex-direction:column}.stat-number2{color:#1a5f7a;display:inline-block;font-family:Inter,Segoe UI,Poppins,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:4px;position:relative}.stat-number2:after{background:linear-gradient(90deg,#1a5f7a,#0000);border-radius:2px;bottom:-6px;content:"";height:2px;left:0;position:absolute;width:30px}.stat-label2{color:#475569;display:block;font-family:Inter,Segoe UI,Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:.05em;margin-top:8px;text-transform:uppercase}.about-ebl-wrapper{grid-gap:40px;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000026;display:grid;gap:40px;grid-template-columns:1fr 1fr;overflow:hidden}.about-ebl-content-card{background:#fff;padding:40px}.about-ebl-image-card{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;justify-content:center;padding:30px}.image-card-inner{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000004d;margin:0 auto;max-width:400px;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.image-card-inner:hover{transform:translateY(-5px)}.image-card-badge{background:#1b0088;border-radius:30px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:600;padding:5px 12px;position:absolute;right:15px;top:15px;z-index:10}.image-wrapper-card{background:#000;cursor:pointer;height:auto;min-height:380px;overflow:hidden;position:relative;width:100%}.company-image-card{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.image-overlay-card{align-items:flex-end;background:linear-gradient(180deg,#0f172a26,#0f172ad9);display:flex;height:100%;justify-content:center;left:0;opacity:0;opacity:1;position:absolute;top:0;transition:opacity .3s ease;width:100%}.overlay-content-card{color:#fff;padding:20px;text-align:center}.overlay-icon-card{display:block;font-size:48px;margin-bottom:15px}.overlay-content-card h3{font-size:1.3rem;margin:0 0 10px}.overlay-content-card p{font-size:.85rem;margin:0 0 15px;opacity:.9}.overlay-stats{display:flex;gap:15px;justify-content:center;margin-top:15px}.overlay-stat{text-align:center}.overlay-stat span{display:block;font-size:1.1rem;font-weight:700}.overlay-stat small{font-size:.7rem;opacity:.8}.tour-btn{background:#fff;border:none;border-radius:30px;color:#1b0088;cursor:pointer;font-size:.85rem;font-weight:600;margin-top:15px;padding:8px 20px;transition:all .3s ease}.tour-btn:hover{background:#f0f0f0;transform:translateX(5px)}.image-card-footer{align-items:center;background:#1e293b;border-top:1px solid #ffffff1a;display:flex;gap:12px;padding:15px}.footer-icon{font-size:24px}.footer-text h4{color:#fff;font-size:.9rem;margin:0}.footer-text p{color:#94a3b8;font-size:.75rem;margin:0}@media (max-width:992px){.about-ebl-wrapper{gap:0;grid-template-columns:1fr}.about-ebl-content-card,.about-ebl-image-card{padding:30px}.image-wrapper-card{height:300px}}@media (max-width:576px){.about-ebl-content-card{padding:20px}.image-wrapper-card{height:250px}.overlay-icon-card{font-size:36px}.overlay-content-card h3{font-size:1rem}}@media (max-width:992px){.about-ebl-card{gap:0;grid-template-columns:1fr}.about-ebl-content{padding:32px}.about-ebl-title{font-size:28px}.about-ebl-subtitle{font-size:14px}.video-wrapper{min-height:280px}}@media (max-width:576px){.about-ebl-section{padding:50px 0}.about-ebl-content{padding:24px}.about-ebl-title{font-size:24px}.about-ebl-stats{flex-wrap:wrap;gap:20px}.stat-number2{font-size:24px}.stat-label2{font-size:11px}}.mission-vision-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:5rem 0;text-align:justify}.mission-vision-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.mission-box,.vision-box{background:#fff;border-radius:25px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.mission-box:before,.vision-box:before{background:#1b0088;content:"";height:5px;left:0;position:absolute;top:0;width:100%}.mission-box:hover,.vision-box:hover{box-shadow:0 20px 40px #1b008826;transform:translateY(-8px)}.box-icon{font-size:3rem;margin-bottom:1rem}.mission-box h2,.vision-box h2{color:#1e293b;font-size:1.8rem;margin-bottom:1rem}.mission-box p,.vision-box p{color:#475569;line-height:1.7;margin-bottom:1.5rem}.mission-points,.vision-points{display:flex;flex-wrap:wrap;gap:1rem}.mission-points span,.vision-points span{background:#1b00881a;border-radius:20px;color:#1b0088;font-size:.8rem;font-weight:500;padding:.3rem .8rem}@media (max-width:1024px){.mission-vision-grid{gap:2rem}.mission-box,.vision-box{padding:2rem}}@media (max-width:768px){.mission-vision-grid{grid-template-columns:1fr}.mission-points,.vision-points{justify-content:center}}.facts-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:5rem 0}.facts-section1{background:linear-gradient(135deg,#0a059c,#04107b);padding:5rem 0}.facts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));text-align:center}.fact-card{animation:fadeInUp .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000000d;opacity:0;padding:2rem;transform:translateY(30px);transition:all .3s ease}.fact-card:first-child{animation-delay:.1s}.fact-card:nth-child(2){animation-delay:.2s}.fact-card:nth-child(3){animation-delay:.3s}.fact-card:nth-child(4){animation-delay:.4s}.fact-card:nth-child(5){animation-delay:.5s}.fact-card:hover{box-shadow:0 15px 35px #1b008826;transform:translateY(-8px)}.fact-icon{font-size:2.5rem;margin-bottom:1rem}.fact-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1b0088,#2840db);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.fact-label{color:#64748b;font-size:.9rem;font-weight:500}@media (max-width:1024px){.facts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.facts-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.facts-grid{grid-template-columns:1fr}}.clients-section{background:linear-gradient(135deg,#f8fafc,#fff);overflow:hidden;padding:5rem 0;position:relative}.clients-section:before{background-image:radial-gradient(circle,#1b008808 2px,#0000 0);background-size:30px 30px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.clients-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.clients-slider-container:after,.clients-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.clients-slider-container:before{background:linear-gradient(90deg,#f8fafc,#0000);left:0}.clients-slider-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}@keyframes slideLeftToRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.clients-track{animation:slideLeftToRight 30s linear infinite;display:flex;gap:2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.clients-track:hover{animation-play-state:paused}.client-logo-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 5px 15px #0000000d;cursor:pointer;flex:0 0 180px;padding:1.2rem;text-align:center;transition:all .3s ease}.client-logo-card:hover{border-color:#1b008833;box-shadow:0 15px 30px #1b008826;transform:translateY(-5px)}.client-logo-wrapper{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:1rem;width:100%}.client-logo{filter:none;max-height:60px;max-width:120px;object-fit:contain;transition:all .3s ease}.client-logo-card:hover .client-logo{filter:none;transform:scale(1.05)}.client-name{color:#1e293b;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.client-country{background:#1b00881a;border-radius:20px;color:#1b0088;display:inline-block;font-size:.7rem;font-weight:500;padding:.2rem .5rem}.client-logo-card:nth-child(2n) .client-logo,.client-logo-card:nth-child(odd) .client-logo{filter:none}.client-logo-card:hover .client-logo{filter:drop-shadow(0 4px 8px rgba(27,0,136,.2));transition:all .3s ease}@media (max-width:1024px){.client-logo-card{flex:0 0 150px;padding:1rem}.client-logo-wrapper{height:60px}.client-logo{max-height:50px;max-width:100px}}@media (max-width:768px){.clients-slider-container:after,.clients-slider-container:before{width:50px}.client-logo-card{flex:0 0 130px;padding:.8rem}.client-logo-wrapper{height:50px}.client-logo{max-height:40px;max-width:80px}.client-name{font-size:.75rem}.client-country{font-size:.65rem}}.certificates-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:5rem 0}.certificates-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certificate-card{animation:fadeInUp .5s ease-out forwards;box-shadow:0 5px 20px #0000000d;padding:2rem;text-align:center;transform:translateY(30px)}.certificate-card:before{background:#1b0088}.certificate-card:hover{box-shadow:0 15px 35px #1b008826}.certificate-icon{font-size:3rem;margin-bottom:1rem}.certificate-card h3{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.cert-issuer{color:#140088;font-size:.85rem;font-weight:500;margin-bottom:.8rem}.cert-description{line-height:1.5;margin-bottom:1rem}.cert-year{background:#1b0088;border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.2rem .8rem}@media (max-width:1024px){.certificates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.certificates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.certificates-grid{grid-template-columns:1fr}}.code-of-conduct-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:5rem 0}.code-of-conduct-section1{background:linear-gradient(135deg,#000294,#020878);padding:5rem 0}.conduct-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.conduct-card{align-items:flex-start;animation:fadeInUp .5s ease-out forwards;background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 5px 20px #0000000d;display:flex;gap:1.5rem;opacity:0;padding:2rem;transform:translateY(30px);transition:all .3s ease}.conduct-card:first-child{animation-delay:.1s}.conduct-card:nth-child(2){animation-delay:.2s}.conduct-card:nth-child(3){animation-delay:.3s}.conduct-card:nth-child(4){animation-delay:.4s}.conduct-card:nth-child(5){animation-delay:.5s}.conduct-card:nth-child(6){animation-delay:.6s}.conduct-card:hover{border-color:#1b008833;box-shadow:0 15px 35px #1b00881f;transform:translateY(-5px)}.conduct-icon{font-size:2rem;min-width:50px}.conduct-card h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.conduct-card p{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width:768px){.conduct-grid{grid-template-columns:1fr}.conduct-card{align-items:center;flex-direction:column;text-align:center}.conduct-icon{min-width:auto}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:0 1.5rem}.section-title{font-size:1.8rem}}.animate{animation:fadeInUp .6s ease-out forwards}@media (max-width:768px){.stat-number2{font-size:24px}.stat-number2.modern{font-size:28px}.stat-label2{font-size:11px;letter-spacing:.04em}}html{overflow-y:scroll}body,html{scroll-behavior:smooth}body{overflow-x:hidden}.highlight-year{background:#1b00881a;border-radius:20px;color:#1b0088;display:inline-block;font-size:1.1em;font-weight:700;padding:2px 8px}.info-highlight-box{grid-gap:20px;background:linear-gradient(135deg,#f0f4ff,#e8edff);border-left:4px solid #1b0088;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:25px 0;padding:20px}.highlight-item{gap:12px}.highlight-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;font-size:28px;height:50px;justify-content:center;width:50px}.highlight-item div{display:flex;flex-direction:column}.highlight-item strong{color:#1b0088;font-size:1rem}.highlight-item small{color:#64748b;font-size:.75rem}.achievement-box{background:linear-gradient(135deg,#1b0088,#2840db);border-radius:16px;color:#fff;margin:25px 0;padding:24px}.achievement-box h4{align-items:center;display:flex;font-size:1.2rem;gap:8px;margin:0 0 15px}.achievement-box ul{margin:0;padding-left:20px}.achievement-box li{line-height:1.5;margin:10px 0}section{position:relative;scroll-margin-top:80px}section:target{animation:sectionHighlight 1s ease-out}@keyframes sectionHighlight{0%{box-shadow:inset 0 0 0 0 #1b00884d}50%{box-shadow:inset 0 0 0 4px #1b00884d}to{box-shadow:inset 0 0 0 0 #1b008800}}.learn-more-container{margin:25px 0;text-align:center}.learn-more-btn{align-items:center;background:linear-gradient(135deg,#1b0088,#2840db);border:none;border-radius:40px;box-shadow:0 4px 15px #1b00884d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:12px 32px;transition:all .3s ease}.learn-more-btn:hover{box-shadow:0 6px 20px #1b008866;transform:translateY(-2px)}.learn-more-btn.active{background:linear-gradient(135deg,#64748b,#475569)}.btn-icon{font-size:1.2rem;font-weight:700;transition:transform .3s ease}.learn-more-btn.active .btn-icon{transform:rotate(180deg)}.additional-info{max-height:0;opacity:0;overflow:hidden;transition:max-height .6s ease-out,opacity .3s ease}.additional-info.show{max-height:2000px;opacity:1;transition:max-height .8s ease-in,opacity .5s ease}.stats-highlight-box{grid-gap:20px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #1b00881a;border-radius:16px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:25px 0;padding:25px}.stat-highlight{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:15px;text-align:center;transition:transform .3s ease}.stat-highlight:hover{transform:translateY(-3px)}.stat-highlight .stat-number{color:#1b0088;display:block;font-size:28px;font-weight:800;margin-bottom:8px}.stat-highlight .stat-desc{color:#64748b;font-size:13px;font-weight:500}.vision-mission-mini{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:25px 0}.mini-card{background:linear-gradient(135deg,#f0f4ff,#e8edff);border-left:4px solid #1b0088;border-radius:16px;padding:20px}.mini-card h4{color:#1b0088;font-size:1.1rem;margin:0 0 12px}.mini-card p{color:#475569;line-height:1.6;margin:0}.core-objectives-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.core-objectives-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.core-objective-card{align-items:flex-start;animation:fadeInUp .5s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000000d;display:flex;gap:1.5rem;opacity:0;overflow:hidden;padding:2rem;position:relative;transform:translateY(30px);transition:all .3s ease}.core-objective-card:first-child{animation-delay:.1s}.core-objective-card:nth-child(2){animation-delay:.2s}.core-objective-card:nth-child(3){animation-delay:.3s}.core-objective-card:nth-child(4){animation-delay:.4s}.core-objective-card:hover{box-shadow:0 15px 35px #1b00881f;transform:translateY(-8px)}.core-objective-icon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;font-size:28px;height:60px;justify-content:center;transition:transform .3s ease;width:60px}.core-objective-card:hover .core-objective-icon{transform:scale(1.05)}.core-objective-content{flex:1 1}.core-objective-content h3{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0 0 .8rem}.core-objective-content p{color:#475569;font-size:.9rem;line-height:1.6;margin:0}.core-objective-number{bottom:15px;color:#1b00880d;font-size:3rem;font-weight:800;pointer-events:none;position:absolute;right:20px}@media (max-width:992px){.core-objectives-grid{gap:1.5rem;grid-template-columns:1fr}.core-objective-card{padding:1.5rem}.core-objective-icon{font-size:24px;height:50px;width:50px}.core-objective-content h3{font-size:1rem}.core-objective-content p{font-size:.85rem}}@media (max-width:576px){.core-objective-card{align-items:center;flex-direction:column;text-align:center}.core-objective-number{display:none}}.products-section{background:linear-gradient(135deg,#f1f5f9,#fff);overflow:hidden;padding:5rem 0;position:relative}.products-section:before{background-image:radial-gradient(circle,#1b008808 2px,#0000 0);background-size:30px 30px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.products-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.products-slider-container:after,.products-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.products-slider-container:before{background:linear-gradient(90deg,#f1f5f9,#0000);left:0}.products-slider-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}@keyframes slideProducts{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.products-track{animation:slideProducts 40s linear infinite;display:flex;gap:2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.products-track:hover{animation-play-state:paused}.product-card{box-shadow:0 5px 20px #00000014;flex:0 0 300px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:before{background:linear-gradient(90deg,#1b0088,#3b82f6,#1b0088);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{box-shadow:0 25px 45px #1b008833;transform:translateY(-10px)}.product-image{background:linear-gradient(135deg,#e2e8f0,#f1f5f9);height:200px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;right:12px;top:12px;z-index:2}.product-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#1b0088,#3b82f6);border-radius:25px;box-shadow:0 2px 8px #0003;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:5px 12px}.product-info{padding:1.2rem 1.2rem 1.5rem}.product-info h3{color:#1e293b;font-size:1.1rem;font-weight:800;line-height:1.3;margin:0 0 .5rem;transition:color .3s ease}.product-card:hover .product-info h3{color:#1b0088}.product-info p{color:#64748b;font-size:.85rem;line-height:1.5;margin:0 0 1rem}.product-features{display:flex;flex-wrap:wrap;gap:.6rem}.product-features span{background:#1b00881a;border-radius:20px;color:#1b0088;font-size:.7rem;font-weight:600;padding:4px 10px;transition:all .3s ease}.product-card:hover .product-features span{background:#1b008826;transform:translateY(-2px)}.view-all-products{margin-top:3rem;text-align:center}.view-all-btn{align-items:center;background:linear-gradient(135deg,#1b0088,#3b82f6);border:none;border-radius:50px;box-shadow:0 5px 15px #1b00884d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.8rem;padding:1rem 2.5rem;transition:all .3s ease}.view-all-btn:hover{box-shadow:0 10px 25px #1b008866;gap:1rem;transform:translateY(-3px)}.view-all-btn:after{content:"→";font-size:1.2rem;transition:transform .3s ease}.view-all-btn:hover:after{transform:translateX(5px)}@media (max-width:1024px){.product-card{flex:0 0 280px}.product-image{height:180px}.products-slider-container:after,.products-slider-container:before{width:80px}}@media (max-width:768px){.products-section{padding:3rem 0}.products-slider-container:after,.products-slider-container:before{width:50px}.product-card{flex:0 0 260px}.product-image{height:160px}.product-info{padding:1rem}.product-info h3{font-size:1rem}.product-info p{font-size:.8rem}.product-features span{font-size:.65rem;padding:3px 8px}.view-all-btn{font-size:.9rem;padding:.8rem 2rem}}@media (max-width:576px){.product-card{flex:0 0 240px}.product-image{height:140px}.products-slider-container:after,.products-slider-container:before{width:30px}.products-track{gap:1rem}.product-info{padding:.8rem}.product-info h3{font-size:.9rem}.product-info p{font-size:.75rem;margin-bottom:.6rem}.product-features{gap:.4rem}.product-features span{font-size:.6rem;padding:2px 6px}.view-all-btn{font-size:.85rem;padding:.7rem 1.5rem}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:cardFadeIn .5s ease-out forwards}.product-card:first-child{animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.capacity-stats-overview{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.capacity-stat-card{background:linear-gradient(135deg,#1b0088,#2840db);border-radius:20px;color:#fff;padding:2rem;text-align:center;transition:transform .3s ease}.capacity-stat-card:hover{transform:translateY(-5px)}.capacity-stat-icon{font-size:3rem;margin-bottom:1rem}.capacity-stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.capacity-stat-label{font-size:.85rem;letter-spacing:.05em;opacity:.9}.capacity-table-wrapper{background:#fff;border-radius:24px;box-shadow:0 20px 40px #00000014;margin-bottom:3rem;overflow:hidden}.capacity-table{border-collapse:collapse;width:100%}.capacity-table thead tr{background:linear-gradient(135deg,#1b0088,#2840db);color:#fff}.capacity-table th{font-size:.9rem;font-weight:600;letter-spacing:.05em;padding:1.2rem 1.5rem;text-align:left}.capacity-table td{border-bottom:1px solid #e2e8f0;color:#334155;padding:1rem 1.5rem}.capacity-table tbody tr:hover{background:#f8fafc}.capacity-table tbody tr:last-child td{border-bottom:none}.machine-name{align-items:center;display:flex;font-weight:600;gap:.8rem}.machine-icon{font-size:1.2rem}.quantity{color:#1b0088;font-weight:600}.capacity{color:#0d9488;font-weight:600}.efficiency{color:#eab308;font-weight:600}.highlight{background:#f0f4ff}.highlight .capacity,.highlight .machine-name,.highlight .quantity{color:#1b0088;font-weight:700}.capacity-highlights{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.highlight-item{align-items:center;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d;display:flex;gap:1.2rem;padding:1.5rem;transition:all .3s ease}.highlight-item:hover{box-shadow:0 10px 25px #1b00881a;transform:translateY(-3px)}.highlight-icon{font-size:2rem}.highlight-content h4{color:#64748b;font-size:.9rem;margin:0 0 .3rem}.highlight-content p{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0}.highlight-content small{color:#94a3b8;font-size:.7rem}@media (max-width:992px){.capacity-stats-overview{gap:1rem;grid-template-columns:repeat(3,1fr)}.capacity-stat-number{font-size:1.8rem}.capacity-table td,.capacity-table th{font-size:.85rem;padding:.8rem 1rem}.capacity-highlights{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.capacity-stats-overview{grid-template-columns:1fr}.capacity-table thead{display:none}.capacity-table tbody tr{border:1px solid #e2e8f0;border-radius:12px;display:block;margin-bottom:1rem;padding:1rem}.capacity-table td{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.6rem 0}.capacity-table td:last-child{border-bottom:none}.capacity-table td:before{color:#1e293b;content:attr(data-label);font-weight:600}.capacity-highlights{grid-template-columns:1fr}.highlight-item{padding:1rem}}@media (max-width:576px){.capacity-stat-number{font-size:1.5rem}.capacity-stat-icon{font-size:2rem}}.production-capacity-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.capacity-cards-five{display:flex;flex-wrap:nowrap;gap:1.5rem;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:.5rem}.capacity-cards-five::-webkit-scrollbar{height:4px}.capacity-cards-five::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.capacity-cards-five::-webkit-scrollbar-thumb{background:#1b0088;border-radius:10px}.capacity-card-five{background:linear-gradient(135deg,#1b0088,#2840db);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 25px #1b008833;color:#fff;flex:1 1;min-width:200px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.capacity-card-five:hover{box-shadow:0 20px 40px #1b00884d;transform:translateY(-8px)}.capacity-card-five:before{background:radial-gradient(circle,#ffffff14,#0000);border-radius:50%;content:"";height:150%;position:absolute;right:-50%;top:-50%;width:150%;z-index:0}.capacity-card-five>*{position:relative;z-index:1}.card-icon{background:#ffffff26;border-radius:60px;display:inline-block;font-size:2.5rem;height:60px;line-height:60px;margin-bottom:.8rem;text-align:center;transition:transform .3s ease;width:60px}.capacity-card-five:hover .card-icon{transform:scale(1.1)}.capacity-card-five h3{word-wrap:break-word;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em;margin:.8rem 0;white-space:normal}.card-stats{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}.stat-item{flex:1 1;min-width:70px}.stat-value{color:#fff;display:block;font-size:1.5rem;font-weight:800;line-height:1.2;white-space:nowrap}.stat-label{color:#ffffffbf;font-size:.7rem;letter-spacing:.03em;white-space:nowrap}.stat-divider{background:#ffffff40;height:35px;width:1px}.efficiency-bar{margin-top:1rem;padding-top:.5rem}.bar-fill{background:#fffc;border-radius:5px;height:5px;margin-bottom:.6rem;overflow:hidden;position:relative;transition:width .5s ease}.bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.efficiency-text{color:#fffc;font-size:.7rem;font-weight:500;letter-spacing:.03em}.capacity-summary-bar{align-items:center;background:#fff;border:1px solid #1b00881a;border-radius:60px;box-shadow:0 5px 20px #0000000d;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1rem 2rem}.summary-item{align-items:center;display:flex;gap:.8rem}.summary-icon{font-size:1.3rem}.summary-label{color:#64748b;font-size:.85rem;font-weight:500}.about-products .products-slider-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.about-products .products-slider-container:after,.about-products .products-slider-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.about-products .products-slider-container:before{background:linear-gradient(90deg,#f1f5f9,#0000);left:0}.about-products .products-slider-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}.about-products .products-track{display:flex;gap:1.2rem;padding:1rem 0;width:-webkit-fit-content;width:fit-content}.about-products .product-card{background:#fff;border-radius:18px;box-shadow:0 6px 22px #00000014;cursor:pointer;flex:0 0 300px;overflow:hidden}.about-products .product-image{background:linear-gradient(135deg,#eaf2ff,#f8fafc);height:200px;overflow:hidden;position:relative;width:100%}.about-products .product-image img{height:100%;object-fit:cover;width:100%}.about-products .product-info{padding:1rem}.about-products .product-info h3{font-size:1.05rem;margin:0 0 .4rem}.about-products .product-info p{color:#64748b;font-size:.85rem;margin:0 0 .8rem}.about-products .product-features{display:flex;flex-wrap:wrap;gap:.5rem}.about-products .product-features span{background:#1b008814;border-radius:18px;color:#1b0088;font-size:.7rem;padding:4px 8px}.about-products .product-badge{background:linear-gradient(135deg,#1b0088,#3b82f6);border-radius:20px;color:#fff;font-weight:700;padding:4px 10px}.about-products .product-card{animation:cardFadeIn .5s ease-out forwards;opacity:0}.about-products .product-card:first-child{animation-delay:.05s}.summary-value{color:#1b0088;font-size:1.1rem;font-weight:800}.summary-divider{background:#e2e8f0;height:30px;width:1px}@media (max-width:1200px){.capacity-cards-five{gap:1rem}.capacity-card-five{min-width:180px;padding:1.2rem}.stat-value{font-size:1.2rem}.card-icon{font-size:2rem;height:50px;line-height:50px;width:50px}.capacity-card-five h3{font-size:.85rem}.stat-label{font-size:.65rem}}@media (max-width:992px){.capacity-cards-five{flex-wrap:wrap;justify-content:center}.capacity-card-five{flex-basis:calc(33.33% - 1rem);flex-grow:0;flex-shrink:0;min-width:0;min-width:auto}.capacity-summary-bar{border-radius:20px;flex-wrap:wrap;gap:1rem;padding:1rem}.summary-divider{display:none}.summary-item{flex:1 1;justify-content:center}.stat-value{font-size:1.1rem}.stat-label{font-size:.6rem;white-space:normal;word-break:break-word}.stat-item{min-width:60px}}@media (max-width:768px){.capacity-card-five{flex-basis:calc(50% - 1rem);flex-grow:0;flex-shrink:0}.capacity-summary-bar{align-items:stretch;flex-direction:column;text-align:center}.summary-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:.5rem 0}.summary-item:last-child{border-bottom:none}.stat-value{font-size:1rem}.card-icon{font-size:1.8rem;height:45px;line-height:45px;width:45px}.capacity-card-five h3{font-size:.8rem}}@media (max-width:576px){.capacity-card-five{flex:0 0 100%}.card-stats{gap:1.5rem}.stat-value{font-size:1.3rem}.stat-label{font-size:.7rem;white-space:normal}.card-icon{font-size:2rem;height:55px;line-height:55px;width:55px}.capacity-card-five h3{font-size:.9rem}}.thread-specification{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.spec-tabs{gap:1rem;margin-bottom:2rem}.spec-tab-btn{border:none;border-radius:50px;box-shadow:0 2px 8px #0000000d;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.8rem 1.8rem}.spec-tab-btn span{font-size:1.1rem}.spec-tab-btn:hover{box-shadow:0 4px 12px #1b008826;color:#1b0088;transform:translateY(-2px)}.spec-tab-btn.active{background:linear-gradient(135deg,#1b0088,#2840db);box-shadow:0 4px 15px #1b00884d}.spec-table-container{animation:fadeIn .4s ease;display:none}.spec-table-container.active{display:block}.table-responsive{border-radius:20px;box-shadow:0 5px 25px #00000014;overflow-x:auto}.spec-table{font-size:.8rem;min-width:900px}.spec-table thead tr{background:linear-gradient(135deg,#4c24eb,#2840db);color:#000}.spec-table th{font-size:.75rem;letter-spacing:.05em;padding:1rem .8rem;text-transform:uppercase}.spec-table td{color:#334155;font-size:.75rem;padding:.8rem .6rem;white-space:nowrap}.spec-table tbody tr:hover{background:#f8fafc}.spec-table tbody tr:last-child td{border-bottom:none}.spec-table td:first-child{background:#f8fafc;color:#1b0088;left:0;position:-webkit-sticky;position:sticky}.spec-table td:nth-child(6),.spec-table td:nth-child(7),.spec-table td:nth-child(8){color:#0d9488;font-weight:600}.spec-table td:last-child{color:#eab308;font-weight:600}@media (max-width:992px){.thread-specification{padding:3rem 0}.spec-tab-btn{font-size:.75rem;padding:.6rem 1.2rem}.spec-tab-btn span{font-size:.9rem}}@media (max-width:768px){.spec-tabs{gap:.8rem}.spec-tab-btn{font-size:.7rem;padding:.5rem 1rem}.spec-table td,.spec-table th{font-size:.7rem;padding:.6rem .4rem}}@media (max-width:576px){.spec-tab-btn{font-size:.65rem;padding:.4rem .8rem}.thread-specification .section-title{font-size:1.5rem}}.quality-assurance-section{background:linear-gradient(135deg,#f5f7fa,#eef2f7);overflow:hidden;padding:80px 0;position:relative}.quality-assurance-section:before{background:linear-gradient(90deg,#667eea,#764ba2,#667eea);content:"";height:4px;left:0;position:absolute;right:0;top:0}.section-title,.section-title1{display:inline-block;margin-bottom:20px;position:relative}.section-title1{color:#1e293b;font-size:2.5rem;font-weight:700}.section-divider{margin-bottom:15px}.divider-line{background:linear-gradient(90deg,#667eea,#764ba2)}.section-subtitle{letter-spacing:1px}.quality-assurance-content{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1fr 1fr;margin-bottom:60px}.quality-text-content{animation:slideInLeft .8s ease-out}.quality-badge{align-items:center;background:linear-gradient(135deg,#667eea15,#764ba215);border:1px solid #667eea33;border-radius:50px;display:inline-flex;gap:10px;margin-bottom:25px;padding:8px 20px}.badge-text{color:#667eea;font-size:14px}.quality-title{color:#02119c;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:20px}.quality-title .highlight{color:#000001;display:inline-block;position:relative}.quality-title .highlight:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;width:100%}.quality-description{margin-bottom:30px}.quality-paragraph{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:15px}.quality-paragraph strong{color:#190680;font-weight:600}.quality-stats{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;gap:30px;margin-bottom:35px;padding:20px 0}.quality-stat-item{flex:1 1;text-align:center}.stat-number{color:#667eea;margin-bottom:5px}.stat-label{color:#64748b}.testing-parameters{margin-top:25px}.parameters-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:15px}.parameters-grid{display:flex;flex-wrap:wrap;gap:10px}.parameter-tag{background:#fff;border:1px solid #e2e8f0;border-radius:25px;color:#475569;cursor:default;font-size:.85rem;padding:6px 15px;transition:all .3s ease}.parameter-tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff;transform:translateY(-2px)}.quality-image-content{animation:slideInRight .8s ease-out}.quality-image-wrapper{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease}.quality-image-wrapper:hover{transform:scale(1.02)}.quality-main-image{display:block;height:auto;transition:transform .5s ease;width:100%}.quality-image-wrapper:hover .quality-main-image{transform:scale(1.05)}.floating-badge{align-items:center;animation:float 3s ease-in-out infinite;background:#fff;border-radius:50px;box-shadow:0 5px 15px #0000001a;display:flex;gap:8px;padding:8px 16px;position:absolute;z-index:2}.lab-badge-1{animation-delay:0s;left:20px;top:20px}.lab-badge-2{animation-delay:.5s;bottom:30px;right:20px}.lab-badge-3{animation-delay:1s;right:-10px;top:50%;transform:translateY(-50%)}.floating-badge .badge-icon{font-size:16px}.floating-badge .badge-text{color:#fff;font-size:12px;font-weight:600}.equipment-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin-top:50px}.equipment-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;padding:25px;text-align:center;transition:all .3s ease}.equipment-card:first-child{animation-delay:.1s}.equipment-card:nth-child(2){animation-delay:.2s}.equipment-card:nth-child(3){animation-delay:.3s}.equipment-card:nth-child(4){animation-delay:.4s}.equipment-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.equipment-icon{display:inline-block;font-size:40px;margin-bottom:15px}.equipment-card h4{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:10px}.equipment-card p{color:#64748b;font-size:.85rem;line-height:1.5}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.quality-assurance-content{gap:40px}.quality-title{font-size:1.8rem}.equipment-grid{gap:20px}}@media (max-width:768px){.quality-assurance-section{padding:60px 0}.quality-assurance-content{gap:40px;grid-template-columns:1fr}.quality-title{font-size:1.6rem}.quality-stats{flex-direction:column;gap:15px}.equipment-grid{grid-template-columns:repeat(2,1fr)}.lab-badge-3{display:none}}@media (max-width:480px){.section-title{font-size:1.8rem}.quality-title{font-size:1.4rem}.equipment-grid{grid-template-columns:1fr}.parameters-grid{gap:8px}.parameter-tag{font-size:.75rem;padding:4px 12px}.floating-badge{padding:5px 12px}.lab-badge-1,.lab-badge-2{font-size:10px}}.stat-number3{color:#1a5f7a;display:inline-block;font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:4px;position:relative}.stat-label3,.stat-number3{font-family:Inter,Segoe UI,Poppins,sans-serif}.stat-label3{color:#475569;display:block;font-size:13px;font-weight:600;letter-spacing:.05em;margin-top:8px;text-transform:uppercase}.certificates-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:80px 0}.certificates-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:50px}.certificate-card{transition:all .3s ease}.certificate-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.certificate-image-wrapper{background:linear-gradient(135deg,#667eea,#764ba2)}.certificate-image{object-fit:cover;transition:transform .5s ease}.certificate-card:hover .certificate-image{transform:scale(1.1)}.certificate-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.certificate-card:hover .certificate-overlay{opacity:1}.view-details{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 25px;transform:translateY(20px);transition:transform .3s ease}.certificate-card:hover .view-details{transform:translateY(0)}.certificate-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 5px 15px #667eea4d;color:#fff;font-size:24px;height:50px;position:absolute;right:25px;top:-20px;width:50px}.certificate-info h3{font-size:1.3rem;padding-right:40px}.cert-issuer1{color:#01187f;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:12px}.cert-description{font-size:.9rem}.cert-footer{border-top:1px solid #e2e8f0}.cert-year{color:#fff;font-size:.85rem}.cert-status{font-size:.75rem}.cert-status.active{background:#10b98120}@media (max-width:1024px){.certificates-grid{gap:25px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.certificates-section{padding:60px 0}.certificates-grid{gap:25px;grid-template-columns:1fr}.certificate-image-wrapper{height:180px}.certificate-info h3{font-size:1.2rem}}@media (max-width:480px){.certificate-info{padding:20px}.certificate-icon{font-size:20px;height:40px;right:20px;top:-15px;width:40px}.certificate-info h3{font-size:1.1rem;padding-right:35px}.cert-description{font-size:.85rem}}@keyframes certificateFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.certificate-card{animation:certificateFadeIn .6s ease-out forwards}.section-header3{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.section-header3 h2{color:#fdfdfd;display:inline-block;font-size:2.5rem;font-weight:700;left:0;margin-bottom:1rem;margin-left:auto;margin-right:auto;position:relative;text-align:center;transform:none}.industries-served{background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow:hidden;padding:80px 0;position:relative}.industries-served:before{background:linear-gradient(90deg,#2563eb,#06b6d4,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.section-header{margin-bottom:50px}.section-title{font-size:36px;margin-bottom:15px}.section-title .highlight{color:#2563eb;display:inline-block;position:relative}.section-title .highlight:after{background:linear-gradient(90deg,#2563eb,#0000);bottom:-5px;content:"";height:3px;left:0;position:absolute;right:0}.section-divider{margin-bottom:20px}.divider-line{background:linear-gradient(90deg,#0000,#2563eb,#0000)}.divider-icon{color:#2563eb;font-size:24px}.section-subtitle{font-size:18px}.industries-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:40px}.industry-card{background:#fff;border-radius:20px;box-shadow:0 5px 20px #00000014;cursor:pointer;overflow:hidden;padding:35px 25px;position:relative;text-align:center;transition:all .3s ease;z-index:1}.industry-card:before{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.industry-card:hover{box-shadow:0 20px 40px #2563eb33;transform:translateY(-10px)}.industry-card:hover:before{opacity:1}.industry-icon{display:inline-block;font-size:50px;margin-bottom:20px;transition:all .3s ease}.industry-card:hover .industry-icon{transform:scale(1.1)}.industry-card h3{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:12px;transition:color .3s ease}.industry-card p{color:#64748b;font-size:14px;line-height:1.6;transition:color .3s ease}.industry-card:hover h3,.industry-card:hover p{color:#fff}.industry-hover-effect{background:linear-gradient(90deg,#2563eb,#06b6d4,#10b981);border-radius:0 0 20px 20px;bottom:0;height:4px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}.industry-card:hover .industry-hover-effect{transform:scaleX(1)}@media (max-width:768px){.industries-served{padding:50px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.industries-grid{gap:20px;grid-template-columns:1fr}.industry-card{padding:25px 20px}.industry-icon{font-size:40px}.industry-card h3{font-size:20px}}@media (max-width:480px){.section-title{font-size:24px}.divider-line{width:40px}.divider-icon{font-size:20px}.industry-card{padding:20px 15px}}.certificates-section{background:linear-gradient(135deg,#f8fafc,#eef2ff);overflow:hidden;padding:80px 5%;position:relative}.certificates-section:before{background:radial-gradient(circle,#3b82f60d 0,#0000 70%);height:500px;right:-20%;top:-50%;width:500px}.certificates-section:after,.certificates-section:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.certificates-section:after{background:radial-gradient(circle,#8b5cf60d 0,#0000 70%);bottom:-30%;height:400px;left:-10%;width:400px}.certificates-section .container{margin:0 auto;max-width:1400px;position:relative;z-index:1}.certificates-section .section-header{margin-bottom:50px;text-align:center}.certificates-section .section-title{color:#1b0088;display:inline-block;font-size:36px;font-weight:700;margin-bottom:20px;position:relative}.certificates-section .section-title:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-divider{gap:15px;margin:25px 0 15px}.divider-line{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);border-radius:2px;width:60px}.divider-icon{animation:iconPulse 2s ease-in-out infinite;font-size:28px}@keyframes iconPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.section-subtitle{font-size:16px}.certificates-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:20px}.certificate-card{animation:fadeInUp .6s ease forwards;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;opacity:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.certificate-card:first-child{animation-delay:.1s}.certificate-card:nth-child(2){animation-delay:.2s}.certificate-card:nth-child(3){animation-delay:.3s}.certificate-card:nth-child(4){animation-delay:.4s}.certificate-card:nth-child(5){animation-delay:.5s}.certificate-card:nth-child(6){animation-delay:.6s}.certificate-card:hover{box-shadow:0 20px 40px #1b008826;transform:translateY(-8px)}.certificate-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.certificate-card:hover:before{transform:scaleX(1)}.certificate-image-wrapper{background:linear-gradient(135deg,#f0f4ff,#e8ecf5);height:200px;overflow:hidden;position:relative}.certificate-image{height:100%;object-fit:contain;padding:20px;transition:transform .4s ease;width:100%}.certificate-card:hover .certificate-image{transform:scale(1.05)}.certificate-image-wrapper:after{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.certificate-card:hover .certificate-image-wrapper:after{left:100%}.certificate-info{padding:25px;position:relative}.certificate-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:15px;box-shadow:0 8px 15px #3b82f64d;display:flex;font-size:28px;height:55px;justify-content:center;margin-bottom:15px;transition:all .3s ease;width:55px}.certificate-card:hover .certificate-icon{box-shadow:0 10px 20px #3b82f666;transform:rotate(10deg) scale(1.05)}.certificate-info h3{color:#1e293b;font-size:22px;font-weight:700;margin-bottom:8px;transition:color .3s ease}.certificate-card:hover .certificate-info h3{color:#1b0088}.cert-issuer,.cert-issuer1{color:#8b5cf6;font-size:13px;font-weight:600;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.cert-issuer1{color:#10b981}.cert-description{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:20px}.cert-footer{align-items:center;border-top:1px solid #00000014;display:flex;justify-content:space-between;padding-top:15px}.cert-year{color:#94a3b8;font-size:12px;font-weight:500}.cert-status{background:#dcfce7;border-radius:20px;color:#10b981;font-size:12px;font-weight:600;padding:4px 12px}.cert-status.active{animation:statusPulse 2s ease-in-out infinite;background:#dcfce7;color:#10b981}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.7}}.cert-status.pending{background:#fef3c7;color:#d97706}.cert-status.expiring{background:#fee2e2;color:#dc2626}@media (max-width:1024px){.certificates-section{padding:60px 4%}.certificates-section .section-title{font-size:32px}.certificates-grid{gap:25px}}@media (max-width:768px){.certificates-section{padding:50px 4%}.certificates-section .section-title{font-size:28px}.section-subtitle{font-size:14px}.certificates-grid{gap:25px;grid-template-columns:1fr;margin:0 auto;max-width:450px}.certificate-image-wrapper{height:180px}.certificate-info{padding:20px}.certificate-info h3{font-size:20px}.certificate-icon{font-size:24px;height:48px;width:48px}}@media (max-width:576px){.certificates-section{padding:40px 20px}.certificates-section .section-title{font-size:24px}.divider-line{width:40px}.divider-icon{font-size:22px}.certificate-image-wrapper{height:160px}.cert-footer{flex-direction:column;gap:10px;text-align:center}.cert-description{font-size:13px}}.view-cert-btn{align-items:center;background:#0000;border:1px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-top:15px;padding:8px 16px;transition:all .3s ease}.view-cert-btn:hover{background:#3b82f6;color:#fff;transform:translateX(5px)}.certificate-card{cursor:pointer}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.certificate-card{animation:slideInFromBottom .6s ease forwards}.certificates-grid .certificate-card:first-child{animation-delay:.1s}.certificates-grid .certificate-card:nth-child(2){animation-delay:.2s}.certificates-grid .certificate-card:nth-child(3){animation-delay:.3s}.certificates-grid .certificate-card:nth-child(4){animation-delay:.4s}.certificates-grid .certificate-card:nth-child(5){animation-delay:.5s}.certificates-grid .certificate-card:nth-child(6){animation-delay:.6s}.certificate-card.animate{animation:fadeInUp .6s ease forwards}@media print{.certificates-section{background:#fff;padding:20px}.certificate-card{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}.certificate-card:hover{transform:none}}.board-section{background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;padding:5rem 0;position:relative}.board-section:before{background:linear-gradient(90deg,#1b0088,#4a2bc4,#1b0088);content:"";height:4px;left:0;position:absolute;right:0;top:0}.section-title{font-size:2.5rem}.section-divider{background:linear-gradient(90deg,#1b0088,#4a2bc4);border-radius:2px;height:4px;margin:0 auto 1rem;width:80px}.section-subtitle{font-size:1.1rem;margin:0 auto;max-width:600px}.board-layout{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.board-featured{display:flex;justify-content:center;width:100%}.featured-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #00000014;max-width:380px;overflow:hidden;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.featured-card:hover{box-shadow:0 20px 40px #1b008826;transform:translateY(-8px)}.featured-card .md-badge{background:linear-gradient(135deg,#1b0088,#4a2bc4);border-radius:20px;box-shadow:0 2px 8px #1b00884d;color:#fff;font-size:.7rem;font-weight:600;padding:5px 12px;position:absolute;right:12px;top:12px;z-index:10}.featured-image{align-items:center;display:flex;height:70%;justify-content:center;overflow:hidden;position:relative}.featured-image,.featured-image img{background:linear-gradient(135deg,#f0f4ff,#e8edff);width:100%}.featured-image img{height:100%;object-fit:contain;object-position:center;transition:transform .5s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-card h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin:1rem 0 .3rem;padding:0 1rem}.board-position{color:#1b0088;font-size:.85rem;font-weight:600;margin-bottom:.8rem}.board-quote{background:#fafcff;border-top:1px solid #e2e8f0;color:#64748b;font-size:.8rem;font-style:italic;line-height:1.5;margin-top:.5rem;padding:0 1.2rem 1.2rem}.board-directors{display:flex;justify-content:center;width:100%}.board-grid-3col{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px}.board-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 5px 20px #0000000d;overflow:hidden;position:relative;text-align:center;transition:all .3s ease}.board-card:hover{box-shadow:0 15px 35px #1b00881f;transform:translateY(-5px)}.board-card .director-badge{background:linear-gradient(135deg,#1b0088,#4a2bc4);border-radius:20px;box-shadow:0 2px 6px #1b008833;color:#fff;font-size:.65rem;font-weight:600;padding:4px 10px;position:absolute;right:12px;top:12px;z-index:10}.board-image{align-items:center;background:linear-gradient(135deg,#f0f4ff,#e8edff);display:flex;height:260px;justify-content:center;overflow:hidden;position:relative;width:100%}.board-image img{display:block;height:100%;object-fit:cover;object-position:center 20%;transition:transform .3s ease;width:100%}.board-card:hover .board-image img{transform:scale(1.03)}.board-overlay{display:none!important}.board-card h3{color:#1e293b;font-size:1rem;font-weight:700;margin:.8rem 0 .2rem;padding:0 .5rem}.board-card .board-position{font-size:.75rem;font-weight:500;letter-spacing:.3px;margin-bottom:.8rem;padding-bottom:0}.featured-card{animation:fadeInUp .6s ease .05s forwards;opacity:0}.board-card{animation:fadeInUp .6s ease forwards;opacity:0}.board-card:first-child{animation-delay:.1s}.board-card:nth-child(2){animation-delay:.2s}.board-card:nth-child(3){animation-delay:.3s}@media (max-width:1024px){.section-title{font-size:2rem}.featured-card{max-width:350px}.featured-image{height:280px}.featured-card h3{font-size:1.2rem}.board-grid-3col{gap:20px;max-width:800px}.board-image{height:230px}}@media (max-width:768px){.board-section{padding:3rem 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.board-layout{gap:2rem}.featured-card{max-width:320px}.featured-image{height:260px}.featured-card h3{font-size:1.1rem}.board-quote{font-size:.7rem;padding:0 .8rem .8rem}.board-grid-3col{gap:20px;grid-template-columns:1fr;max-width:320px}.board-image{height:260px}.board-card h3{font-size:.95rem}}@media (max-width:576px){.section-title{font-size:1.5rem}.featured-card{max-width:280px}.featured-image{height:240px}.featured-card h3{font-size:1rem}.board-grid-3col{max-width:280px}.board-image{height:240px}.board-card h3{font-size:.9rem}.board-card .board-position{font-size:.7rem}}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#3b82f6;--primary-rgb:37,99,235;--secondary:#7c3aed;--accent-1:#ec4899;--accent-2:#f59e0b;--dark:#0f172a;--gray-900:#1e293b;--gray-800:#334155;--gray-700:#475569;--gray-600:#64748b;--gray-500:#94a3b8;--gray-400:#cbd5e1;--gray-300:#e2e8f0;--gray-200:#f1f5f9;--gray-100:#f8fafc;--white:#fff;--shadow-sm:0 4px 6px -1px #0000001a;--shadow-md:0 10px 15px -3px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a;--shadow-xl:0 25px 50px -12px #00000040;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--transition-base:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1)}.contact-container{background:linear-gradient(135deg,#f8fafc,#fff);background:linear-gradient(135deg,var(--gray-100) 0,var(--white) 100%);min-height:100vh;width:100%}.contact-hero-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);background:linear-gradient(135deg,var(--primary),var(--primary-dark));height:350px;overflow:hidden;position:relative;width:100%}.contact-hero-section:before{animation:contactFloat 20s ease-in-out infinite;background:radial-gradient(circle,#ffffff26 0,#0000 70%);border-radius:50%;content:"";height:500px;position:absolute;right:-20%;top:-50%;width:500px}.contact-hero-section:after{animation:contactFloat 15s ease-in-out infinite reverse;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;bottom:-30%;content:"";height:400px;left:-10%;position:absolute;width:400px}@keyframes contactFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,20px) scale(1.1)}}.contact-hero-overlay{background:linear-gradient(135deg,#0006,#0003);height:100%;left:0;position:absolute;top:0;width:100%}.contact-hero-content{align-items:center;color:#fff;color:var(--white);display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 2rem;position:relative;text-align:center;z-index:2}.contact-hero-title{animation:contactFadeInUp .8s ease forwards;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.contact-hero-subtitle{animation:contactFadeInUp .8s ease .2s forwards;font-size:clamp(1rem,2vw,1.2rem);text-shadow:1px 1px 2px #0003}@keyframes contactFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-main-section{margin:-50px auto 0;max-width:1400px;padding:0 2rem 4rem;position:relative;z-index:3}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media (max-width:992px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-main-section{margin-top:-30px;padding:0 1rem 3rem}}.contact-info-side{background:#fff;background:var(--white);border:1px solid #f1f5f9;border:1px solid var(--gray-200);border-radius:2rem;border-radius:var(--radius-3xl);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-xl);padding:2rem}.contact-section-heading{color:#0f172a;color:var(--dark);font-size:clamp(1.6rem,3vw,2rem);font-weight:700;margin-bottom:1.5rem;opacity:0;position:relative;text-align:center;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1);transition:all var(--transition-slow);width:100%}.contact-section-heading.active{opacity:1;transform:translateY(0)}.contact-section-heading:after{background:linear-gradient(90deg,#2563eb,#7c3aed);background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.contact-info-side .contact-section-heading{text-align:left}.contact-info-side .contact-section-heading:after{left:0;transform:none}.contact-info-description{color:#64748b;color:var(--gray-600);line-height:1.7;margin-bottom:2rem;margin-top:1rem}.contact-info-card{align-items:flex-start;background:#f8fafc;background:var(--gray-100);border:1px solid #0000;border-radius:1rem;border-radius:var(--radius-xl);display:flex;gap:1rem;margin-bottom:1rem;opacity:0;padding:1.25rem;transform:translateY(30px);transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.contact-info-card.active{opacity:1;transform:translateY(0)}.contact-info-card:hover{background:#fff;background:var(--white);border-left:4px solid;border-color:#f1f5f9;border-color:var(--gray-200);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-md);transform:translateX(8px)}.contact-info-icon{font-size:2rem;min-width:50px;text-align:center}.contact-info-content{flex:1 1}.contact-info-content h3{color:#475569;color:var(--gray-700);font-size:1rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.contact-address-text,.contact-info-content p{color:#475569;color:var(--gray-700);font-size:.95rem;line-height:1.6}.contact-address-text{word-break:break-word}.contact-phone-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.contact-phone-link{background:#2563eb1a;border-radius:50px;color:#2563eb;color:var(--primary);display:inline-block;font-size:.95rem;font-weight:500;padding:.25rem .75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.contact-phone-link:hover{background:#2563eb33;color:#1d4ed8;color:var(--primary-dark);transform:translateX(3px)}.contact-email-link{background:#2563eb1a;border-radius:50px;color:#2563eb;color:var(--primary);display:inline-block;font-size:.95rem;font-weight:500;padding:.25rem .75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base);word-break:break-all}.contact-email-link:hover{background:#2563eb33;color:#1d4ed8;color:var(--primary-dark);transform:translateX(3px)}.contact-person-card{background:linear-gradient(135deg,#f8fafc,#fff);background:linear-gradient(135deg,var(--gray-100),var(--white));border:1px solid #f1f5f9;border:1px solid var(--gray-200)}.contact-person-name{color:#0f172a;color:var(--dark);font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.contact-person-cell,.contact-person-email{align-items:center;background:#2563eb14;border-radius:50px;color:#2563eb;color:var(--primary);display:inline-flex;font-size:.9rem;gap:.5rem;margin-right:.5rem;margin-top:.5rem;padding:.4rem .8rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.contact-person-cell:hover,.contact-person-email:hover{background:#2563eb26;color:#1d4ed8;color:var(--primary-dark);transform:translateX(3px)}.contact-form-side{background:linear-gradient(135deg,#0b1120fa,#192132fa);border:1px solid #f1f5f9;border:1px solid var(--gray-200);border-radius:2rem;border-radius:var(--radius-3xl);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-xl);padding:2rem}.contact-form-container{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1);transition:all var(--transition-slow);width:100%}.contact-form-container.active{opacity:1;transform:translateY(0)}.contact-form-title1{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:.5rem;text-align:center}.contact-form-subtitle{color:#94a3b8;color:var(--gray-500);font-size:.9rem;margin-bottom:2rem;text-align:center}.contact-form-alert{animation:contactSlideIn .3s ease;border-radius:.75rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1rem}@keyframes contactSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-form-alert.success{background:#d1fae5;border-left:4px solid #10b981;color:#065f46}.contact-form-alert.error{background:#fee2e2;border-left:4px solid #ef4444;color:#991b1b}.contact-form-group{margin-bottom:1.25rem}.contact-form-input,.contact-form-textarea{background:#f8fafc;background:var(--gray-100);border:2px solid #f1f5f9;border:2px solid var(--gray-200);border-radius:1rem;border-radius:var(--radius-xl);color:#0f172a;color:var(--dark);font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base);width:100%}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#cbd5e1;color:var(--gray-400)}.contact-form-input:focus,.contact-form-textarea:focus{background:#fff;background:var(--white);border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1);outline:none}.contact-form-textarea{min-height:120px;resize:vertical}.contact-form-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:1rem;border-radius:var(--radius-xl);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base);width:100%}.contact-form-btn:hover{box-shadow:0 10px 25px #2563eb4d;box-shadow:0 10px 25px rgba(var(--primary-rgb),.3);transform:translateY(-2px)}.contact-btn-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform var(--transition-base)}.contact-form-btn:hover .contact-btn-icon{transform:translateX(5px)}.contact-map-section{background:linear-gradient(135deg,#f8fafc,#fff);background:linear-gradient(135deg,var(--gray-100),var(--white));display:block;padding:4rem 2rem;width:100%}.contact-map-container{margin:0 auto;max-width:1400px;text-align:center}.contact-map-subtitle{color:#64748b;color:var(--gray-600);font-size:1rem;margin-bottom:2rem}.map-wrapper{background:#e2e8f0;border-radius:2rem;border-radius:var(--radius-3xl);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-xl);height:450px;opacity:0;overflow:hidden;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1);transition:all var(--transition-slow);width:100%}.map-wrapper.active{opacity:1;transform:translateY(0)}.contact-map-iframe{border:0;height:100%;width:100%}.contact-hours-section{background:#fff;background:var(--white);display:block;padding:4rem 2rem;width:100%}.contact-hours-container{margin:0 auto;max-width:1400px;text-align:center}.contact-hours-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.contact-hours-card{align-items:center;background:#f8fafc;background:var(--gray-100);border:1px solid #0000;border-radius:1.5rem;border-radius:var(--radius-2xl);display:flex;gap:1rem;justify-content:center;opacity:0;padding:1.5rem;transform:translateY(30px);transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.contact-hours-card.active{opacity:1;transform:translateY(0)}.contact-hours-card:hover{background:#fff;background:var(--white);border-color:#f1f5f9;border-color:var(--gray-200);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.contact-hours-icon{font-size:2.5rem}.contact-hours-info{text-align:left}.contact-hours-info h4{color:#0f172a;color:var(--dark);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.contact-hours-info p{color:#64748b;color:var(--gray-600);font-size:.95rem}.contact-company-header{margin-bottom:1.5rem;padding-bottom:1rem;text-align:center}.contact-company-title1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:#0f172a;color:var(--dark);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem}.contact-company-subtitle{color:#64748b;color:var(--gray-600);font-size:1rem;font-weight:500;margin-bottom:.25rem}.contact-company-subtitle-second{color:#2563eb;color:var(--primary);font-size:.9rem;font-weight:500;margin-bottom:0}.contact-divider{background:linear-gradient(90deg,#2563eb,#7c3aed);background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;height:3px;margin:1rem auto 1.5rem;width:80px}@media (max-width:768px){.contact-company-title{font-size:1.6rem}.contact-company-subtitle{font-size:.85rem}.contact-company-subtitle-second{font-size:.75rem}}.contact-cta-section{background:linear-gradient(135deg,#0b1120fa,#192132fa);color:#fff;color:var(--white);opacity:0;padding:4rem 2rem;text-align:center;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1);transition:all var(--transition-slow)}.contact-cta-section.active{opacity:1;transform:translateY(0)}.contact-cta-section h2{font-size:clamp(1.6rem,4vw,2rem);font-weight:700;margin-bottom:1rem}.contact-cta-section p{font-size:1rem;margin-bottom:2rem;opacity:.9}.contact-cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.contact-cta-btn{border:none;border-radius:1rem;border-radius:var(--radius-xl);cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.contact-cta-primary{background:#fff;background:var(--white);color:#2563eb;color:var(--primary)}.contact-cta-primary:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.contact-cta-secondary{background:#0000;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.contact-cta-secondary:hover{background:#fff;background:var(--white);color:#2563eb;color:var(--primary);transform:translateY(-3px)}.contact-info-card:first-child.active{transition-delay:.05s}.contact-info-card:nth-child(2).active{transition-delay:.1s}.contact-info-card:nth-child(3).active{transition-delay:.15s}.contact-info-card:nth-child(4).active{transition-delay:.2s}.contact-info-card:nth-child(5).active{transition-delay:.25s}.contact-info-card:nth-child(6).active{transition-delay:.3s}.contact-hours-card:first-child.active{transition-delay:.05s}.contact-hours-card:nth-child(2).active{transition-delay:.1s}.contact-hours-card:nth-child(3).active{transition-delay:.15s}@media (max-width:768px){.contact-form-side,.contact-info-side{padding:1.5rem}.contact-info-card{padding:1rem}.contact-info-icon{font-size:1.5rem;min-width:40px}.contact-info-content h3{font-size:.9rem}.contact-info-content p{font-size:.85rem}.contact-email-link,.contact-phone-link{font-size:.85rem;padding:.2rem .6rem}.contact-person-name{font-size:.95rem}.contact-person-cell,.contact-person-email{font-size:.8rem;padding:.3rem .6rem}.contact-hours-section,.contact-map-section{padding:2rem 1rem}.map-wrapper{height:300px}.contact-hours-grid{gap:1rem;grid-template-columns:1fr}.contact-hours-card{justify-content:flex-start}.contact-cta-section{padding:2rem 1rem}.contact-cta-buttons{gap:1rem}.contact-cta-btn{font-size:.9rem;padding:.8rem 1.5rem}}@media (max-width:480px){.contact-info-card{flex-direction:column;text-align:center}.contact-info-icon{margin:0 auto}.contact-info-content,.contact-info-side .contact-section-heading{text-align:center}.contact-info-side .contact-section-heading:after{left:50%;transform:translateX(-50%)}.contact-hours-card{flex-direction:column;text-align:center}.contact-hours-info{text-align:center}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{.contact-cta-section,.contact-form-side,.contact-hero-section,.contact-map-section{display:none}.contact-info-side{border:1px solid #ddd;box-shadow:none}.contact-info-card{break-inside:avoid;page-break-inside:avoid}}.contact-locations-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.locations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.location-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 30px #00000014;overflow:hidden;transition:all .3s ease}.location-card:hover{border-color:#c97b5d33;box-shadow:0 20px 40px #c97b5d26;transform:translateY(-8px)}.location-card-header{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;gap:1rem;padding:1.5rem}.location-icon{align-items:center;background:#ffffff26;border-radius:12px;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.location-card-header h3{color:#fff;font-size:1.4rem;font-weight:700;margin:0}.location-details{border-bottom:1px solid #e2e8f0;padding:1.5rem}.location-address,.location-email,.location-phone,.location-timing{align-items:flex-start;color:#475569;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.location-address i,.location-email i,.location-phone i,.location-timing i{color:#c97b5d;margin-top:2px;width:20px}.location-address p{line-height:1.5;margin:0}.location-email a,.location-phone a{color:#475569;text-decoration:none;transition:color .3s ease}.location-email a:hover,.location-phone a:hover{color:#c97b5d}.location-timing span{color:#64748b}.location-map{height:250px;width:100%}.location-iframe{border:none;height:100%;width:100%}@media (max-width:1024px){.locations-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.locations-grid{grid-template-columns:1fr}.container{padding:0 1.5rem}.location-card-header h3{font-size:1.2rem}.location-icon{font-size:1.6rem;height:45px;width:45px}.location-map{height:220px}}@media (max-width:576px){.location-details{padding:1rem}.location-address,.location-email,.location-phone,.location-timing{font-size:.8rem;gap:.8rem}.location-map{height:200px}}.products-container{overflow-x:hidden;width:100%}.container{max-width:1200px;padding:0 20px}.products-hero{align-items:center;display:flex;height:500px;justify-content:center;min-height:500px;overflow:hidden;position:relative;text-align:center}.products-hero:before{background:url(https://i.pinimg.com/1200x/24/0c/97/240c97f3fcff846105d28abd88cc1db1.jpg);background-attachment:fixed;background-position:50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.05);transition:transform .3s ease}.products-hero:hover:before{transform:scale(1.08)}.products-hero-overlay{background:linear-gradient(135deg,#000000b3,#00000080 50%,#000000b3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.products-hero-content{color:#fff;margin:0 auto;max-width:800px;padding:20px;position:relative;z-index:2}.products-hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.products-hero-subtitle{animation:fadeInUp .8s ease .2s both;font-size:1.3rem;font-weight:400;margin-bottom:30px;opacity:.95;text-shadow:1px 1px 2px #0000004d}.hero-stats-container{animation:fadeInUp .8s ease .4s both;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px}.hero-stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:60px;min-width:140px;padding:15px 25px;text-align:center;transition:all .3s ease}.hero-stat-item:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-5px)}.hero-stat-number{color:#fff;display:block;font-size:28px;font-weight:800;margin-bottom:5px}.hero-stat-label{color:#ffffffe6;display:block;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.hero-badges{animation:fadeInUp .8s ease .3s both;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}.hero-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#2563ebe6;color:#fff;font-size:12px;letter-spacing:.5px;padding:6px 18px}.hero-badge:hover{background:#2563eb}.products-stats{background:linear-gradient(135deg,#f8fafc,#fff);margin-top:-30px;padding:60px 0;position:relative;z-index:3}.stats-grid{grid-gap:30px;gap:30px}.stats-card{animation:fadeInUp .5s forwards;background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000000d;opacity:0;overflow:hidden;padding:30px;position:relative;text-align:center;transform:translateY(30px);transition:all .3s ease}.stats-card:before{background:linear-gradient(90deg,#2563eb,#06b6d4,#10b981);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.stats-card:hover:before{transform:scaleX(1)}.stats-card:first-child{animation-delay:.1s}.stats-card:nth-child(2){animation-delay:.2s}.stats-card:nth-child(3){animation-delay:.3s}.stats-card:nth-child(4){animation-delay:.4s}.stats-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.stats-icon{font-size:48px;margin-bottom:15px}.stats-number{color:#2563eb;font-size:2.5rem;font-weight:800;margin-bottom:8px}.stats-label{color:#64748b;font-size:.9rem;font-weight:500}.products-filter{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000d;padding:40px 0;position:-webkit-sticky;position:sticky;top:80px;z-index:99}.search-wrapper{margin:0 auto 30px;max-width:500px;position:relative}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:50px;font-size:1rem;padding:15px 50px 15px 20px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.search-icon{color:#94a3b8;font-size:1.2rem;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.category-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-filter-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50px;color:#475569;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;padding:10px 24px;transition:all .3s ease}.category-filter-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.category-filter-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb4d;color:#fff}.product-count{background:#fff3;border-radius:20px;font-size:.75rem;padding:2px 8px}.products-grid-section{background:#f8fafc;padding:60px 0}.products-header{margin-bottom:40px;text-align:center}.section-title{font-size:2rem;margin-bottom:10px}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.product-card{animation:fadeInUp .5s forwards;background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;opacity:0;overflow:hidden;transform:translateY(30px);transition:all .3s ease}.product-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-8px)}.product-image-wrapper{height:240px;overflow:hidden;position:relative}.product-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-category-badge{border-radius:20px;box-shadow:0 2px 5px #0003;color:#fff;font-size:.75rem;font-weight:600;padding:5px 12px;position:absolute;right:15px;top:15px}.product-info{padding:20px}.product-name{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:10px}.product-description{color:#64748b;font-size:.9rem;line-height:1.6;margin-bottom:20px}.product-footer{display:flex;gap:12px}.btn-details{background:#f1f5f9;border:none;border-radius:10px;color:#475569;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:10px;transition:all .3s ease}.btn-details:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-quote{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:10px;transition:all .3s ease}.btn-quote:hover{box-shadow:0 5px 15px #2563eb4d;transform:translateY(-2px)}.no-results{background:#fff;border-radius:20px;padding:60px;text-align:center}.no-results p{color:#64748b;margin-bottom:20px}.no-results button{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 30px;transition:all .3s ease}.no-results button:hover{background:#1d4ed8;transform:translateY(-2px)}.products-cta{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;overflow:hidden;padding:80px 0;position:relative;text-align:center}.products-cta:before{animation:pulse 4s ease infinite;background:radial-gradient(circle,#2563eb1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.products-cta h2{font-size:2rem;margin-bottom:15px;position:relative;z-index:1}.products-cta p{margin-bottom:30px;opacity:.9;position:relative;z-index:1}.cta-buttons{gap:20px;position:relative;z-index:1}.cta-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:50px;box-shadow:0 4px 15px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.cta-primary:hover{box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.cta-secondary{background:#0000;border:2px solid #fff;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.cta-secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:20px;top:15px;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:20px;padding:30px}.modal-header img{border-radius:15px;height:150px;object-fit:cover;width:150px}.modal-header-info h2{color:#1e293b;font-size:1.5rem;margin-bottom:10px}.modal-category{border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:10px;padding:5px 15px}.modal-body{padding:30px}.spec-section{margin-bottom:30px}.spec-section h3{border-left:4px solid #2563eb;color:#1e293b;font-size:1.2rem;margin-bottom:10px;padding-left:10px}.spec-section p{color:#64748b;line-height:1.6;margin-bottom:15px}.spec-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);list-style:none;padding:0}.spec-list li{background:#f8fafc;border-radius:8px;color:#475569;font-size:.85rem;padding:8px 12px}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:15px;padding:20px 30px}@media (max-width:1024px){.stats-grid{gap:20px}.products-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.products-hero-title{font-size:2.8rem}}@media (max-width:768px){.products-hero{height:450px;min-height:450px}.products-hero-title{font-size:2rem}.products-hero-subtitle{font-size:1rem}.hero-stats-container{gap:15px}.hero-stat-item{min-width:110px;padding:10px 18px}.hero-stat-number{font-size:22px}.hero-stat-label{font-size:10px}.stats-grid{grid-template-columns:repeat(2,1fr)}.category-filters{gap:8px}.category-filter-btn{font-size:.8rem;padding:8px 16px}.products-grid{grid-template-columns:1fr}.modal-header{flex-direction:column;text-align:center}.modal-header img{margin:0 auto}.spec-list{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.products-filter{top:70px}}@media (max-width:480px){.products-hero{height:400px;min-height:400px}.products-hero-title{font-size:1.5rem}.products-hero-subtitle{font-size:.9rem}.hero-stats-container{gap:10px}.hero-stat-item{min-width:100px;padding:8px 15px}.hero-stat-number{font-size:18px}.hero-stat-label{font-size:9px}.stats-grid{grid-template-columns:1fr}.product-footer{flex-direction:column}.hero-badges{gap:8px}.hero-badge{font-size:10px;padding:4px 12px}}.pd-page{overflow-x:hidden;width:100%}.pd-hero-section{align-items:center;border-radius:30px;box-shadow:0 20px 40px #0000001a;display:flex;height:500px;justify-content:center;margin:1rem 0;overflow:hidden;position:relative;text-align:center;width:100%}.pd-hero-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.pd-hero-bg-image{height:100%;object-fit:cover;transition:transform 8s ease;width:100%}.pd-hero-section:hover .pd-hero-bg-image{transform:scale(1.05)}.pd-hero-overlay{background:linear-gradient(135deg,#1b0088b3,#1b00884d);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.pd-hero-content{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;z-index:2}.pd-hero-title{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff4d;border-radius:60px;color:#fff;display:inline-block;font-size:3.5rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;opacity:0;padding:.5rem 2rem;text-shadow:0 2px 10px #0000004d;text-transform:uppercase;transform:translateY(-30px)}.pd-hero-title.animate-text{animation:pdFadeInDown .8s ease-out forwards}.pd-hero-subtitle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-block;font-size:1.2rem;letter-spacing:1px;margin-top:1rem;opacity:0;padding:.4rem 1.5rem;transform:translateY(-20px)}.pd-hero-subtitle.animate-text-delay{animation:pdFadeInDown .8s ease-out .2s forwards}.pd-hero-badges{animation:pdFadeInUp .8s ease-out .4s forwards;display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0}.pd-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #e3b23c4d;border-radius:50px;color:#e3b23c;font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.pd-hero-badge:hover{background:#e3b23c33;border-color:#e3b23c;transform:translateY(-2px)}@keyframes pdFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pdFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pd-products-grid-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 5%}.pd-section-header{margin-bottom:3rem;text-align:center}.pd-section-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.pd-section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.pd-divider-line{background:linear-gradient(90deg,#e2e8f0,#1b0088,#1b0088,#e2e8f0);flex:1 1;height:2px}.pd-divider-icon{color:#1b0088;font-size:1rem}.pd-section-subtitle{color:#64748b;font-size:1rem}.pd-products-filter-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.pd-product-filter-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.pd-product-filter-card:before{background:linear-gradient(90deg,#1b0088,#3b82f6);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:3}.pd-product-filter-card:hover:before{transform:scaleX(1)}.pd-product-filter-card:hover{box-shadow:0 20px 40px #1b008826;transform:translateY(-8px)}.pd-product-filter-card.active{background:linear-gradient(135deg,#fff,#f5f3ff);border:2px solid #1b0088;box-shadow:0 10px 30px #1b008840}.pd-product-filter-image{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);height:220px;overflow:hidden;position:relative;width:100%}.pd-product-filter-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.pd-product-filter-card:hover .pd-product-filter-image img{transform:scale(1.1)}.pd-product-filter-overlay{align-items:center;background:linear-gradient(135deg,#1b0088e6,#3b82f6e6);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:2}.pd-product-filter-card:hover .pd-product-filter-overlay{opacity:1}.pd-product-filter-overlay span{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:40px;color:#fff;font-weight:600;padding:.6rem 1.2rem;transform:translateY(20px);transition:transform .3s ease}.pd-product-filter-card:hover .pd-product-filter-overlay span{transform:translateY(0)}.pd-product-filter-info{background:#fff;padding:1.2rem;text-align:center}.pd-product-filter-info h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem;transition:color .3s ease}.pd-product-filter-card:hover .pd-product-filter-info h3{color:#1b0088}.pd-product-filter-info p{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.5px}.pd-count-section{margin:30px 0;padding:0 2rem}.pd-count-card{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:15px;display:flex;gap:20px;padding:20px 25px;transition:all .3s ease}.pd-count-card:hover{border-color:#667eea;box-shadow:0 10px 25px #0000000d;transform:translateY(-3px)}.count-icon{background:linear-gradient(135deg,#1b0088,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:48px}.count-content h4{color:#64748b;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:8px}.count-content p{color:#1e293b;font-size:1.1rem;font-weight:600}.pd-detail-actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.pd-action-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 25px;transition:all .3s ease}.pd-action-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 15px #2563eb4d;color:#fff}.pd-action-btn.primary:hover{box-shadow:0 6px 20px #2563eb66;transform:translateY(-2px)}.pd-action-btn.secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#1e293b}.pd-action-btn.secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.pd-action-btn.download{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d;color:#fff}.pd-action-btn.download:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.pd-detail-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:3rem 5% 4rem}.pd-detail-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;margin:0 auto;max-width:1300px;overflow:hidden;padding:2rem}.pd-detail-hero{border-bottom:1px solid #e2e8f0;display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:2rem}.pd-detail-image-wrapper{border-radius:20px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.pd-detail-image{height:300px;object-fit:cover;transition:transform .5s ease;width:100%}.pd-detail-image-wrapper:hover .pd-detail-image{transform:scale(1.05)}.pd-detail-badge{background:linear-gradient(135deg,#1b0088,#3b82f6);border-radius:30px;box-shadow:0 5px 15px #0003;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.4rem 1.2rem;position:absolute;right:15px;top:15px;z-index:2}.pd-detail-intro{flex:1.2 1}.pd-detail-intro h2{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.pd-detail-category{color:#1b0088;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.pd-detail-description{color:#475569;font-size:.95rem;line-height:1.8}.pd-tabs{border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0;padding-bottom:0}.pd-tab-btn{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;position:relative;transition:all .3s ease}.tab-icon{font-size:1.2rem}.pd-tab-btn.active,.pd-tab-btn:hover{color:#1b0088}.pd-tab-btn.active:after{background:#1b0088;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:100%}.pd-tab-content{margin-bottom:2rem}.pd-info-card{animation:pdFadeInUp .5s ease-out forwards;background:linear-gradient(135deg,#fff,#f5f3ff);border:1px solid #1b008833;border-radius:20px;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.pd-info-card:hover{border-color:#1b008866;box-shadow:0 20px 40px #1b008826;transform:translateY(-5px)}.pd-info-card-icon{align-items:center;background:linear-gradient(135deg,#1b008826,#3b82f626);border-radius:50%;display:flex;font-size:2rem;height:65px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:65px}.pd-info-card:hover .pd-info-card-icon{background:linear-gradient(135deg,#1b00884d,#3b82f64d);transform:scale(1.1) rotate(5deg)}.pd-info-card h3{color:#1e293b;font-size:1.4rem;margin-bottom:1rem}.pd-info-description{color:#475569;line-height:1.7;margin-bottom:1.5rem}.pd-specs-table{margin-top:1.5rem}.pd-specs-table h4{border-bottom:2px solid #1b0088;color:#1e293b;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.spec-table{background:#fff;border-radius:12px;overflow:hidden}.spec-table tr{border-bottom:1px solid #e2e8f0;transition:background .3s ease}.spec-table tr:hover{background:#1b00880d}.spec-table td{padding:.9rem}.spec-table td:first-child{background:#1b008808;color:#1e293b;font-weight:700;width:40%}.pd-application-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 5%}.pd-applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px}.pd-application-card{background:#fff;border:1px solid #1b00881a;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.pd-application-card:hover{background:linear-gradient(135deg,#fff,#f5f3ff);border-color:#1b0088;box-shadow:0 20px 40px #1b008833;transform:translateY(-8px)}.pd-app-icon{font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.pd-application-card:hover .pd-app-icon{transform:scale(1.15)}.pd-application-card h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.pd-application-card p{color:#64748b;font-size:.85rem}.pd-back-button{background:linear-gradient(135deg,#f8fafc,#fff);padding:2rem 5% 3rem;text-align:center}.back-to-products{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;transition:all .3s ease}.back-to-products:hover{background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.technical-sheet-pdf{left:-9999px;position:absolute;top:-9999px;visibility:hidden}.pd-construction-card,.pd-properties-card,.pd-raw-card{animation:pdFadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}.pd-raw-card{animation-delay:.1s}.pd-construction-card{animation-delay:.2s}.pd-properties-card{animation-delay:.3s}@media (max-width:1024px){.pd-hero-section{height:450px}.pd-hero-title{font-size:2.8rem;white-space:normal}.pd-detail-hero{flex-direction:column}.pd-detail-image-wrapper{margin:0 auto;max-width:400px}.pd-products-filter-grid{grid-template-columns:repeat(2,1fr)}.pd-detail-actions{justify-content:center}}@media (max-width:768px){.pd-hero-section{border-radius:20px;height:400px}.pd-hero-title{font-size:2rem;padding:.4rem 1rem}.pd-hero-subtitle{font-size:1rem}.pd-hero-badge{font-size:.7rem;padding:.3rem .8rem}.pd-section-title{font-size:1.8rem}.pd-products-filter-grid{grid-template-columns:1fr}.pd-detail-container{padding:1rem}.pd-count-card{padding:20px;text-align:center}.pd-count-card,.pd-detail-actions{flex-direction:column}.pd-action-btn{justify-content:center;width:100%}.pd-tabs{flex-wrap:wrap}.pd-tab-btn{flex:1 1;font-size:.85rem;justify-content:center;padding:.8rem 1rem}.tab-icon{font-size:1rem}.pd-detail-intro h2{font-size:1.5rem}.pd-info-card{padding:1.5rem}.pd-info-card-icon{font-size:1.5rem;height:50px;width:50px}.pd-info-card h3{font-size:1.2rem}.pd-applications-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.pd-application-card{padding:1.5rem}.spec-table td{font-size:.8rem;padding:.6rem}}@media (max-width:576px){.pd-hero-section{border-radius:15px;height:350px}.pd-hero-title{font-size:1.3rem;padding:.3rem .8rem}.pd-hero-subtitle{font-size:.8rem;padding:.3rem .8rem}.pd-hero-badges{gap:.5rem}.pd-hero-badge{font-size:.6rem;padding:.2rem .6rem}.pd-section-title{font-size:1.4rem}.pd-detail-image-wrapper{max-width:100%}.pd-detail-image{height:250px}.pd-detail-intro h2{font-size:1.3rem}.pd-count-card{padding:15px}.count-icon{font-size:36px}.count-content p{font-size:.9rem}.pd-applications-grid{grid-template-columns:1fr}.spec-table td{display:block;padding:.5rem;width:100%}.spec-table td:first-child{background:#1b008814}.back-to-products{font-size:.85rem;padding:.6rem 1.5rem}}@media print{.pd-application-section,.pd-back-button,.pd-cta-section,.pd-detail-actions,.pd-hero-section,.pd-products-grid-section,.pd-tabs{display:none!important}.pd-detail-section{background:#fff;padding:0}.pd-detail-container{box-shadow:none;padding:0}.pd-info-card,.spec-table{break-inside:avoid;page-break-inside:avoid}}.detail-spec-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden;width:100%}.detail-spec-table tr{border-bottom:1px solid #e2e8f0;transition:background .2s ease}.detail-spec-table tr:last-child{border-bottom:none}.detail-spec-table tr:hover{background:#f8fafc}.detail-spec-table .spec-label{background:#f1f5f9;color:#1e293b;font-size:14px;font-weight:600;padding:14px 20px;width:40%}.detail-spec-table .spec-value{color:#475569;font-size:14px;line-height:1.5;padding:14px 20px}.specs-table-wrapper{border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;overflow-x:auto}@media (max-width:768px){.detail-spec-table .spec-label,.detail-spec-table .spec-value{font-size:12px;padding:10px 15px}.detail-spec-table .spec-label{width:45%}}@media (max-width:480px){.detail-spec-table .spec-label,.detail-spec-table .spec-value{font-size:11px;padding:8px 12px}}.spec-table thead tr{background:linear-gradient(135deg,#1e293b,#0f172a)}.spec-table th{color:#fff}.no-data{background:#f8fafc;border-radius:12px;color:#94a3b8;font-style:italic;padding:40px;text-align:center}@media (max-width:992px){.spec-tabs{gap:8px}.spec-tab-btn{font-size:12px;padding:8px 16px}.spec-table td,.spec-table th{font-size:12px;padding:10px 8px}}@media (max-width:768px){.spec-tabs{flex-wrap:wrap;justify-content:flex-start;max-height:200px;overflow-y:auto}.spec-tab-btn{font-size:11px;padding:6px 12px}.spec-table td,.spec-table th{font-size:11px;padding:8px 6px}}.product-applications{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:5px solid #2563eb;border-radius:20px;box-shadow:0 4px 15px #0000000d;margin:30px 0;padding:25px 30px}.applications-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.applications-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000001a;display:flex;font-size:32px;height:50px;justify-content:center;width:50px}.applications-header h3{color:#1e293b;font-size:20px;font-weight:700;margin:0}.applications-content{padding-left:10px}.applications-tags{display:flex;flex-wrap:wrap;gap:12px}.application-tag{background:#fff;border:1px solid #e2e8f0;border-radius:40px;box-shadow:0 2px 5px #0000000d;color:#1e293b;cursor:default;font-size:14px;font-weight:500;padding:8px 18px;transition:all .3s ease}.application-tag:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d;color:#fff;transform:translateY(-2px)}.spec-tabs-wrapper{margin:40px 0 30px}.spec-tabs{background:#f8fafc;border-radius:15px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-height:200px;overflow-y:auto;padding:15px}.spec-tab-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:40px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.spec-tab-btn .tab-icon{font-size:16px}.spec-tab-btn:hover{background:#f1f5f9;border-color:#2563eb;color:#2563eb}.spec-tab-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d;color:#fff}.spec-table-container{animation:fadeIn .3s ease;margin-top:20px}.spec-table-container .table-responsive{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.spec-table{border-collapse:collapse;font-size:13px;width:100%}.spec-table thead tr{background:linear-gradient(135deg,#fff,#f7f7f7)}.spec-table th{color:#2106a6;font-size:13px;font-weight:600;padding:14px 12px;text-align:center;white-space:nowrap}.spec-table td{border-bottom:1px solid #e2e8f0;color:#475569;padding:12px 10px;text-align:center}.spec-table tr:last-child td{border-bottom:none}.spec-table tr:hover{background:#f8fafc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.spec-tabs{gap:8px}.spec-tab-btn{font-size:12px;padding:8px 16px}.spec-table td,.spec-table th{font-size:12px;padding:10px 8px}.product-applications{padding:20px}.applications-header h3{font-size:18px}.application-tag{font-size:12px;padding:6px 14px}}@media (max-width:768px){.spec-tabs{flex-wrap:wrap;justify-content:flex-start;max-height:250px;overflow-y:auto}.spec-tab-btn{font-size:11px;padding:6px 12px}.spec-table td,.spec-table th{font-size:11px;padding:8px 6px}.product-applications{padding:15px}.applications-icon{font-size:24px;height:40px;width:40px}.applications-header h3{font-size:16px}.application-tag{font-size:11px;padding:5px 12px}}.ct-page{overflow-x:hidden;width:100%}.ct-hero-section{align-items:center;border-radius:30px;box-shadow:0 20px 40px #0000001a;display:flex;height:500px;justify-content:center;margin:1rem 0;overflow:hidden;position:relative;text-align:center;width:100%}.ct-hero-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.ct-hero-bg-image{height:100%;object-fit:cover;width:100%}.ct-hero-overlay{background:linear-gradient(135deg,#0b1120b3,#1a2a1ab3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ct-hero-content{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;text-align:center;z-index:2}.ct-hero-title{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #ffffff4d;border-radius:60px;color:#fff;display:inline-block;font-size:2.5rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;opacity:0;padding:.5rem 2rem;text-shadow:0 2px 10px #0000004d;text-transform:uppercase;transform:translateY(-30px);white-space:nowrap}.ct-hero-title.animate-text{animation:ctFadeInDown .8s ease-out forwards}.ct-hero-subtitle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-block;font-size:1.2rem;letter-spacing:2px;margin-top:1rem;opacity:0;padding:.4rem 1.5rem;transform:translateY(-20px)}.ct-hero-subtitle.animate-text-delay{animation:ctFadeInDown .8s ease-out .2s forwards}.ct-hero-badges{animation:ctFadeInUp .8s ease-out .4s forwards;display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0}.ct-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #e3b23c4d;border-radius:50px;color:#e3b23c;font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.ct-hero-badge:hover{background:#e3b23c33;border-color:#e3b23c;transform:translateY(-2px)}@keyframes ctFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes ctFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ct-products-grid-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 5%}.ct-section-header{margin-bottom:3rem;text-align:center}.ct-section-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.ct-section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.ct-divider-line{background:linear-gradient(90deg,#e2e8f0,#c97b5d,#e3b23c,#c97b5d,#e2e8f0);flex:1 1;height:2px}.ct-divider-icon{color:#e3b23c;font-size:1rem}.ct-section-subtitle{color:#64748b;font-size:1rem}.ct-products-filter-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.ct-product-filter-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.ct-product-filter-card:before{background:linear-gradient(90deg,#c97b5d,#e3b23c,#8b9d6b);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.ct-product-filter-card:hover:before{transform:scaleX(1)}.ct-product-filter-card:hover{box-shadow:0 20px 40px #8b9d6b26;transform:translateY(-8px)}.ct-product-filter-card.active{background:linear-gradient(135deg,#fff,#fef9e8);border:2px solid #e3b23c;box-shadow:0 10px 30px #e3b23c40}.ct-product-filter-image{background:linear-gradient(135deg,beige,linen);height:220px;overflow:hidden;position:relative;width:100%}.ct-product-filter-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.ct-product-filter-card:hover .ct-product-filter-image img{transform:scale(1.1)}.ct-product-filter-overlay{align-items:center;background:linear-gradient(135deg,#8b9d6be6,#e3b23ce6);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.ct-product-filter-card:hover .ct-product-filter-overlay{opacity:1}.ct-product-filter-overlay span{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:40px;color:#fff;font-weight:600;padding:.6rem 1.2rem;transform:translateY(20px);transition:transform .3s ease}.ct-product-filter-card:hover .ct-product-filter-overlay span{transform:translateY(0)}.ct-product-filter-info{background:#fff;padding:1.2rem;text-align:center}.ct-product-filter-info h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem;transition:color .3s ease}.ct-product-filter-card:hover .ct-product-filter-info h3{color:#c97b5d}.ct-product-filter-info p{color:#8b9d6b;font-size:.75rem;font-weight:500;letter-spacing:.5px}.ct-detail-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:3rem 5% 4rem}.ct-detail-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;margin:0 auto;max-width:1300px;overflow:hidden;padding:2rem}.ct-detail-hero{border-bottom:1px solid #e2e8f0;display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:2rem}.ct-detail-image-wrapper{border-radius:20px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.ct-detail-image{height:300px;object-fit:cover;transition:transform .5s ease;width:100%}.ct-detail-image-wrapper:hover .ct-detail-image{transform:scale(1.05)}.ct-detail-badge{background:linear-gradient(135deg,#8b9d6b,#e3b23c);border-radius:30px;box-shadow:0 5px 15px #0003;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.4rem 1.2rem;position:absolute;right:15px;top:15px;z-index:2}.ct-detail-intro{flex:1.2 1}.ct-detail-intro h2{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.ct-detail-category{color:#c97b5d;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.ct-detail-description{color:#475569;font-size:.95rem;line-height:1.8}.ct-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:0}.ct-tab-btn{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;position:relative;transition:all .3s ease}.ct-tab-btn.active,.ct-tab-btn:hover{color:#8b9d6b}.ct-tab-btn.active:after{background:linear-gradient(90deg,#8b9d6b,#e3b23c);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:100%}.ct-tab-content{margin-bottom:2rem}.ct-info-card{animation:ctFadeInUp .5s ease-out forwards;background:linear-gradient(135deg,#fff,#fef9e8);border:1px solid #8b9d6b33;border-radius:20px;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.ct-info-card:hover{border-color:#8b9d6b66;box-shadow:0 20px 40px #8b9d6b26;transform:translateY(-5px)}.ct-info-card-icon{align-items:center;background:linear-gradient(135deg,#8b9d6b26,#e3b23c26);border-radius:50%;display:flex;font-size:2rem;height:65px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:65px}.ct-info-card:hover .ct-info-card-icon{background:linear-gradient(135deg,#8b9d6b4d,#e3b23c4d);transform:scale(1.1) rotate(5deg)}.ct-info-card h3{color:#2d3e2d;font-size:1.4rem;margin-bottom:1rem}.ct-info-description{color:#475569;line-height:1.7;margin-bottom:1.5rem}.ct-specs-table{margin-top:1.5rem}.ct-specs-table h4{border-bottom:2px solid #e3b23c;color:#2d3e2d;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.ct-specs-table table{background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.ct-specs-table tr{border-bottom:1px solid #e2e8f0;transition:background .3s ease}.ct-specs-table tr:hover{background:#8b9d6b0d}.ct-specs-table td{color:#475569;padding:.9rem}.ct-specs-table td:first-child{background:#8b9d6b08;color:#2d3e2d;font-weight:700;width:40%}.ct-cta-section{border-top:1px solid #e2e8f0;display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding-top:2rem}.ct-cta-btn{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;transition:all .3s ease}.ct-cta-btn.primary{background:linear-gradient(135deg,#8b9d6b,#e3b23c);border:none;box-shadow:0 5px 20px #8b9d6b4d;color:#fff}.ct-cta-btn.primary:hover{background:linear-gradient(135deg,#7a8c5a,#d4a82c);box-shadow:0 10px 30px #8b9d6b66;transform:translateY(-3px)}.ct-cta-btn.secondary{background:#0000;border:2px solid #8b9d6b;color:#8b9d6b}.ct-cta-btn.secondary:hover{background:linear-gradient(135deg,#8b9d6b,#e3b23c);color:#fff;transform:translateY(-3px)}.ct-application-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 5%}.ct-applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px}.ct-application-card{background:#fff;border:1px solid #8b9d6b1a;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.ct-application-card:hover{background:linear-gradient(135deg,#fff,#fef9e8);border-color:#e3b23c;box-shadow:0 20px 40px #8b9d6b33;transform:translateY(-8px)}.ct-app-icon{font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.ct-application-card:hover .ct-app-icon{transform:scale(1.15)}.ct-application-card h3{color:#2d3e2d;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.ct-application-card p{color:#64748b;font-size:.85rem}.ct-construction-card,.ct-properties-card,.ct-raw-card{animation:ctFadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}.ct-raw-card{animation-delay:.1s}.ct-construction-card{animation-delay:.2s}.ct-properties-card{animation-delay:.3s}@media (max-width:1024px){.ct-hero-section{height:450px}.ct-hero-title{font-size:2.8rem;padding:.4rem 1.2rem;white-space:normal}.ct-detail-hero{flex-direction:column}.ct-detail-image-wrapper{margin:0 auto;max-width:400px}.ct-products-filter-grid{grid-template-columns:repeat(2,1fr)}.ct-product-filter-image{height:200px}.ct-info-card{padding:1.5rem}.ct-info-card-icon{font-size:1.6rem;height:55px;width:55px}.ct-info-card h3{font-size:1.2rem}}@media (max-width:768px){.ct-hero-section{height:400px}.ct-hero-title{font-size:2rem;padding:.4rem 1rem;white-space:normal}.ct-hero-subtitle{font-size:1rem}.ct-hero-badge{font-size:.7rem;padding:.3rem .8rem}.ct-section-title{font-size:1.8rem}.ct-products-filter-grid{grid-template-columns:1fr}.ct-product-filter-image{height:180px}.ct-product-filter-info h3{font-size:.9rem}.ct-detail-container{padding:1rem}.ct-tabs{flex-wrap:wrap}.ct-tab-btn{flex:1 1;justify-content:center;padding:.5rem}.ct-tab-btn i{display:none}.ct-cta-section{align-items:center;flex-direction:column}.ct-cta-btn{justify-content:center;width:100%}.ct-applications-grid{grid-template-columns:repeat(2,1fr)}.ct-info-card{padding:1rem}.ct-specs-table td{font-size:.8rem;padding:.6rem}.ct-application-card{padding:1.2rem}.ct-app-icon{font-size:2rem}.ct-application-card h3{font-size:1rem}.ct-application-card p{font-size:.75rem}}@media (max-width:576px){.ct-hero-section{border-radius:20px;height:350px}.ct-hero-title{font-size:1.5rem;padding:.3rem .8rem;white-space:normal}.ct-hero-subtitle{font-size:.9rem;padding:.3rem .8rem}.ct-product-filter-image{height:160px}.ct-products-filter-grid{gap:1rem}.ct-product-filter-info{padding:.8rem}.ct-product-filter-info h3{font-size:.75rem}.ct-product-filter-info p{font-size:.6rem}.ct-detail-hero{flex-direction:column}.ct-detail-container{padding:1rem}.ct-detail-intro h2{font-size:1.5rem}.ct-tabs{flex-wrap:wrap}.ct-tab-btn,.ct-tabs{justify-content:center}.ct-tab-btn{flex:1 1;padding:.5rem}.ct-tab-btn i{display:none}.ct-info-card-icon{font-size:1.3rem;height:45px;width:45px}.ct-info-card h3{font-size:1.1rem}.ct-specs-table td:first-child{font-size:.7rem;width:45%}.ct-specs-table td:last-child{font-size:.7rem}.ct-applications-grid{grid-template-columns:1fr}}.ct-product-filter-image:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transform:skewX(-25deg);transition:left .5s ease;width:50%}.ct-product-filter-card:hover .ct-product-filter-image:after{left:150%}@keyframes ctCottonPulse{0%,to{box-shadow:0 10px 30px #e3b23c40}50%{box-shadow:0 15px 40px #e3b23c66}}.ct-product-filter-card.active{animation:ctCottonPulse 2s ease-in-out infinite}.pes-details-page{overflow-x:hidden;width:100%}.pes-hero-section{align-items:center;border-radius:30px;box-shadow:0 20px 40px #0000001a;display:flex;height:500px;justify-content:center;margin:1rem 0;overflow:hidden;position:relative;text-align:center;width:100%}.pes-hero-background{left:0;position:absolute;top:0;z-index:0}.pes-hero-background,.pes-hero-image-wrapper{height:100%;width:100%}.pes-hero-background-image{height:100%;object-fit:cover;width:100%}.pes-hero-overlay{background:linear-gradient(135deg,#0a0a2e99,#3b82f64d);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.pes-hero-content{margin:0 auto;max-width:1000px;padding:0 2rem;position:relative;text-align:center;z-index:2}.pes-hero-text-container,.pes-hero-title{display:inline-block}.pes-hero-title{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000080;border:1px solid #ffffff4d;border-radius:60px;color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;opacity:0;padding:.5rem 2rem;text-shadow:0 2px 10px #0000004d;text-transform:uppercase;transform:translateY(-30px);white-space:nowrap}.pes-hero-title.animate-text{animation:pesFadeInDown .8s ease-out forwards}.pes-hero-subtitle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-block;font-size:1.2rem;letter-spacing:1px;margin-top:1rem;opacity:0;padding:.4rem 1.5rem;transform:translateY(-20px)}.pes-hero-subtitle.animate-text-delay{animation:pesFadeInDown .8s ease-out .2s forwards}.pes-hero-badges{animation:pesFadeInUp .8s ease-out .4s forwards;display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0}.pes-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #60a5fa4d;border-radius:50px;color:#60a5fa;font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.pes-hero-badge:hover{background:#60a5fa33;border-color:#60a5fa;transform:translateY(-2px)}@keyframes pesFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pesFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pes-products-grid-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 5%}.pes-section-header{margin-bottom:3rem;text-align:center}.pes-section-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.pes-section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.pes-divider-line{background:linear-gradient(90deg,#e2e8f0,#3b82f6,#60a5fa,#3b82f6,#e2e8f0);flex:1 1;height:2px}.pes-divider-icon{color:#3b82f6;font-size:1rem}.pes-section-subtitle{color:#64748b;font-size:1rem}.pes-products-filter-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.pes-product-filter-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.pes-product-filter-card:before{background:linear-gradient(90deg,#3b82f6,#60a5fa,#2563eb);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.pes-product-filter-card:hover:before{transform:scaleX(1)}.pes-product-filter-card:hover{box-shadow:0 20px 40px #3b82f626;transform:translateY(-8px)}.pes-product-filter-card.active{background:linear-gradient(135deg,#fff,#eff6ff);border:2px solid #3b82f6;box-shadow:0 10px 30px #3b82f640}.pes-product-filter-image{background:linear-gradient(135deg,#1e3a5f,#0f172a);height:220px;overflow:hidden;position:relative;width:100%}.pes-product-filter-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.pes-product-filter-card:hover .pes-product-filter-image img{transform:scale(1.1)}.pes-product-filter-overlay{align-items:center;background:linear-gradient(135deg,#3b82f6e6,#60a5fae6);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.pes-product-filter-card:hover .pes-product-filter-overlay{opacity:1}.pes-product-filter-overlay span{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:40px;color:#fff;font-weight:600;padding:.6rem 1.2rem;transform:translateY(20px);transition:transform .3s ease}.pes-product-filter-card:hover .pes-product-filter-overlay span{transform:translateY(0)}.pes-product-filter-info{background:#fff;padding:1.2rem;text-align:center}.pes-product-filter-info h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem;transition:color .3s ease}.pes-product-filter-card:hover .pes-product-filter-info h3{color:#2563eb}.pes-product-filter-info p{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.5px}.pes-detail-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:3rem 5% 4rem}.pes-detail-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;margin:0 auto;max-width:1300px;overflow:hidden;padding:2rem}.pes-detail-hero{border-bottom:1px solid #e2e8f0;display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:2rem}.pes-detail-image-wrapper{border-radius:20px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.pes-detail-image{height:300px;object-fit:cover;transition:transform .5s ease;width:100%}.pes-detail-image-wrapper:hover .pes-detail-image{transform:scale(1.05)}.pes-detail-badge{background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:30px;box-shadow:0 5px 15px #0003;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.4rem 1.2rem;position:absolute;right:15px;top:15px;z-index:2}.pes-detail-intro{flex:1.2 1}.pes-detail-intro h2{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.pes-detail-category{color:#3b82f6;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.pes-detail-description{color:#475569;font-size:.95rem;line-height:1.8}.pes-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:0}.pes-tab-btn{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;position:relative;transition:all .3s ease}.pes-tab-btn.active,.pes-tab-btn:hover{color:#3b82f6}.pes-tab-btn.active:after{background:linear-gradient(90deg,#2563eb,#60a5fa);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:100%}.pes-tab-content{margin-bottom:2rem}.pes-info-card{animation:pesFadeInUp .5s ease-out forwards;background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #3b82f633;border-radius:20px;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.pes-info-card:hover{border-color:#3b82f666;box-shadow:0 20px 40px #3b82f626;transform:translateY(-5px)}.pes-info-card-icon{align-items:center;background:linear-gradient(135deg,#3b82f626,#60a5fa26);border-radius:50%;display:flex;font-size:2rem;height:65px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:65px}.pes-info-card:hover .pes-info-card-icon{background:linear-gradient(135deg,#3b82f64d,#60a5fa4d);transform:scale(1.1) rotate(5deg)}.pes-info-card h3{color:#1e3a5f;font-size:1.4rem;margin-bottom:1rem}.pes-info-description{color:#475569;line-height:1.7;margin-bottom:1.5rem}.pes-specs-table{margin-top:1.5rem}.pes-specs-table h4{border-bottom:2px solid #3b82f6;color:#1e3a5f;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.pes-specs-table table{background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.pes-specs-table tr{border-bottom:1px solid #e2e8f0;transition:background .3s ease}.pes-specs-table tr:hover{background:#3b82f60d}.pes-specs-table td{color:#475569;padding:.9rem}.pes-specs-table td:first-child{background:#3b82f608;color:#1e3a5f;font-weight:700;width:40%}.pes-cta-section{border-top:1px solid #e2e8f0;display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding-top:2rem}.pes-cta-btn{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;transition:all .3s ease}.pes-cta-btn.primary{background:linear-gradient(135deg,#2563eb,#60a5fa);border:none;box-shadow:0 5px 20px #2563eb4d;color:#fff}.pes-cta-btn.primary:hover{background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 10px 30px #2563eb66;transform:translateY(-3px)}.pes-cta-btn.secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.pes-cta-btn.secondary:hover{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;transform:translateY(-3px)}.pes-application-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 5%}.pes-applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px}.pes-application-card{background:#fff;border:1px solid #3b82f61a;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.pes-application-card:hover{background:linear-gradient(135deg,#fff,#eff6ff);border-color:#3b82f6;box-shadow:0 20px 40px #3b82f633;transform:translateY(-8px)}.pes-app-icon{font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.pes-application-card:hover .pes-app-icon{transform:scale(1.15)}.pes-application-card h3{color:#1e3a5f;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.pes-application-card p{color:#64748b;font-size:.85rem}.pes-construction-card,.pes-properties-card,.pes-raw-material-card{animation:pesFadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}.pes-raw-material-card{animation-delay:.1s}.pes-construction-card{animation-delay:.2s}.pes-properties-card{animation-delay:.3s}@media (max-width:1024px){.pes-hero-section{height:450px}.pes-hero-title{font-size:2.5rem;white-space:normal}.pes-detail-hero{flex-direction:column}.pes-detail-image-wrapper{margin:0 auto;max-width:400px}.pes-products-filter-grid{grid-template-columns:repeat(2,1fr)}.pes-product-filter-image{height:200px}.pes-info-card{padding:1.5rem}.pes-info-card-icon{font-size:1.6rem;height:55px;width:55px}.pes-info-card h3{font-size:1.2rem}}@media (max-width:768px){.pes-hero-section{height:400px}.pes-hero-title{font-size:2rem;padding:.4rem 1rem;white-space:normal}.pes-hero-subtitle{font-size:1rem}.pes-hero-badge{font-size:.7rem;padding:.3rem .8rem}.pes-section-title{font-size:1.8rem}.pes-products-filter-grid{grid-template-columns:1fr}.pes-product-filter-image{height:180px}.pes-product-filter-info h3{font-size:.9rem}.pes-detail-container{padding:1rem}.pes-tabs{flex-wrap:wrap}.pes-tab-btn{flex:1 1;justify-content:center;padding:.5rem}.pes-tab-btn i{display:none}.pes-cta-section{align-items:center;flex-direction:column}.pes-cta-btn{justify-content:center;width:100%}.pes-applications-grid{grid-template-columns:repeat(2,1fr)}.pes-info-card{padding:1rem}.pes-specs-table td{font-size:.8rem;padding:.6rem}.pes-application-card{padding:1.2rem}.pes-app-icon{font-size:2rem}.pes-application-card h3{font-size:1rem}.pes-application-card p{font-size:.75rem}}@media (max-width:576px){.pes-hero-section{border-radius:20px;height:350px}.pes-hero-title{font-size:1.5rem;padding:.3rem .8rem;white-space:normal}.pes-hero-subtitle{font-size:.9rem;padding:.3rem .8rem}.pes-product-filter-image{height:160px}.pes-products-filter-grid{gap:1rem}.pes-product-filter-info{padding:.8rem}.pes-product-filter-info h3{font-size:.75rem}.pes-product-filter-info p{font-size:.6rem}.pes-detail-hero{flex-direction:column}.pes-detail-container{padding:1rem}.pes-detail-intro h2{font-size:1.5rem}.pes-tabs{flex-wrap:wrap;justify-content:center}.pes-tab-btn{flex:1 1;justify-content:center;padding:.5rem}.pes-tab-btn i{display:none}.pes-info-card-icon{font-size:1.3rem;height:45px;width:45px}.pes-info-card h3{font-size:1.1rem}.pes-specs-table td:first-child{font-size:.7rem;width:45%}.pes-specs-table td:last-child{font-size:.7rem}.pes-applications-grid{grid-template-columns:1fr}}.pes-product-filter-image:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transform:skewX(-25deg);transition:left .5s ease;width:50%}.pes-product-filter-card:hover .pes-product-filter-image:after{left:150%}@keyframes pesPulse{0%,to{box-shadow:0 10px 30px #3b82f640}50%{box-shadow:0 15px 40px #3b82f666}}.pes-product-filter-card.active{animation:pesPulse 2s ease-in-out infinite}.flt-details-page{overflow-x:hidden;width:100%}.flt-hero-section{align-items:center;border-radius:30px;box-shadow:0 20px 40px #0000001a;display:flex;height:500px;justify-content:center;margin:1rem 0;overflow:hidden;position:relative;text-align:center;width:100%}.flt-hero-background{left:0;position:absolute;top:0;z-index:0}.flt-hero-background,.flt-hero-image-wrapper{height:100%;width:100%}.flt-hero-background-image{height:100%;object-fit:cover;width:100%}.flt-hero-overlay{background:linear-gradient(135deg,#1a0a2e80,#8b5cf64d);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.flt-hero-content{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;text-align:center;z-index:2}.flt-hero-title{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000080;border:1px solid #ffffff4d;border-radius:60px;color:#fff;display:inline-block;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;opacity:0;padding:.5rem 2rem;text-shadow:0 2px 10px #0000004d;text-transform:uppercase;transform:translateY(-30px);white-space:nowrap}.flt-hero-title.animate-text{animation:fltFadeInDown .8s ease-out forwards}.flt-hero-subtitle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-block;font-size:1.2rem;letter-spacing:1px;margin-top:1rem;opacity:0;padding:.4rem 1.5rem;transform:translateY(-20px)}.flt-hero-subtitle.animate-text-delay{animation:fltFadeInDown .8s ease-out .2s forwards}.flt-hero-badges{animation:fltFadeInUp .8s ease-out .4s forwards;display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0}.flt-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #8b5cf64d;border-radius:50px;color:#a78bfa;font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.flt-hero-badge:hover{background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px)}@keyframes fltFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fltFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.flt-products-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 5%}.flt-section-header{margin-bottom:3rem;text-align:center}.flt-section-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.flt-section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.flt-divider-line{background:linear-gradient(90deg,#e2e8f0,#8b5cf6,#a78bfa,#8b5cf6,#e2e8f0);flex:1 1;height:2px}.flt-divider-icon{color:#8b5cf6;font-size:1rem}.flt-section-subtitle{color:#64748b;font-size:1rem}.flt-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.flt-product-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.flt-product-card:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa,#7c3aed);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.flt-product-card:hover:before{transform:scaleX(1)}.flt-product-card:hover{box-shadow:0 20px 40px #8b5cf626;transform:translateY(-8px)}.flt-product-card.active{background:linear-gradient(135deg,#fff,#f5f3ff);border:2px solid #8b5cf6;box-shadow:0 10px 30px #8b5cf640}.flt-product-image{background:linear-gradient(135deg,#2a1a4e,#1a0a2e);height:220px;overflow:hidden;position:relative;width:100%}.flt-product-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.flt-product-card:hover .flt-product-image img{transform:scale(1.1)}.flt-product-overlay{align-items:center;background:linear-gradient(135deg,#8b5cf6e6,#a78bfae6);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.flt-product-card:hover .flt-product-overlay{opacity:1}.flt-product-overlay span{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:40px;color:#fff;font-weight:600;padding:.6rem 1.2rem;transform:translateY(20px);transition:transform .3s ease}.flt-product-card:hover .flt-product-overlay span{transform:translateY(0)}.flt-product-info{background:#fff;padding:1.2rem;text-align:center}.flt-product-info h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem;transition:color .3s ease}.flt-product-card:hover .flt-product-info h3{color:#7c3aed}.flt-product-info p{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.5px}.flt-detail-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:3rem 5% 4rem}.flt-detail-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;margin:0 auto;max-width:1300px;overflow:hidden;padding:2rem}.flt-detail-hero{border-bottom:1px solid #e2e8f0;display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:2rem}.flt-detail-image-wrapper{border-radius:20px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.flt-detail-image{height:300px;object-fit:cover;transition:transform .5s ease;width:100%}.flt-detail-image-wrapper:hover .flt-detail-image{transform:scale(1.05)}.flt-detail-badge{background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:30px;box-shadow:0 5px 15px #0003;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.4rem 1.2rem;position:absolute;right:15px;top:15px;z-index:2}.flt-detail-intro{flex:1.2 1}.flt-detail-intro h2{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.flt-detail-category{color:#8b5cf6;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.flt-detail-description{color:#475569;font-size:.95rem;line-height:1.8}.flt-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:0}.flt-tab-btn{align-items:center;background:#0000;border:none;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;position:relative;transition:all .3s ease}.flt-tab-btn.active,.flt-tab-btn:hover{color:#8b5cf6}.flt-tab-btn.active:after{background:linear-gradient(90deg,#7c3aed,#a78bfa);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:100%}.flt-tab-content{margin-bottom:2rem}.flt-info-card{animation:fltFadeInUp .5s ease-out forwards;background:linear-gradient(135deg,#fff,#f5f3ff);border:1px solid #8b5cf633;border-radius:20px;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.flt-info-card:hover{border-color:#8b5cf666;box-shadow:0 20px 40px #8b5cf626;transform:translateY(-5px)}.flt-info-icon{align-items:center;background:linear-gradient(135deg,#8b5cf626,#a78bfa26);border-radius:50%;display:flex;font-size:2rem;height:65px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:65px}.flt-info-card:hover .flt-info-icon{background:linear-gradient(135deg,#8b5cf64d,#a78bfa4d);transform:scale(1.1) rotate(5deg)}.flt-info-card h3{color:#2e1a5e;font-size:1.4rem;margin-bottom:1rem}.flt-info-description{color:#475569;line-height:1.7;margin-bottom:1.5rem}.flt-specs-table{margin-top:1.5rem}.flt-specs-table h4{border-bottom:2px solid #8b5cf6;color:#2e1a5e;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.flt-specs-table table{background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.flt-specs-table tr{border-bottom:1px solid #e2e8f0;transition:background .3s ease}.flt-specs-table tr:hover{background:#8b5cf60d}.flt-specs-table td{color:#475569;padding:.9rem}.flt-specs-table td:first-child{background:#8b5cf608;color:#2e1a5e;font-weight:700;width:40%}.flt-cta-section{border-top:1px solid #e2e8f0;display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding-top:2rem}.flt-cta-btn{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.8rem 2rem;transition:all .3s ease}.flt-cta-btn.primary{background:linear-gradient(135deg,#7c3aed,#a78bfa);border:none;box-shadow:0 5px 20px #7c3aed4d;color:#fff}.flt-cta-btn.primary:hover{background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 10px 30px #7c3aed66;transform:translateY(-3px)}.flt-cta-btn.secondary{background:#0000;border:2px solid #8b5cf6;color:#8b5cf6}.flt-cta-btn.secondary:hover{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;transform:translateY(-3px)}.flt-application-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 5%}.flt-applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px}.flt-app-card{background:#fff;border:1px solid #8b5cf61a;border-radius:20px;box-shadow:0 5px 20px #0000000d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.flt-app-card:hover{background:linear-gradient(135deg,#fff,#f5f3ff);border-color:#8b5cf6;box-shadow:0 20px 40px #8b5cf633;transform:translateY(-8px)}.flt-app-icon{font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.flt-app-card:hover .flt-app-icon{transform:scale(1.15)}.flt-app-card h3{color:#2e1a5e;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.flt-app-card p{color:#64748b;font-size:.85rem}.flt-construction-card,.flt-properties-card,.flt-raw-card{animation:fltFadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}.flt-raw-card{animation-delay:.1s}.flt-construction-card{animation-delay:.2s}.flt-properties-card{animation-delay:.3s}@media (max-width:1024px){.flt-hero-section{height:450px}.flt-hero-title{font-size:2.5rem;white-space:normal}.flt-detail-hero{flex-direction:column}.flt-detail-image-wrapper{margin:0 auto;max-width:400px}.flt-products-grid{grid-template-columns:repeat(2,1fr)}.flt-product-image{height:200px}.flt-info-card{padding:1.5rem}.flt-info-icon{font-size:1.6rem;height:55px;width:55px}.flt-info-card h3{font-size:1.2rem}}@media (max-width:768px){.flt-hero-section{height:400px}.flt-hero-title{font-size:2rem;padding:.4rem 1rem;white-space:normal}.flt-hero-subtitle{font-size:1rem}.flt-hero-badge{font-size:.7rem;padding:.3rem .8rem}.flt-section-title{font-size:1.8rem}.flt-products-grid{grid-template-columns:1fr}.flt-product-image{height:180px}.flt-product-info h3{font-size:.9rem}.flt-detail-container{padding:1rem}.flt-tabs{flex-wrap:wrap}.flt-tab-btn{flex:1 1;justify-content:center;padding:.5rem}.flt-tab-btn i{display:none}.flt-cta-section{align-items:center;flex-direction:column}.flt-cta-btn{justify-content:center;width:100%}.flt-applications-grid{grid-template-columns:repeat(2,1fr)}.flt-info-card{padding:1rem}.flt-specs-table td{font-size:.8rem;padding:.6rem}.flt-app-card{padding:1.2rem}.flt-app-icon{font-size:2rem}.flt-app-card h3{font-size:1rem}.flt-app-card p{font-size:.75rem}}@media (max-width:576px){.flt-hero-section{border-radius:20px;height:350px}.flt-hero-title{font-size:1.5rem;padding:.3rem .8rem;white-space:normal}.flt-hero-subtitle{font-size:.9rem;padding:.3rem .8rem}.flt-product-image{height:160px}.flt-products-grid{gap:1rem}.flt-product-info{padding:.8rem}.flt-product-info h3{font-size:.75rem}.flt-product-info p{font-size:.6rem}.flt-detail-hero{flex-direction:column}.flt-detail-container{padding:1rem}.flt-detail-intro h2{font-size:1.5rem}.flt-tabs{flex-wrap:wrap;justify-content:center}.flt-tab-btn{flex:1 1;justify-content:center;padding:.5rem}.flt-tab-btn i{display:none}.flt-info-icon{font-size:1.3rem;height:45px;width:45px}.flt-info-card h3{font-size:1.1rem}.flt-specs-table td:first-child{font-size:.7rem;width:45%}.flt-specs-table td:last-child{font-size:.7rem}.flt-applications-grid{grid-template-columns:1fr}}.flt-product-image:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transform:skewX(-25deg);transition:left .5s ease;width:50%}.flt-product-card:hover .flt-product-image:after{left:150%}@keyframes fltPulse{0%,to{box-shadow:0 10px 30px #8b5cf640}50%{box-shadow:0 15px 40px #8b5cf666}}.flt-product-card.active{animation:fltPulse 2s ease-in-out infinite}.section-header{margin-bottom:3rem}.section-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.section-divider{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem auto;width:200px}.divider-line{background:linear-gradient(90deg,#e2e8f0,#c97b5d,#e3b23c,#c97b5d,#e2e8f0);flex:1 1;height:2px}.divider-icon{color:#e3b23c;font-size:1.2rem}.section-subtitle{color:#64748b;font-size:1rem}.client-hero-section{align-items:center;background:linear-gradient(135deg,#0b1120,#1a1a2e);display:flex;height:400px;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.client-hero-section:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.03)'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/%3E%3C/svg%3E");background-repeat:repeat;background-size:40px;content:"";opacity:.3}.client-hero-overlay,.client-hero-section:before{height:100%;left:0;position:absolute;top:0;width:100%}.client-hero-overlay{background:linear-gradient(135deg,#0b1120e6,#c97b5d4d)}.client-hero-content{padding:0 2rem;position:relative;z-index:2}.client-hero-title{-webkit-text-fill-color:#0000;animation:clientFadeInDown .8s ease-out forwards;background:linear-gradient(135deg,#fff,#e3b23c,#c97b5d);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;opacity:0;text-transform:uppercase;transform:translateY(-30px)}.client-hero-subtitle{animation:clientFadeInDown .8s ease-out .2s forwards;color:#ffffffe6;font-size:1.2rem;letter-spacing:1px;opacity:0;transform:translateY(-20px)}.client-hero-badges{animation:clientFadeInUp .8s ease-out .4s forwards;display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0}.client-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #e3b23c4d;border-radius:50px;color:#e3b23c;font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.client-hero-badge:hover{background:#e3b23c33;border-color:#e3b23c;transform:translateY(-2px)}.clients-grid-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.clients-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.client-grid-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 5px 15px #0000000d;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.client-grid-card:hover{border-color:#c97b5d33;box-shadow:0 15px 30px #c97b5d26;transform:translateY(-5px)}.client-grid-card.active{background:linear-gradient(135deg,#fff,#fef9e8);border-color:#e3b23c}.client-grid-logo{align-items:center;background:#f8fafc;border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 1rem;padding:1rem;width:100px}.client-grid-logo img{max-height:70px;max-width:70px;object-fit:contain}.client-grid-card h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem}.client-grid-card p{color:#64748b;font-size:.8rem;margin-bottom:.5rem}.client-industry-badge{background:#c97b5d1a;border-radius:20px;color:#c97b5d;display:inline-block;font-size:.7rem;padding:.2rem .8rem}.client-detail-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:3rem 0 4rem}.client-detail-container{background:#fff;border-radius:30px;box-shadow:0 20px 40px #00000014;padding:2rem}.client-detail-header{border-bottom:1px solid #e2e8f0;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.client-detail-logo{align-items:center;background:#f8fafc;border-radius:20px;display:flex;height:150px;justify-content:center;padding:1rem;width:150px}.client-detail-logo img{max-height:120px;max-width:120px;object-fit:contain}.client-detail-info{flex:1 1}.client-detail-info h2{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:1rem}.client-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.client-country-badge,.client-founded-badge,.client-industry-badge-detail{align-items:center;background:#c97b5d1a;border-radius:30px;color:#c97b5d;display:inline-flex;font-size:.85rem;gap:.5rem;padding:.3rem 1rem}.client-description{color:#475569;font-size:.95rem;line-height:1.7}.client-detail-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.detail-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;text-align:center;transition:all .3s ease}.detail-card:hover{border-color:#c97b5d4d;box-shadow:0 10px 25px #c97b5d1a;transform:translateY(-5px)}.detail-icon{font-size:2.5rem;margin-bottom:.8rem}.detail-card h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.5rem}.detail-card p{color:#c97b5d;font-weight:600}.detail-card a{color:#c97b5d;font-weight:500;text-decoration:none;transition:color .3s ease}.detail-card a:hover{color:#e3b23c}.products-used{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.product-tag{background:#e3b23c1a;border-radius:15px;color:#e3b23c;font-size:.7rem;padding:.2rem .6rem}.client-testimonial-section{background:linear-gradient(135deg,#f1f5f9,#fff);padding:4rem 0 5rem}.testimonial-container{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:30px;color:#fff;padding:3rem;position:relative;text-align:center}.quote-icon{color:#e3b23c33;font-family:serif;font-size:5rem;left:30px;position:absolute;top:20px}.testimonial-text{color:#ffffffe6;font-size:1.2rem;line-height:1.8;margin:2rem auto;max-width:800px}.testimonial-author{margin-top:1.5rem}.author-info h4{color:#e3b23c;font-size:1.2rem;font-weight:700;margin-bottom:.2rem}.author-info p{color:#ffffffb3;font-size:.85rem}@keyframes clientFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes clientFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.client-detail-header{align-items:center;flex-direction:column;text-align:center}.client-meta{justify-content:center}.client-detail-grid,.clients-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.client-hero-title{font-size:2rem}.client-hero-subtitle{font-size:1rem}.client-hero-badge{font-size:.7rem;padding:.3rem .8rem}.section-title{font-size:1.8rem}.clients-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.client-detail-grid{grid-template-columns:1fr}.client-detail-logo{height:120px;width:120px}.testimonial-text{font-size:1rem}}@media (max-width:576px){.clients-grid{grid-template-columns:1fr}.container{padding:0 1rem}.client-detail-container{padding:1rem}.client-detail-info h2{font-size:1.5rem}.client-meta{align-items:center;flex-direction:column}.quote-icon{font-size:3rem}.testimonial-text{font-size:.9rem}}.stat-image-wrapper{height:140px;overflow:hidden;position:relative;width:100%}.stat-bg-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.stat-card:hover .stat-bg-image{transform:scale(1.08)}.stat-overlay{height:100%;left:0;mix-blend-mode:overlay;opacity:.7;position:absolute;top:0;width:100%}.stat-content{padding:1.5rem;position:relative;text-align:center}.stat-icon{align-items:center;display:flex;height:70px;justify-content:center;margin:-35px auto 1rem;position:relative;width:70px;z-index:2}.stat-icon span{font-size:2.2rem}.stat-number-large{background:linear-gradient(135deg,#c97b5d,#e3b23c);font-size:2.5rem;margin:.5rem 0}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stat-image-wrapper{height:120px}.stat-icon{height:60px;margin-top:-30px;width:60px}.stat-icon span{font-size:1.8rem}.stat-number-large{font-size:2rem}}.sustainable-page{background-color:#fff;color:#1e293b;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1300px;padding:0 2rem}.stat-card-bg-image{transition:transform .5s ease}.stat-card:hover .stat-card-bg-image{transform:scale(1.08)}.stat-card-blur-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card-content{min-height:280px}.stat-number-large{color:#e3b23c;margin-bottom:1rem;text-shadow:0 2px 10px #0000004d}.stat-description,.stat-description1{font-size:.95rem;text-shadow:0 1px 4px #0003}.stat-description1{color:#fffffff2;line-height:1.5;margin:0 auto;max-width:200px}.stat-card:hover .stat-number-large{transform:scale(1.05);transition:transform .3s ease}.stat-card:hover .stat-description{letter-spacing:.3px;transition:letter-spacing .3s ease}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:220px}.stat-card-content{min-height:220px;padding:1.5rem}.stat-number-large{font-size:2.5rem}.stat-description{font-size:.9rem}}@media (max-width:576px){.stat-number-large{font-size:2rem}.stat-description{font-size:.85rem}}.sustainable-hero{align-items:center;display:flex;height:650px;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-background img{filter:brightness(.7) contrast(1.05);height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(135deg,#0b1120d9,#1a2a1abf);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{animation:fadeInUp 1s ease-out;color:#fff;margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:2}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e3b23c33;border:1px solid #e3b23c4d;border-radius:50px;color:#e3b23c;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:.6rem 1.5rem;transition:all .3s ease}.hero-badge:hover{background:#e3b23c4d;transform:translateY(-2px)}.hero-title{font-size:3.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e3b23c,#c97b5d);-webkit-background-clip:text;background-clip:text;position:relative}.hero-description{color:#ffffffe6;font-size:1.2rem;line-height:1.7;margin:0 auto 2rem;max-width:700px}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin-top:2rem}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;min-width:120px;padding:.5rem 1rem;text-align:center}.stat-number{color:#e3b23c;display:block;font-size:1.8rem;font-weight:800;margin-bottom:.3rem}.stat-label{color:#ffffffd9;font-size:.85rem;font-weight:500}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{color:#1e293b;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.section-header h2:after{background:linear-gradient(90deg,#c97b5d,#e3b23c);border-radius:2px;bottom:-12px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-header p{color:#64748b;font-size:1.1rem;margin:1.5rem auto 0;max-width:600px}.center-align,.stat-card{text-align:center}.stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;box-shadow:0 5px 20px #0000000d;display:flex;flex-direction:column;justify-content:center;min-height:280px;padding:2rem 1.5rem;transition:all .3s ease}.stat-card:before{background:linear-gradient(90deg,#c97b5d,#e3b23c);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{border-color:#c97b5d33;box-shadow:0 20px 40px #c97b5d26;transform:translateY(-8px)}.stat-icon{background:linear-gradient(135deg,#c97b5d1a,#e3b23c1a);border-radius:50%;display:inline-block;font-size:3rem;height:80px;line-height:80px;margin-bottom:1rem;text-align:center;transition:all .3s ease;width:80px}.stat-card:hover .stat-icon{background:linear-gradient(135deg,#c97b5d33,#e3b23c33);transform:scale(1.1)}.stat-number-large{background:linear-gradient(135deg,#0b1120fa,#192132fa);font-size:2.8rem;letter-spacing:-.02em;margin:.8rem 0}.stat-description{color:#64748b}.impact-stats{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.stats-grid{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(4,1fr)}.stat-card{border-radius:24px;box-shadow:0 10px 30px #0000001a;cursor:pointer;min-height:320px;overflow:hidden;position:relative;transition:all .4s ease}.stat-card:hover{box-shadow:0 20px 40px #c97b5d33;transform:translateY(-10px)}.stat-card-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.stat-card-bg-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.stat-card:hover .stat-card-bg-image{transform:scale(1.1)}.stat-card-blur-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(135deg,#0000008c,#000000b3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.stat-card-content{flex-direction:column;min-height:320px;padding:2rem;position:relative;text-align:center;z-index:2}.stat-card-content,.stat-icon-small{align-items:center;display:flex;justify-content:center}.stat-icon-small{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#e3b23c33,#c97b5d33);border:1px solid #e3b23c4d;border-radius:50%;font-size:1.8rem;height:60px;margin-bottom:1rem;width:60px}.stat-number-large{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e3b23c,#c97b5d);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.8rem;text-shadow:0 2px 10px #0003}.stat-description{color:#fffffff2;font-size:.9rem;font-weight:500;line-height:1.5;margin:0 auto;max-width:200px}.stat-card:hover .stat-number-large{animation:pulseText .5s ease}.stat-card:hover .stat-icon-small{transform:scale(1.1);transition:transform .3s ease}@keyframes pulseText{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:280px}.stat-card-content{min-height:280px;padding:1.5rem}.stat-number-large{font-size:2.5rem}.stat-description{font-size:.85rem}}@media (max-width:576px){.stat-number-large{font-size:2rem}.stat-icon-small{font-size:1.5rem;height:50px;width:50px}}.materials-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:5rem 0}.materials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.material-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 5px 20px #0000000d;overflow:hidden;transition:all .4s ease}.material-card:hover{border-color:#c97b5d33;box-shadow:0 25px 50px #c97b5d26;transform:translateY(-10px)}.material-image{height:260px;overflow:hidden;position:relative;width:100%}.material-image:after{background:linear-gradient(180deg,#0000 50%,#0000001a);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.material-image img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.material-card:hover .material-image img{transform:scale(1.08)}.material-content{padding:1.8rem}.material-content h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.material-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.text-button{align-items:center;background:none;border:none;color:#c97b5d;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:0;transition:all .3s ease}.text-button:hover{color:#e3b23c;gap:.8rem}.ethics-production{background:linear-gradient(135deg,#f1f5f9,#fff);padding:5rem 0}.split-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.section-tag{background:#c97b5d1a;border-radius:30px;color:#c97b5d;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:.4rem 1.2rem;text-transform:uppercase}.split-content h2{color:#1e293b;font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.split-content p{color:#475569;line-height:1.7;margin-bottom:1.5rem}.ethics-list{list-style:none;padding:0}.ethics-list li{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:.8rem;padding:.6rem 0}.split-image{border-radius:24px;box-shadow:0 25px 45px #00000026;overflow:hidden;transition:transform .3s ease}.split-image:hover{transform:scale(1.02)}.split-image img{height:100%;object-fit:cover;width:100%}.community-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:5rem 0}.full-width-image-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.community-image{border-radius:24px;box-shadow:0 25px 45px #00000026;overflow:hidden;transition:transform .3s ease}.community-image:hover{transform:scale(1.02)}.community-image img{height:100%;object-fit:cover;width:100%}.community-text h2{color:#1e293b;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.community-text p{color:#475569;line-height:1.7;margin-bottom:2rem}.impact-numbers{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:2rem}.impact-numbers div{background:linear-gradient(135deg,#f8fafc,#fff);border-radius:16px;flex:1 1;padding:1rem;text-align:center;transition:all .3s ease}.impact-numbers div:hover{box-shadow:0 10px 25px #c97b5d1a;transform:translateY(-5px)}.impact-numbers strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#c97b5d,#e3b23c);-webkit-background-clip:text;background-clip:text;display:block;font-size:2rem;font-weight:800;margin-bottom:.3rem}.impact-numbers span{color:#64748b;font-size:.85rem;font-weight:500}.certifications-section{background:linear-gradient(135deg,#f1f5f9,#fff)}.cert-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cert-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.cert-card:hover{border-color:#c97b5d4d;box-shadow:0 15px 30px #c97b5d1a;transform:translateY(-5px)}.cert-dot{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#c97b5d,#e3b23c);border-radius:50%;height:50px;margin:0 auto 1.2rem;position:relative;width:50px}.cert-card h4{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.cert-card p{color:#64748b;font-size:.85rem;line-height:1.5}.transparency-note{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-top:2rem;padding:2.5rem;text-align:center}.transparency-note p{color:#1e293b;font-size:1rem;margin:0}.secondary-button{background:#0000;border:2px solid #c97b5d;border-radius:50px;color:#c97b5d;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.secondary-button:hover{background:#c97b5d;box-shadow:0 5px 15px #c97b5d4d;color:#fff;transform:translateY(-3px)}.sustainability-cta{background:linear-gradient(135deg,#0b1120,#1a2a1a);color:#fff;overflow:hidden;padding:5rem 0;position:relative;text-align:center}.sustainability-cta:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.03)'%3E%3Cpath d='M12 2 2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");background-repeat:repeat;background-size:40px;content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%}.sustainability-cta .container{position:relative;z-index:2}.sustainability-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.sustainability-cta p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.primary-button{background:linear-gradient(135deg,#c97b5d,#e3b23c);border:none;border-radius:50px;box-shadow:0 5px 15px #e3b23c4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.primary-button:hover{box-shadow:0 10px 25px #e3b23c66;transform:translateY(-3px)}.outline-button{background:#0000;border:2px solid #e3b23c;border-radius:50px;color:#e3b23c;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.outline-button:hover{background:#e3b23c1a;border-color:#c97b5d;color:#c97b5d;transform:translateY(-3px)}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.stat-card:first-child{animation:fadeInUp .6s ease-out .1s both}.stat-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.stat-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.stat-card:nth-child(4){animation:fadeInUp .6s ease-out .4s both}.material-card:first-child{animation:fadeInUp .6s ease-out .1s both}.material-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.material-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.cert-card:first-child{animation:fadeInUp .6s ease-out .1s both}.cert-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.cert-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.cert-card:nth-child(4){animation:fadeInUp .6s ease-out .4s both}@media (max-width:1200px){.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-card{min-height:260px;padding:1.8rem 1.2rem}}@media (max-width:1024px){.hero-title{font-size:3rem}.full-width-image-grid,.split-layout{gap:2.5rem;grid-template-columns:1fr}.materials-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:2.2rem}.stat-number-large{font-size:2.4rem}}@media (max-width:768px){.container{padding:0 1.5rem}.sustainable-hero{height:550px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-stats{gap:1rem}.stat-item{min-width:100px;padding:.3rem .8rem}.stat-number{font-size:1.3rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:.95rem}.stats-grid{gap:1.2rem;grid-template-columns:1fr}.stat-card{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:flex-start;min-height:auto;padding:1.5rem;text-align:left}.stat-icon{font-size:2rem;height:60px;line-height:60px;margin-bottom:0;width:60px}.stat-number-large{font-size:2rem;margin:0}.stat-description{margin-top:.5rem;max-width:100%;width:100%}.cert-grid,.materials-grid{grid-template-columns:1fr}.impact-numbers{flex-direction:column;gap:1rem}.cta-buttons{align-items:center;flex-direction:column}.outline-button,.primary-button,.secondary-button{max-width:280px;width:100%}.community-text h2,.split-content h2{font-size:1.6rem}.transparency-note{flex-direction:column;text-align:center}}@media (max-width:576px){.hero-title{font-size:1.8rem}.hero-badge{font-size:.7rem;padding:.4rem 1rem}.hero-description{font-size:.9rem}.hero-stats{align-items:center;flex-direction:column}.stat-item{max-width:200px;width:100%}.section-header h2{font-size:1.5rem}.stat-card{align-items:center;flex-direction:column;text-align:center}.stat-icon{margin-bottom:.8rem}.material-content h3{font-size:1.2rem}.cert-card h4{font-size:1rem}.sustainability-cta h2{font-size:1.5rem}.sustainability-cta p{font-size:.95rem}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-up.active{opacity:1;transform:translateY(0)}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#c97b5d,#e3b23c);-webkit-background-clip:text;background-clip:text}.bg-gradient,.certifications-section{background:linear-gradient(135deg,#f8fafc,#fff)}.certifications-section{padding:5rem 0}.cert-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.cert-card{cursor:pointer;height:280px;perspective:1000px}.cert-card-inner{border-radius:20px;height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s ease;width:100%}.cert-card:hover .cert-card-inner{transform:rotateY(180deg)}.cert-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;position:absolute}.cert-front,.cert-image-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.cert-image-container{background:linear-gradient(135deg,#f5f5f5,#fff);padding:1.5rem}.cert-image{max-height:80%;max-width:80%;object-fit:contain;transition:transform .3s ease}.cert-card:hover .cert-image{transform:scale(1.05)}.cert-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;box-shadow:0 10px 30px #00000026;flex-direction:column;height:100%;padding:2rem;position:absolute;text-align:center;transform:rotateY(180deg);width:100%}.cert-back,.cert-icon{align-items:center;display:flex;justify-content:center}.cert-icon{background:linear-gradient(135deg,#e3b23c33,#c97b5d33);border:1px solid #e3b23c4d;border-radius:50%;font-size:2rem;height:60px;margin-bottom:1rem;width:60px}.cert-back h4{color:#e3b23c;font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.cert-back p{color:#fffc;font-size:.85rem;line-height:1.5}.simple-cert-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #00000014;overflow:hidden;padding:2rem;text-align:center;transition:all .3s ease}.simple-cert-card:hover{box-shadow:0 20px 40px #c97b5d26;transform:translateY(-8px)}.simple-cert-image{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1rem;padding:1rem;width:120px}.simple-cert-image img{max-height:80px;max-width:80px;object-fit:contain}.simple-cert-card h4{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.5rem}.simple-cert-card p{color:#64748b;font-size:.8rem}@media (max-width:1200px){.cert-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cert-grid{grid-template-columns:1fr}.cert-card{height:260px}.cert-image-container{padding:1rem}.cert-back{padding:1.5rem}.cert-icon{font-size:1.6rem;height:50px;width:50px}.cert-back h4{font-size:1rem}.cert-back p{font-size:.8rem}}.csr-section{background:linear-gradient(135deg,#f5f7fa,#e8edf2);overflow:hidden;position:relative}.csr-section:before{background:linear-gradient(90deg,#2e7d32,#1565c0,#f57c00,#c62828);content:"";height:4px;left:0;position:absolute;right:0;top:0}.csr-initiatives-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:60px 0}.csr-initiative-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;cursor:pointer;overflow:hidden;padding:35px 25px;position:relative;text-align:center;transition:all .3s ease}.csr-initiative-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.csr-card-icon{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 25px;transition:all .3s ease;width:80px}.csr-card-icon span{font-size:40px}.csr-initiative-card:hover .csr-card-icon{transform:scale(1.1) rotate(5deg)}.csr-card-title{color:#333;font-size:20px;font-weight:600;margin-bottom:15px}.csr-card-description{color:#666;font-size:14px;line-height:1.6}.csr-card-hover-effect{background:linear-gradient(90deg,#2e7d32,#1565c0,#f57c00,#c62828);bottom:0;height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}.csr-initiative-card:hover .csr-card-hover-effect{transform:scaleX(1)}.csr-policies{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:50px 0;padding:40px}.policy-item{border-bottom:1px solid #e0e0e0;display:flex;gap:20px;padding:20px 0;transition:all .3s ease}.policy-item:last-child{border-bottom:none}.policy-item:hover{background:linear-gradient(90deg,#f9f9f9,#0000);padding-left:10px;transform:translateX(10px)}.policy-icon{font-size:40px;min-width:60px;text-align:center}.policy-content h4{color:#1a472a;font-size:18px;font-weight:600;margin-bottom:10px}.policy-content p{color:#666;font-size:14px;line-height:1.6}.csr-impact-stats{grid-gap:30px;background:linear-gradient(135deg,#1a472a,#0d2b1a);border-radius:20px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:60px;padding:40px 20px;text-align:center}.impact-stat{color:#fff}.impact-number{animation:fadeInUp .6s ease-out;display:block;font-size:36px;font-weight:700;margin-bottom:10px}.impact-label{display:block;font-size:14px;letter-spacing:1px;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.csr-section{padding:50px 0}.philosophy-text{font-size:18px}.csr-initiatives-grid{gap:20px;grid-template-columns:1fr}.csr-policies{padding:25px}.policy-item{flex-direction:column;gap:10px;text-align:center}.policy-icon{font-size:35px}.policy-item:hover{padding-left:0;transform:translateX(0)}.csr-impact-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.impact-number{font-size:28px}}@media (max-width:480px){.csr-impact-stats{grid-template-columns:1fr}.philosophy-text{font-size:16px}.philosophy-description{font-size:14px}}.csr-section{background:#f8f9fa;padding:80px 0}.section-subtitle{color:#2e7d32;display:inline-block;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.philosophy-quote{margin:30px auto 0;max-width:800px;text-align:center}.philosophy-text{color:#1a472a;font-size:20px;font-style:italic;font-weight:500;line-height:1.5;margin-bottom:20px}.philosophy-description{color:#555;font-size:16px;line-height:1.8}.csr-initiatives{margin-top:60px}.csr-initiative-item{grid-gap:50px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:grid;gap:50px;grid-template-columns:1fr 1fr;margin-bottom:80px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.csr-initiative-item:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.csr-initiative-item:nth-child(2n){direction:rtl}.csr-initiative-item:nth-child(2n) .csr-initiative-content{direction:ltr}.csr-initiative-image{height:400px;overflow:hidden;position:relative}.csr-initiative-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.csr-initiative-item:hover .csr-initiative-image img{transform:scale(1.05)}.csr-image-overlay{align-items:center;background:linear-gradient(135deg,#1a472ab3,#0d2b1acc);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.csr-initiative-item:hover .csr-image-overlay{opacity:1}.csr-icon-large{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;color:#fff;display:flex;font-size:60px;height:120px;justify-content:center;transition:transform .3s ease;width:120px}.csr-initiative-item:hover .csr-icon-large{transform:scale(1.1)}.csr-initiative-content{display:flex;flex-direction:column;justify-content:center;padding:50px}.csr-stat-badge{align-items:baseline;background:linear-gradient(135deg,#1a472a,#2e7d32);border-radius:50px;display:inline-flex;gap:10px;margin-bottom:25px;padding:10px 20px;width:-webkit-fit-content;width:fit-content}.csr-stat-number{color:#fff;font-size:28px;font-weight:700}.csr-stat-label{color:#ffffffe6;font-size:14px}.csr-initiative-content h3{color:#1a472a;font-size:32px;font-weight:700;margin-bottom:20px}.csr-initiative-content p{color:#555;font-size:16px;line-height:1.8;margin-bottom:0}.csr-impact-summary{grid-gap:30px;background:linear-gradient(135deg,#1a472a,#0d2b1a);border-radius:20px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px;padding:40px}.impact-box{align-items:flex-start;background:#ffffff1a;border-radius:15px;color:#fff;display:flex;gap:20px;padding:20px;transition:transform .3s ease}.impact-box:hover{background:#ffffff26;transform:translateY(-5px)}.impact-icon{font-size:40px}.impact-text h4{font-size:18px;font-weight:600;margin-bottom:10px}.impact-text p{font-size:14px;line-height:1.6;opacity:.9}@media (max-width:992px){.csr-initiative-item{gap:0;grid-template-columns:1fr;margin-bottom:40px}.csr-initiative-item:nth-child(2n){direction:ltr}.csr-initiative-image{height:300px}.csr-initiative-content{padding:30px}.csr-initiative-content h3{font-size:26px}.philosophy-text{font-size:18px}}@media (max-width:768px){.csr-section{padding:50px 0}.csr-initiative-content{padding:25px}.csr-initiative-content h3{font-size:24px}.csr-stat-number{font-size:22px}.csr-impact-summary{grid-template-columns:1fr;padding:25px}.philosophy-text{font-size:16px}.philosophy-description{font-size:14px}}@media (max-width:480px){.csr-initiative-image{height:250px}.csr-initiative-content{padding:20px}.csr-initiative-content h3{font-size:20px}.csr-initiative-content p{font-size:14px}.csr-stat-badge{padding:6px 15px}.csr-stat-number{font-size:18px}.impact-box{align-items:center;flex-direction:column;text-align:center}}.wastewater-recycling{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:24px;margin:40px 0;overflow:hidden;padding:40px 0;position:relative}.wastewater-recycling:before{background:radial-gradient(circle,#06b6d414 0,#0000 70%);border-radius:50%;content:"";height:500px;pointer-events:none;position:absolute;right:-20%;top:-50%;width:500px}.split-layout.reverse{flex-direction:row-reverse}@media (max-width:768px){.split-layout.reverse{flex-direction:column}}.recycling-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:40px;display:inline-flex;gap:10px;margin-bottom:20px;padding:8px 20px}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #06b6d466;transform:scale(1)}50%{box-shadow:0 0 0 10px #06b6d400;transform:scale(1.02)}}.badge-icon{font-size:20px}.badge-text{color:#fff;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.highlight-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#0891b2);-webkit-background-clip:text;background-clip:text;background-color:#06b6d40d;border-left:4px solid #06b6d4;border-radius:8px;font-size:18px;font-weight:600;margin:20px 0;padding:15px}.recycling-stats{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0}.recycling-stat{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;flex:1 1;padding:15px;text-align:center;transition:transform .3s ease}.recycling-stat:hover{box-shadow:0 8px 25px #06b6d426;transform:translateY(-5px)}.recycling-stat .stat-number{color:#0891b2;display:block;font-size:28px;font-weight:800}.recycling-stat .stat-unit{color:#64748b;display:block;font-size:14px;margin:5px 0}.recycling-stat .stat-label{color:#94a3b8;display:block;font-size:12px;font-weight:500}.image-caption{color:#64748b;font-size:12px;font-style:italic;margin-top:10px;text-align:center}@media (max-width:768px){.recycling-stats{flex-direction:column;gap:15px}.recycling-stat{align-items:center;display:flex;justify-content:space-between;padding:12px 20px}.recycling-stat .stat-number{font-size:24px}.highlight-text{font-size:16px}.recycling-badge{padding:6px 15px}}@media (max-width:576px){.recycling-stat{flex-direction:column;gap:5px;text-align:center}.recycling-stat .stat-number{font-size:22px}}.download-center{margin:0 auto;max-width:1200px;padding:40px 20px}.download-header{margin-bottom:40px;text-align:center}.download-header h1{color:#1b0088;font-size:36px;margin-bottom:10px}.download-header p{color:#666;font-size:16px}.download-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.download-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:25px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.download-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.card-icon{align-items:center;border-radius:50%;display:flex;font-size:30px;height:70px;justify-content:center;margin:0 auto 20px;width:70px}.catalog-icon{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.shade-icon{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff}.tech-icon{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.profile-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.download-card h3{color:#1b0088;font-size:20px;margin-bottom:12px}.download-card p{color:#666;font-size:14px;line-height:1.5;margin-bottom:20px}.download-btn{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:12px;transition:all .3s ease;width:100%}.download-btn:hover:not(:disabled){transform:translateY(-2px)}.download-btn:disabled{cursor:not-allowed;opacity:.6}.catalog-btn{background:linear-gradient(135deg,#dc2626,#991b1b)}.shade-btn{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.tech-btn{background:linear-gradient(135deg,#06b6d4,#0891b2)}.profile-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.custom-quote-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;padding:40px;text-align:center}.custom-quote-section h3{color:#1b0088;font-size:24px;margin-bottom:10px}.custom-quote-section p{color:#666;margin-bottom:20px}.quote-btn{align-items:center;background:linear-gradient(135deg,#1b0088,#3b82f6);border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.quote-btn:hover{box-shadow:0 5px 15px #1b00884d;transform:translateY(-2px)}@media (max-width:768px){.download-grid{grid-template-columns:1fr}.download-header h1{font-size:28px}.custom-quote-section{padding:30px 20px}}
/*# sourceMappingURL=main.4050a4ed.css.map*/