@media only screen and (max-width: 991px) {
  .header {
    min-height: auto;
  }
  .header .nav-link {
    padding: 5px 0px !important;
  }
  .header .navbar-nav {
    padding-top: 10px !important;
  }
  .navbar-toggler {
    border-radius: 0px;
  }
  .how-it-works .works-card .right {
    display: none;
  }
  .advertise-section .content {
    margin-top: 60px;
    align-items: center;
  }
  .advertise-section .content p {
    text-align: center;
  }
  .countdown-card {
    margin-bottom: 40px;
  }
  .footer .address,
  .footer .f-nav {
    align-items: center;
    border: none;
    padding: 15px 0px;
  }
  .video-section .video-body .video-container,
  .video-section .video-body .video-container video {
    width: 100% !important;
  }
  .log-in-options .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-nav .top-nav-row .nav-link {
    font-size: 12px;
  }
  /* Mobile container - reduce padding for extreme left logo */
  .top-nav .lg-container {
    padding-left: 0px; /* Zero padding for extreme left */
    padding-right: 15px; /* Keep right padding */
  }
  /* Mobile navbar - simple approach */
  .top-nav .top-nav-row {
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
  }
  .top-nav .top-nav-row .top-nav-left {
    position: static; /* Simple static positioning */
    margin-left: 0;
    padding: 10px 0px; /* 0px left/right padding for extreme left */
  }
  .top-nav .top-nav-row .top-nav-center {
    margin-left: 0;
  }
  .top-nav .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .navbar-brand img {
    height: 50px;
  }
  .our-location,
  .countdowns,
  .company-logos,
  .advertise-section,
  .footer,
  .how-it-works,
  .video-section {
    padding: 60px 0px;
  }
  /* Mobile logo adjustments */
  .top-nav .navbar-brand img {
    height: 30px; /* Mobile logo size */
  }
  .video-section .video-body .video-container {
    margin-bottom: 40px;
  }
  .footer .address span,
  .footer .f-nav a {
    margin-bottom: 5px;
  }
  .how-it-works .works-card {
    margin-bottom: 20px;
  }
  .countdowns .countdown-card h1 {
    font-size: 50px;
  }
  .company-logos .item {
    height: 70px;
  }
  .how-it-works .works-card h1 {
    font-size: 40px;
  }
  .our-location .map-wrap {
    height: 300px;
  }
  .page-outer {
    padding: 40px 0px;
  }
  .page-outer .main-card {
    padding: 40px 20px;
  }
  .page-outer .main-card .heading h2 {
    font-size: 22px;
  }
  .page-outer .main-card .heading p {
    font-size: 14px;
  }
  .page-outer .main-card .form-group .terms {
    font-size: 11px;
  }
  .page-outer .main-card .form-group .btn-primary {
    font-size: 14px;
    padding: 10px 0px;
  }
  /* Mobile Navigation Styles - Simple approach */
  .mobile-nav-direct {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto; /* Push to right side */
  }
  .mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.3rem 0.4rem;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }
  .mobile-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .mobile-nav-separator {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin: 0 0.1rem;
  }
}
/* Extra small screens */
@media screen and (max-width: 480px) {
  .mobile-nav-link {
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
    gap: 0.15rem;
  }
  .mobile-nav-separator {
    font-size: 0.75rem;
    margin: 0 0.05rem;
  }
  .mobile-nav-direct {
    gap: 0.15rem;
  }
}

/*# sourceMappingURL=responsive.css.map */
