.plantation-section{padding:2rem 1.5rem 4rem;background:#121212;color:#fff;text-align:center;font-family:Poppins,sans-serif;overflow:hidden}.section-title{font-size:2.2rem;margin-bottom:3rem;color:#00ffcc;text-shadow:0 0 8px #00ffcc}.stats-wrapper{display:flex;justify-content:center;align-items:stretch;gap:4rem;max-width:1000px;margin:0 auto;flex-wrap:wrap;position:relative}.stat-card{flex:1 1 300px;align-content:center;padding:2rem;background-color:#1e1e1e;border-radius:12px;box-shadow:0 0 12px rgba(0,255,255,.1);transition:transform .3s ease}.stat-card:hover{transform:scale(1.05)}.stat-card.green{border:2px solid #00ff66;color:#00ff66;text-shadow:0 0 8px #00ff66}.stat-card.blue{border:2px solid #00bfff;color:#00bfff;text-shadow:0 0 8px #00bfff}.stat-number{font-size:3rem;font-weight:700;margin-bottom:1rem}.stat-label{font-size:1.2rem;font-weight:500}@media (max-width:768px){.stats-wrapper{flex-direction:column;gap:2rem}.stat-card{width:100%}}.community-section{padding:4rem 2rem;background:#0d0d0d;color:#fff;text-align:center;font-family:Orbitron,sans-serif}.community-heading{font-size:2.4rem;margin-bottom:2rem;color:#00ffcc;text-shadow:0 0 10px #00ffcc}.community-gallery.desktop-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;max-width:1200px;margin:0 auto}.community-img{width:180px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease,filter .3s ease}.community-img:hover{transform:scale(1.05);filter:brightness(1.1)}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:999}.modalImage{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 0 20px black}.closeBtn{position:absolute;top:20px;right:30px;font-size:40px;color:white;cursor:pointer;z-index:1000}.mobile-gallery{display:none}@media (max-width:768px){.community-gallery.desktop-gallery{display:none}.mobile-gallery{width:100%;height:250px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 0;scroll-padding:0 1rem}.mobile-slide{flex:0 0 80%;width:80%;max-width:90vw;height:200px;scroll-snap-align:center;position:relative;display:flex;align-items:center;justify-content:center;background-color:#111;border-radius:10px;overflow:hidden}.mobile-slide .community-img{width:100%;height:100%;object-fit:cover}.mobile-community-dots{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;gap:8px}.community-dot{width:10px;height:10px;background-color:#555;border-radius:50%;transition:background-color .3s ease}.community-dot.active{background-color:#00ffcc;box-shadow:0 0 6px #00ffcc}}