/* ==========================================================
   Al Sawy Waterproofing — Responsive Breakpoints
   ========================================================== */

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .lang-switch,
  .free-inspection-btn {
    display: none !important;
  }
  
  .mobile-menu-toggle {
    display: block !important;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  
  .stat-number {
    font-size: 1.75rem;
  }
  
  /* Fix Hero Background on Mobile */
  .hero-section {
    background: linear-gradient(to bottom, rgba(10, 12, 16, 0.82) 0%, rgba(18, 22, 31, 0.96) 100%), 
                url('../../storage/uploads/projectsgallery/al-sawy-waterproofing-egypt-1.jpg') top center/cover no-repeat !important;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
