/* Template 1: Responsive Adjustments */

@media (max-width: 991.98px) {
  .hero-section h1 {
    font-size: 2.8rem;
  }
  
  .navbar-collapse {
    background: var(--text-light);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-top: 10px;
  }
  
  .nav-link::after {
    display: none;
  }
  
  .stat-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 100px 0 80px;
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2.2rem;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-img-container {
    margin-bottom: 40px;
  }
  
  .feature-box {
    flex-direction: column;
    text-align: center;
  }
  
  .feature-icon {
    margin: 0 auto 15px;
  }
  
  .footer-col {
    margin-bottom: 40px;
  }
  
  .page-header {
    padding: 80px 0 40px;
  }
  
  .page-header h1 {
    font-size: 2.2rem;
  }
}

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