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}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;padding:20px 0}.logo h1{color:var(--primary-color);font-size:1.8rem;font-weight:700}.logo span{color:var(--secondary-color)}.nav-links ul{display:flex;list-style:none}.nav-links ul li{margin-left:30px}.nav-links ul li a{color:var(--text-color);font-size:1rem;font-weight:600;position:relative;text-decoration:none;transition:color .3s ease}.nav-links ul li a:hover{color:var(--secondary-color)}.nav-links ul li a:after{background:var(--secondary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links ul li a:hover:after{width:100%}.hamburger{cursor:pointer;display:none}.hamburger .line{background-color:var(--primary-color);height:3px;margin:5px;transition:all .3s ease;width:25px}.hamburger.active .line:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active .line:nth-child(2){opacity:0}.hamburger.active .line:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.nav-links{align-items:center;background-color:#fff;display:flex;height:calc(100vh - 80px);justify-content:center;left:-100%;position:fixed;top:80px;transition:all .5s ease;width:100%}.nav-links.active{left:0}.nav-links ul{align-items:center;flex-direction:column}.nav-links ul li{margin:20px 0}.hamburger{display:block}.logo-m{height:60px}}.footer{background-color:var(--dark-color);color:#fff;padding:80px 0 0}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:20px;position:relative}.footer-section h3:after{background-color:var(--secondary-color);bottom:-10px;content:"";height:2px;left:0;position:absolute;width:50px}.footer-section.about p{margin-bottom:20px}.contact span{display:block;margin-bottom:10px}.contact i{color:var(--secondary-color);margin-right:10px}.footer-section.links ul,.footer-section.products ul{list-style:none}.footer-section.links ul li,.footer-section.products ul li{margin-bottom:10px}.footer-section.links ul li a,.footer-section.products ul li a{color:#ddd;display:block;text-decoration:none;transition:color .3s ease}.footer-section.links ul li a:hover,.footer-section.products ul li a:hover{color:var(--secondary-color);padding-left:5px}.footer-section.contact-form input{background:#2c2c2c;border:none;border-radius:4px;color:#fff;margin-bottom:15px;padding:12px;width:100%}.footer-section.contact-form .btn{background:var(--secondary-color);border:none;border-radius:4px;color:var(--dark-color);cursor:pointer;font-weight:600;padding:12px;transition:background .3s ease;width:100%}.footer-section.contact-form .btn:hover{background:#fff}.footer-bottom{background:#1a1a1a;padding:20px 0;text-align:center}.footer-bottom p{color:#aaa;font-size:.9rem;margin:0}.social-icons a{color:inherit;text-decoration:none}.social-icons{display:flex;gap:15px;margin-top:15px}.social-icons a{align-items:center;background-color:#2c2c2c;border-radius:50%;color:#fff;display:inline-flex;font-size:18px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icons a:hover{background-color:var(--secondary-color);color:#fff;transform:scale(1.1)}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.footer-section{margin-bottom:30px}.footer-section h3:after{left:50%;transform:translateX(-50%)}}.hero{align-items:center;background:linear-gradient(#1a3e72cc,#1a3e72cc),url(/static/media/home.4081c3406b803b512ee8.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:80vh;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.hero-content p{font-size:1.5rem;margin-bottom:30px}.hero-buttons{display:flex;gap:20px;justify-content:center}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:var(--primary-color)}@media (max-width:768px){.hero{height:60vh}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-buttons{align-items:center;flex-direction:column}}.home-page{padding-top:80px}.about-section{background-color:var(--light-color)}.about-content{align-items:center;display:flex;gap:50px;justify-content:space-between}.about-text{flex:1 1}.about-text h2{text-align:left}.about-text h2:after{margin:15px 0}.about-image{border-radius:10px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden}.about-image img{display:block;height:auto;transition:transform .5s ease;width:100%}.about-image:hover img{transform:scale(1.05)}.products-preview{background-color:#fff}.product-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.product-icon{color:var(--secondary-color);font-size:2.5rem;margin-bottom:20px}.product-item h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:15px}.why-choose-us{background-color:var(--light-color)}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:50px}.feature-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.feature-icon{color:var(--secondary-color);font-size:2.5rem;margin-bottom:20px}.feature-item h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:15px}@media (max-width:768px){.about-content{flex-direction:column}.about-text{margin-bottom:30px}.about-text h2{text-align:center}.about-text h2:after{margin:15px auto}}.about-page{color:#333;font-family:Open Sans,sans-serif;line-height:1.6}.container{margin:10px auto}.hero-about{background:linear-gradient(#0009,#0009),url(/static/media/growth%20chart.2864507a6a3ba762be12.jpg);background-position:50%;background-size:70vw;color:#fff;padding:120px 0;text-align:center}.hero-about h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.hero-about p{font-size:1.5rem;margin-bottom:0}.our-story{background-color:#f9f9f9}.story-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.story-image,.story-text{flex:1 1;min-width:300px}.story-image img{border-radius:8px;box-shadow:0 5px 15px #0000001a;width:100%}.section-subtitle{max-width:800px}.mission-vision{background-color:#fff}.mv-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px}.mv-item{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease}.mv-item:hover{transform:translateY(-10px)}.mv-icon{color:#3498db;font-size:2.5rem;margin-bottom:20px}.mv-item h3{color:#2c3e50;font-size:1.8rem;margin-bottom:20px}.our-values{background-color:#f9f9f9;text-align:center}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:50px}.value-item{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:30px 25px;transition:all .3s ease}.value-item:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.value-icon{color:#3498db;font-size:2rem;margin-bottom:20px}.value-item h3{color:#2c3e50;font-size:1.5rem;margin-bottom:15px}.fade-in:nth-child(4){animation-delay:.7s}@media (max-width:768px){.section-padding{padding:60px 0}.hero-about h1{font-size:2.5rem}.hero-about p{font-size:1.2rem}.section-title{font-size:2rem;text-align:center}.section-title:after{left:50%;transform:translateX(-50%)}.story-content{flex-direction:column}.story-image,.story-text{width:100%}}@media (max-width:480px){.container{width:90%}.hero-about{padding:80px 0}.hero-about h1{font-size:2rem}}.product-card{border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.product-image{overflow:hidden}.product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-details{padding:25px}.product-details h3{color:var(--primary-color);font-size:1.4rem;margin-bottom:15px}.product-details p{color:var(--text-light);margin-bottom:20px}.product-details .btn{width:100%}.products-page{color:#333;font-family:Open Sans,sans-serif;line-height:1.6}.hero-products{background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-position:50%;background-size:cover;color:#fff;padding:120px 0;text-align:center}.hero-products h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.hero-products p{font-size:1.5rem;margin-bottom:0}.all-products{background-color:#f9f9f9}.section-title{margin-bottom:20px}.section-title:after{left:50%;transform:translateX(-50%)}.section-subtitle{color:#7f8c8d;font-size:1.2rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:50px}.product-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.product-image{height:250px;object-fit:cover;width:100%}.product-content{padding:25px}.product-name{color:#2c3e50;font-size:1.5rem;margin-bottom:15px}.product-description{color:#555;margin-bottom:20px}.product-link{color:#3498db;display:inline-block;font-weight:600;text-decoration:none;transition:color .3s ease}.product-link:hover{color:#2980b9}.product-link i{margin-left:5px;transition:transform .3s ease}.product-link:hover i{transform:translateX(5px)}.product-cta{background-color:#3498db;color:#fff;text-align:center}.cta-content h2{font-size:2.2rem;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin:0 auto 30px;max-width:700px}.btn{background-color:#fff;border-radius:50px;box-shadow:0 5px 15px #0000001a;color:#3498db;font-size:1.1rem;text-decoration:none}.btn:hover{background-color:#f1f1f1;box-shadow:0 8px 20px #00000026}.product-card{animation:fadeIn .8s ease forwards;opacity:0}.product-card:first-child{animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}@media (max-width:992px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.section-padding{padding:60px 0}.hero-products h1{font-size:2.5rem}.hero-products p{font-size:1.2rem}.section-title{font-size:2rem}.product-image{height:200px}}@media (max-width:480px){.container{width:90%}.hero-products{padding:80px 0}.hero-products h1{font-size:2rem}.products-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}}.contact-form{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:12px 15px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.contact-form .btn{width:100%}.contact-page{color:#333;font-family:Open Sans,sans-serif;line-height:1.6}.container{width:85%}.hero-contact{background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-position:50%;background-size:cover;color:#fff;padding:120px 0;text-align:center}.hero-contact h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.hero-contact p{font-size:1.5rem;margin-bottom:0}.contact-info{background-color:#f9f9f9}.info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.info-item{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:40px 30px;text-align:center;transition:transform .3s ease}.info-item:hover{transform:translateY(-5px)}.info-icon{color:#3498db;font-size:2.5rem;margin-bottom:20px}.info-item h3{color:#2c3e50;font-size:1.8rem;margin-bottom:20px}.info-item p{color:#555;margin-bottom:10px}.contact-form-section{background-color:#fff}.form-container{align-items:center;display:flex;flex-wrap:wrap;gap:50px}.form-text,.form-wrapper{flex:1 1;min-width:300px}.form-wrapper{background:#f9f9f9;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:40px}.section-title{color:#2c3e50;display:inline-block;margin-bottom:30px}.section-title:after{background-color:#3498db;bottom:-10px;left:0;position:absolute;width:60px}.contact-form{grid-gap:20px;display:grid;gap:20px}.form-group{margin-bottom:20px}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:12px 15px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 25px;transition:background-color .3s ease}.submit-btn:hover{background-color:#2980b9}.fade-in{opacity:0}.fade-in:first-child{animation-delay:.1s}.fade-in:nth-child(2){animation-delay:.3s}.fade-in:nth-child(3){animation-delay:.5s}@media (max-width:768px){.section-padding{padding:60px 0}.hero-contact h1{font-size:2.5rem}.hero-contact p{font-size:1.2rem}.section-title{font-size:2rem}.form-container{flex-direction:column}.form-text,.form-wrapper{width:100%}}@media (max-width:480px){.container{width:90%}.hero-contact{padding:80px 0}.hero-contact h1{font-size:2rem}.info-grid{grid-template-columns:1fr}.form-wrapper{padding:30px 20px}}:root{--primary-color:#1a3e72;--secondary-color:#f7931e;--light-color:#f8f9fa;--dark-color:#212529;--text-color:#333;--text-light:#777}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{color:#333;color:var(--text-color);line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.btn{background:#1a3e72;background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;letter-spacing:1px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.btn:hover{background:#f7931e;background:var(--secondary-color);box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.section-title{color:#1a3e72;color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem;position:relative;text-align:center}.section-title:after{background:#f7931e;background:var(--secondary-color);content:"";display:block;height:4px;margin:15px auto;width:80px}.section-subtitle{color:#777;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;text-align:center}.section-padding{padding:80px 0}.text-center{text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease forwards}
/*# sourceMappingURL=main.5a11678d.css.map*/