.elementor-2550 .elementor-element.elementor-element-2266fc1{--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-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-13f12eb */.site-footer-custom {
  
  color: #2f2f2f;
  padding: 60px 20px 30px;
  margin-top: 60px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.site-footer-custom .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.site-footer-custom .footer-col h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #1f1f1f;
}

.site-footer-custom p,
.site-footer-custom li,
.site-footer-custom a {
  font-size: 15px;
  line-height: 1.7;
  color: #3d3d3d;
  text-decoration: none;
}

.site-footer-custom a:hover {
  text-decoration: underline;
}

.site-footer-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-custom .footer-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.site-footer-custom .footer-badges img {
  max-height: 72px;
  width: auto;
  display: block;
}

.site-footer-custom .footer-small {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .site-footer-custom .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer-custom .footer-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */