/* Mobile First Responsive Styles */

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .online-counter {
    order: 3;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .hero-content {
    padding: 20px;
  }

  .btn-hero {
    padding: 12px 30px;
    font-size: 16px;
  }

  .section-header {
    padding: 0 15px;
  }

  .jackpot-card {
    margin-bottom: 15px;
  }

  .faq-question {
    font-size: 16px;
    padding: 15px;
  }

  .footer-top .col-md-3 {
    margin-bottom: 30px;
  }

  .payment-logos,
  .provider-logos {
    justify-content: center;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-slider {
    height: 450px;
  }

  .section-title {
    font-size: 30px;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mobile-buttons {
    display: none !important;
  }

  .screenshots-slider,
  .bonuses-slider,
  .games-slider {
    display: none;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 56px;
  }

  .section-title {
    font-size: 40px;
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1400px;
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 500px) {
  .hero-slider {
    height: 350px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

/* Print Styles */
@media print {
  .site-header,
  .hero-section,
  .fixed-widget,
  .burger-menu,
  .mobile-navigation {
    display: none;
  }

  body {
    background-color: #fff;
    color: #000;
  }
}
