/* Responsive Design Adjustments for AsiaRestaurant.org */

@media (max-width: 991.98px) {
  .navbar-custom {
    background-color: var(--color-cream) !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.15);
    padding: 0.8rem 0;
  }
  
  .nav-link-custom {
    color: var(--color-dark) !important;
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid rgba(23, 23, 23, 0.05);
  }
  
  .hero-fullscreen {
    min-height: 80vh;
  }
  
  .display-3 {
    font-size: 2.5rem;
  }
  
  .detail-hero {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    text-align: center;
    padding-top: 4rem;
  }
  
  .badge-gold {
    justify-content: center;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .card-luxury {
    margin-bottom: 1.5rem;
  }
  
  .footer-luxury {
    padding: 3rem 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .display-3 {
    font-size: 2.2rem;
  }
  
  .btn-gold, .btn-outline-gold {
    width: 100%;
    text-align: center;
  }
  
  .navbar-brand-text {
    font-size: 1.2rem;
  }
}
