/* Media Queries for Template 2 - Dark Tech Theme */

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

@media (max-width: 992px) {
  .sidebar {
    width: 240px;
  }

  .main-content {
    margin-left: 240px;
  }

  .sidebar-logo a {
    font-size: 1.5rem;
  }

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

@media (max-width: 768px) {
  .page-wrapper {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid var(--tech-border);
    padding: 10px 0;
  }

  .sidebar-logo {
    padding: 15px;
    margin-bottom: 15px;
  }

  .sidebar-nav {
    display: flex;
    overflow-x: auto;
    padding: 0 15px 15px;
  }

  .sidebar-nav ul {
    display: flex;
    gap: 10px;
  }

  .sidebar-nav a {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: 5px 5px 0 0;
  }

  .sidebar-nav a:hover,
  .sidebar-nav a.active {
    border-left-color: transparent;
    border-bottom-color: var(--tech-accent);
    transform: translateY(-5px);
  }

  .sidebar-footer {
    display: none;
  }

  .main-content {
    margin-left: 0;
  }

  .casino-item {
    width: 100%;
  }

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

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

  .section {
    padding: 50px 0;
  }

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

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

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

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {
  .header .quick-nav ul {
    gap: 8px;
  }

  .header .quick-nav a {
    padding: 6px 10px;
    font-size: 0.9rem;
  }

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

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

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

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