/* Footer */
.footer {
  background: #1a1a1a;
}

.footer-content-wrapper {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #e0e0e0;
  padding: 40px 0 32px;
}

.footer-bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #999;
  font-size: 13px;
  line-height: 36px;
  font-family: Inter, sans-serif;
}

.footer h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 13px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}

.footer .left-section img {
  margin-bottom: 16px;
  max-width: 160px;
}

.footer .left-section img:first-child {
  margin-right: 24px;
}

.footer .left-section p {
  font-size: 14px;
  font-family: Inter, sans-serif;
  line-height: 22px;
  color: #999;
}

.footer .left-section p:last-child {
  margin-bottom: 24px;
}

.footer .right-section p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  cursor: pointer;
  font-family: Inter, sans-serif;
}

.footer .right-section p:hover {
  text-decoration: none;
}

.footer p {
  margin: 0px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer a:hover {
  color: #5b8dd9;
}

.footer-height {
  height: 55px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__bottom a, .footer__bottom p {
  text-decoration: none;
  color: #777;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.footer__bottom a:hover {
  text-decoration: none;
  color: #5b8dd9;
}

.img-social-icon {
  width: 28px;
  margin-right: 16px;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}

.img-social-icon:hover {
  opacity: 1;
}

/* End footer */

@media (min-width: 992px) {
  .footer-content-wrapper {
    padding: 60px 0 32px;
  }
}
