.cashplus-footer {
  max-width: 100vw;
  background: #181c3a;
  color: #e0e0e0;
  font-family: Inter, Open Sans, Helvetica, Arial, sans-serif !important;
  font-size: 0.9rem;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 40px 20px 40px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.footer-col {
  flex: 1 1 220px;
  margin: 0 15px;
}
.footer-col h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-col h4:not(:first-child) {
  margin-top: 28px;
}
.footer-col h4 + ul {
  margin-top: 18px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li a {
  color: #e0e0e0;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
.footer-logo {
  width: 150px;
  margin-bottom: 16px;
}
.footer-social a {
  color: #fff;
  margin: 0 8px;
  font-size: 1.2rem;
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #ff9800;
}
.footer-cert img {
  width: 100%;
  max-width: 160px;
  height: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 15px;
}
.footer-bottom {
  border-top: 1px solid #2a2f4c;
  text-align: center;
  padding: 16px 20px 8px 20px;
  color: #bbb;
  font-size: 0.85rem;
}
@media (max-width: 991px) {  
  .footer-col {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-col h4:not(:first-child) {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .footer-col {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .footer-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footer-heart {
  color: red;
  font-size: 1rem;
  margin-left: 5px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.footer-heart:hover {
  animation: beat 0.8s infinite;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.company-info,
.company-info p,
.company-info a,
.company-info i {
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.6;
}

.company-info p {
  margin-bottom: 12px;
  font-size: 0.95em;
}
.company-info p:last-child {
  margin-bottom: 0;
} 
/*@media screen and (orientation: landscape) and (max-width: 991px) {
  .cashplus-footer {
    font-size: 14px !important;
  }
}*/