/* Media Queries for Template 6 - Tech Orange */

@media (max-width: 1200px) {
  .casino-item {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 992px) {
  .section.head h1 {
    font-size: 3rem;
  }

  .section header h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.head h1 {
    font-size: 2.5rem;
  }

  .casino-item {
    width: 100%;
    max-width: 450px;
  }

  .casino-logo {
    width: 100%;
    height: 100px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .section.head h1 {
    font-size: 2rem;
  }

  .section header h2 {
    font-size: 1.75rem;
  }

  .casino-logo {
    height: 80px;
  }
}
