.elementor-259 .elementor-element.elementor-element-16e39f3{--display:flex;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-259 .elementor-element.elementor-element-0881f04{border-radius:0px 0px 0px 0px;}.elementor-259 .elementor-element.elementor-element-0881f04 .e-search-input{border-radius:54px 54px 54px 54px;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-1c31f32 *//* Reset & base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  background: #f9f9f9;
  color: #333;
}

/* Header */
.site-header {
  background-color: #1e3932;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 1.8rem;
  font-weight: 600;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* Hero Section */
.hero {
  background-size: cover;
  background-position: center;
  padding: 5rem 2rem;
  color: #fff;
  text-align: center;
}
.hero-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 10px;
}
.btn-primary {
  background-color: #00754a;
  color: white;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  margin-top: 1rem;
}

/* Categories Section */
.categories {
  padding: 3rem 2rem;
  text-align: center;
}
.category-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.category-card {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  width: 280px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* About Section */
.about {
  padding: 3rem 2rem;
  background-color: #ffffff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.about-content img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}
.about-content .text {
  flex: 1;
}

/* Blog Archive */
.blog-archive {
  padding: 3rem 2rem;
  background: #f2f2f2;
}
.taxonomy-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.taxonomy-filter button {
  padding: 0.5rem 1rem;
  border: none;
  background: #1e3932;
  color: white;
  border-radius: 20px;
  cursor: pointer;
}
.post-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.post-card {
  background: white;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.post-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.post-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.post-card p {
  font-size: 0.95rem;
}

/* Testimonials */
.testimonials {
  padding: 3rem 2rem;
  background-color: #fff;
  text-align: center;
}
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.testimonial {
  max-width: 300px;
  font-style: italic;
}

/* CTA Section */
.cta {
  background-color: #00754a;
  color: white;
  padding: 3rem 2rem;
  text-align: center;
}
.signup-form input {
  padding: 0.8rem;
  width: 250px;
  border-radius: 30px;
  border: none;
  margin-right: 1rem;
}
.signup-form button {
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  border: none;
  background: white;
  color: #00754a;
  cursor: pointer;
}

/* Contact Section */
.contact {
  padding: 3rem 2rem;
  background-color: #f2f2f2;
  text-align: center;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 500px;
  margin: 0.5rem auto;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  display: block;
}
.btn-secondary {
  background-color: #1e3932;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 30px;
  margin-top: 1rem;
}
.contact-info {
  margin-top: 2rem;
}

/* Footer */
.site-footer {
  background: #1e3932;
  color: white;
  text-align: center;
  padding: 1rem 2rem;
}
.footer-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.footer-nav a {
  color: white;
  text-decoration: none;
}/* End custom CSS */