@media (max-width: 992px) {
  .hero-home .container,
  .about-grid,
  .service-detail-grid,
  .contact-layout,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .hero-home {
    padding: 82px 0 64px;
  }

  .hero-box,
  .service-detail-block,
  .service-side-box,
  .contact-form,
  .contact-panel,
  .contact-side-box {
    padding: 24px;
  }

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

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

  .section {
    padding: 66px 0;
  }

  .hero-home h1 {
    font-size: 2.65rem;
  }
}

@media (max-width: 576px) {
  .hero-home {
    padding: 62px 0 52px;
  }

  .hero-home h1 {
    font-size: 2.25rem;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-width: 52px;
    height: 52px;
    padding: 0 14px;
    font-size: 0.82rem;
  }
}
