/* Responsive Styles for Kalaran Academy */

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-heading h2 {
    font-size: 2rem;
  }
  
  .section-padding {
    padding: 60px 0;
  }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-heading h2 {
    font-size: 1.75rem;
  }
  
  .section-padding {
    padding: 40px 0;
  }
  
  .btn-primary-custom,
  .btn-secondary-custom,
  .btn-golden {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
  }
  
  .section-heading h2 {
    font-size: 1.5rem;
  }
  
  .btn-primary-custom,
  .btn-secondary-custom,
  .btn-golden {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
}
