.footer-dark {
  font-size: 18px;
  line-height: 1.5;
}

.footer-dark {
  background: #121212;
}

.footer-dark {
  color: #fff;
}

.footer-dark h3 {
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  margin-top: 0;
  text-align: center;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.footer-dark li {
  margin-bottom: 10px;
}

.footer-dark ul a {
  color: var(--bs-gray-500);
  text-decoration: none;
  transition: all .3s;
}

.footer-dark ul a:hover {
  color: #fff;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .quick-links {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .services-links {
    column-count: 2;
  }
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.social small {
  font-size: 14px;
}

.footer-dark .item.social a {
  font-size: 32px;
  color: #d0d0d0;
  margin: 0 15px;
  transition: color .3s;
}

.footer-dark .social a:hover {
  text-decoration: none;
}

.footer-dark .social .facebook:hover {
  color: #007bff;
}

.footer-dark .social .instagram:hover {
  color: #ff00e6;
}

.footer-dark .copyright p {
  font-size: 15px;
  text-align: center;
  color: #888888;
}

/* BTop Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 38px;
  height: 38px;
  top: 3px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
}

#btop-but {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  text-shadow: none;
  opacity: .7 !important;
  transition: all .3s ease-in-out;
}

#btop-but a {
  color: #007bff !important;
}

/* 2. Hover styles - EXCLUSIVELY for desktop/mouse users */

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1 !important;
  }
}

