/* Media Queries for Midnight Blue Corporate Theme */

@media (max-width: 1024px) {
  .section.head::before {
    width: 60%;
    opacity: 0.03;
  }
}

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

  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.head {
    padding: 4rem 0;
    text-align: center;
  }

  .section.head h1 {
    font-size: 2.25rem;
    max-width: 100%;
  }

  .section.head p {
    max-width: 100%;
    margin: 0 auto;
  }

  .section {
    padding: 3rem 0;
  }

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

  .section header h2::before {
    display: none;
  }

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

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

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

@media (max-width: 480px) {
  .site-logo a {
    font-size: 1.25rem;
  }

  .site-logo a::before {
    width: 28px;
    height: 28px;
  }

  .site-nav a {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .section.head h1 {
    font-size: 1.75rem;
  }

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

  .footer-links ul {
    flex-direction: column;
    gap: 1rem;
  }
}
