/* Responsive Styles for Wenvotra Casino Hotel */

/* Extra Large Devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1400px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .hero-content p {
    font-size: 1.25rem;
  }
}

/* Large Devices (laptops/desktops, 992px to 1199px) */
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.2rem;
  }
  
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .logo img {
    height: 70px;
  }
  
  .main-nav a {
    font-size: 0.9rem;
  }
  
  .main-nav li {
    margin: 0 0.75rem;
  }
  
  .left-menu {
    margin-right: 1.5rem;
  }
  
  .right-menu {
    margin-left: 1.5rem;
  }
  
  .service-content,
  .welcome-content,
  .story-content,
  .csr-content,
  .dining-content {
    gap: 2rem;
  }
  
  .room-slide {
    gap: 2rem;
  }
}

/* Medium Devices (landscape tablets, 768px to 991px) */
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .header-container {
    padding: 0 1rem;
  }
  
  .main-nav {
    display: none;
  }
  
  .mobile-nav-toggle {
    display: flex;
  }
  
  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .logo img {
    height: 60px;
  }
  
  .header-scrolled .logo img {
    height: 50px;
  }
  
  section {
    padding: 4rem 0;
  }
  
  .service-content,
  .welcome-content,
  .story-content,
  .csr-content,
  .dining-content {
    flex-direction: column;
    gap: 3rem;
  }
  
  .service-content.reverse {
    flex-direction: column;
  }
  
  .casino-feature {
    flex-direction: column;
    gap: 2rem;
  }
  
  .casino-feature.reverse {
    flex-direction: column;
  }
  
  .room-slide {
    flex-direction: column;
    gap: 2rem;
  }
  
  .testimonials-slider {
    height: 380px;
  }
  
  .reservation-container {
    flex-direction: column;
  }
  
  .footer-content {
    gap: 3rem;
  }
  
  .footer-logo,
  .footer-contact,
  .footer-links,
  .footer-newsletter {
    min-width: 300px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-social,
  .footer-policy-links {
    justify-content: center;
    margin-top: 1rem;
  }
  
  .vision-mission-container {
    flex-direction: column;
  }
}

/* Small Devices (portrait tablets and large phones, 576px to 767px) */
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  section {
    padding: 3rem 0;
  }
  
  .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .btn {
    width: 100%;
  }
  
  .section-header {
    margin-bottom: 2rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .services-cta,
  .casino-cta,
  .entertainment-cta {
    margin-top: 2rem;
  }
  
  .dining-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .events-container {
    flex-direction: column;
  }
  
  .event-card {
    width: 100%;
  }
  
  .testimonial-content {
    padding: 1.5rem;
  }
  
  .testimonials-slider {
    height: 420px;
  }
  
  .inquiry-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 3rem;
  }
  
  .footer-logo,
  .footer-contact,
  .footer-links,
  .footer-newsletter {
    width: 100%;
  }
  
  .page-banner {
    height: 300px;
  }
  
  .values-grid,
  .team-grid,
  .awards-container {
    grid-template-columns: 1fr;
  }
  
  .csr-images {
    grid-template-columns: 1fr;
  }
}

/* Extra Small Devices (phones, 575px and down) */
@media only screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  section {
    padding: 2.5rem 0;
  }
  
  .hero-content h1 {
    font-size: 1.8rem;
  }
  
  .logo img {
    height: 50px;
  }
  
  .header-scrolled .logo img {
    height: 40px;
  }
  
  #hero {
    min-height: 500px;
  }
  
  .mobile-menu {
    width: 100%;
  }
  
  .reservation-form,
  .reservation-info {
    padding: 1.5rem;
  }
  
  .testimonials-slider {
    height: 450px;
  }
  
  .testimonial-author {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .footer-top {
    padding: 3rem 0;
  }
  
  .footer-bottom {
    padding: 1rem 0;
  }
  
  .footer-policy-links {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .page-banner {
    height: 250px;
  }
  
  .policy-content {
    padding: 0 1rem;
  }
  
  .policy-section {
    margin-bottom: 2rem;
  }
  
  .policy-conclusion {
    padding: 1.5rem;
  }
}