/* ==========================================================================
   PANVEL OFFICE TIFFIN - RESPONSIVE STYLESHEET
   Mobile-First Breakpoint Overrides
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. LAPTOP & SMALL DESKTOP (Max-Width: 1024px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .about-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-grid::before {
    display: none;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* --------------------------------------------------------------------------
   2. TABLET & LAPTOP (Max-Width: 1080px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
  .section {
    padding: 60px 0;
  }

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

  .blog-grid {
    grid-template-columns: 1fr !important;
  }

  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 75px);
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 24px;
    gap: 24px;
    box-shadow: var(--shadow-md);
    transition: left var(--transition-normal);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-link {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
  }

  .nav-actions {
    display: none;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-features {
    justify-content: center;
    text-align: left;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-img-card img {
    height: 350px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-img-frame img {
    height: 300px;
  }

  .pickup-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    padding: 24px 16px;
  }

  .menu-items-flex {
    flex-direction: column;
    gap: 24px;
  }

  .cta-banner {
    padding: 40px 20px;
  }

  .cta-banner h2 {
    font-size: 1.85rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   3. MOBILE LARGE & SMALL (Max-Width: 425px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 425px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .about-cards-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .why-two-tiffins {
    flex-direction: column;
    text-align: center;
  }

  .pricing-card-hero {
    padding: 36px 20px;
  }

  .pricing-amount .val {
    font-size: 3.2rem;
  }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 1.75rem;
  }
}

/* --------------------------------------------------------------------------
   4. ULTRA SMALL DEVICES (Max-Width: 320px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .container {
    padding: 0 12px;
  }

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