@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-green:#24c93e;--secondary-gold:#ffc107;--dark-green:#1b5e20;--light-green:#e8f5e9;--white:#fff;--black:#333;--gray:#757575;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--black);font-family:Poppins,sans-serif;line-height:1.6}.container{max-width:1920px;padding:0 var(--space-md);width:100%}section{padding:1.5rem 0;padding:var(--space-md) 0}img{height:auto;max-width:100%}button{background-color:#24c93e;color:#fff;color:var(--white);text-align:center}.navbar,button{background-color:var(--primary-green)}.navbar{box-shadow:0 2px 10px #0000001a;padding:var(--space-sm) 0;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between}.logo{color:var(--white);font-size:var(--text-2xl);font-weight:700;text-decoration:none}.logo img{max-width:200px;width:100%}.nav-links{display:flex;gap:var(--space-xl)}.nav-link{font-weight:500;padding:var(--space-xs) 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link,.nav-link:hover{color:var(--white)}.nav-link:after{background-color:var(--white);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--white)}.nav-link.active:after{width:100%}.menu-toggle{cursor:pointer;display:none}@media (max-width:768px){.menu-toggle{color:var(--white);display:block}.nav-links{align-items:center;background-color:var(--primary-green);flex-direction:column;height:calc(100vh - 70px);left:-100%;padding:var(--space-xl) 0;position:fixed;top:70px;transition:left .3s ease;width:100%}.nav-links.active{left:0}}.hero{align-items:center;color:#fff;display:flex;min-height:47vh;overflow:hidden;position:relative;width:100%}.hero-background{height:100%;left:0;position:absolute;top:0;width:100%}.hero-bg-image{height:100%;object-fit:fill;width:100%}.hero-overlay{background-color:#0006;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-content{display:flex;flex-direction:column;gap:2rem;padding:2rem;width:100%;z-index:1}.hero-text{max-width:800px;visibility:hidden}.hero-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 3px #0000004d}.hero-buttons{display:flex;gap:1.5rem;margin-top:10rem}.mission-button,.vision-button{border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.mission-button{background-color:#2e7d32;border:2px solid #2e7d32;color:#fff}.mission-button:hover{background-color:#1b5e20;border-color:#1b5e20}.vision-button{background-color:#fff;border:2px solid var(--primary-green);color:var(--primary-green)}.vision-button:hover{background-color:#ffffff1a}.hero-footer{margin-top:auto;padding-top:2rem}.company-name{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.company-legal{font-size:1.2rem;text-shadow:0 1px 3px #0000004d}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:90%}.modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.modal-close:hover{color:#333}.modal-title{color:#2e7d32;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.modal-body{color:#555;line-height:1.6}.modal-body p{margin-bottom:1.5rem}.mission-list,.vision-list{margin-bottom:1.5rem;padding-left:1.5rem}.mission-list li,.vision-list li{list-style:none;margin-bottom:.8rem;position:relative}.mission-list li:before{color:#2e7d32;content:"➤";font-weight:700;left:-1.5rem;position:absolute}.vision-list li:before{color:#ffc107;content:"➤";left:-1.5rem;position:absolute}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content{animation:modalFadeIn .3s ease-out}@media (max-width:768px){.modal-content{padding:1.5rem}.modal-title{font-size:1.5rem}.hero{min-height:117vw}.hero-content{padding:1.5rem}.hero-title{font-size:1.8rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.company-name{font-size:2.5rem}.company-legal{font-size:1rem}}@media (max-width:480px){.hero-title{font-size:1.5rem}.company-name{font-size:2rem}}.home-about{background:var(--light-green) no-repeat center center;background-size:contain;color:var(--black);height:calc(600px - 10rem);justify-content:center;padding:var(--space-lg)}.about-wrapper,.home-about{align-items:center;display:flex}.about-wrapper{flex-direction:column;max-width:1280px;text-align:center;width:100%}.home-about .data{background-color:var(--white);border-radius:20px;display:flex;flex-wrap:wrap;gap:var(--space-xl);justify-content:center;padding:var(--space-md)}.home-about .data .data-details span{color:var(--primary-green);display:inline-block;font-size:var(--text-4xl);font-weight:700}.home-about .data .data-details{color:var(--black);font-size:var(--text-lg)}.home-about .subtitle{color:var(--black);font-size:var(--text-3xl);font-weight:600;line-height:1.4;margin-top:var(--space-xl)}@media (max-width:768px){.home-about{height:auto;padding:var(--space-lg) var(--space-md)}.home-about .subtitle{font-size:var(--text-2xl)}.home-about .data .data-details span{font-size:var(--text-3xl)}}@media (min-width:1025px){.home-about{background-image:url(/static/media/banner_about.c43cb301079d85a7ab10.webp);flex-direction:column;justify-content:flex-start}.about-wrapper{align-items:end;padding-top:var(--space-md)}.home-about .subtitle{font-size:var(--text-4xl)}.home-about .data{background-color:initial;width:60%}.home-about .data .data-details span{font-size:var(--text-3xl)}}@media (min-width:1280px){.about-wrapper{padding-top:var(--space-sm)}}.products .container p{font-size:var(--text-lg);margin-bottom:var(--space-md);text-align:center}.products-grid{grid-gap:var(--space-md);display:grid;gap:var(--space-md);grid-template-columns:1fr}.products .product-card{cursor:default;transition:transform .3s ease}.products .product-card:hover{transform:translateY(-5px)}.product-name{color:var(--black);font-size:var(--text-xl);font-weight:600;margin-bottom:var(--space-xs)}@media (min-width:600px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.products-grid{grid-template-columns:repeat(3,1fr)}}.services{background-color:var(--light-green)}.services-grid{grid-gap:var(--space-md);display:grid;gap:var(--space-md);grid-template-columns:1fr}.service-title{color:var(--dark-green);font-size:var(--text-lg);font-weight:600;margin-bottom:var(--space-xs)}.services .container p{font-size:var(--text-lg);margin-bottom:var(--space-md);text-align:center}@media (min-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.services-grid{grid-template-columns:repeat(4,1fr)}}.technology{background-color:#f9f9f9;padding:4rem 1rem}.tech-container{margin:0 auto;max-width:1200px;text-align:center}.tech-heading{color:#111;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.tech-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.tech-card{background:#fff;border-radius:12px;box-shadow:0 0 15px #0000000d;display:flex;flex-direction:column;justify-content:space-between;max-width:500px;padding:2rem;text-align:center;width:100%}.tech-content h3{color:var(--primary-green);font-size:1.5rem;margin-bottom:1rem}.tech-content p{color:#333;font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:1.5rem}.tech-content button{background-color:var(--primary-green);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s ease}.tech-content button:hover{background-color:#1fa934}@media screen and (max-width:768px){.tech-heading{font-size:2rem}.tech-card{padding:1.5rem}.tech-content h3{font-size:1.25rem}.tech-content p{font-size:.95rem}}@media screen and (min-width:1280px){.technology{background:url(/static/media/latest_tech.96b9c97f2c283cab2613.webp) no-repeat top/contain;height:700px;padding:4rem 1rem}.tech-container{display:flex;flex-direction:column;height:100%;justify-content:space-between}.tech-grid{align-items:end;gap:12rem}.tech-card{background:none;box-shadow:none}.tech-content h3{color:var(--black)}}.testimonials{background-color:var(--light-green)}.section-title{color:var(--black);font-size:var(--text-4xl);text-align:center}.testimonials .container p{font-size:var(--text-lg);margin-bottom:var(--space-md);text-align:center}.slider-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1200px;overflow:hidden;position:relative}.slider{overflow:hidden;width:100%}.slider-track{display:flex;gap:1rem}.slide{flex-basis:33.33333%;flex-grow:0;flex-shrink:0;transition:transform .6s ease}.slide img{width:100%}.arrow{border:none;border-radius:50%;color:var(--primary-green);cursor:pointer;font-size:2.5rem;padding:.5rem 1rem;z-index:1}.arrow,.arrow:hover{background:none}.arrow.left{margin-right:1rem}.arrow.right{margin-left:1rem}@media (max-width:768px){.slide{flex:0 0 100%}.arrow{font-size:1.5rem;padding:.4rem .8rem}}.floating-images{display:flex;flex-direction:column;gap:20px;padding-right:10px;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}.floating-img{animation:float 3s ease-in-out infinite;transition:transform .3s;width:15vw}.floating-img:hover{transform:scale(1.1)}.floating-img.two{animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(-5px)}50%{transform:translateY(5px)}}@media (max-width:768px){.floating-images{display:none}}.contact-page{color:#333;font-family:Poppins,sans-serif}.contact-hero{text-align:center}.contact-title{align-items:center;display:flex;flex-direction:column;font-size:4rem;font-weight:700;line-height:1.2}.contact-title span:first-child{margin-bottom:.5rem}.contact-content{padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}.section-title{color:#2e7d32;font-size:2rem;font-weight:600;margin-bottom:1.5rem;position:relative}.contact-form-container{order:2}.contact-form{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d3233;outline:none}.phone-input{align-items:center;display:flex}.phone-prefix{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px 0 0 4px;border-right:none;font-size:1rem;padding:.8rem}.form-textarea{min-height:150px;resize:vertical}.submit-btn{background-color:#2e7d32;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{background-color:#1b5e20;transform:translateY(-2px)}.contact-info{background:#f9f9f9;border-radius:8px;box-shadow:0 4px 15px #0000000d;order:1;padding:2rem;word-break:break-word}.info-items{margin-bottom:2rem}.info-item{align-items:center;display:flex;margin-bottom:1.5rem}.info-item i{margin-right:1rem;text-align:center;width:24px}.info-item i,.social-title{color:#2e7d32;font-size:1.2rem}.social-title{font-weight:600;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background-color:#2e7d32;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background-color:#ffc107;transform:translateY(-3px)}.contact-map{padding-bottom:var(--space-xl);position:relative}.map-iframe{border:none;display:block}.map-overlay{background-color:#2e7d32e6;bottom:0;color:#fff;font-weight:600;left:0;padding:1rem;position:absolute;right:0;text-align:center}@media (min-width:768px){.contact-title{flex-direction:row;font-size:5rem;gap:1rem;justify-content:center}.contact-grid{grid-template-columns:1fr 1fr}.contact-form-container{order:2}.contact-info{order:1}}@media (min-width:992px){.contact-content{padding:6rem 0}.submit-btn{width:auto}}@media (max-width:480px){.contact-title{font-size:3rem}.section-title{font-size:1.5rem}.info-item{align-items:flex-start;flex-direction:column}.info-item i{margin-bottom:.5rem}}.products-page{color:#333;font-family:Poppins,sans-serif}.products-tabs-section{padding:1rem 0;position:sticky;top:0;z-index:10}.products-tabs-section .container{background:var(--primary-green);border-radius:50px;padding:var(--space-xs)}.products-tabs{display:flex;gap:1rem;justify-content:center}.tab-button{background:none;border:none;border-radius:12px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.tab-button.active,.tab-button:hover{background-color:var(--white);color:var(--primary-green)}.tab-button.active{box-shadow:0 2px 8px #2e7d324d}.product-display-section{padding:3rem 0}.product-display{gap:3rem}.product-display,.product-logo{align-items:center;display:flex}.product-logo{flex-direction:column;text-align:center}.product-info{flex:1 1}.product-name{color:#2e7d32;font-size:2rem;margin-bottom:1rem}.product-description{color:#555;font-size:1.2rem;font-weight:500;margin-bottom:1rem}.product-details{color:#666;font-size:1rem;line-height:1.6}.product-details,.product-variants{margin-bottom:2rem}.product-variants .products-grid{grid-gap:var(--space-md);display:grid;gap:var(--space-md);grid-template-columns:1fr}.product-features{margin-top:2rem}.product-image{display:flex;flex:1 1;justify-content:center}.product-image img{height:auto;max-width:100%}@media (min-width:600px){.product-variants .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.product-variants .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.product-display{flex-direction:column;gap:2rem}.product-info{order:2}.product-image{max-width:100%;order:1}}@media (max-width:768px){.products-tabs{flex-wrap:wrap}.tab-button{font-size:.9rem;padding:.6rem 1rem}.page-title{font-size:2rem}.product-name{font-size:1.8rem}}@media (max-width:576px){.products-hero{padding:3rem 0}.variant-buttons{align-items:flex-start;flex-direction:column}.variant-button{width:100%}}
/*# sourceMappingURL=main.9fead869.css.map*/