.elementor-3147 .elementor-element.elementor-element-f7a9fca{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-f7a9fca */.ncic-footer-html {
  display: grid;
  grid-template-columns: 1.35fr 1.2fr 1fr 1fr;
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 25px;
  background: #1f2429;
  color: #ffffff;
}

.ncic-footer-col {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

.ncic-footer-col h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 700;
}

.ncic-footer-col p {
  color: #ffffff;
  margin: 0 0 18px;
}

.ncic-footer-col a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
}

.ncic-footer-col a:hover {
  color: #ed1c24;
}

.ncic-footer-logo {
  display: block;
  max-width: 260px;
  height: auto;
  margin: 0 0 12px;
}

.ncic-footer-name,
.ncic-footer-phone {
  display: inline !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
}

.ncic-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.ncic-footer-social a {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #2f5ba8;
  color: #ffffff !important;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.ncic-footer-social a:nth-child(2) {
  background: #ed1c24;
}

.ncic-footer-map iframe {
  width: 100%;
  max-width: 320px;
  height: 230px;
  border: 0;
}

.ncic-footer-copy {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  background: #1f2429;
  padding: 15px 20px 30px;
}

@media (max-width: 1024px) {
  .ncic-footer-html {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

  .ncic-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .ncic-footer-social {
    justify-content: center;
  }

  .ncic-footer-map iframe {
    max-width: 100%;
    height: 240px;
  }

  .ncic-footer-links,
  .ncic-footer-injuries {
    display: none;
  }
}/* End custom CSS */