.menu-link-parent-text {
  color: #2a3668 !important;
}

.total-visitor-container img {
  width: 70%;
}

.red-button {
  width: 240px;
}

.download-red-button {
  width: 250px;
}

.blue-button {
  width: 100px;
}

.blue-button:hover {
  background-color: #4e5b8f;
  border-color: #4e5b8f;
  color: white;
}

.deactive-button {
  background-color: transparent;
  color: #2a3668;
}

.partners-container img {
  object-fit: contain;
}

.sponsorship-container img {
  width: 60%;
}

/* Mobile styles (for devices with a max width of 768px) */
@media only screen and (max-width: 768px) {
  .total-visitor-container img {
    width: 100%;
  }

  .mobile-flex-column {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .partners-container img,
  .sponsorship-container img {
    width: 100%;
  }

  .red-button {
    width: 180px;
    font-size: 12px;
  }

  .floor-plan-red-button {
    width: 195px;
  }
}
