.innovation-section{margin:0 250px;padding-bottom:2rem}.innovation-section h2{text-align:center;margin:2rem;color:#004940}.innovation-section .cards{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.innovation-section .cards .card{flex:1;min-width:150px;padding:1.5rem;text-align:left}.innovation-section .cards .card img{width:100%;border-radius:8px;margin-bottom:1rem}.innovation-section .cards .card h3{color:#004940;font-weight:500;font-size:32px}.innovation-section .cards .card p{margin-bottom:3rem;font-size:20px}.innovation-section .cards .card a{display:flex;color:#252626;font-size:14px;font-weight:700;text-decoration:none}.innovation-section .cards .card a img{font-size:14px;width:auto;padding-left:5px}.approach-section{background:linear-gradient(278deg,#004940 1.07%,#0e302c 94.1%);color:#fff;padding:4rem;border-radius:35px;margin:0 250px;overflow:hidden}@media (max-width: 1024px){.approach-section{margin:2rem;padding:2rem}}.approach-section h2{text-align:center;margin-bottom:2rem}.approach-section .approach-content{display:flex;gap:4rem;align-items:center;justify-content:space-between;min-height:550px;position:relative}@media (max-width: 768px){.approach-section .approach-content{flex-direction:column;gap:2rem;min-height:auto}}.approach-section .approach-content .approach-text{flex:1;max-width:500px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.approach-section .approach-content .approach-text{order:2;max-width:100%;text-align:center}}.approach-section .approach-content .tab-title{font-size:2rem;color:#fbffff4d;transition:color .3s ease;cursor:pointer}.approach-section .approach-content .tab-title.active{background:linear-gradient(#2adaf2,#2fdc89);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.approach-section .approach-content .approach-image{flex:1;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.approach-section .approach-content .approach-image{order:1}}.approach-section .approach-content .approach-image img{width:100%;max-width:400px;height:auto;transition:opacity .3s ease-in-out}.approach-section .approach-content .approach-image .fade-image.fade-out{opacity:0}.approach-section .approach-content .approach-image .fade-image.fade-in{opacity:1}.services-section{padding-bottom:2rem;margin:0 250px;text-align:center}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem;margin-top:2rem;margin-bottom:2rem}.services-section .services-grid .service{background:var(--theme-light-bg);padding:1.5rem;border-radius:10px;font-weight:500;color:#252626;font-size:20px}.services-section .services-grid .service a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit}.services-section .services-grid img{padding-right:1rem;height:1.5rem}.services-section .services-grid .service-arrow{margin-left:auto}.services-section .services-btn{margin-top:2rem;padding:.8rem 1.6rem;border-radius:35px;background:#2cdbbd;border:1px solid #000;font-weight:700;cursor:pointer}.section-title{text-transform:uppercase;font-weight:400}.projects-section{background:linear-gradient(278deg,#004940 1.07%,#0e302c 94.1%);color:#fff;padding:2rem;border-radius:35px;text-align:center;margin:4rem 250px}.projects-section .section-description{padding-bottom:2rem;font-size:20px}.projects-section .project-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.projects-section .project-cards a{text-decoration:none;color:inherit;flex:1;display:flex;cursor:pointer}.projects-section .project-cards .project-card{flex:1;width:100%;padding:1rem;text-align:left;display:grid}.projects-section .project-cards .project-card span{font-weight:400;padding-left:5px}.projects-section .project-cards .project-card img{width:100%;border-radius:10px}.projects-section .project-cards .project-card .tag{font-size:16px;text-transform:uppercase;color:#fff;font-weight:700;display:flex}.projects-section .project-cards .project-card .tag img{font-size:12px;width:auto;padding-right:5px}.projects-section .project-cards .project-card p{font-weight:500}.projects-section .project-cards .project-card .category{font-size:16px;margin-top:2rem;font-weight:500;color:#fff;display:inline-block;background-color:#ffffff26;border-radius:35px;padding:6px 12px;display:flex;align-items:center}.projects-section .project-cards .project-card .category img{width:1.5rem;padding-right:5px;margin:0;height:1.5rem}.projects-section .project-cards .project-card div{margin-top:.5rem;color:#fff;text-decoration:none;display:flex;align-items:center;font-weight:700;font-size:18px}.projects-section .project-cards .project-card div img{font-size:14px;width:auto;padding-left:5px}.projects-section .primary-btn{margin-top:2rem;background-color:#2cdbbd;color:#00332d;padding:.75rem 2rem;border-radius:35px;font-weight:700;border:none;cursor:pointer}.partners-section{text-align:center;margin:4rem 250px;padding:2rem}.partners-section h2{color:#004940}.partners-section p{font-size:20px}.partners-section .partners-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem;margin-bottom:2rem}.partners-section .partners-icons div{display:flex;flex-direction:column;align-items:center;font-weight:500;color:#000}.partners-section .partners-icons div img{width:40px;height:40px;margin-bottom:.5rem}.partners-section .partners-icons div span{font-size:16px;text-transform:uppercase;color:#666;font-weight:500}.partners-section .see-all-btn{margin-top:2rem;background-color:#2cdbbd;padding:.75rem 2rem;border:1px solid #000;border-radius:35px;font-weight:700;text-transform:uppercase;cursor:pointer}.testimonial-section{text-align:center;padding:2rem;margin:4rem 250px}.testimonial-section blockquote{font-size:2rem;color:#009684}.testimonial-section .author{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-section .author div{color:#0e302c}@media (max-width: 768px){.hero-section h1{font-size:2.2rem}.hero-section p{font-size:1rem}.approach-content,.cards,.partners-icons,.project-cards{flex-direction:column!important;align-items:center}}@media (max-width: 1200px){.innovation-section,.approach-section,.services-section,.projects-section,.partners-section,.testimonial-section{margin:0 100px}}@media (max-width: 992px){.innovation-section,.approach-section,.services-section,.projects-section,.partners-section,.testimonial-section{margin:0 50px}.approach-content{flex-direction:column;text-align:center}.approach-content .approach-title{font-size:2.2rem}.approach-content .approach-text{max-width:100%}.cards{flex-direction:column;align-items:center}.cards .card{max-width:100%}.project-cards{justify-content:center}.project-cards .project-card{max-width:100%}}@media (max-width: 768px){.innovation-section,.approach-section,.services-section,.projects-section,.partners-section,.testimonial-section{margin:0 1rem}.services-grid{grid-template-columns:1fr}.partners-icons{grid-template-columns:1fr;text-align:center}.testimonial-section blockquote{font-size:1.4rem}.approach-title,.approach-text .faded{font-size:2rem}}@media (max-width: 480px){.hero-section h1{font-size:1.8rem}.hero-section p{font-size:.95rem}.approach-title{font-size:1.6rem}.services-btn,.see-all-btn,.primary-btn{width:100%;padding:1rem}}
