.elementor-1107 .elementor-element.elementor-element-793e25b{--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 */.dm-footer-dark {
  background: #0d1a26;
  color: #e3ecf3;
  font-family: "Inter", system-ui, sans-serif;
}

.dm-footer-dark a {
  color: inherit;
  text-decoration: none;
}

.dm-foot-grid {
  display: grid;
  gap: 28px;
  padding: 56px 0;
}

@media (min-width: 960px) {
  .dm-foot-grid {
    grid-template-columns: 1.2fr 2fr;
  }
}

/* brand */
.dm-foot-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.dm-foot-logo img {
  max-width: 140px;
  height: auto;
}

.dm-foot-tag {
  color: #a9bed1;
  max-width: 360px;
}

.dm-socials {
  display: flex;
  gap: 16px;
  margin-top: 6px;
}

.dm-socials span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(98, 145, 186, 0.1);
  color: #6291ba;
  transition: all 0.3s ease;
}

.dm-socials span:hover {
  background: rgba(98, 145, 186, 0.3);
  color: #ffffff;
}

/* columns */
.dm-foot-cols {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .dm-foot-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dm-foot-col h4 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #6291ba;
  text-transform: uppercase;
}

.dm-foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.dm-foot-col li {
  color: #cdd8e0;
  font-size: 14px;
  opacity: 0.95;
}

.dm-foot-col a:hover {
  color: #87b1d3;
}

/* contact */
.dm-foot-contact {
  margin-top: 8px;
  color: #adc4d6;
  font-size: 14px;
}

/* bottom */
.dm-foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  color: #9db4c9;
  text-align: center;
  font-size: 13px;
}/* End custom CSS */