.elementor-110 .elementor-element.elementor-element-cecdc56{--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-110 .elementor-element.elementor-element-e8030c1{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f2ed2b2 */#site-footer {
  background: #0f2d2d;
  color: #ffffff;
  padding: 50px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px;
  max-width: 1400px;
  margin: auto;
  flex-wrap: wrap;
}

.footer-col h3, 
.footer-col h4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-col a {
  display: block;
  color: #d3e3e3;
  margin-bottom: 6px;
  text-decoration: none;
  transition: 0.2s;
}

.footer-col a:hover {
  color: #ffffff;
  margin-left: 4px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #1c4544;
  font-size: 14px;
  color: #d0d0d0;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: left;
    padding: 0 20px;
  }
}/* End custom CSS */