footer {
  position: relative;
  z-index: 99;

  background-color: #24354b;

  i {
    font-size: 20px;
  }

  .sitemap-grid a {
    transition: all 250ms ease-in-out;
    font-size: 16px;
    font-weight: 300;
  }

  .sitemap-grid a:hover {
    font-weight: bold;
  }

  .vr {
    opacity: 1;
    height: 30px;
    width: 2px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .terms-design * {
    font-size: 14px;
  }

  .footer-social-media {
    transition: all 250ms ease;

    a:hover {
      opacity: 0.5;
    }
  }
}
.newsletter-text,
.category-counter a {
  font-size: 16px;
  font-weight: 300;
}

.newsletter-text {
  width: auto;
}
.sitemap .sitemap-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 991px) and (max-width: 1256px) {
  .footer-responsive-gap {
    gap: 1rem !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-container {
    display: flex;
    flex-direction: column;
  }

  .footer-categories {
    width: 100% !important;
  }

  .sitemap,
  .footer-social-media,
  .newsletter-container,
  .footer-categories {
    width: 100%;
    justify-content: center;
  }
  .social-icons {
    display: flex;
    justify-content: flex-start;
    padding-top: 0.5rem;
  }
  .footer-categories {
    flex: auto !important;
  }
}
.category-counter a:hover {
  font-weight: bold;
}
.category-counter a {
  border-bottom: 1px solid #ffffff4d;
}

/* Lightbox styles */
#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

#custom-lightbox img.lightbox-main {
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
  cursor: zoom-in;
  height: 100%;
  object-fit: contain;
  width: 100%;
  max-width: 600px;
}

#custom-lightbox img.lightbox-main.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}

#custom-lightbox .lightbox-thumbnails {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

#custom-lightbox .lightbox-thumbnails img {
  width: 60px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

#custom-lightbox .lightbox-thumbnails img.active,
#custom-lightbox .lightbox-thumbnails img:hover {
  opacity: 1;
}

#custom-lightbox .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#custom-lightbox .nav button {
  position: absolute;
  top: 50%;
  font-size: 50px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
}

#custom-lightbox .prev {
  left: 10px;
}

#custom-lightbox .next {
  right: 10px;
}

.oldsite-urls {
  gap: 0.5rem;
}

.oldsite-urls a {
  font-size: 15px !important;
  text-align: center;
}
.oldsite-urls a:hover {
  font-weight: bold;
  color: #fff !important;
  opacity: 1 !important;
}
