.header{background-color:#fff;box-shadow:0 4px 15px #0003;color:#222;font-family:Arial,sans-serif;height:70px;justify-content:space-between;overflow:visible;padding:10px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header,.header-left{align-items:center;display:flex}.header-left{z-index:1001}.logo{height:auto;margin-right:10px;max-height:54px;object-fit:contain;width:150px}.company-name{font-size:24px;font-weight:700}.header-nav{text-align:right}.nav-list{align-items:center;display:flex;gap:25px;list-style:none;margin:0;padding:0}.nav-link{color:#222;font-size:17px;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:#007bff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#007bff}.nav-link:hover:after{width:100%}.menu-toggle{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:8px;width:30px;z-index:1001}.hamburger-line{background-color:#222;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-toggle:hover .hamburger-line{background-color:#007bff}.menu-toggle:active{transform:scale(.95)}@media (max-width:992px){.nav-list{gap:15px}.nav-link{font-size:16px}}.header-nav:before{background-color:#00000080;content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:-1}.header-nav.open:before{opacity:1;visibility:visible}@media (max-width:768px){.header{height:65px;padding:10px 15px}.logo{max-height:45px;width:120px}.header-nav,.menu-toggle{display:flex}.header-nav{background-color:#fff;box-shadow:-4px 0 15px #0003;flex-direction:column;height:100vh;overflow-y:auto;padding:80px 20px 20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:1000}.header-nav.open{right:0}.nav-list{align-items:flex-start;flex-direction:column;gap:0;width:100%}.nav-link{border-bottom:1px solid #eee;font-size:18px;padding:15px 0;text-align:left;width:100%}.nav-link:after{display:none}.nav-link:hover{color:#007bff;padding-left:10px;transition:padding-left .3s ease}}@media (max-width:480px){.header{height:60px;padding:8px 10px}.logo{max-height:40px;width:100px}.menu-toggle{font-size:24px;padding:6px}.header-nav{right:-100%;width:100%}}.footer-container{background-color:#fff;box-shadow:0 4px 15px #0003;color:#222;font-family:Arial,sans-serif;padding:20px 0}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.footer-logo-section{flex:1 1;margin-bottom:15px;min-width:250px;text-align:left}.footer-logo-section h2{color:#222;font-size:22px;margin:0}.footer-logo-section p{color:#333;font-size:14px;margin:5px 0}.footer-logo-section address{color:#555;font-size:14px;line-height:1.5;margin-top:10px}.footer-contact-section{flex:1 1;font-size:14px;line-height:1.8;margin-bottom:15px;margin-left:20px;min-width:250px;text-align:left}.footer-contact-section p{align-items:left;color:#555;display:flex;gap:10px;justify-content:left;margin:5px 0}.footer-contact-section .icon{color:#222;font-size:16px}.contact-link{color:#555;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#000}.business-icons{display:flex;gap:15px;justify-content:center;margin-top:10px}.business-icon{height:30px;transition:transform .3s;width:30px}.business-icon:hover{transform:scale(1.1)}.footer-social-section{flex:1 1;margin-bottom:15px;min-width:250px;text-align:left}.footer-social-section p{color:#555;font-size:14px;margin-bottom:10px}.social-icons{display:flex;gap:10px;justify-content:left}.social-icons a{color:#222;font-size:20px;transition:color .3s}.social-icons a:hover{color:#555}.footer-bottom{border-top:1px solid #ccc;color:#444;font-size:12px;padding:10px 0;text-align:center}@media (max-width:768px){.footer-content{align-items:center;flex-direction:column;gap:20px}.footer-contact-section,.footer-logo-section,.footer-social-section{margin-bottom:10px;text-align:center}.footer-logo-section h2{font-size:20px}.footer-contact-section p,.footer-logo-section address,.footer-social-section p{color:#444;font-size:13px}.business-icon{height:25px;width:25px}.social-icons a{font-size:18px}}.brands-title{color:#222;padding:60px 20px;text-align:center}.brands-title h2{color:#222;font-size:2.5rem;font-weight:700;margin-bottom:20px}.brands-carousel{background:#f1efef;color:#222;padding:60px 20px;text-align:center}.brands-carousel h2{color:#222;font-size:2rem;font-weight:700;margin-bottom:40px;text-transform:uppercase}.carousel-track{overflow:hidden;position:relative;width:100%}.logo-strip{animation:scroll 20s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.logo-wrapper{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding:0 20px;width:20vw}.logo-wrapper img{max-height:80px;max-width:100%;object-fit:contain}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:992px){.brands-carousel h2,.brands-title h2{font-size:2rem}.logo-wrapper{width:25vw}}@media (max-width:768px){.brands-carousel,.brands-title{padding:40px 15px}.brands-carousel h2,.brands-title h2{font-size:1.8rem;margin-bottom:30px}.logo-wrapper{padding:0 10px;width:40vw}.logo-wrapper img{max-height:50px}}@media (max-width:480px){.brands-carousel,.brands-title{padding:30px 10px}.brands-carousel h2,.brands-title h2{font-size:1.5rem;margin-bottom:25px}.logo-wrapper{padding:0 8px;width:50vw}.logo-wrapper img{max-height:40px}}.project-gallery-container{background:#f1efef;padding:40px}.gallery-title{color:#333;font-size:2rem;margin-bottom:30px;text-align:center}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-item{border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease}.gallery-item img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.gallery-item:hover img{transform:scale(1.05)}@media (max-width:992px){.project-gallery-container{padding:30px}.gallery-title{font-size:1.8rem}.gallery-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.project-gallery-container{padding:25px 15px}.gallery-title{font-size:1.6rem;margin-bottom:25px}.gallery-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.project-gallery-container{padding:20px 10px}.gallery-title{font-size:1.4rem;margin-bottom:20px}.gallery-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.hero-section{align-items:center;background-color:#222;color:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.background-video{filter:brightness(.5);object-fit:cover;z-index:0}.background-video,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background:#0000004d;z-index:1}.hero-text{padding:0 20px;position:relative;text-align:center;z-index:2}.hero-text h1{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin:0;text-shadow:1px 1px 4px #0006}@media (max-width:1200px){.hero-text h1{font-size:3rem}}@media (max-width:992px){.hero-section{height:80vh}.hero-text h1{font-size:2.5rem}.subtext{font-size:1.1rem}}@media (max-width:768px){.hero-section{height:70vh}.hero-text{padding:0 15px}.hero-text h1{font-size:2rem}.subtext{font-size:1rem;margin-top:15px}.hero-button{font-size:.9rem;margin-top:20px;padding:12px 24px}}@media (max-width:480px){.hero-section{height:60vh}.hero-text h1{font-size:1.6rem}.subtext{font-size:.9rem;margin-top:12px}.hero-button{font-size:.85rem;margin-top:15px;padding:10px 20px}}.glow{animation:subtleFlicker 4s ease-in-out infinite;color:gold;text-shadow:0 0 4px #ffd70066}@keyframes subtleFlicker{0%,to{opacity:1}50%{opacity:.95}}.subtext{color:#ccc;font-size:1.2rem;letter-spacing:1.2px;margin-top:20px;opacity:.85}.hero-button,.subtext{text-transform:uppercase}.hero-button{background:#0000;border:2px solid gold;color:gold;cursor:pointer;font-size:1rem;font-weight:600;margin-top:30px;overflow:hidden;padding:14px 28px;position:relative;transition:all .3s ease}.hero-button:before{background:gold;content:"";height:100%;left:-100%;opacity:.1;position:absolute;top:0;transition:left .3s;width:100%;z-index:0}.hero-button:hover:before{left:0}.hero-button:hover{background:gold;color:#222}.about-preview{align-items:center;background-color:#f1efef;color:#222;display:flex;justify-content:center;padding:10px 20px 50px;text-align:center}.about-content{max-width:800px}.about-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.about-content p{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.learn-more-btn{background-color:initial;border:2px solid #222;color:#444;cursor:pointer;font-weight:600;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.learn-more-btn:hover{background-color:#999;color:#222}.fade-in{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(20px)}.fade-in:first-child{animation-delay:.2s}.fade-in:nth-child(2){animation-delay:.4s}.fade-in:nth-child(3){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about-preview{padding:10px 15px 40px}.about-content h2{font-size:2rem}.about-content p{font-size:1rem;margin-bottom:25px}.learn-more-btn{font-size:.9rem;padding:10px 20px}}@media (max-width:480px){.about-preview{padding:10px 10px 30px}.about-content{max-width:100%}.about-content h2{font-size:1.6rem;margin-bottom:15px}.about-content p{font-size:.95rem;line-height:1.5;margin-bottom:20px}.learn-more-btn{font-size:.85rem;padding:10px 18px}}.about-container{background-color:#f1efef;color:#222;font-family:Segoe UI,sans-serif;padding:60px 20px}.about-header{margin:auto auto 60px;max-width:800px;text-align:center}.about-header h1{color:#222;font-size:2.8rem;margin-bottom:10px}.about-header h1 span{color:#555}.about-header p{color:#555;font-size:1.1rem;line-height:1.6}.leadership-section{margin-bottom:60px;text-align:center}.leadership-section h2{color:#222;font-size:2rem;margin-bottom:40px}.leaders{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.leader-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0003;max-width:320px;padding:25px;text-align:center;transition:transform .3s}.leader-card:hover{transform:translateY(-10px)}.leader-card img{border-radius:50%;height:170px;margin-bottom:15px;object-fit:cover;width:170px}.leader-card h3{color:#222}.leader-card .title{color:#555;font-weight:700;margin:8px 0}.leader-card p{color:#555;font-size:14px}.mission-vision{text-align:center}.mission-vision h2{color:#222;font-size:2rem;margin-bottom:40px}.mv-cards{align-items:center;display:flex;flex-direction:column;gap:30px}@media (min-width:768px){.mv-cards{flex-direction:row;justify-content:center}}.mv-card{background:#fff;border-radius:10px;box-shadow:0 6px 20px #0000000d;color:#555;padding:30px 25px;text-align:center;width:380px}.mv-card h3{color:#222;margin-bottom:10px}@media (max-width:992px){.about-container{padding:50px 20px}.about-header h1{font-size:2.4rem}.leadership-section h2,.mission-vision h2{font-size:1.8rem}.mv-card{max-width:500px;width:100%}}@media (max-width:768px){.about-container{padding:40px 15px}.about-header{margin-bottom:40px}.about-header h1{font-size:2rem}.about-header p{font-size:1rem}.leadership-section,.mission-vision{margin-bottom:40px}.leadership-section h2,.mission-vision h2{font-size:1.6rem;margin-bottom:30px}.leaders{align-items:center;flex-direction:column;gap:25px}.leader-card{max-width:100%;max-width:400px;width:100%}.mv-cards{flex-direction:column;gap:20px}.mv-card{max-width:100%;padding:25px 20px;width:100%}}@media (max-width:480px){.about-container{padding:30px 10px}.about-header{margin-bottom:30px}.about-header h1{font-size:1.6rem}.about-header p{font-size:.95rem}.leadership-section,.mission-vision{margin-bottom:30px}.leadership-section h2,.mission-vision h2{font-size:1.4rem;margin-bottom:25px}.leader-card{padding:20px}.leader-card img{height:120px;width:120px}.mv-card{padding:20px 15px}}.product-card{background:#fff;border-radius:8px;box-shadow:2px 2px 8px #0000001a;padding:15px;text-align:center;transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:4px 4px 16px #0003;transform:scale(1.05)}.image-slider{position:relative;width:100%}.image-slider img{border-radius:8px;height:100%;object-fit:cover;width:100%}.next-btn,.prev-btn{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;padding:5px 10px;position:absolute;top:50%;transform:translateY(-50%)}.prev-btn{left:10px}.next-btn{right:10px}.next-btn:hover,.prev-btn:hover{background:#000c}.product-card h3{color:#333;font-size:1.3rem;margin-top:10px}.product-card p{color:#555;font-size:.95rem;margin:10px 0}.features{list-style-type:none;padding:0}.features li{color:#666;font-size:.9rem;margin:5px 0}@media (max-width:768px){.product-card{padding:12px}.product-card h3{font-size:1.1rem}.product-card p{font-size:.9rem}.features li{font-size:.85rem}}@media (max-width:480px){.product-card{padding:10px}.product-card h3{font-size:1rem;margin-top:8px}.product-card p{font-size:.85rem;margin:8px 0}.features li{font-size:.8rem}}.product-page{padding:20px}.group-title{border-left:4px solid #555;color:#333;font-size:1.6rem;margin:40px 0 20px;padding-left:10px}.categories{grid-gap:100px;display:grid;gap:100px;grid-template-columns:1fr 1fr;height:58vh;max-width:1200px;padding:0 100px;width:90vw}.category{align-items:center;border-radius:12px;box-shadow:0 4px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:20px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.category img{border-radius:8px;filter:grayscale(30%);height:90%;object-fit:cover;transition:transform .3s ease,filter .3s ease;width:100%}.category:hover img{filter:grayscale(0);transform:scale(1.05)}.category h2{color:#333;font-size:1.5rem;margin-top:10px}.subcategories{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:20px}.subcategory{border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer;padding:10px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.subcategory:hover{box-shadow:0 6px 12px #00000026;transform:scale(1.05)}.subcategory img{border-radius:8px;height:90%;object-fit:cover;width:100%}.subcategory h3{color:#444;font-size:1.3rem;margin-top:10px}.back-button{background-color:#444;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:20px;padding:10px 15px}.back-button:hover{background-color:#666}.product-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-content:center;margin-top:20px}@media (max-width:1200px){.categories{gap:60px;height:auto;min-height:50vh;padding:0 50px}}@media (max-width:1024px){.categories{gap:40px;padding:0 30px}.product-list,.subcategories{grid-template-columns:repeat(2,1fr)}.category h2{font-size:1.3rem}}@media (max-width:768px){.product-page{padding:15px}.categories{gap:30px;grid-template-columns:1fr;height:auto;padding:0 10px;width:100%}.product-list,.subcategories{gap:15px;grid-template-columns:repeat(2,1fr)}.category img{height:200px}.subcategory img{height:150px}.category h2{font-size:1.2rem}.subcategory h3{font-size:1.1rem}.group-title{font-size:1.4rem;margin:30px 0 15px}.back-button{font-size:.9rem;padding:8px 12px}}@media (max-width:480px){.product-page{padding:10px}.categories{gap:20px;padding:0 5px}.product-list,.subcategories{gap:15px;grid-template-columns:1fr}.category img{height:180px}.subcategory img{height:140px}.category h2{font-size:1.1rem}.subcategory h3{font-size:1rem}.group-title{font-size:1.2rem;margin:20px 0 10px}}.contact-container{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0003;font-family:Poppins,sans-serif;margin:30px auto;max-width:900px;padding:30px}.contact-container h1{color:#333;font-size:36px;margin-bottom:10px;text-align:center}.contact-container .contact-description{color:#555;font-size:18px;margin-bottom:25px;text-align:center}.contact-content{display:flex;flex-wrap:wrap;gap:30px}.map-container{border-radius:10px;box-shadow:0 4px 10px #0000001a;flex:1 1 100%;max-width:100%;overflow:hidden}.map-container iframe{border:none;height:300px;width:100%}.contact-form{flex:1 1 100%;gap:15px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#444;font-size:16px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;font-size:16px;padding:12px 15px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 4px 10px #007bff33;outline:none}.form-group textarea{min-height:120px;resize:vertical}.error{color:#d9534f;font-size:14px;font-style:italic;margin-top:5px}.submit-button{background:linear-gradient(90deg,#343a40,#343a41);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:12px 20px;text-transform:uppercase;transition:all .3s ease}.submit-button:hover{background:linear-gradient(90deg,#122d49,#0a1f34);box-shadow:0 6px 15px #007bff66;transform:translateY(-3px)}.submit-button:active{box-shadow:0 3px 8px #007bff33;transform:translateY(1px)}@media (max-width:768px){.contact-container{margin:20px auto;padding:20px}.contact-container h1{font-size:28px}.contact-container .contact-description{font-size:16px;margin-bottom:20px}.contact-content{flex-direction:column;gap:20px}.map-container iframe{height:250px}.form-group label{font-size:15px}.form-group input,.form-group select,.form-group textarea{font-size:15px;padding:10px 12px}.submit-button{font-size:16px;padding:12px 18px}}@media (max-width:480px){.contact-container{margin:15px auto;padding:15px}.contact-container h1{font-size:24px}.contact-container .contact-description{font-size:14px;margin-bottom:15px}.map-container iframe{height:200px}.form-group label{font-size:14px}.form-group input,.form-group select,.form-group textarea{font-size:14px;padding:10px}.submit-button{font-size:15px;padding:10px 15px}}.whatsapp-container{bottom:24px;position:fixed;right:24px;z-index:1000}.whatsapp-button{align-items:center;background-color:#25d366;border-radius:50%;box-shadow:0 6px 20px #0003;color:#fff;display:flex;font-size:30px;justify-content:center;padding:16px;text-decoration:none;transition:transform .3s ease}.whatsapp-button:hover{transform:scale(1.1)}@media (max-width:768px){.whatsapp-container{bottom:20px;right:20px}.whatsapp-button{font-size:26px;padding:14px}}@media (max-width:480px){.whatsapp-container{bottom:15px;right:15px}.whatsapp-button{font-size:24px;padding:12px}}body{background-color:#f1efef;font-family:Arial,sans-serif;margin:0;padding:0}footer,header{background-color:#343a40;color:#fff;padding:10px 0;text-align:center}footer p,header h1{margin:0}nav ul{list-style:none;padding:0}nav ul li{display:inline;margin:0 15px}nav ul li a{color:#fff;text-decoration:none}main{padding:20px}h2{color:#343a40}button{background-color:#007bff;border:none;color:#fff;cursor:pointer;padding:10px 15px}button:hover{background-color:#0056b3}*{box-sizing:border-box}img{height:auto;max-width:100%}@media (max-width:768px){body,html{overflow-x:hidden}body,html{width:100%}}
/*# sourceMappingURL=main.ba62f633.css.map*/