.trade-program-section{background:#f2f1ea;font-family:Montserrat,sans-serif}.trade-program-slider{position:relative;width:100%;overflow:hidden}.trade-program-slider img{width:100%;height:auto;max-height:500px;display:block;object-fit:cover}.trade-program-overlay-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1}.trade-program-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;max-width:90%;z-index:2}.trade-program-overlay h2{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:#d6f880}.trade-program-overlay p{font-size:2.2rem;margin-bottom:20px}.trade-program-overlay a{display:inline-block;padding:12px 24px;background-color:#8bc34a;color:#fff;text-decoration:none;font-weight:600;border-radius:6px}.trade-program-subcontent{text-align:center;margin:40px 20px 0}.trade-program-subcontent h3{font-size:4.8rem;font-weight:700;color:#333;margin-bottom:10px}.trade-program-subcontent p{font-size:3rem;color:#657}.trade-program-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:40px auto;padding:0 20px}.trade-card{background:transparent;border-radius:8px;overflow:hidden;width:100%;max-width:350px;height:350px;position:relative;box-shadow:0 2px 6px #0000001a}.trade-card img{width:100%;height:100%;object-fit:cover;display:block}.trade-card-name{position:absolute;bottom:0;left:0;width:100%;background:#fff;padding:10px 0;font-weight:600;font-size:18px;color:#333;text-align:center}@media (max-width: 1440px){.trade-program-overlay h2{font-size:3rem}.trade-program-overlay p{font-size:2rem}.trade-program-subcontent h3{font-size:4rem}.trade-program-subcontent p{font-size:2.5rem}}@media (max-width: 1024px){.trade-program-overlay h2{font-size:2.8rem}.trade-program-overlay p{font-size:1.8rem}.trade-program-subcontent h3{font-size:3.5rem}.trade-program-subcontent p{font-size:2.2rem}}@media (max-width: 768px){.trade-program-overlay h2{font-size:2.5rem}.trade-program-overlay p{font-size:1.6rem}.trade-program-subcontent h3{font-size:3rem}.trade-program-subcontent p{font-size:2rem}}@media (max-width: 425px){.trade-program-overlay h2{font-size:2.2rem}.trade-program-overlay p{font-size:1.4rem}.trade-program-subcontent h3{font-size:2.5rem}.trade-program-subcontent p{font-size:1.8rem}}@media (max-width: 375px){.trade-program-overlay h2{font-size:2rem}.trade-program-overlay p{font-size:1.2rem}.trade-program-subcontent h3{font-size:2.2rem}.trade-program-subcontent p{font-size:1.6rem}}.custom-header__inner{display:flex;justify-content:space-between;align-items:center;padding:.8rem}.custom-header__nav{flex:1}.custom-header__links{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.custom-header__links a{text-decoration:none;color:inherit;font-weight:500}.custom-header__logo{flex:1;text-align:center;margin-top:1rem}.custom-header__logo img{display:inline-block}.custom-header__icons{flex:1;display:flex;justify-content:center;gap:2rem}.custom-header__icon svg{display:block}.project-detail{display:flex;flex-direction:column}.project-detail__main-image img{width:100%;height:400px;object-fit:cover}.project-detail__content{display:flex;flex-direction:row;gap:2rem;margin-top:2rem;padding:3rem}.project-detail__left{flex:1;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.project-detail__right{flex:1;background-color:#fff;padding:1rem;border-radius:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.project-detail__right a img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .2s ease}.project-detail__right a img:hover{transform:scale(1.02)}.image-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;display:none;justify-content:center;align-items:center;z-index:9999;padding:2rem;overflow:auto}.image-popup:target{display:flex}.image-popup__content{position:relative;margin:auto;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}.image-popup__content img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.image-popup__close{position:fixed;top:2rem;right:2rem;background:#fff;color:#000;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:700;z-index:10000;box-shadow:0 2px 6px #0000004d}.project-detail__section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.project-detail__credentials-wrapper{margin-top:2rem;border-radius:12px}.project-detail__credentials{display:flex;gap:1rem;flex-wrap:wrap}.project-detail__credentials img{width:100px;height:100px;object-fit:contain;border-radius:8px;background-color:#f9f9f9;padding:.5rem}.project-detail__awards{margin-top:1.5rem}.project-detail__commitments-title{font-size:1.6rem;color:rgba(var(--color-foreground),.75);font-weight:700}.project-detail__awards-list{font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.project-detail__awards-list a{color:#0a6e3f;text-decoration:none;border-bottom:1px solid rgba(10,110,63,.25)}.project-detail__awards-list a:hover{color:#084e2d;border-bottom-color:#084e2d73}.project-detail__awards-title{font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.project-detail__commitments{margin-top:2rem;font-weight:700}.project-detail__commitment-item{margin-bottom:1rem}.project-detail__commitment-badge{display:inline-block;background-color:#063423;color:#fff;border:2px solid #72B324;border-radius:8px;padding:.5rem 1rem;font-weight:600;font-size:1rem;text-align:center}.project-detail__commitment-text{margin-top:.5rem;color:#333;font-size:.95rem}@media screen and (min-width: 1920px){.project-detail__right{grid-template-columns:repeat(4,1fr);gap:1.5rem}.project-detail__credentials img,.project-detail__commitment-badge{width:120px;height:auto}.project-detail__commitment-text{font-size:1rem}}@media screen and (max-width: 1440px){.project-detail__right{grid-template-columns:repeat(3,1fr)}.project-detail__left{max-height:700px;overflow-y:auto}.project-detail__credentials img,.project-detail__commitment-badge{width:100px}}@media screen and (max-width: 1024px){.project-detail__content{flex-direction:row;flex-wrap:wrap;gap:2rem;padding:2rem}.project-detail__left{flex:1 1 100%;max-height:600px;overflow-y:auto;padding:2rem}.project-detail__right{flex:1 1 100%;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem}.project-detail__credentials img,.project-detail__commitment-badge{width:90px}}@media screen and (max-width: 768px){.project-detail__content{flex-direction:column;padding:1.5rem;gap:1.5rem}.project-detail__left,.project-detail__right{width:100%;padding:1.5rem}.project-detail__right{grid-template-columns:repeat(2,1fr)}.project-detail__credentials img,.project-detail__commitment-badge{width:80px}.project-detail__commitment-text{font-size:.9rem}}@media screen and (max-width: 425px){.project-detail__right{grid-template-columns:repeat(1,1fr)}.project-detail__left{padding:1rem}.project-detail__credentials img,.project-detail__commitment-badge{width:120px}.project-detail__section-title{font-size:1.2rem}.project-detail__commitment-text{font-size:.85rem}.image-popup__close{top:-25px;font-size:.9rem}}@media screen and (max-width: 375px){.project-detail__left{padding:.75rem}.project-detail__right{grid-template-columns:repeat(1,1fr);padding:.75rem}.project-detail__credentials img,.project-detail__commitment-badge{width:60px}.project-detail__commitment-text{font-size:.8rem}.image-popup__close{top:-20px;font-size:.8rem}}.marcas-asociadas h2{text-align:center;padding:40px 20px 20px;font-size:2rem;color:#333}.logos{overflow:hidden;padding:60px 0;white-space:nowrap;position:relative}.logos:before,.logos:after{content:"";position:absolute;top:0;width:250px;height:100%;z-index:2}.logos:before{left:0;background:linear-gradient(to left,#fff0,#f2f1ea)}.logos:after{right:0;background:linear-gradient(to right,#fff0,#f2f1ea)}.logos:hover .logos-slide{animation-play-state:paused}.logos-slide{display:inline-block;animation:slide 35s linear infinite}.logos-slide img{margin:0 40px;vertical-align:middle}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 768px){.marcas-asociadas h2{font-size:1.5rem;padding:30px 10px 10px}.logos{padding:40px 0}.logos-slide img{margin:0 20px}.logos:before,.logos:after{width:100px}}@media (max-width: 480px){.marcas-asociadas h2{font-size:1.2rem}.logos-slide img{margin:0 10px}.logos:before,.logos:after{width:60px}}.mission-vision-section{width:100%;font-family:Montserrat!important}.mission-vision-container{display:flex;flex-wrap:wrap}.mission-block,.vision-block{flex:1;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mission-block{background-color:#d6f880}.vision-block{background-color:#f2f1ea}.mission-block h2,.vision-block h2{font-size:32px;margin-bottom:20px;font-weight:bolder}.icon{font-size:48px;margin-bottom:10px}.mission-block h3,.vision-block h3{font-size:20px;margin-bottom:10px}.mission-block p,.vision-block p{max-width:500px}@media (max-width: 1920px){.mission-block p,.vision-block p{font-size:18px}}@media (max-width: 1440px){.mission-block h2,.vision-block h2{font-size:28px}}@media (max-width: 1024px){.mission-block,.vision-block{padding:30px}}@media (max-width: 768px){.mission-vision-container{flex-direction:column}.mission-block,.vision-block{width:100%}}@media (max-width: 425px){.mission-block h2,.vision-block h2{font-size:24px}.icon{font-size:40px}.mission-block h3,.vision-block h3{font-size:18px}}@media (max-width: 375px){.mission-block,.vision-block{padding:20px}.mission-block p,.vision-block p{font-size:16px}}body{font-family:Montserrat!important}.our-history-section{width:100%;padding:40px 0;background-color:#f9f9f9}.our-history-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap}.image-container{flex:1;padding-right:40px}.image-container img{max-width:70%;height:auto;border-radius:8px}.text-container{flex:1;max-width:500px;text-align:right;font-family:Montserrat!important}.text-container h1{font-size:2.5em;font-weight:700;font-family:Montserrat!important}.text-container h2,.text-container h3{font-size:1.2em;font-family:Montserrat!important}@media (max-width: 1024px){.our-history-wrapper{flex-direction:column;text-align:center}.image-container{padding-right:0;margin-bottom:20px}.text-container{max-width:100%;text-align:center;font-family:Montserrat!important}.text-container h1{font-size:2.2em;font-family:Montserrat!important}.text-container h2,.text-container h3{font-size:1.6em;font-family:Montserrat!important}}@media (max-width: 768px){.text-container h1{font-size:1.8em;font-family:Montserrat!important}.text-container h2,.text-container h3{font-size:1.4em;font-family:Montserrat!important}}@media (max-width: 425px){.text-container h1{font-size:1.6em;font-family:Montserrat!important}.text-container h2,.text-container h3{font-size:1.2em;font-family:Montserrat!important}}@media (max-width: 375px){.text-container h1{font-size:1.4em;font-family:Montserrat!important}.text-container h2,.text-container h3{font-size:1em;font-family:Montserrat!important}}.eco-fullwidth{width:100%;padding:40px 20px;box-sizing:border-box}.eco-header{text-align:center;margin-bottom:40px}.eco-header h1{font-size:4.5rem;margin-bottom:10px;font-weight:bolder}.eco-header p{font-size:2rem;color:#666}.eco-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:40px}.eco-side{flex:1;padding:0 20px}.eco-side img{max-width:100%;height:auto;display:block}.eco-side h2{font-size:4rem;margin-bottom:20px;font-weight:bolder}.eco-side p{font-size:2rem;line-height:1.5}@media (max-width: 1440px){.eco-header h1,.eco-side h2{font-size:3.5rem}}@media (max-width: 1024px){.eco-row{flex-direction:column;gap:20px;margin-bottom:40px}.eco-header h1,.eco-side h2{font-size:3rem}}@media (max-width: 768px){.eco-header h1{font-size:2.5rem}.eco-header p{font-size:2rem}.eco-side h2{font-size:2.5rem}}@media (max-width: 425px){.eco-header h1{font-size:3rem}.eco-header p,.eco-side h2{font-size:2rem}}@media (max-width: 375px){.eco-header h1{font-size:3rem}.eco-header p{font-size:2rem}.eco-side h2{font-size:1.8rem}}.about-planet-section{width:100%;background-color:#72b224;display:flex;justify-content:center;position:relative;height:300px}.about-planet-image{top:0;left:50%;transform:translate(-5%);height:335px}.about-planet-image img{max-width:380px;z-index:revert-layer;margin-bottom:-3rem}.about-planet-content{max-width:600px;padding:6rem;border-radius:12px;text-align:left;color:#fff;font-weight:bolder;z-index:1;font-size:4rem}.about-planet-content h1{font-size:2rem;margin-bottom:1.5rem;line-height:1.1;color:#fff;font-weight:bolder;margin-top:-9px}.about-planet-paragraph{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;color:#f0f0f0;font-weight:400}.about-planet-buttons{display:flex;gap:1rem;justify-content:left;flex-wrap:wrap}.about-btn{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:700;background-color:#000;color:#fff;transition:background .3s ease;font-size:1.5rem}.about-btn:hover{background-color:#333}@media (max-width: 425px){.about-planet-section{flex-direction:column;align-items:center;height:auto;padding:1rem}.about-planet-image{display:none}.about-planet-content{padding:1rem;text-align:center}.about-planet-content h1{font-size:3rem}.about-planet-paragraph{font-size:1.8rem;text-align:center}.about-btn{width:100%;font-size:.9rem;text-align:center}}@media (max-width: 375px){.about-planet-section{flex-direction:column;align-items:center;height:auto;padding:1rem}.about-planet-image{display:none}.about-planet-content{padding:1rem;text-align:center}.about-planet-content h1{font-size:1.2rem}.about-planet-paragraph{font-size:.95rem;text-align:center}.about-btn{width:100%;font-size:.85rem;text-align:center}}@media (min-width: 1920px){.about-planet-section{height:360px}.about-planet-image img{max-width:420px;margin-bottom:-3.5rem}.about-planet-content{padding:7rem}.about-planet-content h1{font-size:4.2rem}.about-planet-paragraph{font-size:1.4rem}}@media (min-width: 1440px) and (max-width: 1919px){.about-planet-section{height:330px}.about-planet-image img{max-width:400px;margin-bottom:-3.2rem}.about-planet-content{padding:6rem}.about-planet-content h1{font-size:4rem}.about-planet-paragraph{font-size:1.6rem}}@media (min-width: 1024px) and (max-width: 1439px){.about-planet-section{height:300px}.about-planet-image img{max-width:360px;margin-bottom:-3rem;margin-top:-3rem}.about-planet-content{padding:5rem}.about-planet-content h1{font-size:3rem}.about-planet-paragraph{font-size:1.2rem}}@media (min-width: 768px) and (max-width: 1023px){.about-planet-section{flex-direction:row;align-items:center;justify-content:center;height:300px;padding:2rem}.about-planet-image{flex:0 0 auto;margin-right:2rem;transform:none;left:auto;height:auto}.about-planet-image img{max-width:300px;height:auto;margin-bottom:0}.about-planet-content{flex:1;padding:2rem;text-align:left}.about-planet-content h1{font-size:2rem}.about-planet-paragraph{font-size:1.4rem;text-align:left}.about-btn{font-size:1rem}}.planet-section{width:100%;background-color:#72b224;display:flex;align-items:flex-end;justify-content:center;position:relative;height:300px}.planet-image{top:0;left:50%;transform:translate(-5%);height:335px}.planet-image img{max-width:380px;z-index:revert-layer;margin-bottom:-3rem}.planet-content{max-width:600px;padding:6rem;border-radius:12px;text-align:left;color:#fff;font-weight:bolder;z-index:1;font-size:4rem}.planet-content h1{font-size:2rem;margin-bottom:1.5rem;line-height:1.1;color:#fff;font-weight:bolder;margin-top:-9px}.planet-buttons{display:flex;gap:1rem;justify-content:left;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:700;background-color:#000;color:#fff;transition:background .3s ease;font-size:1.5rem}.btn:hover{background-color:#333}@media (max-width: 600px){.planet-content h1{font-size:1.5rem}.btn{width:100%;text-align:center}.planet-image{transform:translate(-5%);left:50%}}@media (max-width: 480px){.planet-hero{height:auto;flex-direction:column;align-items:center;padding:1rem}.planet-image img{max-width:220px;margin-bottom:-32rem;height:220px}.planet-content{padding:1rem;text-align:center}.planet-content h1{font-size:1.3rem}.btn{width:100%;font-size:.9rem}.planet-section{width:100%;background-color:#72b224;display:flex;align-items:flex-end;justify-content:center;position:relative;height:210px}}@media (min-width: 481px) and (max-width: 768px){.planet-hero{height:auto;flex-direction:column;align-items:center;padding:2rem}.eco-hero-banner{background-repeat:no-repeat;background-size:cover;width:100%;height:200px}.planet-image img{max-width:280px;margin-bottom:-2.5rem}.planet-content{padding:1.5rem;text-align:center}.planet-content h1{font-size:1.6rem}.btn{width:auto;font-size:1rem}}@media (min-width: 769px) and (max-width: 1024px){.planet-hero{height:210px;padding:2rem}.planet-image img{max-width:320px;margin-bottom:-4rem}.planet-content h1{font-size:1.8rem}}@media (min-width: 1025px){.planet-hero{height:310px}.planet-image img{max-width:380px}.planet-content h1{font-size:4rem}}.service-program-section{background:#f2f1ea;font-family:Montserrat,sans-serif}.service-program-slider img{width:100%;height:230px;max-height:500px;object-fit:cover;display:block}.service-program-overlay{position:relative;text-align:center;color:#fff;background:#000000d9;padding:40px 20px}.service-program-overlay h2{font-size:5rem;font-weight:700;color:#8bc34a;margin-bottom:10px}.service-program-overlay p{font-size:3rem;margin-bottom:20px}.service-program-overlay a{display:inline-block;padding:12px 24px;background-color:#8bc34a;color:#fff;text-decoration:none;font-weight:600;border-radius:6px}.service-program-subcontent{text-align:center;margin:40px 20px 0}.service-program-subcontent h3{font-size:4rem;font-weight:700;color:#333;margin-bottom:10px}.service-program-subcontent p{font-size:2.6rem;color:#657}.service-program-filters{text-align:center;margin:30px 20px}.service-program-cards{max-width:1200px;margin:40px auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.service-card{background:#fff;border-radius:8px;padding:10px;text-align:center;box-shadow:0 2px 6px #0000001a;width:100%;position:relative;transition:opacity .4s ease-in,transform .4s ease-in;opacity:1;transform:scale(1)}.service-card-logo{position:absolute;top:28px;left:26px;width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #fff;background-color:#fff;box-shadow:0 2px 6px #0000001a}.service-card-logo img{width:100%;height:100%;object-fit:cover}.service-card img.project-image{width:100%;height:auto;object-fit:cover;margin-bottom:15px;border-radius:6px;background-color:#f0f0f0}.service-card-name{font-weight:600;font-size:18px;color:#333;margin-bottom:6px}.service-card-category{font-size:14px;color:#777;margin-bottom:10px}.category-chip{padding:8px 16px;background-color:#8bc34a;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.category-chip.active{background-color:#558b2f}.service-card{transition:transform .3s ease,opacity .3s ease}.service-card.hidden{opacity:0;transform:scale(.95);pointer-events:none}.service-card.fade-in{animation:fadeInCard .4s ease-in}@keyframes fadeInCard{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.custom-three-column-section{background-color:#fff;width:100%;padding:59px 47px}.custom-three-column-section .container{max-width:1920px;margin:0 auto}.content-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}.left-column,.center-column,.right-column{flex:1 1 30%;padding:2px;box-sizing:border-box}.left-column h2{font-weight:900;font-size:5.5rem}.center-column{position:relative;min-height:300px;display:flex;justify-content:center;align-items:center;text-align:center}.center-column .center-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:530px;height:377px}.right-column h3{font-weight:600;font-size:1.5rem;margin-bottom:10px}.emoji-bullets{list-style:none;padding-left:0}.emoji-bullets li{display:flex;align-items:center;margin-bottom:10px;font-size:2rem}.bullet-icon{margin-right:8px;font-size:2.2rem}@media (max-width: 1440px){.container{max-width:1440px}.center-image{width:420px;height:320px}.custom-three-column-section{background-color:#fff;width:100%;padding:34px 47px}}@media (max-width: 1024px){.container{max-width:1024px}.content-wrapper{flex-direction:column;text-align:center}.center-column{min-height:auto}.center-column .center-image{display:none}}@media (max-width: 768px){.container{max-width:768px}.left-column h2,.right-column h3{font-size:2.5rem}.center-column{min-height:auto}.center-column .center-image{display:none}}@media (max-width: 425px){.container{max-width:425px}.left-column,.center-column,.right-column{padding:10px}.center-column{min-height:auto;display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.8rem;line-height:1.4}.center-column .center-image{display:none}.custom-three-column-section{padding:1px 3px}.bullet-text{text-align:left}.emoji-bullets li{font-size:1.5rem}}@media (max-width: 375px){.container{max-width:375px}.left-column h2,.right-column h3{font-size:1.8rem}.center-column{min-height:auto;display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.8rem;line-height:1.4}.center-column .center-image{display:none}.custom-three-column-section{padding:1px 3px}.emoji-bullets li{font-size:1.5rem}}.ecohappy-section-new{padding:40px 20px}.ecohappy-container-new{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;box-sizing:border-box}.ecohappy-left-new{flex:0 0 40%;max-width:40%;padding:20px;margin-top:8rem}.ecohappy-title-new{margin:0 0 10px;font-size:5rem;color:#333;font-weight:bolder}.ecohappy-subtitle-new{margin:0;font-size:16px;color:#555}.ecohappy-right-new{flex:0 0 55%;max-width:55%;display:flex;flex-wrap:wrap;gap:20px;padding:20px 0}.ecohappy-feature-new{flex:0 0 48%;display:flex;justify-content:space-between;align-items:center;padding:15px}.ecohappy-feature-icon-new{width:30%;display:flex;justify-content:flex-end}.ecohappy-feature-content-new{width:65%}.ecohappy-feature-content-new h5{margin:0;font-size:18px;color:#333}.ecohappy-feature-content-new p{margin:5px 0 0;font-size:14px;color:#555}@media (max-width: 1024px){.ecohappy-left-new,.ecohappy-right-new{flex:0 0 100%;max-width:100%;margin-top:4rem}.ecohappy-title-new{font-size:3.5rem}}@media (max-width: 768px){.ecohappy-feature-new{flex:0 0 100%;max-width:100%}.ecohappy-title-new{font-size:2.5rem}.ecohappy-feature-icon-new{width:25%}.ecohappy-feature-content-new{width:70%}}@media (max-width: 480px){.ecohappy-title-new{font-size:2rem}.ecohappy-subtitle-new{font-size:14px}.ecohappy-feature-content-new h5{font-size:16px}.ecohappy-feature-content-new p{font-size:13px}}.ecohappy-section{padding:40px 20px}.ecohappy-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;box-sizing:border-box}.ecohappy-left{flex:0 0 40%;max-width:40%;padding:45px}.ecohappy-left h2{margin:0 0 10px;font-size:5rem;color:#333;font-weight:bolder}.ecohappy-left p{margin:0;font-size:16px;color:#555}.ecohappy-right{flex:0 0 55%;max-width:55%;display:flex;flex-wrap:wrap;gap:20px;padding:20px 0}.ecohappy-feature{flex:0 0 48%;display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 5px #0000001a}.ecohappy-feature-icon{width:30%;display:flex;justify-content:flex-end}.ecohappy-feature-content{width:65%}.ecohappy-feature-content h5{margin:0;font-size:18px;color:#333}.ecohappy-feature-content p{margin:5px 0 0;font-size:14px;color:#555}@media (max-width: 768px){.ecohappy-left,.ecohappy-right,.ecohappy-feature{flex:0 0 100%!important;max-width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
