.elementor-6585 .elementor-element.elementor-element-0156890{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6585 .elementor-element.elementor-element-0156890:not(.elementor-motion-effects-element-type-background), .elementor-6585 .elementor-element.elementor-element-0156890 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://naturebioeco.com/wp-content/uploads/2024/12/B2B_Sugarcane_Straws_Feature_Image2-scaled.webp");background-position:top center;background-repeat:no-repeat;}/* Start custom CSS for html, class: .elementor-element-f0fa107 *//* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
}

/* Header Section */
.hero-section {
  background-image: url('hero-bg.jpg');
  background-size: cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.cta-btn {
  background-color: #28a745;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #218838;
}

/* Products Section */
.products-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #ffffff;
}

.products-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.product-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product-card {
  background-color: #e6f9e6;
  padding: 20px;
  border-radius: 10px;
  width: 23%;
  margin: 10px 0;
}

.product-card img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-card h3 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.product-card p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

/* Sustainability Section */
.sustainability-section {
  background-color: #dff0d8;
  text-align: center;
  padding: 50px 20px;
}

.sustainability-section p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 50px 20px;
  background-color: #ffffff;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.benefits {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.benefit {
  width: 22%;
  text-align: center;
  background-color: #e6f9e6;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.benefit h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.benefit p {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Contact Section */
.contact-section {
  padding: 50px 20px;
  background-color: #ffffff;
  text-align: center;
}

.contact-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section input,
.contact-section textarea {
  padding: 10px;
  width: 60%;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-section button {
  background-color: #28a745;
  color: white;
  padding: 15px 30px;
  font-size: 1.1rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.contact-section button:hover {
  background-color: #218838;
}

.privacy-policy {
  margin-top: 20px;
  font-size: 1rem;
}

.privacy-policy a {
  color: #28a745;
}

/* Footer Section */
footer {
  text-align: center;
  padding: 20px;
  background-color: #333;
  color: white;
  font-size: 1rem;
}/* End custom CSS */