/* Template 2: Responsive */

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .navbar {
    background: rgba(255, 255, 255, 0.95);
  }
  
  .navbar-collapse {
    background: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    margin-top: 15px;
  }
  
  .stats-container {
    transform: translateY(0);
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 120px 0 80px;
    text-align: center;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-image {
    transform: none;
    margin-top: 40px;
  }
  
  .hero-image:hover {
    transform: none;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .stat-item {
    margin-bottom: 30px;
  }
  
  .cta-wrapper {
    padding: 50px 20px;
  }
}

@media (max-width: 575.98px) {
  .btn-primary-gradient, .btn-outline-soft {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
