.business-proof-strip{
  background: linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%);
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.business-proof-box{
  background: #ffffff;
  border: 1px solid rgba(255, 61, 87, 0.12);
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.business-proof-box p{
  font-size: 15px;
  color: #5f6573;
  line-height: 1.6;
}

.business-proof-box strong{
  color: #1f2430;
  font-weight: 700;
}

.business-proof-box span{
  color: #ff3d57;
  font-weight: 600;
}

.proof-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 61, 87, 0.1);
  color: #ff3d57;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}

@media (max-width: 767.98px){
  .business-proof-box{
    border-radius: 20px;
    padding: 14px 16px;
  }

  .business-proof-box p{
    font-size: 14px;
  }
}

.footer-contact-info li{
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}

.footer-contact-info a:hover{
  color: #fff !important;
}
.footer-single-col h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #fff;
}

.footer-single-col p,
.footer-contact-list li,
.footer-contact-list a{
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

.footer-nav-list li{
  margin-bottom: 10px;
}

.footer-nav-list li a{
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-nav-list li a:hover,
.footer-contact-list a:hover{
  color: #fff;
}

.footer-contact-list i{
  font-size: 14px;
  margin-top: 6px;
}

.newsletter-form .form-control{
  min-height: 48px;
  border: 0;
  box-shadow: none;
}

.newsletter-form .btn{
  min-height: 48px;
  padding: 0 18px;
  white-space: nowrap;
}