.site-footer {
  background: #054f67;
  color: #ffffff;
  padding: 35px 0 20px;
  font-size: 14px;
}
.footer-top {
  padding-bottom: 20px;
}
.footer-text {
  margin: 0;
  line-height: 1.5;
  opacity: 0.9;
  color: var(--white);
}
.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.footer-social span {
  font-size: 13px;
  opacity: 0.8;
}

.footer-social a {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}
.privacy-link {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  opacity: 0.85;
}
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 15px 0;
}
.footer-bottom {
  font-size: 13px;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .footer-left,
  .footer-center,
  .footer-right {
    margin-bottom: 15px;
  }

  .footer-social {
    justify-content: center;
  }
  .footer-logo{
    margin: 0 auto;
    padding-bottom:10px;
  }
  .footer-text{
    padding-bottom:10px;
  }
}
