.elementor-159 .elementor-element.elementor-element-91041cf{--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-159 .elementor-element.elementor-element-91041cf:not(.elementor-motion-effects-element-type-background), .elementor-159 .elementor-element.elementor-element-91041cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-d698315 */.sf-footer {
  background-color: #111;
  color: #ccc;
  font-family: Arial, sans-serif;
  padding: 60px 20px 0;
}

.sf-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.sf-footer-logo {
  max-width: 1200px;
  margin-bottom: 20px;
}

.sf-footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #aaa;
}

.sf-footer h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}

.sf-footer ul {
  list-style: none;
  padding: 0;
}

.sf-footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.sf-footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sf-footer ul li a:hover {
  color: #fff;
}

.sf-footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #222;
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 600px) {
  .sf-footer {
    text-align: center;
  }

  .sf-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */