.elementor-1369 .elementor-element.elementor-element-ec32a16{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1369 .elementor-element.elementor-element-78bab2d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1369 .elementor-element.elementor-element-bb8d74d{--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-1369 .elementor-element.elementor-element-bb8d74d:not(.elementor-motion-effects-element-type-background), .elementor-1369 .elementor-element.elementor-element-bb8d74d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#555555;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1369 .elementor-element.elementor-element-c928f77{text-align:center;font-family:"Poppins", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-1369 .elementor-element.elementor-element-c928f77 p{margin-block-end:0px;}.elementor-1369 .elementor-element.elementor-element-c928f77 a{color:#00FF06;}/* Start custom CSS for html, class: .elementor-element-78bab2d */.footer {
  background-color: #ededed;
  padding: 60px 40px;
  font-family: Arial, sans-serif;
  color: #111;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  gap: 30px;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}

.footer-column p,
.footer-column li,
.footer-column a {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.logo-column {
  max-width: 280px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.social-column .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #4C9C7A;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

.social-icons a:hover {
  background-color: #3b7e65;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */