.about-us-container{min-height:100vh;padding:4rem 2rem;background:linear-gradient(to bottom right,#d4e9d6,#f1f8e9);color:#2e7d32;display:flex;flex-direction:column;align-items:center;text-align:justify}.about-us-header{margin-bottom:2.5rem}.about-us-heading{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.about-us-heading h1{font-size:2.8rem;color:#1b5e20;letter-spacing:1px}.plant-logo{height:50px;width:50px;object-fit:contain;transition:transform .3s ease;filter:brightness(1.1) contrast(1.2);background:none;mix-blend-mode:multiply}.plant-logo:hover{transform:rotate(10deg) scale(1.1)}.about-us-subtitle{font-size:1.4rem;font-weight:500;color:#388e3c}.about-us-subtitle span{font-weight:700;color:#2e7d32}.about-us-section{max-width:800px;margin-top:1.5rem;line-height:1.7}.about-us-content{margin-bottom:1.2rem;font-size:1.1rem}@media(max-width:768px){.about-us-container{padding:3rem 1rem}.about-us-heading h1{font-size:2rem}.plant-logo{height:50px;width:50px;object-fit:contain;filter:brightness(1.1) contrast(1.2);background:none;mix-blend-mode:multiply}.about-us-subtitle{font-size:1.1rem}}@media(max-width:480px){.about-us-heading{flex-direction:column;gap:.5rem}.about-us-heading h1{font-size:1.8rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Poppins,sans-serif;color:#fff;background-color:#f8f8f8;overflow-x:hidden}.landing-page{position:relative;width:100vw;height:100vh;overflow:hidden}.background-image{position:absolute;inset:0;background:url(https://cdn.pixabay.com/photo/2017/07/13/08/59/greenhouse-2499758_1280.jpg) center/cover no-repeat;filter:brightness(.75);z-index:0;transition:transform 8s ease-in-out,filter .5s ease}.landing-page:hover .background-image{transform:scale(1.05);filter:brightness(.8)}.content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:2rem;text-align:center;background-color:#00000073;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.landing_content{max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fadeInUp 1.2s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.content h1{font-size:3rem;font-weight:700;letter-spacing:1px}.content p{font-size:1.3rem;color:#308a2d;line-height:1.5;max-width:400px}.divider{width:60px;height:3px;background-color:#4caf50;border-radius:2px;margin:.5rem 0}.get-started-button{padding:.9rem 2rem;font-size:1.1rem;border:none;border-radius:30px;background-color:#4caf50;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;box-shadow:0 4px 10px #4caf504d}.get-started-button:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 6px 15px #4caf5066}.product-list-container{position:absolute;top:100vh;left:0;width:100%;height:100vh;background:#ffffffe6;transition:top .6s ease;overflow-y:auto;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-list-container.visible{top:0}@media(max-width:768px){.content{flex-direction:column;justify-content:center;padding:1.5rem}.landing_content{max-width:90%}.content h1{font-size:2.3rem}.content p{font-size:1.1rem}.get-started-button{font-size:1rem;padding:.8rem 1.6rem}}@media(max-width:480px){.content h1{font-size:1.9rem}.content p{font-size:1rem}.landing_content{gap:.8rem}}.checkout-container{max-width:800px;margin:30px auto;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;gap:20px}.checkout-title{font-size:32px;text-align:center;color:#333}.empty-cart{font-size:20px;text-align:center;color:#666}.checkout-items-list{display:flex;flex-direction:column;gap:15px}.checkout-item{display:flex;background-color:#f9f9f9;padding:10px;border-radius:8px;align-items:center;gap:20px}.checkout-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px}.checkout-item-details{flex-grow:1;display:flex;flex-direction:column;gap:5px}.checkout-item-name{font-weight:700;font-size:20px;color:#2c3e50}.checkout-item-quantity,.checkout-item-total{font-size:16px;color:#555}.checkout-summary{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px}.get-started-button,.get-started-button1{padding:12px 30px;font-size:18px;border:none;border-radius:8px;background-color:#4caf50;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease}@media(max-width:768px){.checkout-item{flex-direction:column;align-items:flex-start}.checkout-item-image{width:100%;height:auto}.checkout-button,.back-to-cart-button{width:100%}}.cart-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:25px;margin:20px auto;padding:10px;max-width:1000px}.total_cart_amount{font-size:22px;font-weight:900;color:#2e5c24;text-align:center;margin-bottom:10px}.continue-shopping-btn{margin-top:20px;display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.cart-items-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1200px}.cart-item{display:flex;flex-direction:row;border:1px solid #ddd;padding:20px;background-color:#fff;width:100%;gap:20px;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;align-items:center}.cart-item:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0000001f}.cart-item-image{width:160px;height:160px;object-fit:cover;border-radius:16px;flex-shrink:0}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:10px}.cart-item-name{font-weight:700;font-size:20px;color:#2e5c24}.cart-item-cost{font-size:16px;color:#555}.cart-item-total{font-weight:700;font-size:16px;color:#2e7d32}.cart-item-quantity{display:flex;align-items:center;gap:10px;margin-top:5px}.cart-item-button{background-color:#4caf50;border:none;color:#fff;font-size:18px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.cart-item-button:hover{background-color:#43a047;transform:scale(1.1)}.cart-item-quantity-value{font-size:16px;font-weight:700;width:30px;text-align:center}.cart-item-delete{background-color:#ff6961;border:none;color:#fff;font-size:14px;cursor:pointer;padding:8px 14px;border-radius:10px;transition:background-color .3s ease,transform .2s ease;margin-top:10px;align-self:flex-start}.cart-item-delete:hover{background-color:#c00;transform:scale(1.05)}.get-started-button,.get-started-button1{padding:14px 35px;font-size:18px;border:none;border-radius:10px;background-color:#4caf50;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.get-started-button:hover,.get-started-button1:hover{background-color:#43a047;transform:scale(1.05)}@media(max-width:768px){.cart-items-list{grid-template-columns:1fr}.cart-item{flex-direction:column;align-items:center;width:100%;text-align:center}.cart-item-image{width:80%;height:auto;margin-bottom:10px}.cart-item-details{align-items:center}.cart-item-quantity{justify-content:center}.continue-shopping-btn{flex-direction:column;gap:12px}}body,h1,ul,li,p{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#f8faf8;color:#2e5c24;overflow-x:hidden}.navbar{background-color:#4caf50;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 30px;box-shadow:0 2px 5px #00000026;position:fixed;top:0;width:100%;z-index:100}.navbar-left{display:flex;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none;color:#fff;gap:12px}.navbar-icon{width:50px;height:50px;border-radius:50%;object-fit:contain;box-shadow:0 2px 6px #0000004d;margin-right:15px;transition:transform .3s ease}.navbar-icon:hover{transform:scale(1.1)}.navbar-logo h3{margin:0;font-size:1.6rem;font-weight:700;line-height:1}.navbar-logo p{margin:2px 0 0;font-size:.9rem;color:#d6f5d6;font-style:italic}.navbar-right{display:flex;align-items:center;gap:20px}.navbar-right a{color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;padding:8px 15px;border-radius:6px;transition:background-color .3s ease}.navbar-right a:hover{background-color:#3a8c3a}.cart-btn{background:transparent;border:none;cursor:pointer;position:relative;padding:5px;display:flex;align-items:center;color:#fff}.cart-btn svg{width:28px;height:28px;stroke:currentColor;fill:none;transition:transform .2s ease}.cart-btn:hover svg{transform:scale(1.1)}.cart-count{position:absolute;top:-6px;right:-6px;background-color:#ff5722;color:#fff;border-radius:50%;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;justify-content:center;align-items:center;border:2px solid white}.product-page main{margin-top:90px}.product-grid{display:flex;flex-direction:column;align-items:center;padding:2rem;width:100%}.plant_heading{width:400px;text-align:center;border-top:2px solid #375218;border-bottom:2px solid #375218;margin:1rem auto;padding:.5rem;font-size:1.5rem;color:#2e5c24}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.8rem;width:100%;max-width:1200px;padding:1rem}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 3px 8px #0000001a;padding:1rem;text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 6px 14px #00000026}.product-card:before{content:"🌱";position:absolute;top:10px;left:10px;font-size:1.2rem}.product-image{width:100%;height:180px;border-radius:10px;object-fit:cover;margin-bottom:1rem}.product-title{font-weight:700;color:#2e5c24;font-size:1.1rem;margin-bottom:.5rem}.product-description{font-size:.95rem;color:#555;margin-bottom:.7rem;line-height:1.4}.product-cost{color:#2e7d32;font-weight:700;font-size:1.1rem;margin-bottom:.8rem}.product-button{background-color:#4caf50;color:#fff;border:none;border-radius:25px;padding:10px 20px;font-size:.95rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.product-button:hover{background-color:#43a047;transform:scale(1.05)}.product-button.added-to-cart{background-color:gray}@media(max-width:768px){.navbar{flex-direction:column;text-align:center;padding:1.2rem}.navbar-right{width:100%;justify-content:center;gap:15px;margin-top:8px}.navbar-left{justify-content:center;width:100%}.product-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.product-image{height:150px}.plant_heading{width:90%;font-size:1.2rem}}:root{--main-bg-color: #f8faf8;--main-text-color: #2e5c24;--accent-color: #4caf50;--secondary-accent: #2e7d32;--font-family: "Poppins", sans-serif;--font-size-base: 16px;--line-height-base: 1.5;--border-radius: 8px;--box-shadow-base: 0 2px 4px rgba(0, 0, 0, .1);--hover-shadow: 0 4px 8px rgba(0, 0, 0, .15)}body{background-color:var(--main-bg-color);color:var(--main-text-color);font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-base);margin:0;padding:0;overflow-x:hidden}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{text-decoration:underline;color:var(--secondary-accent)}button{background-color:var(--accent-color);color:#fff;border:none;border-radius:var(--border-radius);padding:10px 15px;cursor:pointer;box-shadow:var(--box-shadow-base);transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;font-family:var(--font-family)}button:hover{background-color:#43a047;transform:scale(1.05);box-shadow:var(--hover-shadow)}button:focus{outline:none;box-shadow:0 0 0 3px #4caf5080}button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{color:var(--main-text-color);font-family:var(--font-family)}input,textarea,select{font-family:var(--font-family);border-radius:var(--border-radius);border:1px solid #ddd;padding:8px 12px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #4caf5033}
