.btn-primary:disabled {
    background-color: #d0d7df !important; 
    border-color: #c2c9d2 !important;
    color: #ffffff !important;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none !important;
}

.footer-center-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-wrapper p {
  font-size: 14px;
}

.footer-column {
  color: #ffffff;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-link {
  color: #ffffff;
  text-decoration: underline;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.footer-socials {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.footer-logo,
.footer-badge {
  display: block;
  max-width: 100px;
  margin-bottom: 1.5rem;
}

.footer-partner img {
  max-width: 180px;
  display: block;
}

.footer-partner span {
  display: block;
  margin-top: 0.5rem;
}

.ms_lay1_card button {
  border: none !important;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a:hover {
  text-decoration: Underline;
  background-color: initial !important;
  color: #520044;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a:focus {
  text-decoration: Underline;
  background-color: initial !important;
  color: #520044;
}

@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
  }
}