.elementor-30 .elementor-element.elementor-element-bd7cae9{--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;--background-transition:0.3s;}.elementor-30 .elementor-element.elementor-element-bd7cae9:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-bd7cae9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30 .elementor-element.elementor-element-bd7cae9, .elementor-30 .elementor-element.elementor-element-bd7cae9::before{--border-transition:0.3s;}.elementor-30 .elementor-element.elementor-element-9705eb9{--display:flex;--min-height:0px;--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:0px 0px;--background-transition:0.3s;--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-30:not(.elementor-motion-effects-element-type-background), .elementor-30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}/* Start custom CSS for html, class: .elementor-element-fa03ef5 */.footer-ceo {
  background: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  color: #2c3e34; font-size: 16px;    font-family: 'Raleway', sans-serif;
}

.footer-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 50px; font-size: 16px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  color: #000;
}

.footer-col p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #2c3e34;
  font-size: 16px;
}

.footer-col ul li a:hover {
  color: #1a7f3c;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 12px;
  margin: 16px 0;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a7f3c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

/* FORM */
.footer-form {
  display: flex;
  margin-top: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfeae3;
}

.footer-form input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  outline: none;
}

.footer-form button {
  background: #1a7f3c;
  color: #fff;
  border: none;
  padding: 0 22px;
  font-weight: 700;
  cursor: pointer;
}

.footer-form button:hover {
  background: #136330;
}
/* SOCIAL ICONS */
.proof-social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #359861; 
      color: #359861;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(201,162,77,0.15);
  color: #fff;
}
@media (max-width: 900px) {
  .footer-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */