body{margin:0;padding:0}.body{padding-top:50px;background-color:#0a0338;max-width:}.top{background-color:#0a0338;width:100%;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;min-height:70px;box-shadow:0 4px 15px #ffffff80}.head{color:#fff;display:flex;align-items:center}.logo img{max-width:30px}.head h1{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:larger}.navbar ul{font-family:Arial,Helvetica,sans-serif;color:#9fb0c2}.navbar ul li{list-style:none}.navbar ul li a{text-decoration:none;color:#fff;padding:.5rem .75rem;transition:color .3s,background-color .3s}.navbar ul li a:hover{background-color:#ffffff0f;border-radius:4px}.icon{font-size:1.5rem;cursor:pointer;display:none;flex-direction:column;gap:5px;padding-right:20px;padding-top:15px;color:#f5f5f5}.nav-links{display:flex;list-style:none;gap:20px}@media (max-width:760px){.content h2{font-size:4rem;text-align:center}.icon{display:block}.nav-links{flex-direction:column;background-color:#474c52;max-width:200px;position:absolute;top:60px;right:20px;padding:15px;border-radius:8px;display:none}.nav-links.show{display:flex}}.home{padding:140px 50px 90px;color:#fff;display:flex;flex-direction:column}.home h1{font-size:25px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";text-align:left}.home p{font-size:80px;font-family:Arial,Helvetica,sans-serif;font-size:medium;text-align:left;line-height:1.6}.stats{display:flex;flex-wrap:wrap;min-width:20px;gap:20px;align-items:center}.stat{background-color:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:10px;text-align:left;min-width:40%;width:10px;box-shadow:6px 6px 15px #ffffff4d;transition:transform .2s ease,box-shadow .2s ease}.stat h3{margin:2px 0 0;font-size:22px}.stat p{margin:0;color:#9fb0c2;font-size:12px}.container{padding:120px 50px 50px;display:flex;flex-direction:column;box-sizing:border-box;justify-content:center}.section-title{font-size:25px;text-align:center;color:#fff;margin-bottom:.05rem;font-family:Inter,sans-serif}.section-sub{font-size:19px;text-align:center;color:#fff;margin-bottom:2rem;font-family:Inter,sans-serif}.grid-4{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:5px;margin:0 auto;justify-content:center}.card-row{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.muted p{margin-top:6px;font-size:12px}.services{color:#f5f5f5;font-family:Inter,sans-serif;text-align:center;padding-top:200px;padding-bottom:150px;max-width:1200px;margin:0 auto}.service-header h2{margin-bottom:.5rem}.service-header p{font-size:1rem}.service-grid{display:flex;flex-wrap:wrap;justify-content:center;border-radius:16px;padding:1.5rem;gap:2rem}.service-card{width:200px;height:50px;padding:2rem 2rem 4rem;border-radius:12px;text-align:center;background-color:#ffffff0a;background:linear-gradient(to bottom,#cdcdd5 -30%,#0a0338 50%,#d1d5dd00);box-shadow:12px 12px 15px #ffffff4d;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-5px);cursor:pointer}.service-card p{font-size:.85rem;line-height:1.6rem}.service-card .card-overlay{opacity:1}@media (max-width:760px){.service-grid{display:flex;flex-direction:column;max-width:250px;justify-content:center;margin:0 auto}}.plant-card{background-color:#ac18180f;max-width:300px;display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:1rem;box-sizing:border-box;box-shadow:6px 6px 15px #ffffff4d;transition:transform .2s ease,box-shadow .2s ease}.product{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px;border-radius:12px}.prod-head{color:#f5f5f5;font-weight:600px}.product-arrow{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:30px;cursor:pointer;color:#f5f5f5;box-shadow:6px 6px 15px #ffffff4d;transition:transform .2s ease,box-shadow .2s ease}.image{max-width:350px;height:200px;display:block;overflow:hidden}.image img{max-width:12rem;max-height:12rem;height:100%;display:block}.card-action{display:flex;justify-content:space-between;padding:1rem}.btn{flex:.3;padding:.75rem;text-align:center;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;color:#f5f5f5}.buy-btn{background-color:#545a60}.buy-btn:hover{border:whitesmoke;border-width:20px}.view-btn{background-color:#545a60}.view-btn :hover{background-color:#0a0338}@media (max-width:768px){.plant-card{max-width:90%}.btn{font-size:.95rem;padding:.65rem}}@media (max-width:480px){.card-action{flex-wrap:wrap}.btn{width:100%}}.about{color:#fff;padding-top:200px;padding-bottom:350px;line-height:25px;display:flex;flex-wrap:wrap;justify-content:space-evenly}.about-card{display:flex;flex-direction:column;max-width:200px;width:100%}.about-card-h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.accordion{display:flex;flex-direction:column;gap:1rem;width:100%}.accordion-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;text-align:left;background:#cfcdcd;box-shadow:0 2px 6px #0000000d;transition:all .3s ease;width:100%}.accordion-header{width:100%;background:#f1ecec;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;cursor:pointer;border:none;outline:none;transition:background .25s;box-sizing:border-box}.accordion-header:hover{background:#868889}.icon-plus{font-size:1.4rem;color:#2c2f31;padding:0}.accordion-content-scrollable{overflow-y:auto;background:#ffffff0a;color:#555;line-height:1.6;transition:max-height .3s ease,padding .3s ease;width:100%;box-sizing:border-box;padding:1rem 1.2rem;max-height:200px}.accordion-item.active .accordion-header{background:#dcdcdc}@media (max-width: 768px){.about-card{margin:2rem auto;min-width:250px}.accordion-header{font-size:1rem;padding:.5rem 1rem}.accordion-content-scrollable{max-height:160px;padding:.8rem 1rem}}.image-header{text-align:center;max-width:500px;margin:0 auto 40px}.image-header h2{font-size:1.8rem}.gallery-box{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-items:center;padding:10px;margin:0 auto}.gallery-items{width:100%;height:auto;max-width:250px;background:#747272;box-shadow:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.gallery-items img{width:100%;height:160px;object-fit:cover;transition:transform .3s ease;display:block}.gallery-items img:hover{transform:scale(1.05)}@media (max-width:768px){.gallery-items img{height:150px}.gallery-box{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}}.contactus-grid{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:2rem;background-color:#09042a;font-family:Inter,sans-serif;gap:2rem;color:#f5f5f5}.contactus h1{font-size:1.5rem;margin-bottom:1rem}.contactus p{margin:.25rem 0;font-size:.95rem;line-height:1.6em}.contactus a{color:#f5f5f5;text-decoration:none;font-size:.85rem}.network{display:flex;gap:10px;padding-top:10px}.link-col{display:flex;flex-direction:column;gap:.5rem}.link-col h2{font-size:1.2rem;margin-bottom:.5rem}.link-col a{display:block;margin:.25rem 0;color:#f5f5f5;text-decoration:none;font-size:.95rem}.link-col a:hover{text-decoration:underline}@media (max-width:768px){.contactus-grid{flex-direction:column;align-items:center;text-align:center;gap:2rem}.link-col{width:100%;align-items:center}.network{justify-content:center}}.copy{padding:1rem 0;color:#f5f5f5;text-align:center;background-color:#09042a}.contact{padding:60px 20px;margin:0 auto;color:#f5f5f5;font-family:Inter,sans-serif}.container-contact{max-width:1200px;margin:auto}.contact-title{text-align:center;font-size:2rem;margin-bottom:50px}.contact-header h2{font-size:2.2rem;text-align:left;max-width:600px}.contact-header p{text-align:left}.contact-grid{width:100%;max-width:450px;padding-top:20px;margin:0 auto;display:flex;flex-direction:column;gap:30px;flex-wrap:wrap;box-shadow:0 4px 10px #00000014}.contact-form{width:100%;display:flex;flex-direction:column}.contact-form label{font-weight:100;margin-bottom:10px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;box-sizing:border-box;background-color:#edeff2}.contact-form textarea{min-height:150px;resize:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#888989;outline:none}.btn-primary{color:#302929;background:#eceef0;padding:12px 20px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.btn-primary :hover{background:#a1a2a5}.status-box{margin-top:15px;background:#e6f9ed;color:#047857;padding:10px 14px;border-radius:6px;display:flex;justify-content:space-between;align-items:center;font-weight:500}.close-btn{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:#047857;line-height:1}.close-btn:hover{color:#065f46}@media (max-width:1100px){.contact-wrapper{flex-direction:column;align-items:stretch}.contact-form{max-width:100%}}@media (max-width: 600px){.contact-header h2{font-size:1.8rem}.btn-primary{width:100%}}.error{color:red;font-size:smaller}
