/* Responsive Design for Template 10 */

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

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

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

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

  .site-nav ul {
    flex-direction: column;
    width: 100%;
  }

  .site-nav a {
    text-align: center;
  }

  .section.head {
    padding: 6rem 0;
  }

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

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

  .section {
    padding: 5rem 0;
  }

  .section header {
    margin-bottom: 3rem;
  }

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

  .casino-item {
    width: 100%;
  }

  .casino-logo img {
    width: 100%;
    max-width: 360px;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }

  .text-block {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .site-logo {
    font-size: 1.5rem;
  }

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

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

  .casino-title {
    font-size: 1.5rem;
  }

  .casino-content {
    padding: 1.5rem;
  }

  .text-block {
    padding: 1.5rem;
  }

  .text-block h3 {
    font-size: 1.5rem;
  }
}
