.site-footer-wrap {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  color: #fff;
  font-family: "Prompt", sans-serif;
}

.site-footer-wrap::before {
  content: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1920 / 1000;
  background: #f7941d url("../images/footer-bg.jpg") center top / 100% auto no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.site-footer__content { flex: 1 0 auto; padding: 150px 0 58px; }
.site-footer__grid { align-items: flex-start; }
.site-footer__brand { padding-top: 8px; }
.site-footer__logo {
  display: block;
  width: min(100%, 300px);
  height: auto;
}
.site-footer__heading {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.site-footer__heading .bi { margin-right: 7px; }
.site-footer__list { margin: 0; padding-left: 20px; }
.site-footer__list li { margin-bottom: 5px; }
.site-footer__list li,
.site-footer__list a { white-space: nowrap; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: #fff; text-decoration: underline; }
.site-footer__contact p { margin: 0 0 10px; }
.site-footer__contact strong { display: block; margin-top: 12px; }
.site-footer__bottom {
  padding: 12px 16px;
  background: #f7941d;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .site-footer .container {
    width: 92%;
    max-width: 1740px;
  }
  .site-footer__grid > :nth-child(1) { width: 20%; }
  .site-footer__grid > :nth-child(2) { width: 22%; }
  .site-footer__grid > :nth-child(3) { width: 20%; }
  .site-footer__grid > :nth-child(4) { width: 38%; }
  .site-footer__contact strong { white-space: nowrap; }
}

@media (max-width: 991.98px) {
  .site-footer { aspect-ratio: auto; background-size: auto 100%; }
  .site-footer__content { padding: 90px 0 38px; }
  .site-footer__brand { margin-bottom: 12px; }
  .site-footer__logo { width: 270px; }
}

@media (max-width: 575.98px) {
  .site-footer__content { padding: 70px 0 28px; }
  .site-footer__heading { font-size: 14px; }
  .site-footer__list li,
  .site-footer__list a { white-space: normal; }
  .site-footer__bottom { font-size: 12px; }
}

.page-scroll-controls {
  position: fixed;
  z-index: 1050;
  right: 18px;
  bottom: 68px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-scroll-controls button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: #174b79;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
  font-size: 28px;
  line-height: 1;
  transition: background-color .2s ease, transform .2s ease;
}
.page-scroll-controls button:hover,
.page-scroll-controls button:focus-visible {
  background: #0d385e;
  transform: scale(1.06);
}

@media (max-width: 575.98px) {
  .page-scroll-controls { right: 10px; bottom: 54px; gap: 4px; }
  .page-scroll-controls button { width: 42px; height: 42px; font-size: 23px; }
}
