/* Media Queries for Royal Luxury Theme */

@media (max-width: 1200px) {
  .container {
    padding: 0 1.5rem;
  }
  
  .section header h2::before,
  .section header h2::after {
    width: 40px;
  }
}

@media (max-width: 992px) {
  .site-nav a {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }
  
  .section.head h1 {
    font-size: 2.75rem;
  }
  
  .site-logo a::before,
  .site-logo a::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .header-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.25rem 0;
  }

  .site-logo a {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .site-nav a {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }

  .section.head {
    padding: 5rem 0;
  }

  .section.head h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }

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

  .section {
    padding: 3.5rem 0;
  }

  .section header h2 {
    font-size: 1.75rem;
  }
  
  .section header h2::before,
  .section header h2::after {
    display: none;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2.5rem;
    text-align: center;
  }

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

  .footer-links ul {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .section.head h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

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

  .footer-links ul {
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer-links a {
    font-size: 0.8rem;
  }
}
