/* Footer */

.footer-new {
  background: #111111;
  color: #ffffff;
}

/* Do NOT redefine .container-main globally here.
   Only control spacing inside the footer. */

.footer-new > .container-main {
  padding-top: 52px;
  padding-bottom: 56px;
}
.footer-logo {
  width: 72px;
  height: auto;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-logo-img {
  display: block;
  width: 72px;
  height: auto;
  object-fit: contain;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.footer-logo {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #e30613;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.footer-new h4 {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 22px;
  color: #ffffff;
}

.footer-new ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new li {
  margin-bottom: 14px;
}

.footer-new a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: color 200ms ease;
}

.footer-new a:hover {
  color: #ffffff;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-contact i {
  width: 16px;
  min-width: 16px;
  color: #e30613;
  margin-top: 3px;
  font-size: 14px;
  text-align: center;
}

.footer-new .footer-contact span,
.footer-new .footer-contact a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
}

.text-red {
  color: #e30613;
  font-weight: 700;
}

/* Tablet */

@media (min-width: 640px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Medium screens */

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

/* Desktop */

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.2fr 0.9fr 1.2fr 1fr;
    gap: 64px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .footer-new > .container-main {
    padding-top: 48px;
    padding-bottom: 44px;
  }
}
/* Points page: keep big header above the map */

body#points .jts-header,
body#points .jts-navbar {
  z-index: 999999 !important;
}

body#points .jts-header::before {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  height: 118px !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

body#points .jts-navbar {
  top: 12px !important;
}

body#points #map,
body#points .leaflet-container,
body#points .leaflet-pane,
body#points .leaflet-top,
body#points .leaflet-bottom {
  z-index: 1 !important;
}

@media (max-width: 1023px) {
  body#points .jts-header::before {
    height: 100px !important;
  }
}
