body{margin:0;background-color:#fff}.logo img{height:70px;cursor:pointer;user-select:none}.navbar{justify-content:space-between;padding:1rem 3rem;background-color:white;box-shadow:0 2px 6px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;height:50px}.nav-links,.navbar{display:flex;align-items:center}.nav-links{gap:2rem;color:#374151}.nav-links a{text-decoration:none;color:#374151;transition:color .25s ease-in-out;position:relative;padding:.25rem 0}.nav-links a.active{color:#4AB44C}.nav-links a:hover{color:#96CC39}.nav-links a:after{content:"";display:block;height:2px;width:0;background:#4AB44C;position:absolute;bottom:-4px;left:0;transition:width .3s ease}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.hamburger{display:none;font-size:28px;background:none;border:none;cursor:pointer;color:#374151}@media (max-width:768px){.hamburger{display:block}.nav-links{display:none;flex-direction:column;gap:1rem;position:absolute;top:70px;right:20px;background:white;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:999}.nav-links.open{display:flex}.nav-links a{color:#374151;font-weight:600;font-size:1rem}.navbar{position:relative;padding:1rem 1.5rem}}.banner{position:relative;width:100%;height:100vh;overflow:hidden}.banner-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:768px){.banner{height:60vh}.banner-video{height:100%;object-fit:cover}}@media (max-width:480px){.banner{height:50vh}}.services-subtitle{color:#676767;font-size:19px;font-weight:500;letter-spacing:2px;margin-bottom:.5rem}.services-title{font-size:1.8rem;margin-bottom:2.5rem;font-weight:400;color:#1f2937}.services-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1100px;width:100%;margin:0 auto;border:1px solid #d1d5db}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}}.service-card{padding:1.5rem 1rem;border:1px solid #e5e7eb;text-align:left;transition:background-color .3s ease;display:flex;flex-direction:column;justify-content:flex-start}.service-card:hover{background-color:#f3f4f6}.service-card img{width:100px;height:100px;object-fit:contain;margin-bottom:1rem}.service-card h4{font-size:16px;font-weight:500;margin-bottom:.5rem}.service-card p{font-size:14px;font-weight:300;color:#374151;line-height:1.4;display:-webkit-box;display:box;display:flex;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}.experience-section{padding:100px 20px;background:linear-gradient(135deg,#fdfcfb,#e2e2e2);position:relative;overflow:hidden}.experience-container{display:flex;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto;gap:50px}.experience-image{flex:1 1 300px;text-align:center;animation:floatImage 4s ease-in-out infinite}.experience-image img{width:100%;max-width:450px;height:auto;border-radius:4px;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:transform .5s ease,box-shadow .5s ease}.experience-image:hover img{transform:scale(1.08) rotate(-1deg)}.experience-content{flex:1 1 400px;background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 24px rgba(0,0,0,.15);animation:slideInRight 1s ease forwards}.experience-content h5{font-weight:500;font-size:16px;text-transform:uppercase;letter-spacing:1.2px;color:#676767;margin-bottom:10px}.divider{width:50px;height:3px;background:#27ae60;margin:10px 0 20px;border-radius:2px}.experience-content h2{font-size:28px;font-weight:700;margin-bottom:20px;color:#333}.experience-content p{font-size:15px;line-height:1.8;color:#555;margin-bottom:20px}.experience-stats{display:flex;gap:30px;margin-top:20px;justify-content:center;flex-wrap:wrap}.stat h3{font-size:28px;color:#27ae60;margin-bottom:5px}.stat p{font-size:14px;color:#555}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.experience-container{flex-direction:column-reverse;text-align:center}.experience-stats{justify-content:center}}.plant-section{padding:3rem 1.5rem;background:#fff}.plant-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;max-width:1100px;margin:auto}.plant-text{flex:1;min-width:300px;max-width:500px}.plant-text h2{color:#2C2C2C;margin-bottom:1rem;font-weight:500}.plant-text p{margin-bottom:1rem;color:#333;font-size:17;line-height:1.6}.plant-text ul{list-style:none;padding:0;font-size:16;margin-bottom:1.5rem}.plant-text ul li{margin-bottom:.5rem;font-size:1rem;color:black}.contact-btn{background-color:#4AB44C;color:white;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;transition:background .3s;margin-top:20}.contact-btn:hover{background-color:#96CC39}.plant-image{flex:1;min-width:280px;max-width:450px;text-align:center}.image-wrapper{position:relative;display:inline-block}.image-wrapper img{width:100%;height:400px;object-fit:cover;border-radius:8px}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:white;background-color:#4AB44C;border-radius:50%;padding:.5rem 1rem;cursor:pointer}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:999}.video-content{position:relative;max-width:90%;width:600px;background:white;padding:1rem;border-radius:10px}.close-btn{position:absolute;top:-15px;right:-15px;background:red;color:white;border:none;border-radius:50%;width:30px;height:30px;font-size:20px;cursor:pointer}.impact-section{position:relative;width:100%;padding:90px 0;text-align:center;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat}.impact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:1}.impact-title{font-size:29px;font-weight:600;margin-bottom:45px;color:#fff}.impact-row,.impact-title{position:relative;z-index:2}.impact-row{display:flex;justify-content:center;align-items:center;gap:35px;flex-wrap:wrap;max-width:1300px;margin:0 auto;padding:0 20px}.impact-card{border-radius:14px;padding:28px 25px;min-width:230px;max-width:260px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.12);transition:.3s ease}.impact-card:hover{transform:translateY(-6px)}.impact-number{font-size:26px;font-weight:600;color:#fff;margin-bottom:12px}.impact-card p{font-size:15px;font-weight:500;color:#fff}.incubation-impact-section{padding:80px 20px;text-align:center}.incubation-impact-title{font-size:25px;color:#676767;margin-bottom:40px;font-weight:500}.incubation-impact-row{display:flex;justify-content:center;align-items:stretch;gap:35px;flex-wrap:wrap;max-width:1100px;margin:0 auto}.incubation-impact-card{background:#fff;padding:28px 25px;border-radius:16px;width:280px;min-height:190px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:.3s ease}.incubation-impact-card:hover{transform:translateY(-6px);box-shadow:0 6px 26px rgba(0,0,0,.12)}.incubation-impact-logo{width:70px;height:70px;object-fit:contain;margin-bottom:15px}.incubation-impact-card p{font-size:16px;font-weight:600;color:#334155;line-height:1.4}