.new-footer {
  background: #03112d;
  color: #f4efe4;
  position: relative;
  overflow: hidden;
}

.new-footer .footer-pattern {
  height: 88px;
  background-color: #f4efe4;
  background-image: url("../../../assets/img//Dividers/triangle-strip-blue.svg");
  background-position: center;
  background-size: auto 88px;
  background-repeat: repeat-x;
}

.new-footer .container {
  position: relative;
  z-index: 1;
}

.new-footer h2 {
  letter-spacing: 0.2rem;
}

.new-footer .btn-danger {
  background-color: #a21f2d;
  border-color: #a21f2d;
  font-weight: 600;
}

.new-footer .btn-danger:hover {
  background-color: #8c1a28;
  border-color: #8c1a28;
}

.new-footer .contact-row .separator {
  font-size: 1rem;
}

.new-footer .contact-email {
  letter-spacing: 0.08rem;
  display: inline-block;
}

.new-footer .footer-links ul li {
  margin-bottom: 0.35rem;
}

.new-footer .footer-links a {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.new-footer .footer-links a:hover {
  opacity: 1;
  color: #f8d3a5;
}

.new-footer .social-list {
  padding-left: 0;
}

.new-footer .social-list .list-inline-item {
  margin-right: 0.75rem;
}

.new-footer .social-list .bi {
  font-size: 1.4rem;
  transition: color 0.2s ease;
}

.new-footer .trusted-partners {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.new-footer .partner-logos img {
  max-height: 36px;
  opacity: 0.82;
  filter: saturate(0.6);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.new-footer .partner-logos img:hover {
  opacity: 1;
  filter: saturate(1);
}

.new-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.new-footer .footer-bottom-links {
  align-items: center;
}

.new-footer .footer-bottom a {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

.new-footer .footer-bottom a:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  .new-footer .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .new-footer .footer-bottom-links {
    flex-direction: column;
  }
}

