/* =========================
     Footer Locations
  ========================= */

.footer-locations {
  background: #0b251d;
  color: #fff;
  padding: 40px 10px;
}

.footer-locations *,
.footer-locations *::before,
.footer-locations *::after {
  box-sizing: border-box;
}

.footer-locations .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
     Footer Columns
  ========================= */

.footer-locations-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.footer-locations-content {
  padding: 0 12px;
  margin-bottom: 25px;
}

/* Desktop */
@media (min-width: 768px) {
  .footer-locations-content {
    width: 25%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-locations-content {
    width: 50%;
  }
}

/* =========================
     Headings
  ========================= */

.location-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
}

/* =========================
     Lists
  ========================= */

.footer-locations-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.footer-locations-content li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.footer-locations-content a {
  color: #b8bac5;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.footer-locations-content a:hover {
  color: #fff;
}

/* =========================
     Legal Line
  ========================= */

.kz-footer-legal-line {
  color: #b8bac5;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================
     Other Links
  ========================= */

.footer-social-block {
  text-align: center;
  margin-top: 20px;
}

.footer-other-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-other-text-link-a {
  color: #b8bac5;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-other-text-link-a:hover {
  color: #fff;
}

.footer-other-link {
  color: #555866;
  font-size: 13px;
}

/* =========================
     Copyright
  ========================= */

.kz-footer-copyright {
  color: #777a87;
  font-size: 12px;
  text-align: center;
  margin-top: 18px;
}

/* =========================
     Mobile
  ========================= */

@media (max-width: 575px) {
  .footer-locations {
    padding: 30px 15px;
  }

  .footer-locations-content {
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .location-bold {
    font-size: 15px;
  }

  .footer-locations-content a {
    font-size: 13px;
  }

  .kz-footer-legal-line {
    font-size: 11px;
    padding-top: 15px;
  }

  .footer-other-text-link-a,
  .footer-other-link {
    font-size: 12px;
  }

  .kz-footer-copyright {
    font-size: 11px;
  }
}

.footer-locations .footer-locations-content {
    display: block;
}

.footer-locations .location-bold,
.footer-locations .location-bold span {
    font-weight: 700 !important;
}

.footer-training-disclaimer {
    max-width: 1000px;
    margin: 24px auto 0;
    padding-top: 24px;
    border-top: 1px solid #ffffff20;
    color: #b8bac5;
    font-size: .9rem;
    line-height: 1.7;
    text-align: center;
}
