/*------------------------------- footer------------------------------ */
.footer-v1 .footer {
  padding: 40px 0;
  background: #1a1a1a;
  font-size: 15px;
  color: #ffffff;
}

.footer-v1 .footer p {
  color: #cccccc;
  font-size: 15px;
}

.footer-v1 .footer h2 {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 8px;
  font-size: 2.5rem;
  font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
  font-size: 15px;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
  color: #cccccc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}

.footer-v1 .link-list a:hover {
  color: #ffffff;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
  background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
  color: #333333;
}

/* -------------------------footer navbar ------------------------------------------*/

.footer-v1 .row-one {
  display: flex;
  align-items: left;
  justify-content: space-between;
}
.footer-v1 .copyright {
  background: #111111;
  border-top: 1px solid #333333;
  padding: 10px 0 5px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}

.footer-v1 .copyright p {
  color: #999999;
  margin-top: 14px;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer-v1 .copyright a {
  margin: 0 2px;
  text-decoration: none;
  color: #bbbbbb;
}

.footer-v1 .footer-socials {
  margin-top: 12px;
  text-align: right;
  text-decoration: none;
}
.footer-v1 .footer-socials i {
  color: #000000;
}
/*------------------------------ social media -------------------------------------*/
/* Social Media Icons */
.footer-socials {
  text-align: center;
  margin-right: 13px;
}

.social-i {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed */
}

/* Social Button Styles */
.social-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 45px; /* Adjust size as needed */
  height: 45px; /* Adjust size as needed */
  text-decoration: none;
  border-radius: 100%;
  background: #333333;
  margin: 0 5px; /* Adjust spacing as needed */
  transition: all 0.3s;
}

.social-button::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 100%;
  background: #d9d9d9;
  transition: background-color 0.3s;
}

.social-button:focus,
.social-button:hover {
  background: #444444; /* Adjust hover color as needed */
  transform: translateY(-3px);
}

.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  color: #ffffff; /* Icon color */
}

/* Adjust icon size as needed */
.social-button i {
  font-size: 18px; /* Adjust icon size as needed */
}

.social-button svg {
  height: 24px; /* Adjust icon size as needed */
  width: 24px; /* Adjust icon size as needed */
}

/* Social Button Colors */
.social-button--mail {
  background: #e0e0e0;
}
.social-button--facebook {
  background: #333333;
}
.social-button--linkedin {
  background: #333333;
}
.social-button--github {
  background: #e0e0e0;
}
.social-button--codepen {
  background: #e0e0e0;
}
.social-button--steam {
  background: #e0e0e0;
}
.social-button--snapchat {
  background: #e0e0e0;
}
.social-button--twitter {
  background: #333333;
}
.social-button--youtube {
  background: #333333;
}
.social-button--instagram {
  background: #333333;
}
.social-button--npmjs {
  background: #e0e0e0;
}

/*---------------------------- end social media------------------------------ */
@media (max-width: 991px) {
  .footer-v1 .copyright,
  .footer-v1 .footer-socials {
    text-align: center;
  }
}
