.elementor-6820 .elementor-element.elementor-element-24ec9d6{--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-6820 .elementor-element.elementor-element-24ec9d6:not(.elementor-motion-effects-element-type-background), .elementor-6820 .elementor-element.elementor-element-24ec9d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEFFE5;}.elementor-6820 .elementor-element.elementor-element-c545694 > .elementor-widget-container{margin:-15px 0px 0px 0px;}.elementor-6820 .elementor-element.elementor-element-458d6bb > .elementor-widget-container{margin:-45px 10px 25px 10px;box-shadow:0px 0px 10px 0px rgba(197.20000000000002, 145.2340489130435, 145.2340489130435, 0.37);}body.elementor-page-6820:not(.elementor-motion-effects-element-type-background), body.elementor-page-6820 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}/* Start custom CSS for html, class: .elementor-element-458d6bb */.cta-section {
  background-color: #f7fff2;
  padding: 40px 20px;
  text-align: center;
  border-radius: 16px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.cta-wrapper h2 {
  font-size: 28px;
  color: #00aa00;
  margin-bottom: 12px;
}
.cta-wrapper p {
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.cta-btn {
  background-color: #eeffe5;
  color: #000000;
  border: 2px solid #00aa00;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.cta-btn i {
  color: #00aa00;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.cta-btn:hover {
  background-color: #00aa00;
  color: #ffffff;
  border: 2px solid #FCEBD5;
}

.cta-btn:hover i {
  color: #ffffff;
}/* End custom CSS */