.site-footer {
  position: relative;
  padding: 80px 0 40px 0;
  background: radial-gradient(circle at bottom left, #0e3552 0%, #000 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.footer-skyline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: url(https://northamerican.itsprowebsite.com/public/northamerican/theme0002/assets/images/backgrounds/ft-bg3.webp)
    center bottom/cover no-repeat;
  opacity: 0.08;
  z-index: 1;
  mask-image: linear-gradient(to top, rgb(0 0 0) 0%, #fff0 100%);
  -webkit-mask-image: linear-gradient(to top, rgb(0 0 0) 0%, #fff0 100%);
}
.footer-watermark {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.footer-watermark img {
  width: 85vw;
  min-width: 1000px;
  height: auto;
  max-width: none !important;
  opacity: 0.04;
}
.footer-content {
  position: relative;
  z-index: 3;
}
.footer-title {
  color: #c99f43;
  font-size: 1.5vw;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--font-02);
}
.contact-list1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list1 li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}
.contact-list1 i {
  color: #c99f43;
  font-size: 1rem;
  width: 25px;
  margin-top: 2px;
}
.contact-list1 .address-text {
  color: #ccc;
  display: block;
  margin-top: 4px;
  font-size: 1.1vw;
  font-weight: 400;
}
.locations-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locations-list li {
  font-size: 1.4vw;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-01);
}
.locations-list li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.locations-list li a:hover {
  color: #c99f43;
}
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #c99f43;
  color: #c99f43;
  font-size: 1.1rem;
  margin: 0 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background-color: #c99f43;
  color: #000;
  transform: translateY(-3px);
}
.disclaimer-text {
  color: #a8a8a8;
  font-size: 1.2vw;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: var(--font-01);
  font-weight: 500;
}
.bottom-bar-text {
  color: #a8a8a8;
  font-size: 1.1vw;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bottom-bar-text a {
  color: #c99f43;
  text-decoration: none;
  transition: color 0.3s;
}
.bottom-bar-text a:hover {
  color: #fff;
}
.bottom-bar-text .separator {
  color: #555;
}
.dev-link {
  color: #c99f43 !important;
}
@media (max-width: 991px) {
  .logo-row {
    margin-top: 40px;
  }
  .bottom-bar-text {
    line-height: 2;
    font-size: 16px;
  }
  .footer-watermark {
    display: none;
  }
  .bottom-bar-text span.separator {
    display: none;
  }
  .bottom-bar-text a,
  .bottom-bar-text span {
    display: block;
    margin-bottom: 5px;
  }
  .contact-list1 li{
  	font-size: 18px;
  }
  .locations-list li{
  	font-size: 18px;
  }
  .disclaimer-text{
  	font-size: 18px;
  }
  .contact-list1 .address-text{
  	font-size: 16px;
  }
  .footer-title{
  	font-size: 20px;
  }
}
