.elementor-17040 .elementor-element.elementor-element-402b09e{--display:flex;}.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-4c944fe */.custom-footer {
  background: #f5f5f5;
  padding: 60px 8% 30px;
  font-family: 'Inter', sans-serif;
  color: #222;
}

/* TOP GRID */
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* LOGO */
.logo-col {
  text-align: left;
}

.footer-logo {
  width: 90px;
  margin-bottom: 15px;
}

.logo-col h3 {
  font-size: 18px;
  font-weight: 700;
}

/* HEADINGS */
.footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #222;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* CONTACT */
.contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact i {
  color: #1c3f7a;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  font-size: 14px;
}

/* CENTER LINKS */
.footer-bottom .center {
  text-align: center;
}

.footer-bottom .center a {
  margin: 0 10px;
  color: #222;
  text-decoration: none;
}

.footer-bottom .center a:hover {
  text-decoration: underline;
}

/* PAYMENTS */
.payments {
  margin-top: 10px;
}

.payments img {
  height: 78px;
  margin: 0 5px;
}

/* RIGHT */
.footer-bottom .right {
  text-align: right;
}/* End custom CSS */