.elementor-5681 .elementor-element.elementor-element-0ecd9e5{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5681 .elementor-element.elementor-element-8e64535{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-3771a72 */.custom-footer {
  font-family: 'Arial', sans-serif;
  background-color: #0D0D0D;
  color: white;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #111;
  padding: 40px 5%;
  color: white;
}

.footer-brand,
.footer-links,
.footer-contact {
  flex: 1;
  min-width: 220px;
  margin-bottom: 20px;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-brand p,
.footer-contact p,
.footer-links ul li a {
  color: white;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #f00;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #f00;
}

.footer-copy {
  background-color: #000;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: white;
}/* End custom CSS */