/* Media Queries for Template 9 - Corporate Professional Theme */

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

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

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

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

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

  .section {
    padding: 80px 0;
  }

  .header-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

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

  .section.head {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .section.head {
    padding: 80px 0;
  }

  .section.head h1 {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
  }

  .section {
    padding: 60px 0;
  }

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

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

  .footer-column {
    max-width: 100%;
  }

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

  .site-nav a {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .casino-bonus {
    padding: 1.5rem;
  }

  .bonus-amount {
    font-size: 1.8rem;
  }
}

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

  .section.head p {
    font-size: 1.1rem;
    padding: 1.5rem;
  }

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

  .casino-features {
    flex-direction: column;
    align-items: center;
  }

  .casino-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }

  .accordion-question {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .site-logo {
    font-size: 1.5rem;
    letter-spacing: 0.25px;
  }

  .casino-header {
    padding: 1.5rem 1rem;
  }

  .casino-body {
    padding: 1.5rem 1rem;
  }

  .detail-item {
    padding: 0.875rem 1.25rem;
  }
}
