@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root,body{margin:0;overflow-x:hidden;padding:0;width:100%}img{height:auto;max-width:100%}html{overflow-x:hidden;width:100%}.aboveFooterHeading,.benefitCardHeading,.contactHeaderHeading,.footerContentRightItemHeading,.formHeading,.headerHeading,.heading,.infoHeading,.main-content-desc-item-heading,.main-heading,.panel-header h3,.productCardHeading,.projectDescItemHeading,.sectionHeading,h1,h2,h3,h4,h5,h6{font-family:Playfair Display,adobe-aldine,Georgia,serif!important}.benefitCardDescription,.footerDescription,.formLabel,.headerDescription,.info-card,.infoAddress,.infoEmail,.infoNumber,.infoTiming,.main-description,.sectionDescription,a,button,div,input,label,li,p,span,textarea{font-family:Poppins,sans-serif!important}.App{margin:0;overflow-x:hidden}.App,.navbar{padding:0;width:100%}.navbar{background:linear-gradient(180deg,#00000052,#00000052);border-bottom:1px solid #fff;left:0;position:fixed;top:0;transition:transform .3s ease-in-out;z-index:1000}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.5px;text-decoration:none}.navbar-logo img{filter:brightness(1.1);height:70px;margin-right:12px}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{border-radius:4px;color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.5px;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar-link:hover{background-color:#ffffff1a}.navbar-link-contact{background-color:#4caf50;border-radius:4px;padding:.6rem 1.5rem}.navbar-link-contact:hover{background-color:#45a049;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.navbar-dropdown-container{position:relative}.navbar-link-dropdown{cursor:pointer}.navbar-dropdown{animation:dropdownFadeIn .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;border:1px solid #94a3b84d;border-radius:8px;box-shadow:0 8px 24px #00000026;left:0;list-style:none;margin:0;min-width:220px;padding:.5rem 0;position:absolute;top:100%;z-index:1001}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown li{margin:0}.navbar-dropdown-link{border-left:3px solid #0000;color:#111827;display:block;font-size:.9rem;font-weight:500;letter-spacing:.5px;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.navbar-dropdown-link:hover{background-color:#f9fafb;border-left-color:#2c7138;color:#2c7138;padding-left:1.75rem}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;position:relative;width:24px;z-index:1002}.hamburger-menu span{background-color:#fff;border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-active span:nth-child(2){opacity:0}.hamburger-active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{animation:fadeIn .3s ease;background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{background:#fff;box-shadow:-2px 0 10px #0000004d;height:100vh;max-width:300px;overflow-y:auto;padding-top:80px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:80%;z-index:1001}.mobile-menu-open{right:0}.mobile-menu-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.mobile-menu-link{border-bottom:1px solid #0000001a;color:#111827;display:block;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.mobile-menu-link:hover{background-color:#0000000d;padding-left:2rem}.mobile-menu-link-contact{background-color:#4caf50;border-bottom:none;border-radius:4px;margin:1rem;text-align:center}.mobile-menu-link-contact:hover{background-color:#45a049;padding-left:1.5rem}.mobile-menu-link-dropdown{cursor:pointer}.mobile-dropdown-container{position:relative}.mobile-dropdown{animation:dropdownFadeIn .2s ease;background-color:#00000008;list-style:none;margin:0;padding:0}.mobile-dropdown-link{border-bottom:1px solid #0000000d;color:#4b5563;display:block;font-size:.9rem;font-weight:400;letter-spacing:.5px;padding:.75rem 2rem;text-decoration:none;transition:all .2s ease}.mobile-dropdown-link:hover{background-color:#0000000d;color:#111827;padding-left:2.5rem}@media (max-width:1024px){.navbar-container{padding:.9rem 1.5rem}.navbar-menu{gap:1.5rem}.navbar-link{font-size:.9rem;padding:.45rem .9rem}.navbar-logo img{height:50px}}@media (max-width:768px){.navbar-container{padding:.8rem 1rem}.navbar-menu{display:none}.hamburger-menu{display:flex}.navbar-logo img{height:40px}.navbar-logo span{font-size:.95rem}}@media (max-width:480px){.navbar-container{padding:.7rem .8rem}.navbar-logo img{height:35px}.navbar-logo span{font-size:.9rem}.mobile-menu{max-width:280px;width:85%}.mobile-menu-link{font-size:.95rem;padding:.9rem 1.25rem}.mobile-dropdown-link{font-size:.85rem;padding:.65rem 1.75rem}}.home{background-color:#f5f5f5;min-height:100vh;width:100%}.hero-section{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-background{-webkit-tap-highlight-color:transparent;height:100%;object-fit:cover;pointer-events:none;position:relative;width:100%;z-index:1}.hero-background:before{background:#000;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-background::-webkit-media-controls,.hero-background::-webkit-media-controls-enclosure{display:none!important}.hero-background::-webkit-media-controls-panel,.hero-background::-webkit-media-controls-play-button{display:none!important}.hero-background::-webkit-media-controls-start-playback-button{display:none!important}.hero-overlay{background-color:#00000085;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.hero-content{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;left:8%;max-width:700px;padding:0 2rem;position:absolute;z-index:3}.hero-tagline{color:#ffce07;font-size:1.1rem;font-weight:600;letter-spacing:3px;margin:0;text-transform:uppercase}.hero-title{color:#fff;font-size:4.5rem;font-weight:700;line-height:1.1;margin:0;text-align:left}.hero-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin:0;max-width:500px;text-align:left}.hero-buttons{display:flex;gap:1rem;margin-top:1rem}.hero-btn-primary{background-color:#ffce07;border:none;border-radius:6px;color:#1a202c;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.hero-btn-primary:hover{background-color:#ffdb3d;box-shadow:0 4px 15px #ffce0766;transform:translateY(-2px)}.hero-btn-secondary{background-color:initial;border:2px solid #fff;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.hero-btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.whyUsSection{background-color:#f5f5f5;padding:3rem 2rem;text-align:center;width:100%}.whyUsTitle{color:#2c7138;font-size:3rem;font-weight:700;letter-spacing:2px;margin:0 0 2rem;text-transform:uppercase}.whyUsFeatures{display:flex;gap:4rem;justify-content:center;margin:0 auto;max-width:1200px}.whyUsFeature{text-align:center}.whyUsFeature h3{color:#2c7138;font-size:1.4rem;font-weight:600;margin:0 0 .5rem}.whyUsFeature p{color:#333;font-size:1rem;margin:0}.info-panels{border-radius:2rem;box-shadow:0 10px 30px #0000004d;display:flex;gap:0;justify-content:center;margin:-90px auto 0;overflow:hidden;padding:0;position:relative;width:85%;z-index:10}.info-panel{background-color:#4d9b44;flex:1 1;padding:2rem}.panel-header{gap:.8rem;margin-bottom:1.5rem}.panel-header,.panel-icon{align-items:center;display:flex}.panel-icon{background-color:#fff;border-radius:50%;font-size:.7rem;height:24px;justify-content:center;width:24px}.panel-header h3{color:#fff;font-size:16px;font-weight:800;margin:0}.panel-cards{display:flex;gap:1.5rem}.info-card{flex:1 1;text-align:center}.info-card h4{color:#fff;font-size:14px;font-weight:600;line-height:1.3}.info-card p{color:#ffffffe6;font-size:12px;line-height:1.4;margin:0}.main-content{background-color:#f5f5f5;margin:0 auto;max-width:1400px;padding:4rem 2rem 5rem;text-align:center;width:100%}.main-heading{color:#2c7138;font-size:3.5rem;font-weight:700;letter-spacing:-.5px;margin:0 0 1rem}.main-description{color:#333;font-size:1.15rem;line-height:1.7;margin:0 auto 4rem;max-width:900px}.main-content-desc{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin-top:3rem;padding:0 4rem}.main-content-desc-item{flex:1 1;text-align:left}.main-content-desc-item-heading{color:#2c7138;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.main-content-desc-item-description{color:#333;font-size:1rem;line-height:1.8;margin:0}.main-content-desc-item-image-container{flex:1.2 1}.main-content-desc-item-image{border-radius:1rem;height:auto;object-fit:cover;width:100%}.whyUs{margin-bottom:4rem;margin-top:4rem}.whyUs,.whyUs .sectionHeader{align-items:center;display:flex;flex-direction:column;justify-content:center}.whyUs .sectionHeader{gap:.5rem;text-align:center}.whyUs .sectionHeader .sectionHeading{color:#2c7138;font-size:40px;font-weight:700}.whyUs .sectionHeader .sectionDescription{color:#1a202c;font-size:18px;font-weight:500}.whyUs .benefits{align-items:stretch;display:flex;flex-direction:row;gap:2rem;justify-content:center;margin-top:2rem;padding:0 4rem}.whyUs .benefits .benefitCard{align-items:center;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #00000014;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:flex-start;max-width:250px;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.whyUs .benefits .benefitCard:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.whyUs .benefits .benefitCard .benefitCardImage{height:64px;margin-bottom:.5rem;object-fit:contain;width:64px}.whyUs .benefits .benefitCard .benefitCardHeading{color:#2c7138;font-size:16px;font-weight:700;margin:0;text-align:center}.whyUs .benefits .benefitCard .benefitCardDescription{color:#666;font-size:13px;font-weight:400;line-height:1.6;margin:0;text-align:center}.gfrpHeroSection{margin:4rem 0;width:100%}.gfrpHeroImage{display:block;height:auto;object-fit:cover;width:100%}.customShapesSection{align-items:center;box-sizing:border-box;display:flex;gap:3rem;justify-content:space-between;margin:0 auto 4rem;max-width:1400px;padding:0 4rem;width:100%}.customShapesImageWrapper{align-items:center;display:flex;flex:0.9 1;justify-content:center}.customShapesImage{border-radius:1rem;box-shadow:0 10px 30px #00000026;height:auto;object-fit:cover;width:75%}.customShapesContent{display:flex;flex:1 1;flex-direction:column;gap:1rem}.customShapesTagline{color:#ffce07;font-size:.9rem;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase}.customShapesHeading{color:#111827;font-size:2.4rem;font-weight:700;line-height:1.2;margin:0}.customShapesDescription{color:#333;font-size:1rem;line-height:1.8;margin:.5rem 0}.customShapesList{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:.5rem 0 0;padding:0}.customShapesList li{color:#444;font-size:.95rem;padding-left:1.2rem;position:relative}.customShapesList li:before{color:#2c7138;content:"•";left:0;position:absolute;top:0}.sustainabilitySection{background-color:#2c7138;overflow:hidden;padding:5rem 2rem;position:relative;width:100%}.sustainabilityBgBlur{border-radius:50%;filter:blur(80px);height:400px;pointer-events:none;position:absolute;width:400px}.sustainabilityBgBlur1{background-color:#ffffff1a;right:-100px;top:-100px}.sustainabilityBgBlur2{background-color:#ffce0726;bottom:-100px;left:-100px}.sustainabilityContainer{margin:0 auto;max-width:1400px;position:relative;z-index:10}.sustainabilityContent{align-items:center;display:flex;flex-direction:row;gap:4rem}.sustainabilityTextContent{color:#fff;flex:1 1}.sustainabilityBadge{align-items:center;background-color:#fff3;border-radius:50px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.sustainabilityBadgeIcon{filter:brightness(0) invert(1);height:20px;width:20px}.sustainabilityHeading{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}.sustainabilityDescription{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin:0 0 2rem}.sustainabilityStats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.sustainabilityStat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff0d;border:1px solid #ffffff4d;border-radius:12px;padding:1.5rem}.sustainabilityStatValue{color:#ffce07;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.sustainabilityStatLabel{color:#ffffffe6;font-size:.9rem}.sustainabilityChartContainer{background-color:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;flex:1 1;padding:1.5rem}.sustainabilityChartTitle{color:#1a202c;font-size:1.15rem;font-weight:700;margin:0 0 .75rem;text-align:center}.sustainabilityChart{height:300px;width:100%}.sustainabilityChartNote{color:#666;font-size:.7rem;margin:.75rem 0 0;text-align:center}.customerSection{gap:2rem;margin-top:4rem;width:100%}.customerSection,.customerSection .sectionHeader{align-items:center;display:flex;flex-direction:column;justify-content:center}.customerSection .sectionHeader{gap:1rem}.customerSection .sectionHeader .sectionHeading{color:#2c7138;font-size:48px;font-weight:700}.customerSection .sectionHeader .sectionDescription{color:#000;font-size:18px;font-weight:500}.customerSection .customerCards{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;justify-content:center;overflow-x:auto;padding:1.5rem 2rem;width:100%}.customerSection .customerCards .customerCard{align-items:center;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000f;display:flex;flex:0 0 15%;flex-direction:column;gap:.75rem;max-width:220px;min-width:180px;padding:1.25rem;text-align:center}.customerSection .customerCards .customerCard .customerLogo{background-color:#111827;border-radius:999px;box-shadow:0 4px 10px #00000040;height:80px;object-fit:contain;padding:.75rem;width:80px}.customerSection .customerCards .customerCard .customerName{color:#2c7138;font-size:.95rem;font-weight:600;margin:0}.customerSection .customerCards .customerCard .customerDetail{color:#555;font-size:.8rem;line-height:1.5;margin:0}.testimonialsSection{margin-top:2rem;padding:4rem 2rem;width:100%}.testimonialsSection,.testimonialsSection .sectionHeader{align-items:center;display:flex;flex-direction:column;justify-content:center}.testimonialsSection .sectionHeader{gap:.75rem;text-align:center}.testimonialsSection .sectionHeader .sectionHeading{color:#2c7138;font-size:2.5rem;font-weight:700;margin:0}.testimonialsSection .sectionHeader .sectionDescription{color:#1a202c;font-size:1rem;font-weight:400;margin:0;max-width:700px}.testimonialSlider{box-sizing:border-box;margin:2.5rem auto 0;max-width:1400px;overflow:hidden;padding:0 5%;position:relative;width:100%}.testimonialTrack{align-items:stretch;display:flex;flex-direction:row;gap:2rem;transition:transform .6s ease}.testimonialCard{background-color:#fff;border-radius:1rem;box-shadow:0 10px 30px #00000014;box-sizing:border-box;flex:0 0 70%;opacity:.7;padding:2.5rem 3rem;transform:translateX(0) scale(.98);transition:opacity .4s ease,transform .4s ease,box-shadow .4s ease}.testimonialCard.active{box-shadow:0 16px 40px #00000026;opacity:1;transform:translateX(0) scale(1.02)}.testimonialCard.inactive{pointer-events:auto}.testimonialQuote{color:#111827;font-size:1.15rem;line-height:1.8;margin:0 0 1.5rem}.testimonialMeta{border-top:1px solid #e5e7eb;padding-top:1rem}.testimonialName{color:#2c7138;font-size:1rem;font-weight:700;margin:0 0 .25rem}.testimonialRole{color:#4b5563;font-size:.85rem;margin:0 0 .25rem}.testimonialProject{color:#6b7280;font-size:.8rem;margin:0}@media (max-width:1024px){.info-panels{flex-direction:column;margin-top:-80px;width:90%}.main-heading{font-size:2.5rem}.main-description{font-size:1rem}.main-content-desc{flex-direction:column;gap:2rem;padding:0 2rem}.main-content-desc-item-heading{font-size:2.2rem}.sustainabilitySection{padding:4rem 1.5rem}.customShapesSection{flex-direction:column;margin-bottom:3rem;padding:0 2rem}.customShapesHeading{font-size:2rem}.sustainabilityContent{flex-direction:column;gap:3rem}.sustainabilityHeading{font-size:2.5rem}.sustainabilityDescription{font-size:1rem}.sustainabilityChartContainer{width:100%}.productSection{padding:3rem 1.5rem}.productSection .sectionHeader .sectionHeading{font-size:2.2rem}.productSection .sectionHeader .sectionDescription{font-size:1rem}.productSection .productCards{flex-wrap:wrap;gap:1.5rem}.productSection .productCards .productCard{flex-basis:calc(50% - 1rem);flex-grow:1;flex-shrink:1;min-width:250px}.customerSection{padding:3rem 1.5rem}.customerSection .sectionHeader .sectionHeading{font-size:2.2rem}.customerSection .sectionHeader .sectionDescription{font-size:1rem}.customerSection .customerCards{flex-wrap:wrap;gap:2rem;width:100%}.customerSection .customerCards .customerLogo{height:80px;width:120px}.aboveFooter .sectionHeader .sectionHeading{font-size:2.2rem}.aboveFooter .sectionHeader .sectionDescription{font-size:1rem}.whyUs .benefits{flex-wrap:wrap;padding:0 2rem}.whyUs .benefits .benefitCard{flex-basis:calc(50% - 1.5rem);flex-grow:1;flex-shrink:1;max-width:320px}}@media (max-width:768px){.hero-section{height:100vh}.hero-tagline{font-size:.95rem;letter-spacing:2px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;max-width:300px;width:100%}.hero-btn-primary,.hero-btn-secondary{padding:.9rem 2rem;width:100%}.whyUsTitle{font-size:2rem}.whyUsFeatures{flex-direction:column;gap:2rem}.whyUsFeature h3{font-size:1.2rem}.whyUsFeature p{font-size:.9rem}.info-panels{margin-top:-60px;width:90%}.info-panel{padding:1.5rem}.panel-cards{flex-direction:column;gap:1.2rem}.panel-header h3{font-size:1.1rem}.info-card h4{font-size:.95rem}.info-card p{font-size:.8rem}.main-content{padding:3rem 1.5rem}.main-heading{font-size:2rem}.main-description{font-size:.95rem;margin-bottom:2rem}.main-content-desc{padding:0 1rem}.main-content-desc-item-heading{font-size:1.8rem}.main-content-desc-item-description{font-size:.95rem}.sustainabilitySection{padding:3rem 1rem}.customShapesSection{gap:2rem;padding:0 1rem}.customShapesHeading{font-size:1.8rem}.sustainabilityHeading{font-size:2rem}.sustainabilityDescription{font-size:.95rem}.sustainabilityStats{gap:1rem}.sustainabilityStat{padding:1rem}.sustainabilityStatValue{font-size:2rem}.sustainabilityStatLabel{font-size:.8rem}.sustainabilityChartTitle{font-size:1.1rem}.sustainabilityChart{height:250px}.productSection{padding:2.5rem 1rem}.productSection .sectionHeader .sectionHeading{font-size:1.8rem}.productSection .sectionHeader .sectionDescription{font-size:.95rem}.productSection .productCards{flex-direction:column;gap:1.5rem}.productSection .productCards .productCard{max-width:350px;width:100%}.productSection .productCards .productCard .productCardImage{height:250px;width:100%}.customerSection{padding:2.5rem 1rem}.customerSection .sectionHeader .sectionHeading{font-size:1.8rem}.customerSection .sectionHeader .sectionDescription{font-size:.95rem}.customerSection .customerCards{gap:1.5rem}.customerSection .customerCards .customerLogo{height:70px;width:100px}.aboveFooter{padding:3rem 1.5rem}.aboveFooter .sectionHeader .sectionHeading{font-size:1.8rem}.aboveFooter .sectionHeader .sectionDescription{font-size:.95rem}.aboveFooter .aboveFooterContent{flex-direction:column;gap:1rem}.aboveFooter .aboveFooterContent .download,.aboveFooter .aboveFooterContent .getQuote{font-size:1rem;padding:.9rem 2rem;width:100%}.whyUs .benefits{align-items:center;flex-direction:column;padding:0 1.5rem}.whyUs .benefits .benefitCard{max-width:360px;width:100%}}@media (max-width:480px){.hero-section{height:100vh}.hero-tagline{font-size:.85rem;letter-spacing:1.5px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-content{gap:1.2rem;left:5%;padding:0 1.5rem}.hero-btn-primary,.hero-btn-secondary{font-size:.95rem;padding:.8rem 1.5rem}.whyUsTitle{font-size:1.5rem}.whyUsFeatures{gap:1.5rem}.whyUsFeature h3{font-size:1rem}.whyUsFeature p{font-size:.85rem}.info-panels{margin-top:-40px;width:95%}.info-panel{padding:1rem}.panel-header h3{font-size:1rem}.info-card h4{font-size:.85rem}.info-card p{font-size:.75rem}.main-content{padding:2rem 1rem}.main-heading{font-size:1.6rem}.main-description{font-size:.9rem}.main-content-desc{padding:0 .5rem}.main-content-desc-item-heading{font-size:1.5rem}.main-content-desc-item-description{font-size:.9rem}.sustainabilitySection{padding:2.5rem .75rem}.sustainabilityHeading{font-size:1.6rem}.sustainabilityDescription{font-size:.9rem;line-height:1.6}.sustainabilityBadge{font-size:.8rem;padding:.4rem .8rem}.sustainabilityStats{gap:.75rem;grid-template-columns:1fr 1fr}.sustainabilityStat{padding:.8rem}.sustainabilityStatValue{font-size:1.6rem}.sustainabilityStatLabel{font-size:.75rem}.sustainabilityChartContainer{padding:1rem}.sustainabilityChartTitle{font-size:1rem}.sustainabilityChart{height:220px}.sustainabilityChartNote{font-size:.7rem}.productSection{padding:2rem .5rem}.productSection .sectionHeader .sectionHeading{font-size:1.5rem}.productSection .sectionHeader .sectionDescription{font-size:.9rem}.productSection .productCards .productCard .productCardImage{height:200px}.productSection .productCards .productCard .productCardHeading{font-size:18px}.productSection .productCards .productCard .productCardDescription .price{font-size:16px}.productSection .productCards .productCard .productCardDescription .knowMoreButton{font-size:14px;padding:.6rem 1.2rem}.customerSection{margin:0 auto;padding:2rem .5rem;width:100%}.customerSection .sectionHeader .sectionHeading{font-size:1.5rem}.customerSection .sectionHeader .sectionDescription{font-size:.9rem}.customerSection .customerCards{align-items:center;flex-direction:column;flex-wrap:nowrap;gap:1rem;justify-content:center;width:100%}.customerSection .customerCards .customerCard{box-sizing:border-box;flex:0 0 100%;max-width:100%;min-width:0;width:100%}.testimonialSlider{padding:0 .5rem}.testimonialTrack{gap:1rem}.testimonialCard{box-sizing:border-box;flex:0 0 100%;max-width:100%;padding:1.75rem 1.5rem;width:100%}.customerSection .customerCards .customerLogo{height:60px;width:80px}.aboveFooter{padding:2.5rem 1rem}.aboveFooter .sectionHeader .sectionHeading{font-size:1.5rem}.aboveFooter .sectionHeader .sectionDescription{font-size:.9rem}.aboveFooter .aboveFooterContent .download,.aboveFooter .aboveFooterContent .getQuote{font-size:.95rem;padding:.8rem 1.5rem}.whyUs .benefits{gap:1.25rem;padding:0 1rem}.whyUs .benefits .benefitCard{padding:1.25rem}}.footer{background-color:#4d9b44;margin-top:4rem;padding:3rem 0 2rem;width:100%}.footerContent{color:#fff;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.footerContentLeft{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.footerLogo{filter:brightness(0) invert(1);height:89px;width:125px}.footerDescription{color:#ffffffe6;font-size:.95rem;line-height:1.7;margin:0;max-width:400px}.footerContentRight{display:flex;flex:1 1;gap:4rem;justify-content:flex-end}.footerContentRightItem{display:flex;flex-direction:column;gap:1rem}.footerContentRightItemHeading{color:#fff;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.footerContentRightItemList{color:#ffffffe6;font-size:.95rem;line-height:1.8;list-style:none;margin:0;padding:0}.footerContentRightItemLink{cursor:pointer;padding:.2rem 0;transition:all .3s ease}.footerContentRightItemLink:hover{color:#fff;padding-left:5px}@media (max-width:768px){.footerContent{flex-direction:column;gap:2rem}.footerContentRight{gap:2rem;justify-content:flex-start}.footerLogo{height:80px}.footerDescription{font-size:.9rem}.footerContentRightItemHeading{font-size:1.1rem}.footerContentRightItemList{font-size:.9rem}}@media (max-width:480px){.footer{padding:2rem 0 1.5rem}.footerContent{padding:0 1rem}.footerContentRight{flex-direction:column;gap:1.5rem}}.about{min-height:100vh;width:100%}.about-hero-section{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.about-hero-background{height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.about-hero-overlay{background-color:#00000085;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.about-hero-content{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;left:8%;max-width:700px;padding:0 2rem;position:absolute;z-index:3}.about-hero-tagline{color:#ffce07;font-size:1.1rem;font-weight:600;letter-spacing:3px;margin:0;text-transform:uppercase}.about-hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;text-align:left}.about-hero-subtitle{color:#f9fafb;font-size:1rem;font-weight:400;max-width:640px}.about-hero-buttons{align-items:center;display:flex;flex-direction:row;gap:1rem}.about-hero-buttons .ContactUs{background-color:#ffce07;border:none;border-radius:.25rem;color:#111827}.about-hero-buttons .ContactUs,.about-hero-buttons .products{box-shadow:0 4px 14px #00000040;cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem 1.6rem;transition:all .2s ease}.about-hero-buttons .products{background-color:initial;border:2px solid #fff;border-radius:.25rem;color:#fff}.about-hero-buttons .ContactUs:hover,.about-hero-buttons .products:hover{box-shadow:0 6px 18px #0000004d;transform:translateY(-1px)}.about .aboutContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:8rem;width:100%}.missionVisionSection{margin:0 auto;padding:5rem 0;width:90%}.missionVisionInner{padding:0 1.5rem;width:100%}.missionVisionGrid{align-items:center;display:flex;flex-direction:row;gap:3rem;justify-content:center}.missionVisionCard{background-color:#fff;border-radius:1.5rem;border-top:4px solid #0000;box-shadow:0 18px 45px #0f172a1f;flex:1 1;padding:2.5rem 2.25rem}.missionCardPrimary{border-top-color:#2c7138}.missionCardSecondary{border-top-color:#ffce07}.missionVisionIcon{align-items:center;border-radius:999px;display:flex;font-weight:700;height:3rem;justify-content:center;margin-bottom:1.5rem;width:3rem}.missionVisionIconPrimary{background-color:#4caf501f;color:#2c7138}.missionVisionIconSecondary{background-color:#ffce072e;color:#b45309}.missionVisionTitle{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.missionVisionText{color:#4b5563;font-size:1rem;line-height:1.8}.about-section{box-sizing:border-box;margin:0 auto 4rem;max-width:1400px;padding:0 4rem;width:100%}.about-section-header{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.about-section-kicker{color:#ffce07;font-size:.85rem;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase}.about-section-title{color:#2c7138;font-size:2.4rem;font-weight:700;margin:0}.about-section-subtitle{color:#4b5563;font-size:1rem;line-height:1.7;margin:0;max-width:720px}.products-projects-section{background-color:#fff;padding:4rem 0;width:100%}.products-projects-inner{box-sizing:border-box;margin:0 auto;max-width:1400px;padding:0 4rem;width:100%}.products-header{margin-bottom:3rem;text-align:center}.pp-kicker{color:#000;font-size:.85rem;font-weight:700;letter-spacing:2px;margin:0 0 .5rem;text-transform:uppercase}.pp-title{color:#2c7138;font-size:2.4rem;font-weight:800;margin:0}.pp-subtitle{color:#4b5563;font-size:1rem;margin-top:.75rem}.architect-banner{margin:3rem 0 3rem calc(50% - 50vw);width:100vw}.architect-banner-image{display:block;height:auto;object-fit:cover;width:100%}.pp-products-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:4rem}.pp-product-card{background-color:#fff;border:1px solid #94a3b84d;border-radius:1rem;box-shadow:0 12px 30px #0f172a1f;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pp-product-card:hover{border-color:#2c7138;box-shadow:0 18px 45px #0f172a33;transform:translateY(-6px)}.pp-product-image-wrapper{height:240px;overflow:hidden;position:relative}.pp-product-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.pp-product-card:hover .pp-product-image{transform:scale(1.06)}.pp-product-body{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 1.75rem 1.5rem}.pp-product-name{color:#111827;font-size:1.25rem;font-weight:700;margin:0}.pp-product-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin:.25rem 0 .75rem}.pp-specs{margin-bottom:.75rem}.pp-specs-title{color:#111827;font-size:.9rem;font-weight:700;letter-spacing:1px;margin:0 0 .4rem;text-transform:uppercase}.pp-specs-list{color:#4b5563;font-size:.9rem;list-style:none;margin:0;padding:0}.pp-specs-list li{margin-bottom:.25rem;padding-left:1rem;position:relative}.pp-specs-list li:before{background-color:#ffce07;border-radius:999px;content:"";height:.4rem;left:0;position:absolute;top:.55rem;width:.4rem}.pp-datasheet-button{align-items:center;background-color:#fff;border:2px solid #2c7138;border-radius:.65rem;color:#2c7138;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:auto;padding:.7rem 1rem;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;width:100%}.pp-datasheet-button:hover{background-color:#2c7138;box-shadow:0 10px 20px #2c713859;color:#fff;transform:translateY(-1px)}.pp-datasheet-icon{font-size:1rem}.projects-header{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.projects-counter{background-color:#fff;border-radius:999px;box-shadow:0 6px 15px #0f172a14;color:#4b5563;font-size:.9rem;font-weight:600;padding:.6rem 1.6rem}.pp-projects-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pp-project-card{background-color:#fff;border:1px solid #94a3b84d;border-radius:1rem;box-shadow:0 10px 26px #0f172a1f;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.pp-project-card:hover{box-shadow:0 16px 36px #0f172a2e;transform:translateY(-4px)}.pp-project-image-wrapper{height:220px;overflow:hidden;position:relative}.pp-project-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.pp-project-card:hover .pp-project-image{transform:scale(1.05)}.pp-project-status{border-radius:999px;font-size:.7rem;font-weight:700;left:1rem;padding:.35rem .9rem;position:absolute;top:1rem}.pp-project-status-completed{background-color:#dcfce7;color:#166534}.pp-project-status-upcoming{background-color:#fef9c3;color:#854d0e}.pp-project-body{display:flex;flex-direction:column;gap:.55rem;padding:1.5rem 1.6rem 1.4rem}.pp-project-meta{color:#6b7280;display:flex;font-size:.85rem;justify-content:space-between}.pp-project-location{display:inline-block}.pp-project-delivery{color:#2c7138;font-weight:600}.pp-project-title{color:#111827;font-size:1.1rem;font-weight:700;margin:.35rem 0 0}.pp-project-summary{color:#4b5563;font-size:.9rem;line-height:1.6;margin:.1rem 0 .75rem}.pp-project-link{align-items:center;background:none;border:none;color:#2c7138;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:.25rem;margin-top:auto;padding:0;transition:gap .15s ease,transform .15s ease}.pp-project-link-icon{font-size:.9rem}.pp-project-link:hover{gap:.45rem;transform:translateX(1px)}.about-card-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.about-card-grid-industries{margin-top:1.5rem}.about-card{background-color:#fff;border:1px solid #94a3b84d;border-radius:1rem;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.about-card:hover{box-shadow:0 16px 35px #0f172a24;transform:translateY(-4px)}.about-card-icon{align-items:center;background-color:#4caf5014;border-radius:999px;display:flex;font-size:1.25rem;height:2.5rem;justify-content:center;width:2.5rem}.about-card-title{color:#111827;font-size:1.05rem;font-weight:600;margin:0}.about-card-text{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.about-credibility{margin-bottom:4rem}.credibility-documents-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.credibility-document-card{background-color:#fff;border:1px solid #94a3b84d;border-radius:1rem;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.75rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.credibility-document-card:hover{border-color:#2c7138;box-shadow:0 16px 35px #0f172a24;transform:translateY(-4px)}.credibility-document-header{display:flex;flex-direction:column;gap:.5rem}.credibility-document-type{background-color:#ffce071f;border-radius:999px;color:#ffce07;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:1.5px;padding:.4rem .9rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.credibility-document-title{color:#111827;font-size:1.25rem;font-weight:700;line-height:1.4;margin:0}.credibility-document-description{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.credibility-download-link{align-items:center;background-color:#2c7138;border-radius:.5rem;box-shadow:0 4px 12px #2c713840;color:#fff;display:inline-flex;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;width:-webkit-fit-content;width:fit-content}.credibility-download-link:hover{background-color:#1f4f2a;box-shadow:0 6px 18px #2c713859;transform:translateY(-2px)}.credibility-footer-note{color:#6b7280;font-size:.95rem;font-style:italic;line-height:1.7;margin-top:2rem;text-align:center}.about .aboutContainer .pageHeader{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:space-between;margin-top:3rem;padding:0 4rem;width:100%}.about .aboutContainer .pageHeader .pageHeaderImageContainer{flex:1.2 1}.about .aboutContainer .pageHeader .pageHeaderImage{border-radius:1rem;box-shadow:0 10px 30px #00000026;height:auto;object-fit:cover;width:100%}.about .aboutContainer .pageHeader .headerContent{display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:left}.about .aboutContainer .pageHeader .headerContent .headerHeading{color:#2c7138;font-size:48px;font-weight:700}.about .aboutContainer .pageHeader .headerContent .headerDescription{color:#1a202c;font-size:18px;font-weight:500}.ourMission{align-items:stretch;display:flex;flex-direction:row;gap:2.5rem;justify-content:center;margin-top:3rem;padding:0 4rem;width:100%}.ourMission .missionCard{background-color:#fff;border-radius:1.5rem;box-shadow:0 18px 45px #0f172a29;display:flex;flex:1 1;flex-direction:row;overflow:hidden}.ourMission .missionImageContainer{flex:1.2 1}.ourMission .missionImage{border-radius:1rem;box-shadow:0 10px 30px #00000026;height:auto;object-fit:cover;width:100%}.ourMission .sectionLeft{display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:left}.ourMission .sectionLeft .sectionHeading{color:#2c7138;font-size:48px;font-weight:700}.ourMission .sectionLeft .sectionDescription{color:#1a202c;font-size:18px;font-weight:500}.sectionDescriptionList{margin-bottom:.5rem}.ourMission .sectionRight,.productSection{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center}.productSection{background-color:#4d9b44;padding:4rem 2rem;width:100%}.productSection .sectionHeader{align-items:center;display:flex;flex-direction:column}.productSection .sectionHeader .sectionHeading{color:#fff;font-size:48px;font-weight:700}.productSection .sectionHeader .sectionDescription{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.productSection .productCards{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:2rem;justify-content:center}.productSection .productCards .productCard{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;padding:1rem}.productSection .productCards .productCard .productCardImage{height:300px;overflow:hidden;width:250px}.productSection .productCards .productCard .productCardHeading{color:#000;font-size:20px;font-weight:600}.productSection .productCards .productCard .productCardDescription{display:flex;justify-content:space-between;padding-top:1rem}.productSection .productCards .productCard .productCardDescription .weight{color:#1a202c;font-size:16px;font-weight:400}.productSection .productCards .productCard .productCardDescription .price{color:#1a202c;font-size:20px;font-weight:600}.productSection .productCards .productCard .productCardDescription .knowMoreButton{background-color:#ffce07;border:none;border-radius:.5rem;color:#1a202c;cursor:pointer;font-size:16px;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.aboveFooter{gap:2rem;margin-top:4rem;padding:4rem 2rem;width:100%}.aboveFooter,.aboveFooter .sectionHeader{align-items:center;display:flex;flex-direction:column;justify-content:center}.aboveFooter .sectionHeader{gap:.5rem;text-align:center}.aboveFooter .sectionHeader .sectionHeading{color:#2c7138;font-size:3rem;font-weight:700;margin:0}.aboveFooter .sectionHeader .sectionDescription{color:#000;font-size:1.1rem;font-weight:400;margin:0;max-width:700px}.aboveFooter .aboveFooterContent{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.aboveFooter .aboveFooterContent .getQuote{background-color:#ffce07;border:none;border-radius:.5rem;box-shadow:0 4px 15px #ffce074d;color:#1a202c;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.aboveFooter .aboveFooterContent .getQuote:hover{background-color:#ffdb3d;box-shadow:0 6px 20px #ffce0780;transform:translateY(-3px)}.aboveFooter .aboveFooterContent .download{background-color:#fff;border:2px solid #2c7138;border-radius:.5rem;color:#2c7138;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.aboveFooter .aboveFooterContent .download:hover{background-color:initial;box-shadow:0 4px 15px #fff3;color:#000;transform:translateY(-3px)}@media (max-width:1024px){.missionVisionSection{padding:4rem 0}.missionVisionCard{padding:2.25rem 2rem}.about-hero-title{font-size:3rem}.about-hero-subtitle{font-size:.95rem}.about-section{margin-bottom:3rem;padding:0 2rem}.about-section-title{font-size:2rem}.about-card-grid{gap:1.5rem}.about-card-grid,.pp-products-grid,.pp-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-projects-inner{padding:0 2.5rem}.about .aboutContainer{margin-top:6rem}.about .aboutContainer .pageHeader{flex-direction:column;gap:2rem;padding:0 2rem}.about .aboutContainer .pageHeader .headerContent .headerHeading{font-size:36px}.about .aboutContainer .pageHeader .headerContent .headerDescription{font-size:16px}.about .aboutContainer .pageHeader .headerContentButtons{flex-wrap:wrap}.about .aboutContainer .ourMission{flex-direction:column;gap:2rem;padding:0 2rem}.about .aboutContainer .ourMission .sectionLeft .sectionHeading{font-size:36px}.about .aboutContainer .ourMission .sectionLeft .sectionDescription{font-size:16px}.about .aboutContainer .whyUs .sectionHeader .sectionHeading{font-size:36px}.about .aboutContainer .whyUs .sectionHeader .sectionDescription{font-size:16px}.about .aboutContainer .whyUs .benefits{flex-wrap:wrap;padding:0 2rem}.about .aboutContainer .whyUs .benefits .benefitCard{flex-basis:calc(50% - 1rem);flex-grow:1;flex-shrink:1;min-width:200px}.about .aboutContainer .productSection{padding:3rem 1.5rem}.about .aboutContainer .productSection .sectionHeader .sectionHeading{font-size:36px}.about .aboutContainer .productSection .sectionHeader .sectionDescription{font-size:16px}.about .aboutContainer .productSection .productCards{flex-wrap:wrap;gap:1.5rem}.about .aboutContainer .productSection .productCards .productCard{flex-basis:calc(50% - 1rem);flex-grow:1;flex-shrink:1;min-width:250px}.about .aboutContainer .aboveFooter .sectionHeader .sectionHeading{font-size:36px}.about .aboutContainer .aboveFooter .sectionHeader .sectionDescription{font-size:16px}}@media (max-width:768px){.missionVisionInner{padding:0 1.25rem}.missionVisionGrid{gap:2rem}.about-hero-content{left:5%;padding:0 1.5rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:.9rem}.about-hero-buttons{flex-direction:column;width:100%}.about .aboutContainer{margin-top:5rem}.about .aboutContainer .pageHeader{padding:0 1rem}.about .aboutContainer .pageHeader .headerContent .headerHeading{font-size:28px}.about .aboutContainer .pageHeader .headerContent .headerDescription{font-size:14px}.about .aboutContainer .pageHeader .headerContentButtons{flex-direction:column;width:100%}.about .aboutContainer .pageHeader .headerContentButtons .ContactUs,.about .aboutContainer .pageHeader .headerContentButtons .products{text-align:center;width:100%}.about .aboutContainer .ourMission{padding:0 1rem}.about .aboutContainer .ourMission .sectionLeft .sectionHeading{font-size:28px}.about .aboutContainer .ourMission .sectionLeft .sectionDescription,.about .aboutContainer .ourMission .sectionLeft .sectionDescriptionList{font-size:14px}.about .aboutContainer .whyUs .sectionHeader .sectionHeading{font-size:28px}.about .aboutContainer .whyUs .sectionHeader .sectionDescription{font-size:14px}.about .aboutContainer .whyUs .benefits{flex-direction:column;padding:0 1rem}.about .aboutContainer .whyUs .benefits .benefitCard{max-width:350px;width:100%}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardImage{height:60px;width:60px}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardHeading{font-size:16px}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardDescription{font-size:13px}.about .aboutContainer .productSection{padding:2.5rem 1rem}.about .aboutContainer .productSection .sectionHeader .sectionHeading{font-size:28px}.about .aboutContainer .productSection .sectionHeader .sectionDescription{font-size:14px}.about .aboutContainer .productSection .productCards{flex-direction:column}.about .aboutContainer .productSection .productCards .productCard{max-width:350px;width:100%}.about .aboutContainer .productSection .productCards .productCard .productCardImage{height:250px;width:100%}.about .aboutContainer .productSection .productCards .productCard .productCardHeading{font-size:18px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .weight{font-size:14px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .price{font-size:16px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .knowMoreButton{font-size:14px;padding:.6rem 1.2rem}.about .aboutContainer .aboveFooter{padding:3rem 1.5rem}.about .aboutContainer .aboveFooter .sectionHeader .sectionHeading{font-size:28px}.about .aboutContainer .aboveFooter .sectionHeader .sectionDescription{font-size:14px}.about .aboutContainer .aboveFooter .aboveFooterContent{flex-direction:column;gap:1rem;width:100%}.about .aboutContainer .aboveFooter .aboveFooterContent .download,.about .aboutContainer .aboveFooter .aboveFooterContent .getQuote{font-size:1rem;padding:.9rem 2rem;width:100%}.about-section{padding:0 1.5rem}.about-card-grid,.pp-products-grid,.pp-projects-grid{grid-template-columns:1fr}.products-projects-inner{padding:0 1.25rem}.pp-product-card,.pp-project-card{max-width:100%}.about-card{margin:0 auto;max-width:360px}.about-card,.credibility-document-card{padding:1.5rem 1.25rem}.credibility-document-title{font-size:1.1rem}.credibility-document-description{font-size:.9rem}.credibility-download-link{font-size:.9rem;padding:.65rem 1.25rem}.credibility-footer-note{font-size:.9rem;padding:0 1rem}}@media (max-width:480px){.missionVisionInner{padding:0 1rem}.missionVisionCard{padding:2rem 1.5rem}.about-hero-content{left:4%;padding:0 1rem}.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:.85rem}.about .aboutContainer{margin-top:4rem}.about .aboutContainer .pageHeader{padding:0 .5rem}.about .aboutContainer .pageHeader .headerContent .headerHeading{font-size:24px}.about .aboutContainer .pageHeader .headerContent .headerDescription{font-size:13px}.about .aboutContainer .pageHeader .headerContentButtons .ContactUs,.about .aboutContainer .pageHeader .headerContentButtons .products{font-size:13px;padding:.8rem 1rem}.about .aboutContainer .ourMission{padding:0 .5rem}.about .aboutContainer .ourMission .sectionLeft .sectionHeading{font-size:24px}.about .aboutContainer .ourMission .sectionLeft .sectionDescription,.about .aboutContainer .ourMission .sectionLeft .sectionDescriptionList{font-size:13px}.about .aboutContainer .whyUs .sectionHeader .sectionHeading{font-size:24px}.about .aboutContainer .whyUs .sectionHeader .sectionDescription{font-size:13px}.about .aboutContainer .whyUs .benefits{padding:0 .5rem}.about .aboutContainer .whyUs .benefits .benefitCard{padding:1rem}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardImage{height:50px;width:50px}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardHeading{font-size:15px}.about .aboutContainer .whyUs .benefits .benefitCard .benefitCardDescription{font-size:12px}.about .aboutContainer .productSection{padding:2rem .5rem}.about .aboutContainer .productSection .sectionHeader .sectionHeading{font-size:24px}.about .aboutContainer .productSection .sectionHeader .sectionDescription{font-size:13px}.about .aboutContainer .productSection .productCards .productCard .productCardImage{height:200px}.about .aboutContainer .productSection .productCards .productCard .productCardHeading{font-size:16px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .weight{font-size:13px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .price{font-size:15px}.about .aboutContainer .productSection .productCards .productCard .productCardDescription .knowMoreButton{font-size:13px;padding:.5rem 1rem}.about .aboutContainer .aboveFooter{padding:2.5rem 1rem}.about .aboutContainer .aboveFooter .sectionHeader .sectionHeading{font-size:24px}.about .aboutContainer .aboveFooter .sectionHeader .sectionDescription{font-size:13px}.about .aboutContainer .aboveFooter .aboveFooterContent .download,.about .aboutContainer .aboveFooter .aboveFooterContent .getQuote{font-size:.95rem;padding:.8rem 1.5rem}.about-card{max-width:320px}.about-card,.credibility-document-card{padding:1.35rem 1.1rem}.credibility-document-type{font-size:.8rem;padding:.35rem .75rem}.credibility-document-title{font-size:1rem}.credibility-document-description{font-size:.85rem}.credibility-download-link{font-size:.85rem;padding:.6rem 1.1rem}.credibility-footer-note{font-size:.85rem}}.contact{background-color:#fff;min-height:100vh;width:100%}.contactContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:8rem;padding:2rem;width:100%}.contactHeader{margin-bottom:3rem;text-align:center}.contactHeaderHeading{color:#2c7138;font-size:48px;font-weight:700;margin-bottom:1rem}.contactHeaderDescription{color:#1a202c;font-size:18px;font-weight:500}.contactMethods{align-items:flex-start;display:flex;gap:3rem;max-width:1200px;width:100%}.contactInfoContainer{display:flex;flex:0 0 400px;flex-direction:column;gap:1.5rem;max-width:100%}.contactForm{background:#0000;border:1px solid #94a3b873;border-radius:1.75rem;flex:1 1;padding:3rem;width:100%}.formKicker{color:#1a202c;font-size:.8rem;font-weight:600;letter-spacing:2px;margin:0 0 .5rem;text-transform:uppercase}.formHeading{color:#2c7138;font-size:32px;font-weight:700;margin-bottom:2rem;margin-top:0}.form{flex-direction:column}.form,.formRow{display:flex;gap:1.5rem}.formGroup{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.formLabel{color:#374151;font-size:16px;font-weight:500;margin:0}.formInput,.formTextarea{background-color:#fffffffa;border:1px solid #d1d5db99;border-radius:1.25rem;font-family:inherit;font-size:16px;outline:none;padding:1rem;transition:box-shadow .3s ease,border-color .3s ease,background-color .3s ease,transform .1s ease}.formInput:focus,.formTextarea:focus{background-color:#fff;border-color:#ffce07;box-shadow:0 0 0 2px #ffce0780;transform:translateY(-1px)}.formTextarea{min-height:120px;resize:vertical}.formSubmit{background-color:#2c7138;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.formSubmit:hover{box-shadow:0 4px 12px #ffce0766;transform:translateY(-2px)}.contactInfo{align-self:stretch;background-color:#fff;border:1px solid #94a3b859;border-radius:1.75rem;display:flex;flex-direction:column;gap:1.75rem;padding:2rem;width:100%}.contactInfoImageWrapper{border-radius:1.25rem;overflow:hidden;width:100%}.contactInfoImage{display:block;height:210px;object-fit:cover;width:100%}.infoHeading{color:#2c7138;font-size:32px;font-weight:700;margin:0}.infoItem{align-items:flex-start;display:flex;gap:1rem}.infoIcon{flex-shrink:0;height:24px;width:24px}.infoEmail,.infoNumber,.infoTiming{white-space:nowrap}.infoAddress,.infoEmail,.infoNumber,.infoTiming{color:#333;font-size:16px;font-weight:500;margin:0}.infoAddress{word-wrap:break-word;flex:1 1;line-height:1.5;white-space:normal}@media (max-width:1024px){.contactContainer{margin-top:7rem}.contactMethods{flex-direction:column;gap:3rem}.contactInfoContainer{flex:1 1 auto;max-width:100%}.contactInfo{max-width:none;width:100%}.mapSection{padding:0 2rem}.contactPageAboveFooter .aboveFooterHeading{font-size:36px}.contactPageAboveFooter .aboveFooterDescription{font-size:16px}}@media (max-width:768px){.contactContainer{margin-top:6rem;padding:1rem}.contactHeader{margin-bottom:2rem}.contactHeaderHeading{font-size:28px}.contactHeaderDescription{font-size:14px}.contactMethods{flex-direction:column;gap:2rem}.contactForm,.contactInfo{padding:2rem}.formHeading,.infoHeading{font-size:24px}.formRow{flex-direction:column;gap:1rem}.formLabel{font-size:14px}.formInput,.formTextarea{font-size:14px;padding:.875rem}.formSubmit{font-size:16px;padding:.875rem 2rem}.contactInfo{width:100%}.infoItem{align-items:flex-start}.infoEmail,.infoNumber,.infoTiming{font-size:14px;white-space:nowrap}.infoAddress{font-size:14px;line-height:1.5;white-space:normal}.mapSection{margin-top:3rem;padding:0 1rem}.mapContainer{height:300px}.directionsButton{font-size:16px;padding:.875rem 2rem}.contactPageAboveFooter{margin-top:3rem;padding:3rem 1.5rem}.contactPageAboveFooter .aboveFooterHeading{font-size:28px}.contactPageAboveFooter .aboveFooterDescription{font-size:14px}.contactPageAboveFooter .aboveFooterButton{font-size:15px;padding:.875rem 2rem}}@media (max-width:480px){.contactContainer{margin-top:5rem;padding:.5rem}.contactHeader{margin-bottom:1.5rem}.contactHeaderHeading{font-size:24px}.contactHeaderDescription{font-size:13px}.contactMethods{gap:1.5rem}.contactForm{border-radius:1rem;padding:1.5rem}.formHeading{font-size:20px;margin-bottom:1.5rem}.form{gap:1rem}.formLabel{font-size:13px}.formInput,.formTextarea{border-radius:1rem;font-size:13px;padding:.75rem}.formTextarea{min-height:100px}.formSubmit{font-size:15px;padding:.75rem 1.5rem}.contactInfo{gap:1.5rem;padding:1.5rem}.infoHeading{font-size:20px;margin-bottom:1rem}.infoIcon{height:20px;width:20px}.infoEmail,.infoNumber,.infoTiming{font-size:13px;white-space:nowrap}.infoAddress{font-size:13px;line-height:1.5;white-space:normal}.mapSection{gap:1.5rem;margin-top:2rem;padding:0 .5rem}.mapContainer{border-radius:1rem;height:250px}.mapIcon{height:48px;padding:.75rem;width:48px}.mapText{font-size:14px}.directionsButton{font-size:15px;padding:.75rem 1.5rem}.contactPageAboveFooter{margin-top:2rem;padding:2.5rem 1rem}.contactPageAboveFooter .aboveFooterHeading{font-size:22px}.contactPageAboveFooter .aboveFooterDescription{font-size:13px}.contactPageAboveFooter .aboveFooterButton{font-size:14px;padding:.75rem 1.5rem}}.mapSection{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:4rem;max-width:1200px;padding:0 2rem;width:100%}.mapContainer{background-color:#b8c5d0;border:2px solid #e0e0e0;border-radius:1.5rem;height:400px;overflow:hidden;position:relative;width:100%}.mapIframe{border:none;height:100%;width:100%}.mapOverlay{align-items:center;display:flex;flex-direction:column;gap:.5rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.mapIcon{background-color:#fff;border-radius:1rem;color:#6b7c8f;height:64px;padding:1rem;width:64px}.mapText{color:#6b7c8f;font-size:16px;font-weight:600;margin:0}.directionsButton{background-color:#fff;border:2px solid #4d6b7c;border-radius:2rem;color:#4d6b7c;cursor:pointer;font-size:18px;font-weight:700;padding:1rem 3rem;transition:all .3s ease}.directionsButton:hover{background-color:#4d6b7c;box-shadow:0 4px 12px #4d6b7c4d;color:#fff;transform:translateY(-2px)}.contactPageAboveFooter{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:4rem;max-width:1200px;padding:4rem 2rem;text-align:center;width:100%}.aboveFooterHeading{color:#2c7138;font-size:48px;font-weight:700;margin:0}.aboveFooterDescription{color:#1a202c;font-size:18px;font-weight:500;margin:0 0 1rem}.aboveFooterButton{background-color:#ffce07;border:none;border-radius:2rem;color:#1a202c;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;padding:1rem 2.5rem;transition:all .3s ease}.aboveFooterButton:hover{box-shadow:0 4px 12px #ffce0766;transform:translateY(-2px)}.product-detail{background-color:#fff;min-height:100vh;width:100%}.product-hero-section{background:linear-gradient(135deg,#2c7138,#4d9b44);overflow:hidden;padding:9rem 2rem 6rem;position:relative}.product-hero-container{margin:0 auto;max-width:1400px;position:relative;z-index:2}.product-hero-breadcrumb{align-items:center;color:#ffffffe6;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:2rem}.product-hero-breadcrumb a{color:#ffffffe6;text-decoration:none;transition:color .2s ease}.product-hero-breadcrumb a:hover{color:#ffce07}.product-hero-breadcrumb-separator{color:#ffffff80}.product-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-hero-text{color:#fff}.product-hero-badge{align-items:center;background-color:#ffce0733;border:1px solid #ffce0766;border-radius:999px;color:#ffce07;display:inline-flex;font-size:.85rem;font-weight:700;gap:.5rem;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1.25rem;text-transform:uppercase}.product-hero-title{color:#fff;font-size:4rem;font-weight:700;line-height:1.1;margin:0 0 1.25rem}.product-hero-tagline{color:#fffffff2;font-size:1.35rem;font-weight:600;line-height:1.5;margin:0 0 2rem}.product-hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.product-hero-stat{border-left:3px solid #ffce07;padding-left:1rem}.product-hero-stat-value{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.25rem}.product-hero-stat-label{color:#ffffffd9;font-size:.85rem;letter-spacing:1px;text-transform:uppercase}.product-hero-image-container{position:relative}.product-hero-image-wrapper{border:8px solid #ffffff1a;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;overflow:hidden;position:relative}.product-hero-image{display:block;height:auto;width:100%}.product-variant-floating-badge{background:linear-gradient(135deg,#ffce07,#ffdb3d);border-radius:999px;box-shadow:0 8px 20px #ffce0766;color:#111827;font-size:.95rem;font-weight:700;padding:.75rem 1.5rem;position:absolute;right:1.5rem;top:1.5rem}.product-content-section{margin:-3rem auto 0;max-width:1400px;padding:0 4rem;position:relative;z-index:10}.product-content-grid{grid-gap:2.25rem;background:#fff;border:1px solid #94a3b833;border-radius:1.25rem;box-shadow:0 20px 60px #0f172a26;display:grid;gap:2.25rem;grid-template-columns:1fr 1fr;padding:2.25rem}.product-description-section{display:flex;flex-direction:column;gap:2rem}.product-section-title{align-items:center;color:#2c7138;display:flex;font-size:1.5rem;font-weight:700;gap:.65rem;margin:0 0 .6rem}.product-section-title:before{background:linear-gradient(180deg,#ffce07,#2c7138);border-radius:999px;content:"";height:1.5rem;width:4px}.product-short-description{color:#4b5563;font-size:1.05rem;line-height:1.8;margin:0}.product-full-description{color:#6b7280;font-size:.98rem;line-height:1.8;margin:0}.product-specs-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #94a3b833;border-radius:.85rem;padding:1.5rem}.product-specs-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin:0;padding:0}.product-spec-item{align-items:flex-start;color:#374151;display:flex;font-size:.95rem;line-height:1.6;padding-left:2rem;position:relative}.product-spec-item:before{align-items:center;background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:50%;color:#fff;content:"✓";display:flex;font-size:.75rem;font-weight:700;height:1.5rem;justify-content:center;left:0;position:absolute;top:0;width:1.5rem}.product-variants-section{background:#fff;border:2px solid #2c71381a;border-radius:1rem;grid-column:1/-1;margin-top:1.5rem;padding:1.75rem}.product-variants-header{align-items:flex-start;border-bottom:2px solid #94a3b826;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.product-variants-title-group{flex:1 1}.product-variants-title{color:#2c7138;font-size:1.5rem;font-weight:700;margin:0 0 .35rem}.product-variants-subtitle{color:#6b7280;font-size:.95rem;margin:0}.product-variants-range-badge{background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:999px;color:#fff;font-size:.8rem;font-weight:700;padding:.5rem 1.15rem}.product-variants-grid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));margin-bottom:1.5rem}.product-variant-card{background-color:#fff;border:2px solid #94a3b84d;border-radius:.75rem;cursor:pointer;overflow:hidden;padding:1rem .75rem;position:relative;text-align:center;transition:all .3s ease}.product-variant-card:before{background:linear-gradient(90deg,#2c7138,#4d9b44);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.product-variant-card:hover{border-color:#2c7138;box-shadow:0 8px 20px #2c713833;transform:translateY(-4px)}.product-variant-card:hover:before{transform:scaleX(1)}.product-variant-card.active{background:linear-gradient(135deg,#2c7138,#4d9b44);border-color:#2c7138;box-shadow:0 12px 30px #2c71384d;color:#fff}.product-variant-card.active:before{background:#ffce07;transform:scaleX(1)}.variant-diameter{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.product-variant-card.active .variant-diameter{color:#fff}.variant-grid,.variant-weight{color:#6b7280;font-size:.8rem;margin-top:.25rem}.product-variant-card.active .variant-grid,.product-variant-card.active .variant-weight{color:#ffffffe6}.variant-details{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #2c713833;border-radius:.75rem;margin-top:1rem;padding:1.25rem}.variant-details-title{color:#2c7138;font-size:1rem;font-weight:700;margin:0 0 .75rem}.variant-application{color:#374151;font-size:.95rem;line-height:1.7;margin:0}.variant-application strong{color:#2c7138}.product-features-section{margin:4rem auto;max-width:1400px;padding:0 4rem;width:100%}.product-features-container{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #94a3b833;border-radius:1.25rem;padding:2rem}.features-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem}.feature-item{align-items:flex-start;background:#fff;border:1px solid #94a3b826;border-radius:.75rem;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.feature-item:hover{border-color:#2c7138;box-shadow:0 8px 20px #0f172a1a;transform:translateX(4px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:50%;box-shadow:0 4px 12px #2c71384d;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:2.25rem;justify-content:center;width:2.25rem}.feature-text{color:#374151;font-size:.9rem;line-height:1.6;margin:0}.product-applications-section{background:linear-gradient(135deg,#2c7138,#4d9b44);overflow:hidden;padding:5rem 4rem;position:relative;width:100%}.product-applications-container{margin:0 auto;max-width:1400px;position:relative;z-index:2}.product-applications-header{margin-bottom:3rem;text-align:center}.product-applications-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .75rem}.product-applications-subtitle{color:#ffffffe6;font-size:1.1rem;margin:0}.applications-grid{grid-gap:1.15rem;display:grid;gap:1.15rem;grid-template-columns:repeat(2,1fr)}.application-item{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:.75rem;display:flex;gap:.85rem;padding:1.15rem;transition:all .3s ease}.application-item:hover{background:#ffffff26;border-color:#ffce07;transform:translateX(6px)}.application-icon{flex-shrink:0;font-size:1.35rem}.application-text{color:#fff;font-size:.88rem;line-height:1.6;margin:0}.product-cta-section{margin:5rem auto;max-width:1200px;padding:0 4rem;width:100%}.product-cta-container{background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:1.25rem;box-shadow:0 20px 60px #2c713840;overflow:hidden;padding:3rem 2.5rem;position:relative}.product-cta-container:before{background:radial-gradient(circle,#ffce0733 0,#0000 70%);border-radius:50%;content:"";height:400px;position:absolute;right:-10%;top:-50%;width:400px}.product-cta-content{position:relative;text-align:center;z-index:2}.product-cta-title{color:#fff;font-size:1.9rem;font-weight:700;margin:0 0 .85rem}.product-cta-description{color:#fffffff2;font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:800px}.product-cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.product-cta-button-primary{background-color:#ffce07;border:none;border-radius:999px;box-shadow:0 8px 20px #ffce0766;color:#111827;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.25rem;transition:all .3s ease}.product-cta-button-primary:hover{background-color:#ffdb3d;box-shadow:0 12px 30px #ffce0780;transform:translateY(-3px)}.product-cta-button-secondary{background-color:initial;border:2px solid #fff;border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.25rem;transition:all .3s ease}.product-cta-button-secondary:hover{background-color:#ffffff1a;box-shadow:0 8px 20px #fff3;transform:translateY(-3px)}.product-not-found{margin:0 auto;max-width:700px;padding:8rem 2rem;text-align:center}.product-not-found-icon{font-size:5rem;margin-bottom:1.5rem}.product-not-found h2{color:#111827;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.product-not-found p{color:#6b7280;font-size:1.15rem;margin:0 0 2.5rem}.product-not-found-button{background-color:#2c7138;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.product-not-found-button:hover{background-color:#4d9b44;box-shadow:0 8px 20px #2c71384d;transform:translateY(-2px)}@media (max-width:1024px){.product-hero-section{padding:8rem 2rem 5rem}.product-hero-content{gap:3rem;grid-template-columns:1fr}.product-hero-title{font-size:3rem}.product-content-section{padding:0 2rem}.product-content-grid{gap:2.5rem;grid-template-columns:1fr}.features-grid{gap:1.5rem;grid-template-columns:1fr}.product-applications-section,.product-cta-section,.product-features-section{padding-left:2rem;padding-right:2rem}.applications-grid{grid-template-columns:1fr}}@media (max-width:768px){.product-hero-section{padding:7rem 1.5rem 4rem}.product-hero-title{font-size:2.5rem}.product-hero-tagline{font-size:1.15rem}.product-hero-stats{gap:1.25rem;grid-template-columns:1fr}.product-content-section{margin-top:-2rem;padding:0 1.5rem}.product-content-grid,.product-variants-section{padding:2rem}.product-variants-header{flex-direction:column;gap:1rem}.product-variants-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.product-applications-section,.product-cta-section,.product-features-section{margin-top:3rem;padding-left:1.5rem;padding-right:1.5rem}.product-cta-container{padding:3rem 2rem}.product-cta-title{font-size:1.85rem}.product-cta-buttons{align-items:stretch;flex-direction:column}.product-cta-button-primary,.product-cta-button-secondary{width:100%}.application-item:nth-child(n+5),.feature-item:nth-child(n+5),.product-spec-item:nth-child(n+6){display:none}.product-short-description{font-size:.95rem}.product-full-description{font-size:.88rem}.variant-application{font-size:.85rem}}@media (max-width:480px){.product-hero-section{padding:6rem 1.25rem 3.5rem}.product-hero-title{font-size:2rem}.product-hero-tagline{font-size:1rem}.product-hero-stat-value{font-size:1.5rem}.product-content-section{padding:0 1.25rem}.product-content-grid{padding:1.75rem}.product-section-title{font-size:1.5rem}.product-variants-section{padding:1.75rem}.product-variants-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.product-variant-card{padding:.9rem .6rem}.variant-diameter{font-size:1.1rem}.features-grid{gap:1.25rem}.feature-item{padding:1.1rem}.product-applications-section{padding:4rem 1.25rem}.product-applications-title{font-size:2rem}.product-cta-section{margin-top:3.5rem}.product-cta-container{padding:2.5rem 1.75rem}.product-cta-title{font-size:1.65rem}.product-cta-description{font-size:1rem}.product-short-description{font-size:.9rem}.product-full-description{font-size:.82rem}.variant-application{font-size:.8rem}}.blog{background-color:#fff;min-height:100vh;width:100%}.blog-hero-section{align-items:center;background:linear-gradient(135deg,#2c7138,#4d9b44);display:flex;justify-content:center;overflow:hidden;padding:10rem 2rem 5rem;position:relative;text-align:center;width:100%}.blog-hero-content{max-width:900px;position:relative;z-index:2}.blog-hero-tagline{color:#ffce07;font-size:.95rem;font-weight:700;letter-spacing:3px;margin:0 0 1.25rem;text-transform:uppercase}.blog-hero-title{color:#fff;font-size:4rem;font-weight:700;line-height:1.1;margin:0 0 1.5rem}.blog-hero-subtitle{color:#fffffff2;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.blog-container{margin:0 auto;max-width:1400px;padding:5rem 4rem}.blog-featured-article{margin-bottom:5rem}.blog-featured-card{grid-gap:0;background:#fff;border:1px solid #94a3b833;border-radius:1.5rem;box-shadow:0 10px 40px #0f172a1f;color:inherit;display:grid;gap:0;grid-template-columns:1.2fr 1fr;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-featured-card:hover{box-shadow:0 20px 60px #0f172a2e;transform:translateY(-4px)}.blog-featured-image-wrapper{height:100%;min-height:400px;overflow:hidden;position:relative}.blog-featured-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.blog-featured-card:hover .blog-featured-image{transform:scale(1.05)}.blog-featured-badge{background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:999px;box-shadow:0 4px 15px #2c713866;color:#fff;font-size:.8rem;font-weight:700;left:1.5rem;letter-spacing:1px;padding:.5rem 1.25rem;position:absolute;text-transform:uppercase;top:1.5rem}.blog-featured-content{display:flex;flex-direction:column;justify-content:center;padding:3rem}.blog-featured-meta{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.blog-featured-date{align-items:center;color:#2c7138;display:flex;font-size:.9rem;font-weight:700;gap:.5rem}.blog-featured-date:before{content:"📅";font-size:1rem}.blog-featured-read-time{align-items:center;color:#6b7280;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.blog-featured-read-time:before{content:"⏱";font-size:1rem}.blog-featured-title{color:#111827;font-size:2.25rem;font-weight:700;line-height:1.2;margin:0 0 1.25rem}.blog-featured-excerpt{color:#4b5563;font-size:1.05rem;line-height:1.7;margin:0 0 2rem}.blog-featured-read-more{align-items:center;color:#2c7138;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;transition:gap .2s ease}.blog-featured-card:hover .blog-featured-read-more{gap:.75rem}.blog-section-divider{margin:3rem 0 3.5rem;text-align:center}.blog-section-title{border-bottom:3px solid #ffce07;color:#2c7138;display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding-bottom:.75rem;text-transform:uppercase}.blog-articles-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.blog-article-card{background:#fff;border:1px solid #94a3b833;border-radius:1.25rem;box-shadow:0 8px 30px #0f172a14;color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-article-card:hover{border-color:#2c7138;box-shadow:0 16px 45px #0f172a26;transform:translateY(-6px)}.blog-article-image-wrapper{background-color:#f0f0f0;height:260px;overflow:hidden;position:relative;width:100%}.blog-article-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-article-card:hover .blog-article-image{transform:scale(1.08)}.blog-article-content{display:flex;flex-direction:column;flex-grow:1;padding:2rem}.blog-article-meta{align-items:center;border-bottom:1px solid #94a3b826;display:flex;gap:1.25rem;margin-bottom:1.25rem;padding-bottom:1rem}.blog-article-date{color:#2c7138;font-size:.85rem;font-weight:700}.blog-article-read-time{color:#6b7280;font-size:.85rem;font-weight:600}.blog-article-title{color:#111827;font-size:1.35rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.blog-article-excerpt{color:#4b5563;flex-grow:1;font-size:.95rem;line-height:1.7;margin:0 0 1.5rem}.blog-article-read-more{align-items:center;color:#2c7138;display:inline-flex;font-size:.9rem;font-weight:700;gap:.35rem;margin-top:auto;transition:gap .2s ease}.blog-article-card:hover .blog-article-read-more{gap:.6rem}@media (max-width:1024px){.blog-hero-section{padding:8rem 2rem 4rem}.blog-hero-title{font-size:3rem}.blog-container{padding:4rem 2.5rem}.blog-featured-card{grid-template-columns:1fr}.blog-featured-image-wrapper{min-height:350px}.blog-featured-content{padding:2.5rem}.blog-articles-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-hero-section{padding:7rem 1.5rem 3.5rem}.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1.05rem}.blog-container{padding:3rem 1.5rem}.blog-featured-card{border-radius:1.25rem}.blog-featured-image-wrapper{min-height:280px}.blog-featured-content{padding:2rem}.blog-featured-title{font-size:1.75rem}.blog-featured-excerpt{font-size:1rem}.blog-articles-grid{gap:2rem;grid-template-columns:1fr}.blog-article-image-wrapper{height:220px}}@media (max-width:480px){.blog-hero-section{padding:6rem 1.25rem 3rem}.blog-hero-tagline{font-size:.85rem;letter-spacing:2px}.blog-hero-title{font-size:2rem}.blog-hero-subtitle{font-size:.95rem}.blog-container{padding:2.5rem 1.25rem}.blog-featured-badge{font-size:.75rem;padding:.4rem 1rem}.blog-featured-image-wrapper{min-height:240px}.blog-featured-content{padding:1.75rem}.blog-featured-title{font-size:1.5rem}.blog-featured-excerpt{font-size:.95rem}.blog-article-content{padding:1.5rem}.blog-article-title{font-size:1.2rem}}.blog-article{background-color:#fff;min-height:100vh;width:100%}.blog-article-header-section{background:linear-gradient(135deg,#2c7138,#4d9b44);color:#fff;overflow:hidden;padding:9rem 2rem 4rem;position:relative}.blog-article-header-container{margin:0 auto;max-width:900px;position:relative;z-index:2}.blog-article-back-link{align-items:center;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:2rem;opacity:.9;text-decoration:none;transition:all .2s ease}.blog-article-back-link:hover{color:#ffce07;gap:.75rem;opacity:1}.blog-article-meta-header{align-items:center;display:flex;gap:2rem;margin-bottom:1.75rem}.blog-article-date-header{align-items:center;color:#fffffff2;display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.blog-article-date-header:before{content:"📅";font-size:1.1rem}.blog-article-read-time-header{align-items:center;color:#ffffffd9;display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.blog-article-read-time-header:before{content:"⏱";font-size:1.1rem}.blog-article-title-header{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.15;margin:0}.blog-article-image-section{margin:-3rem auto 0;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:10}.blog-article-featured-image{border:8px solid #fff;border-radius:1.5rem;box-shadow:0 20px 60px #0003;height:auto;max-height:550px;object-fit:cover;width:100%}.blog-article-content-section{margin:4rem auto 0;max-width:900px;padding:0 2rem}.blog-article-content-wrapper{background:#fff;border:1px solid #94a3b826;border-radius:1.5rem;box-shadow:0 4px 20px #0f172a14;padding:3.5rem 4rem}.blog-article-intro{border-bottom:2px solid #94a3b826;color:#2c7138;font-size:1.2rem;font-weight:600;line-height:1.8;margin:0 0 2.5rem;padding-bottom:2rem}.blog-article-paragraph{color:#374151;font-size:1.1rem;line-height:1.85;margin:0 0 1.75rem}.blog-article-paragraph:last-of-type{margin-bottom:0}.blog-article-footer-section{margin:3rem auto 0;max-width:900px;padding:0 2rem 5rem}.blog-article-divider{background:linear-gradient(90deg,#0000,#94a3b84d,#0000);height:1px;margin:3rem 0;width:100%}.blog-article-footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.blog-article-back-link-bottom{align-items:center;color:#2c7138;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;text-decoration:none;transition:all .2s ease}.blog-article-back-link-bottom:hover{color:#4d9b44;gap:.75rem}.blog-article-share{align-items:center;display:flex;gap:1rem}.blog-article-share-text{color:#6b7280;font-size:.95rem;font-weight:600}.blog-article-share-buttons{display:flex;gap:.75rem}.blog-article-share-button{align-items:center;background-color:#f9fafb;border:1px solid #94a3b84d;border-radius:50%;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.blog-article-share-button:hover{background-color:#2c7138;border-color:#2c7138;box-shadow:0 4px 12px #2c71384d;transform:translateY(-2px)}.blog-article-related-section{background-color:#f9fafb;margin-top:3rem;padding:5rem 2rem;width:100%}.blog-article-related-container{margin:0 auto;max-width:1400px}.blog-article-related-header{margin-bottom:3rem;text-align:center}.blog-article-related-title{color:#2c7138;font-size:2.25rem;font-weight:700;margin:0 0 .75rem}.blog-article-related-subtitle{color:#6b7280;font-size:1rem;margin:0}.blog-article-related-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.blog-article-related-card{background:#fff;border:1px solid #94a3b833;border-radius:1.25rem;box-shadow:0 8px 30px #0f172a14;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-article-related-card:hover{border-color:#2c7138;box-shadow:0 16px 45px #0f172a26;transform:translateY(-6px)}.blog-article-related-image-wrapper{height:220px;overflow:hidden;width:100%}.blog-article-related-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-article-related-card:hover .blog-article-related-image{transform:scale(1.08)}.blog-article-related-content{padding:1.75rem}.blog-article-related-card-title{color:#111827;font-size:1.15rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.blog-article-related-card-meta{align-items:center;color:#6b7280;display:flex;font-size:.85rem;font-weight:600;gap:1rem}.blog-article-not-found{margin:0 auto;max-width:700px;padding:6rem 2rem;text-align:center}.blog-article-not-found-icon{font-size:5rem;margin-bottom:1.5rem}.blog-article-not-found h1{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.blog-article-not-found p{color:#6b7280;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem}@media (max-width:1024px){.blog-article-header-section{padding:8rem 2rem 3.5rem}.blog-article-title-header{font-size:2.75rem}.blog-article-content-wrapper{padding:3rem}.blog-article-related-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-article-header-section{padding:7rem 1.5rem 3rem}.blog-article-title-header{font-size:2.25rem}.blog-article-image-section{margin-top:-2rem;padding:0 1.5rem}.blog-article-featured-image{border-width:6px;max-height:400px}.blog-article-content-section{margin-top:3rem;padding:0 1.5rem}.blog-article-content-wrapper{padding:2.5rem 2rem}.blog-article-intro{font-size:1.1rem}.blog-article-paragraph{font-size:1.05rem}.blog-article-footer-section{padding:0 1.5rem 4rem}.blog-article-footer-content{align-items:flex-start;flex-direction:column}.blog-article-related-grid{gap:2rem;grid-template-columns:1fr}.blog-article-related-section{padding:4rem 1.5rem}}@media (max-width:480px){.blog-article-header-section{padding:6rem 1.25rem 2.5rem}.blog-article-back-link{font-size:.9rem;margin-bottom:1.5rem}.blog-article-meta-header{align-items:flex-start;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.blog-article-title-header{font-size:1.85rem}.blog-article-image-section{margin-top:-1.5rem;padding:0 1.25rem}.blog-article-featured-image{border-width:4px;max-height:280px}.blog-article-content-section{margin-top:2.5rem;padding:0 1.25rem}.blog-article-content-wrapper{padding:2rem 1.5rem}.blog-article-intro{font-size:1.05rem;margin-bottom:2rem;padding-bottom:1.5rem}.blog-article-paragraph{font-size:1rem;margin-bottom:1.5rem}.blog-article-footer-section{margin-top:2.5rem;padding:0 1.25rem 3.5rem}.blog-article-share{justify-content:space-between;width:100%}.blog-article-related-section{padding:3.5rem 1.25rem}.blog-article-related-title{font-size:1.85rem}.blog-article-not-found{padding:4rem 1.5rem}.blog-article-not-found-icon{font-size:4rem}.blog-article-not-found h1{font-size:2rem}.blog-article-not-found p{font-size:1rem}}.our-team{background-color:#fff;min-height:100vh;width:100%}.team-hero-section{background:linear-gradient(135deg,#2c7138,#4d9b44);overflow:hidden;padding:7rem 2rem 4rem;position:relative}.team-hero-container{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.team-hero-badge{align-items:center;background-color:#ffce0733;border:1px solid #ffce0766;border-radius:999px;color:#ffce07;display:inline-flex;font-size:.85rem;font-weight:700;gap:.5rem;letter-spacing:1px;margin-bottom:1.5rem;margin-top:1rem;padding:.5rem 1.5rem;text-transform:uppercase}.team-hero-title{color:#fff;font-size:3rem;font-weight:700;line-height:1.1;margin:0 0 1rem}.team-hero-subtitle{color:#fffffff2;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.team-leadership-section{margin:-3rem auto 0;max-width:1400px;padding:0 4rem;position:relative;z-index:10}.leadership-container{background:#fff;border:1px solid #94a3b833;border-radius:1.5rem;box-shadow:0 20px 60px #0f172a26;padding:3rem 2.5rem}.leadership-header{margin-bottom:2.5rem;text-align:center}.leadership-title{color:#2c7138;font-size:2rem;font-weight:700;margin:0 0 .5rem}.leadership-subtitle{color:#6b7280;font-size:.95rem;margin:0}.leadership-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.director-card{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #94a3b826;border-radius:1.5rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.director-card:before{background:linear-gradient(90deg,#2c7138,#4d9b44);content:"";height:5px;left:0;position:absolute;right:0;top:0}.director-card:hover{border-color:#2c7138;box-shadow:0 20px 50px #0f172a26;transform:translateY(-6px)}.director-image-wrapper{height:180px;margin:0 auto 1.2rem;position:relative;width:180px}.director-image-circle{align-items:center;background:linear-gradient(135deg,#2c7138,#4d9b44);box-shadow:0 12px 30px #2c71384d;color:#fff;display:flex;font-size:2.25rem;font-weight:700;justify-content:center;overflow:hidden;position:relative}.director-image,.director-image-circle{border-radius:50%;height:100%;width:100%}.director-image{object-fit:cover}.director-badge{background:linear-gradient(135deg,#ffce07,#ffdb3d);border-radius:999px;bottom:0;box-shadow:0 4px 12px #ffce0766;color:#111827;font-size:.75rem;font-weight:700;padding:.4rem 1rem;position:absolute;right:0;text-transform:uppercase}.director-info{text-align:center}.director-name{color:#111827;font-size:1.4rem;font-weight:700;margin:0 0 .3rem}.director-title{color:#2c7138;font-size:.95rem;font-weight:600;margin:0 0 .15rem}.director-age{color:#6b7280;font-size:.8rem;margin:0 0 .8rem}.director-bio{color:#4b5563;font-size:.85rem;line-height:1.6;margin:0 0 1rem}.director-expertise{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.expertise-tag{background-color:#2c71381a;border-radius:999px;color:#2c7138;font-size:.8rem;font-weight:600;padding:.4rem .9rem}.team-stats-section{background:linear-gradient(135deg,#f9fafb,#fff);margin-top:4rem;padding:4rem 2rem;width:100%}.team-stats-container{margin:0 auto;max-width:1400px}.team-stats-header{margin-bottom:2.5rem;text-align:center}.team-stats-title{color:#2c7138;font-size:2rem;font-weight:700;margin:0 0 .5rem}.team-stats-subtitle{color:#6b7280;font-size:.95rem;margin:0}.team-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.team-stat-card{background:#fff;border:1px solid #94a3b833;border-radius:1.25rem;overflow:hidden;padding:1.5rem 1.25rem;position:relative;text-align:center;transition:all .3s ease}.team-stat-card:before{background:linear-gradient(90deg,#2c7138,#4d9b44);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.team-stat-card:hover{box-shadow:0 16px 40px #0f172a1f;transform:translateY(-6px)}.team-stat-card:hover:before{transform:scaleX(1)}.team-stat-icon{align-items:center;background:linear-gradient(135deg,#2c7138,#4d9b44);border-radius:50%;box-shadow:0 8px 20px #2c71384d;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.team-stat-number{color:#2c7138;font-size:2rem;font-weight:700;margin:0 0 .3rem}.team-stat-label{color:#6b7280;font-size:.85rem;font-weight:600;margin:0}.team-plant-section{margin:4rem auto;max-width:1400px;padding:0 4rem;width:100%}.team-plant-container{align-items:center;display:flex;gap:3rem;justify-content:space-between}.team-plant-image-wrapper{align-items:center;display:flex;flex:0.9 1;justify-content:center}.team-plant-image{border-radius:1rem;box-shadow:0 10px 30px #00000026;height:auto;max-width:600px;object-fit:cover;width:100%}.team-plant-content{display:flex;flex:1 1;flex-direction:column;gap:1rem}.team-plant-tagline{color:#ffce07;font-size:.9rem;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase}.team-plant-title{color:#2c7138;font-size:2rem;font-weight:700;line-height:1.2;margin:0}.team-plant-description{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}.team-plant-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}.team-plant-detail-item{align-items:flex-start;display:flex;gap:1rem}.team-plant-detail-icon{flex-shrink:0;font-size:1.5rem}.team-plant-detail-content{display:flex;flex-direction:column;gap:.25rem}.team-plant-detail-label{color:#6b7280;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.team-plant-detail-value{color:#2c7138;font-size:.95rem;font-weight:600;margin:0}.team-departments-section{margin:4rem auto;max-width:1400px;padding:0 4rem}.departments-header{margin-bottom:2.5rem;text-align:center}.departments-title{color:#2c7138;font-size:2rem;font-weight:700;margin:0 0 .5rem}.departments-subtitle{color:#6b7280;font-size:.95rem;margin:0}.departments-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.department-card{background:#fff;border:1px solid #94a3b833;border-radius:1.25rem;padding:2rem;transition:all .3s ease}.department-card:hover{border-color:#2c7138;box-shadow:0 16px 40px #0f172a1f;transform:translateY(-6px)}.department-icon{align-items:center;background:linear-gradient(135deg,#2c71381a,#4d9b441a);border-radius:1rem;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-bottom:1.2rem;width:50px}.department-name{color:#111827;font-size:1.15rem;font-weight:700;margin:0 0 .6rem}.department-description{color:#4b5563;font-size:.9rem;line-height:1.6;margin:0}.team-culture-section{background:linear-gradient(135deg,#2c7138,#4d9b44);overflow:hidden;padding:4rem 2rem;position:relative;width:100%}.team-culture-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.team-culture-header{margin-bottom:2.5rem;text-align:center}.team-culture-title{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .5rem}.team-culture-subtitle{color:#fffffff2;font-size:1rem;margin:0}.culture-values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.culture-value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1.25rem;padding:2rem;text-align:center;transition:all .3s ease}.culture-value-card:hover{background:#ffffff26;border-color:#ffce07;transform:translateY(-6px)}.culture-value-icon{font-size:2.5rem;margin-bottom:1.2rem}.culture-value-name{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 .6rem}.culture-value-description{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin:0}.team-cta-section{margin:4rem auto;max-width:1200px;padding:0 4rem}.team-cta-container{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #94a3b833;border-radius:1.5rem;padding:3rem 2.5rem;text-align:center}.team-cta-title{color:#2c7138;font-size:2rem;font-weight:700;margin:0 0 .8rem}.team-cta-description{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.team-cta-button{background:linear-gradient(135deg,#2c7138,#4d9b44);border:none;border-radius:999px;box-shadow:0 8px 20px #2c71384d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.team-cta-button:hover{box-shadow:0 12px 30px #2c713866;transform:translateY(-3px)}@media (max-width:1024px){.team-hero-section{padding:8rem 2rem 5rem}.team-hero-title{font-size:3rem}.team-cta-section,.team-departments-section,.team-leadership-section,.team-plant-section{padding:0 2rem}.team-plant-container{flex-direction:column;gap:2rem}.team-plant-image-wrapper{flex:1 1}.team-plant-image{max-width:100%}.team-plant-details{gap:1.25rem;grid-template-columns:1fr}.leadership-grid{gap:2.5rem;grid-template-columns:1fr}.departments-grid,.team-stats-grid{grid-template-columns:repeat(2,1fr)}.culture-values-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.team-hero-section{padding:7rem 1.5rem 4rem}.team-hero-title{font-size:2.5rem}.team-hero-subtitle{font-size:1.15rem}.team-cta-section,.team-departments-section,.team-leadership-section,.team-plant-section{margin-top:3rem;padding:0 1.5rem}.team-plant-container{flex-direction:column;gap:1.5rem}.team-plant-title{font-size:1.75rem}.team-plant-details{gap:1rem;grid-template-columns:1fr}.leadership-container{padding:3rem 2rem}.team-stats-section{padding:4rem 1.5rem}.team-stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.departments-grid{grid-template-columns:1fr}.team-culture-section{padding:4rem 1.5rem}.team-cta-container{padding:3rem 2rem}}@media (max-width:480px){.team-hero-section{padding:6rem 1.25rem 3.5rem}.team-hero-badge{font-size:.75rem;padding:.4rem 1.25rem}.team-hero-title{font-size:2rem}.team-hero-subtitle{font-size:1rem}.team-cta-section,.team-departments-section,.team-leadership-section,.team-plant-section{padding:0 1.25rem}.team-plant-title{font-size:1.5rem}.team-plant-description{font-size:.9rem}.leadership-container{padding:2.5rem 1.75rem}.departments-title,.leadership-title,.team-cta-title,.team-culture-title,.team-stats-title{font-size:2rem}.director-card{padding:2rem 1.75rem}.director-image-wrapper{height:150px;width:150px}.director-name{font-size:1.75rem}.culture-value-card,.department-card,.team-stat-card{padding:2rem 1.5rem}.team-culture-section{padding:3.5rem 1.25rem}.team-cta-container{padding:2.5rem 1.75rem}.team-cta-button{width:100%}}
/*# sourceMappingURL=main.4378fd00.css.map*/