/* Base Styles */
:root {
    --color-primary: #34b549;
    /* --color-primary: #81B622; */
    --color-primary-hover: #699819;
    --color-light-green: #E9F5DB;
    --color-lighter-green: #F9FCF4;
    --color-dark-green: #192118;
    --color-medium-green: #5F7161;
    --color-light-blob: #D1E7A7;
    --color-medium-blob: #B8D077;
    --font-family: 'bamboo_body_font', sans-serif;
    /* --font-family: 'Inter', sans-serif; */
    --border-radius: 0.75rem;
    --border-radius-lg: 1rem;
    --border-radius-xl: 1.5rem;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    --box-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    --transition: all 0.3s ease;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: var(--font-family);
    line-height: 1.6;
    color: var(--color-dark-green);
    background-color: #FCFAF5;
  }
  
  .container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  
  h1 {
    font-family: 'bamboo_font', sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  
  h2 {
    font-family: 'bamboo_font', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-dark-green);
  }
  
  h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-dark-green);
  }
  
  p {
    color: var(--color-medium-green);
    margin-bottom: 1.5rem;
  }
  
  a {
    text-decoration: none;
    color: var(--color-medium-green);
    transition: var(--transition);
  }
  
  a:hover {
    color: var(--color-primary);
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  ul {
    list-style: none;
  }
  
  /* Button Styles */
  .primary-button {
    font-family: var(--font-family);
    letter-spacing: 1px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    /* border-radius: var(--border-radius); */
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
  }
  
  .primary-button:hover {
    background-color: var(--color-primary-hover);
  }
  
  .outline-button {
    font-family: var(--font-family);
    letter-spacing: 1px;
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 0.75rem 1.5rem;
    /* border-radius: var(--border-radius); */
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
  }
  
  .outline-button:hover {
    color: white;
    background-color: var(--color-primary);
  }
  
  .small-button {
    font-family: var(--font-family);
    letter-spacing: 1px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
  }
  
  .small-button:hover {
    background-color: var(--color-primary-hover);
  }
  
  /* Badge */
  .badge {
    display: inline-block;
    background-color: var(--color-light-green);
    color: var(--color-primary);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  
  /* Section Headers */
  .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
  }
  
  .section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
  
  .section-label {
    color: var(--color-primary);
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
  }
  
  .view-all {
    color: var(--color-primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .view-all:hover {
    text-decoration: underline;
  }
  /* Hero Section */

/* Hero Section */
.hero-section {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: var(--color-dark-green);
  }
  
  .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    
  }
  
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #09220d;
    /* background-color: var(--color-dark-green); */
    opacity: 0.85;
    z-index: 1;
  }
  
  .pattern-background {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2381B622' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 24px 24px;
  }
  
  .hero-section .container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    /* background: #000000;  */
    color: white;
    z-index: 12;
}

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

    font-family: var(--font-family);
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-img {
    height: 64px;
}

.logo-text {
    height: 48px;
}

.nav-links {
    font-family: var(--font-family);
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background: #000000;
        padding: 15px;
        border-radius: 5px;
        z-index: 11;
    }

    .nav-links a {
        display: block;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
    }
}
  
  /* nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    position: relative;
    z-index: 10;
  } */

  .navbar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    transition: #FFFFFF 0.3s ease-in-out;
}

.navbar-container:hover {
    font-family: var(--font-family);
    background: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-container:hover a {
    font-family: var(--font-family);
    color: #000;
}

.navbar {
    font-family: var(--font-family);
    display: flex;
    gap: 20px;
}

.navbar a {
    font-family: var(--font-family);
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: opacity 0.2s;
    letter-spacing: 1.008px;
}

.navbar a:hover {
    font-family: var(--font-family);
    opacity: 0.6;
    color: #000;
}


/* .hero-section {
    background-color: var(--color-light-green);
    min-height: 100vh; 
    width: 100%; 
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .pattern-background {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2381B622' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 24px 24px;
  }
  
  .hero-section .container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    position: relative;
    z-index: 10;
  } */


  
  
  
  /* .nav-links {
    font-family: var(--font-family);
    display: none;
  } */
  
.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    flex: 1; /* Take up remaining space */
    justify-content: center; /* Center content vertically */
  }
  
  .hero-text {
    margin-bottom: 3rem;
  }
  
  .hero-image {
    position: relative;
  }
  
  .image-blob-1 {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 16rem;
    height: 16rem;
    background-color: var(--color-light-green);
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(3rem);
    z-index: -1;
  }
  
  .image-blob-2 {
    position: absolute;
    bottom: -2.5rem;
    right: -2.5rem;
    width: 20rem;
    height: 20rem;
    background-color: var(--color-light-blob);
    border-radius: 50%;
    opacity: 0.4;
    filter: blur(3rem);
    z-index: -1;
  }
  
  .hero-image img {
    position: relative;
    z-index: 1;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-lg);
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  
  .button-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  /* Features Section */
  .features-section {
    padding: 5rem 0;
    background-color: white;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .feature-card {
    background-color: var(--color-lighter-green);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-light-green);
    transition: var(--transition);
  }
  
  .feature-card:hover {
    box-shadow: var(--box-shadow);
  }
  
  .feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--color-light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }
  
  .feature-icon i {
    color: var(--color-primary);
  }
  
  /* Products Section */
  .products-section {
    padding: 5rem 0;
    background-color: var(--color-lighter-green);
  }
  
  .products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .product-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
  }
  
  .product-card:hover {
    box-shadow: var(--box-shadow-lg);
  }
  
  .product-image {
    height: 16rem;
    overflow: hidden;
  }
  
  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .product-card:hover .product-image img {
    transform: scale(1.05);
  }
  
  .product-info {
    padding: 1.5rem;
  }
  
  .product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  
  .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
  }
  
  /* Newsletter Section */
  .newsletter-section {
    padding: 5rem 0;
    background-color: white;
  }
  
  .newsletter-card {
    background-color: var(--color-light-green);
    border-radius: var(--border-radius-xl);
    padding: 2rem;
    position: relative;
    overflow: hidden;
  }
  
  .blob-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: var(--color-light-blob);
    border-radius: 50%;
    opacity: 0.5;
    transform: translate(25%, -25%);
    z-index: 0;
  }
  
  .blob-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16rem;
    height: 16rem;
    background-color: var(--color-medium-blob);
    border-radius: 50%;
    opacity: 0.4;
    transform: translate(-25%, 25%);
    z-index: 0;
  }
  
  .newsletter-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 36rem;
    margin: 0 auto;
  }
  
  .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 32rem;
    margin: 0 auto 1rem;
  }
  
  .newsletter-form input {
    background-color: white;
    border: 2px solid white;
    padding: 0.75rem 1.5rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
  }
  
  .newsletter-form input:focus {
    outline: none;
    border-color: var(--color-primary);
  }
  
  .small-text {
    font-size: 0.875rem;
    color: var(--color-medium-green);
    margin-bottom: 0;
  }
  
  /* Footer */
  footer {
    background-color: #09220d;
    /* background-color: var(--color-dark-green); */
    color: white;
    padding: 4rem 0 2rem;
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  
  .footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  .footer-col p {
    color: var(--color-light-green);
    margin-bottom: 1.5rem;
  }
  
  .social-icons {
    display: flex;
    gap: 1rem;
  }
  
  .social-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--color-medium-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition);
  }
  
  .social-icon:hover {
    background-color: var(--color-primary);
  }
  
  .footer-col h3 {
    color: white;
    margin-bottom: 1.5rem;
  }
  
  .footer-col ul li {
    margin-bottom: 1rem;
  }
  
  .footer-col ul li a {
    color: var(--color-light-green);
  }
  
  .footer-col ul li a:hover {
    color: white;
  }
  
  .footer-bottom {
    border-top: 1px solid var(--color-medium-green);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .footer-bottom p {
    color: var(--color-light-green);
    margin-bottom: 0;
  }
  
  .footer-links {
    display: flex;
    gap: 1.5rem;
  }
  
  .footer-links a {
    color: var(--color-light-green);
  }
  
  .footer-links a:hover {
    color: white;
  }
  
  /* Media Queries */
  @media (min-width: 640px) {
    h1 {
      font-size: 3rem;
    }
    
    .button-group {
      flex-direction: row;
    }
    
    .newsletter-form {
      flex-direction: row;
    }
    
    .footer-bottom {
      flex-direction: row;
      justify-content: space-between;
    }
  }
  
  @media (min-width: 768px) {
    h1 {
      font-size: 3.5rem;
    }
    
    .nav-links {
      display: flex;
      gap: 2rem;
    }
    
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .products-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 1024px) {
    .hero-content {
      flex-direction: row;
      align-items: center;
      gap: 3rem;
    }
    
    .hero-text {
      flex: 1;
      margin-bottom: 0;
    }
    
    .hero-image {
      flex: 1;
    }
    
    .features-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    
    .products-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    
    .newsletter-card {
      padding: 4rem;
    }
    
    .footer-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @font-face {
    font-family: 'bamboo_font';
    src: url('bamboo_font.otf') format('opentype'); /* Use relative path */
    font-weight: normal;
    font-style: normal;
}
  @font-face {
    font-family: 'bamboo_body_font';
    src: url('bamboo_body_font.ttf') format('opentype'); /* Use relative path */
    font-weight: normal;
    font-style: normal;
}
  