.elementor-187 .elementor-element.elementor-element-2af2881{--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-187 .elementor-element.elementor-element-2af2881:not(.elementor-motion-effects-element-type-background), .elementor-187 .elementor-element.elementor-element-2af2881 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000080;}.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-2d8b7de */.tools-footer {
  width: 100%;
  font-family: Arial, sans-serif;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 40px 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tools-footer,
.tools-footer::before,
.tools-footer::after,
.tools-footer div,
.tools-footer ul,
.tools-footer li,
.tools-footer a,
.tools-footer h4 {
  box-sizing: border-box;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
}


.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 4px;
}

.footer-col ul li a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #38bdf8;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-size: 13px;
  color: #94a3b8;
}

@media (max-width: 600px) {
  .footer-container {
    padding: 30px 6%;
    gap: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }
}/* End custom CSS */