.elementor-8978 .elementor-element.elementor-element-8a8b24c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-0a09934{width:100%;max-width:100%;margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8978 .elementor-element.elementor-element-64f8118{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-40b9933{width:100%;max-width:100%;margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8978 .elementor-element.elementor-element-ded16a8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-50e0ff8{width:100%;max-width:100%;margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8978 .elementor-element.elementor-element-050f940{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-3fc4cb5{width:100%;max-width:100%;}.elementor-8978 .elementor-element.elementor-element-fa6568d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-12d6b01{width:100%;max-width:100%;}.elementor-8978 .elementor-element.elementor-element-695bac3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-5dbb4a3{width:100%;max-width:100%;margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8978 .elementor-element.elementor-element-8f2a2a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8978 .elementor-element.elementor-element-8bc7d8d{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-12d6b01 */.seo-content {
  padding: 60px 20px;
  background: #ffffff;
}

.seo-content h2 {
  color: #2e7d32;
  margin-bottom: 20px;
}

.seo-content p {
  margin-bottom: 15px;
  color: #444;
  font-size: 1.5rem;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5dbb4a3 */.why-section {
  padding: 60px 20px;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #2e7d32;
  margin-bottom: 40px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.why-card {
  background: #f1f8f4;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.why-card h3 {
  margin-bottom: 10px;
  color: #1b5e20;
}

.why-card p {
  font-size: 1rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8bc7d8d */.cta-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
  text-align: center;
  color: #ffffff;
}

.cta-container {
  max-width: 800px;
  margin: auto;
}

.cta-container h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.cta-container p {
  font-size: 1.5rem;
  margin-bottom: 25px;
  opacity: 0.95;
}

.cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #ffffff;
  color: #2e7d32;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #1b5e20;
  color: #ffffff;
}/* End custom CSS */