* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}


body {
    background: #f8fff8;
    color: #333;
}


header {
    background: #146b2e;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.logo h1 {
    font-size: 24px;
}


nav a {
    color: white;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
}


nav a:hover {
    color: #ffd700;
}


 .hero {
    height: 80vh;
    background: linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.45)
    ),
    url("c6b75125-7d97-421e-9dca-b6865cab7654.jpeg");

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}


.hero-content {
    max-width: 700px;
    padding: 20px;
}


.hero h2 {
    font-size: 45px;
    margin-bottom: 20px;
}


.hero p {
    font-size: 20px;
    line-height: 1.6;
}


.btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: #ffd700;
    color: #146b2e;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}


.welcome {
    padding: 50px 20px;
    text-align: center;
}


.welcome h2 {
    color: #146b2e;
    margin-bottom: 20px;
}


.welcome p {
    max-width: 800px;
    margin: auto;
    line-height: 1.7;
}


.services {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 40px 20px;
    flex-wrap: wrap;
}


.card {
    background: white;
    padding: 30px;
    width: 300px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.card h3 {
    color: #146b2e;
    margin-bottom: 15px;
}


footer {
    background: #146b2e;
    color: white;
    text-align: center;
    padding: 25px;
    line-height: 1.8;
}


@media(max-width:768px){
    .card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

header {
    flex-direction: column;
}

nav {
    margin-top: 15px;
}

.hero h2 {
    font-size: 32px;
}

}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
  
body {
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
 nav a:last-child {
    background: transparent;
    color: white;
    padding: 0;
    border-radius: 0;
}
 @media(max-width:768px){

.hero {
    height: 70vh;
    background-position: center;
    background-size: cover;
}

.hero h2 {
    font-size: 30px;
}

.hero p {
    font-size: 16px;
}

.logo img {
    width: 50px;
    height: 50px;
}

.logo h1 {
    font-size: 18px;
}

nav a {
    display: inline-block;
    margin: 8px;
}

}
 @media (max-width: 768px) {

.hero {
    width: 100%;
    min-height: 70vh;
    display: flex;
    padding: 20px;
}

.hero-content {
    width: 100%;
    max-width: 100%;
}

.hero h2 {
    font-size: 28px;
    line-height: 1.3;
}

.hero p {
    font-size: 16px;
}

}
footer a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

footer a:hover {
    color: white;
}

.instagram-link {
    display: inline-block;
    background: #e1306c;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 10px;
}
footer h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

footer p {
    max-width: 700px;
    margin: 10px auto;
}

footer {
    text-align: center;
}
.about-section{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
padding:60px 20px;
flex-wrap:wrap;
}

.about-image img{
width:380px;
max-width:100%;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.about-text{
max-width:600px;
}

.about-text h2{
color:#146b2e;
font-size:38px;
margin-bottom:10px;
}

.about-text h3{
font-size:30px;
margin-bottom:10px;
}

.about-text h4{
color:#146b2e;
margin-bottom:20px;
}

.about-text p{
line-height:1.8;
margin-bottom:15px;
}

.mission{
display:flex;
gap:30px;
justify-content:center;
padding:40px 20px;
flex-wrap:wrap;
}

.mission-card{
background:white;
padding:30px;
width:350px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.values{
padding:60px 20px;
text-align:center;
}

.value-box{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
margin-top:30px;
}

@media(max-width:768px){

.about-text{
text-align:center;
}

.about-text h2{
font-size:30px;
}

.about-text h3{
font-size:24px;
}

.about-image img{
width:100%;
}

}
@media (max-width: 768px){

.about-section {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    width: 100%;
}

.about-image {
    width: 100%;
    text-align: center;
}

.about-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 15px;
}

.about-text {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.about-text h2 {
    font-size: 28px;
}

.about-text h3 {
    font-size: 22px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.6;
}

.mission {
    flex-direction: column;
    padding: 20px 15px;
}

.mission-card {
    width: 100%;
}

.value-box {
    flex-direction: column;
}

.card {
    width: 100%;
}

}
.founder-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.about-founder {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .founder-image img {
        max-width: 280px;
    }

    .about-founder {
        padding: 20px;
        text-align: center;
    }
}
/* Products Section */
.products {
    padding: 40px 20px;
    text-align: center;
    background: #f8fff5;
}

.products h1 {
    font-size: 32px;
    color: #2e7d32;
    margin-bottom: 10px;
}

.products > p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
}

.product-card h3 {
    color: #2e7d32;
    margin: 15px 0 10px;
}

.product-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .product-container {
        grid-template-columns: 1fr;
    }

    .products h1 {
        font-size: 26px;
    }

    .product-card img {
        height: 220px;
    }
}
/* Cart Mobile Design */

.cart-section {
    padding: 30px 15px;
    max-width: 1000px;
    margin: auto;
}


.cart-section h1 {
    text-align: center;
}


.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.cart-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}


.cart-item button {
    padding: 8px 12px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.cart-section button {
    background: green;
    color: white;
}


/* Mobile view */

@media(max-width:768px){

.cart-item {

    flex-direction: column;
    text-align: center;

}


.cart-item img {

    width: 150px;
    height: 150px;

}


nav {

    flex-wrap: wrap;

}


.cart-section {

    padding:20px 10px;

}

}
/* Mobile Cart Layout */

.cart-section {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}
/* WhatsApp checkout button */
.cart-section .whatsapp-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 390px);
  margin: 20px auto;
  padding: 16px 22px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 10px 22px rgba(18, 140, 126, 0.25);
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease;
}

.cart-section .whatsapp-checkout-btn:hover {
  background: linear-gradient(135deg, #20bf5a, #0d766a);
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.32);
  transform: translateY(-2px);
}

.cart-section .whatsapp-checkout-btn:active {
  transform: scale(0.98);
}

@media (max-width: 480px) {
  .cart-section .whatsapp-checkout-btn {
    width: 100%;
  }
}

.cart-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}


.cart-item img {
    width: 100%;
    max-width: 250px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}


.cart-item h3 {
    font-size: 20px;
    margin: 15px 0;
}


.cart-item button {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
}


@media (max-width: 768px){

    .cart-section h1 {
        font-size: 26px;
    }


    #cart-items {
        width: 100%;
    }


    .cart-item img {
        width: 100%;
        max-width: 200px;
        height: 180px;
    }

}
.category-buttons{
text-align:center;
margin:20px 0;
}


.category-buttons button{

padding:10px 15px;
margin:5px;
border:none;
border-radius:8px;
cursor:pointer;
background:#2e7d32;
color:white;

}


.category-buttons button:hover{

opacity:0.8;

}
/* Professional Category Buttons */

.category-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px auto;
    padding: 10px;
}


.category-buttons button {

    background: white;
    color: #2e7d32;
    border: 2px solid #2e7d32;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;

}


.category-buttons button:hover {

    background: #2e7d32;
    color: white;
    transform: translateY(-3px);

}


.category-buttons button:active {

    transform: scale(0.95);

}


/* Mobile friendly */

@media(max-width:768px){

.category-buttons button {

    width: 90%;
    max-width: 280px;

}

}
/* Professional Add To Cart Button */

.product-card button {

    background: #2e7d32;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;

}


.product-card button:hover {

    background: #1b5e20;
    transform: translateY(-3px);

}


.product-card button:active {

    transform: scale(0.95);

}


/* Out of Stock Button */

.product-card button:disabled {

    background: #999;
    cursor: not-allowed;

}
/* New Professional Add To Cart Button */

.product-card button,
.product-card .add-cart-btn {

    background: #2e7d32 !important;
    color: white !important;
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    transition: 0.3s ease !important;

}


.product-card button:hover,
.product-card .add-cart-btn:hover {

    background: #1b5e20 !important;
    transform: translateY(-3px);

}
/* Seeds and seedlings home section */
.shop-seeds {
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f5c2a, #1d8b45);
  color: white;
}

.shop-seeds-content {
  max-width: 760px;
  margin: auto;
}

.shop-seeds-label {
  color: #ffd700;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.shop-seeds h2 {
  font-size: 38px;
  margin-bottom: 16px;
}

.shop-seeds-content > p {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 17px;
}

.shop-seeds-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.shop-seeds-highlights span {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 25px;
  font-weight: bold;
}

.shop-seeds-btn {
  display: inline-block;
  padding: 15px 26px;
  border-radius: 30px;
  background: #ffd700;
  color: #146b2e;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s ease;
}

.shop-seeds-btn:hover {
  background: white;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .shop-seeds {
    padding: 55px 18px;
  }

  .shop-seeds h2 {
    font-size: 30px;
  }
}
/* Payment methods */
.payment-methods {
  max-width: 600px;
  margin: 35px auto 10px;
  padding: 28px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.payment-methods h2 {
  color: #146b2e;
  margin-bottom: 10px;
}

.payment-intro,
.payment-note {
  color: #555;
  line-height: 1.6;
}

.payment-option {
  display: block;
  margin: 18px 0;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  text-align: left;
}

.payment-option strong,
.payment-option span {
  display: block;
}

.payment-option strong {
  font-size: 18px;
  margin-bottom: 5px;
}

.cashapp-option {
  background: #00d632;
  color: #111;
}

.zelle-option {
  background: #6d1ed4;
  color: white;
}

.zelle-option p {
  margin: 10px 0;
}

.zelle-option button {
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
  background: white;
  color: #6d1ed4;
  font-weight: bold;
  cursor: pointer;
}

.payment-note {
  font-size: 14px;
  margin-top: 18px;
}
/* How to order */
.order-info {
  padding: 70px 20px;
  background: #f4fbf5;
  text-align: center;
}

.order-info-content {
  max-width: 1100px;
  margin: auto;
}

.order-info h2 {
  color: #146b2e;
  font-size: 38px;
  margin-bottom: 35px;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.order-step {
  background: white;
  padding: 28px 20px;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
}

.order-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #146b2e;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.order-step h3 {
  color: #146b2e;
  margin-bottom: 10px;
}

.order-step p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

@media (max-width: 768px) {
  .order-info {
    padding: 55px 18px;
  }

  .order-info h2 {
    font-size: 30px;
  }

  .order-steps {
    grid-template-columns: 1fr;
  }
}
/* Contact page */
.contact-hero {
  padding: 70px 20px 45px;
  text-align: center;
  background: #f4fbf5;
}

.contact-hero h2,
.contact-cta h2 {
  color: #146b2e;
  font-size: 38px;
  margin-bottom: 15px;
}

.contact-hero > p:last-child {
  max-width: 650px;
  margin: auto;
  color: #555;
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.contact-card {
  padding: 28px 20px;
  text-align: center;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.contact-card span {
  display: block;
  font-size: 34px;
  margin-bottom: 15px;
}

.contact-card h3 {
  color: #146b2e;
  margin-bottom: 10px;
}

.contact-card p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 18px;
}

.contact-action {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 22px;
  background: #146b2e;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.contact-action:hover {
  background: #0d4b22;
}

.contact-cta {
  padding: 65px 20px;
  text-align: center;
  background: #e8f5ea;
}

.contact-cta p {
  margin: 0 auto 24px;
  color: #555;
}

@media (max-width: 768px) {
  .contact-hero h2,
  .contact-cta h2 {
    font-size: 30px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* About page */
.about-hero,
.about-values {
  padding: 70px 20px;
  text-align: center;
  background: #f4fbf5;
}

.about-hero h2,
.about-values h2 {
  color: #146b2e;
  font-size: 38px;
  margin-bottom: 15px;
}

.about-hero > p:last-child {
  max-width: 680px;
  margin: auto;
  color: #555;
  line-height: 1.7;
}

.about-story {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  max-width: 1150px;
  margin: auto;
  padding: 75px 20px;
}

.about-story-image,
.about-story-content {
  flex: 1;
}

.about-story-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.about-story-content h2 {
  color: #146b2e;
  font-size: 34px;
  margin-bottom: 8px;
}

.about-story-content h3 {
  margin-bottom: 20px;
  color: #555;
}

.about-story-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.about-mission {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: auto;
  padding: 0 20px 70px;
}

.about-mission-card {
  padding: 35px;
  text-align: center;
  background: #146b2e;
  color: white;
  border-radius: 16px;
}

.about-mission-card span {
  font-size: 36px;
}

.about-mission-card h3 {
  margin: 15px 0;
}

.about-mission-card p {
  line-height: 1.7;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1150px;
  margin: 35px auto 0;
}

.about-value-card {
  padding: 25px 18px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
}

.about-value-card h3 {
  color: #146b2e;
  margin-bottom: 10px;
}

.about-value-card p {
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-hero h2,
  .about-values h2,
  .about-story-content h2 {
    font-size: 30px;
  }

  .about-story {
    flex-direction: column;
    padding: 55px 20px;
  }

  .about-mission,
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}
.why-shop {
  padding: 80px 24px;
  background: #f4f8f0;
}

.why-shop__content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.section-label {
  color: #5d7a3a;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.why-shop h2 {
  margin: 12px 0;
  color: #264229;
  font-size: clamp(2rem, 4vw, 3rem);
}

.why-shop__content > p:last-of-type {
  max-width: 620px;
  margin: 0 auto 38px;
  color: #5f665c;
  line-height: 1.7;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-card {
  padding: 28px 22px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(38, 66, 41, 0.08);
  text-align: left;
}

.trust-card h3 {
  margin: 0 0 10px;
  color: #264229;
  font-size: 1.15rem;
}

.trust-card p {
  margin: 0;
  color: #667063;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .why-shop {
    padding: 60px 20px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }
}
.paypal-option{

background:#0070BA;

color:white;

border:2px solid #0070BA;

}

.paypal-option:hover{

background:#005EA6;

transform:translateY(-3px);

}
/* ==========================
PRODUCT CARDS
========================== */

.product-container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:35px;

padding-top:40px;

}


.product-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

position:relative;

}


.product-card:hover{

transform:translateY(-10px);

box-shadow:0 18px 40px rgba(0,0,0,.15);

}


.product-image{

position:relative;

overflow:hidden;

height:250px;

}


.product-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}


.product-card:hover img{

transform:scale(1.08);

}


.organic-badge{

position:absolute;

top:15px;

left:15px;

background:#2e7d32;

color:white;

padding:8px 14px;

border-radius:30px;

font-size:14px;

font-weight:bold;

}


.product-details{

padding:25px;

}


.product-details h3{

font-size:24px;

margin-bottom:12px;

color:#14532d;

}


.product-description{

color:#666;

margin-bottom:18px;

line-height:1.7;

min-height:80px;

}


.category{

margin-bottom:10px;

}


.stock{

font-weight:bold;

margin-bottom:18px;

}


.price-row{

display:flex;

justify-content:space-between;

align-items:center;

margin-top:20px;

}


.price-row h4{

color:#0d7a2d;

font-size:22px;

}


.price-row button{

background:#2e7d32;

color:white;

border:none;

padding:12px 20px;

border-radius:30px;

cursor:pointer;

font-weight:bold;

transition:.3s;

}


.price-row button:hover{

background:#1b5e20;

transform:translateY(-3px);

}


.price-row button:disabled{

background:#999;

cursor:not-allowed;

}
