 audio {

    border: 1px solid #800020;
    border-radius: 28px;
  }

  audio::-webkit-media-controls-time-remaining-display {
    display: none !important;
  }

  audio::-webkit-media-controls-current-time-display {
    display: none !important;
  }

  audio::-webkit-media-controls-play-button,
  audio::-webkit-media-controls-panel {
    background-color: var(--headerFooter) !important;
    color: var(--main-color-new-theme) !important;
    border: 2px solid #800020 !important;
  }
	@media (max-width: 768px) {
  .footer-links,
  .footer-contact {
    text-align: center;
  }

  .footer-logo {
    display: block;
    margin: 0 auto;
  }

  .footer-contact {
    margin-top: 20px; /* Adjust as needed */
  }

	.footer-links li {
      list-style: none; /* Remove default list-style */
      margin-bottom: 10px;
			margin-left: 90px !important;
    text-align: justify;
			
    }
    .footer-links li a {
      color: var(--menu-bg); /* Set link color */
      text-decoration: none; /* Remove underline from links */
    }
}
