.about-hero{position:relative;background:url(/blog/blog.webp) no-repeat 50%/cover;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;text-shadow:0 2px 5px rgba(0,0,0,.7);margin-bottom:40px;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.5);z-index:1}.about-hero h1,.about-hero p{position:relative;z-index:2}.about-hero h1{font-size:48px;margin-bottom:10px}.about-hero p{font-size:18px}.about-hero p a{color:#4AB44C;text-decoration:none}.plant-section{padding:60px 20px}.plant-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-width:1200px;margin:0 auto 40px;gap:40px}.plant-text{flex:1;min-width:300px;padding:20px;text-align:left}.plant-text h2{font-size:25px;color:#676767;margin-bottom:16px}.plant-text p{font-size:16px;font-weight:200;line-height:1.6;margin-bottom:20px}.contact-btn{background-color:#4AB44C;color:white;padding:10px 24px;border:none;border-radius:6px;cursor:pointer;font-size:16px}.plant-image{flex:1;min-width:300px;position:relative;padding:10px}.image-wrapper{position:relative;width:100%;max-width:500px;height:300px;margin:0 auto;border-radius:10px;overflow:hidden}.truck-img{object-fit:cover;border-radius:10px}.team-section{text-align:center;margin-bottom:0;padding:40px 20px 20px}.team-title{font-size:25px;color:#676767;margin-bottom:40px;font-weight:500}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;max-width:1000px;margin:0 auto}.team-member{padding:15px;border-radius:12px;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-photo-container,.photo-wrapper{position:relative}.photo-wrapper{width:100%;height:300px;overflow:hidden;border-radius:10px}.photo-wrapper.small-photo{height:220px}.team-photo{object-fit:contain;width:100%;height:100%}.member-info{margin-top:15px;text-align:center}.role{color:#4AB44C;font-weight:600;margin-bottom:8px;font-size:14px}.member-name{font-size:18px;font-weight:500;color:#1e293b;margin-bottom:8px}.member-bio{font-size:14px;color:#334155;line-height:1.5}.we-serve-section{background-color:#f9fafb;padding:60px 20px}.we-serve-container{max-width:1100px;margin:0 auto;text-align:center}.we-serve-title{font-size:25px;color:#676767;font-weight:300;margin-bottom:20px}.we-serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.we-serve-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px;font-size:16px;font-weight:300;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:all .3s ease;cursor:pointer}.we-serve-card:hover{transform:translateY(-6px);color:#4AB44C}@media (max-width:992px){.plant-container{flex-direction:column;text-align:center}.plant-text{text-align:center;padding:10px 0}.image-wrapper{max-width:100%;height:auto}.photo-wrapper{height:250px}}@media (max-width:600px){.about-hero h1{font-size:32px}.about-hero p{font-size:14px}.plant-text h2{font-size:22px}.plant-text p{font-size:16px}.photo-wrapper{height:200px}}@media (max-width:900px){.we-serve-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.we-serve-grid{grid-template-columns:1fr}}.testimonial-section{width:100%;padding:60px 20px;text-align:center;box-sizing:border-box}.testimonial-title{font-size:25px;color:#676767;margin-bottom:40px;font-weight:500}.testimonial-carousel{position:relative;width:100%;max-width:650px;margin:auto;overflow:hidden}.testimonial-track{display:flex;transition:transform .5s ease-in-out}.testimonial-card{min-width:100%;padding:30px;background:#ffffff;border-radius:15px;margin:0 10px;box-shadow:0 5px 15px rgba(0,0,0,.08);box-sizing:border-box}.testimonial-text{font-size:16px;margin-bottom:10px;line-height:1.5}.testimonial-name{font-weight:700;color:#333}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);border:none;background:white;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 3px 8px rgba(0,0,0,.15);z-index:10}.arrow-left{left:-20px}.arrow-right{right:-20px}.testimonial-dots{display:flex;justify-content:center;margin-top:15px;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#bbb;cursor:pointer;transition:.3s}.dot.active{background:#333;transform:scale(1.3)}