/* Media Queries for Forest Green Theme */

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

@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }

  .section.head {
    padding: 4rem 0;
    text-align: center;
  }

  .section.head .container {
    text-align: center;
  }

  .section.head h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }

  .section.head p {
    max-width: 100%;
    margin: 0 auto;
  }

  .section.head::before {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
  }

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

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

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

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

  .casino-item {
    flex: 0 0 100%;
    max-width: 400px;
  }

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

  .footer-columns {
    text-align: center;
  }

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

  .footer-links ul {
    justify-content: center;
    gap: 1.5rem;
  }

  .footer-bottom {
    text-align: center;
  }
}

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

  .section.head p {
    font-size: 1rem;
  }

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

  .footer-links ul {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-links a::before {
    display: none;
  }
}
