.elementor-373 .elementor-element.elementor-element-441d896{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-373 .elementor-element.elementor-element-441d896:not(.elementor-motion-effects-element-type-background), .elementor-373 .elementor-element.elementor-element-441d896 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-373 .elementor-element.elementor-element-b68fa3c{width:100%;max-width:100%;}.elementor-373 .elementor-element.elementor-element-b68fa3c.elementor-element{--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-b68fa3c */.custom-footer {
  background: #000000; /* black background */
  color: #fff; /* white text */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  font-family: 'Archivo Black', sans-serif;
}

.custom-footer .footer-col {
  flex: 1 1 220px;
  margin: 15px;
}

.custom-footer h2 img {
  max-width: 180px;
  margin-bottom: 15px;
}

.custom-footer h3,
.custom-footer h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}

.custom-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 28px;
  font-size: 14px;
}

.custom-footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-footer ul li a:hover {
  color: #ff518f; /* hover pink */
}

.custom-footer .socials a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
}

.custom-footer .socials a:hover {
  color: #ff518f; /* hover pink */
}/* End custom CSS */