body {
  background-color: #121212;
  color: #e0e0e0;
  font-family: Arial, sans-serif; }

.wave-pattern {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyODAgMEwwIDB2MTQwbDEyODAtMTQweiIgZmlsbD0iIzEyMTIxMiIvPjwvc3ZnPg==");
  background-size: 100% 20px; }

/* Auto-scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background-color: #1c1c1c; }

.scroll-content {
  display: inline-block;
  animation: scroll 30s linear infinite;
  padding: 20px 0; }

.scroll-item {
  display: inline-block;
  margin: 0 50px; }

/* FAQ Section styling */
.faq-container {
  max-width: 900px;
  margin: 0 auto; }

.faq-item {
  background-color: #222222;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden; }

.question-icon {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
  flex-shrink: 0; }

.faq-question {
  color: #e6b800;
  font-weight: bold;
  margin-bottom: 8px; }

.faq-answer {
  color: #cccccc;
  line-height: 1.5; }

.legal .body {
  padding: 54px; }
.legal .title {
  padding: 54px; }
  .legal .title h1 {
    font-size: 35px;
    line-height: 1.3em; }
  .legal .title h1:after {
    display: block;
    width: 7%;
    content: "";
    height: 1px;
    border-top: 3px solid #ef3024;
    margin-top: 20px;
    margin-bottom: 2.75%; }

footer .left, footer .right {
  padding: 10px; }
footer .right {
  padding-left: 10%; }

/*# sourceMappingURL=style.css.map */
