/* FINAL CLEAN HEADER */

#header.nlc-header {
  width: 100% !important;
  background: #fff !important;
  position: relative !important;
  z-index: 99999 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
}

.nlc-header-inner {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 14px 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.nlc-header-logo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

.nlc-header-logo img {
  height: 76px !important;
  width: auto !important;
  max-width: 440px !important;
  display: block !important;
}

.nlc-header-nav {
  display: flex !important;
  align-items: center !important;
  gap: 46px !important;
  margin-left: auto !important;
}

.nlc-header-nav a {
  color: #172033 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.nlc-header-nav a:hover {
  color: #c54238 !important;
}

.nlc-menu-toggle {
  display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .nlc-header-inner {
    padding: 14px 18px !important;
  }

  .nlc-header-logo img {
    height: 70px !important;
    max-width: calc(100vw - 110px) !important;
  }

  .nlc-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    border: 1px solid #dce4ee !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #172033 !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    margin-left: auto !important;
  }

  .nlc-header-nav {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: 0 18px 35px rgba(0,0,0,.15) !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 10px 0 !important;
  }

.nlc-header-nav.is-open {
  display: flex !important;
}

  .nlc-header-nav a {
    width: 100% !important;
    padding: 18px 22px !important;
    text-align: center !important;
    font-size: 18px !important;
    border-top: 1px solid #eef2f6 !important;
  }
}


/* CLEAN FOOTER */

.nlc-footer {
  background: #071f3f !important;
  color: rgba(255,255,255,.78) !important;
  padding: 70px 0 0 !important;
}

.nlc-footer-inner {
  width: min(1180px, calc(100% - 36px)) !important;
  margin: 0 auto !important;
}

.nlc-footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr .7fr 1.1fr !important;
  gap: 70px !important;
  align-items: start !important;
}

.nlc-footer img {
  width: 230px !important;
  height: auto !important;
  margin-bottom: 24px !important;
}

.nlc-footer p,
.nlc-footer a {
  color: rgba(255,255,255,.78) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  text-decoration: none !important;
}

.nlc-footer a:hover {
  color: #fff !important;
}

.nlc-footer h6 {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 26px !important;
}

.nlc-footer-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.nlc-footer-socials {
  display: flex !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.nlc-footer-socials a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.nlc-footer-socials a:hover {
  background: #c54238 !important;
}

.nlc-footer-bottom {
  margin-top: 54px !important;
  padding: 24px 0 28px !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .nlc-footer {
    padding: 48px 0 80px !important;
  }

  .nlc-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .nlc-footer img {
    width: 250px !important;
  }

  .nlc-footer-bottom {
    margin-top: 36px !important;
  }
}

