.elementor-2043 .elementor-element.elementor-element-d34e9ea{--display:flex;}.elementor-2043 .elementor-element.elementor-element-d34e9ea:not(.elementor-motion-effects-element-type-background), .elementor-2043 .elementor-element.elementor-element-d34e9ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#264F5D;}/* Start custom CSS for html, class: .elementor-element-9c3a678 */footer {
  background-color: #264F5D;
  color: white;
  padding: 70px 0 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #A7D8D2;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-links a:hover {
  color: #A7D8D2;
  padding-left: 5px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}/* End custom CSS */