/* =========================================================
 * SITNAM IT SOLUTIONS - Responsive Media Queries
 * Mobile (<576px), Tablet (768-1024px), Large Desktop (>1200px)
 * ========================================================= */

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 80px 0 60px;
    text-align: center;
  }
  
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

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

  .stat-box {
    margin-bottom: 20px;
  }

  .nav-link-sitnam {
    padding: 10px 16px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

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

  .btn-sitnam-primary,
  .btn-sitnam-outline {
    padding: 10px 22px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .floating-controls {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.85rem;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
}
