/* 
 * Responsive Stylesheet for DataQuantum LeapShot
 * This CSS file contains all the responsive styles for the website
 */

/* ==================== Large Screens (1200px and up) ==================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* ==================== Medium Screens (992px - 1199px) ==================== */
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .services-grid,
  .coreinfo-grid,
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

/* ==================== Small Screens (768px - 991px) ==================== */
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  
  .section {
    padding: 60px 0;
  }
  
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .hero-desc {
    font-size: 1rem;
  }
  
  .navbar-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
  
  .navbar-nav.active {
    display: flex;
  }
  
  .nav-item {
    margin: 10px 0;
  }
  
  .nav-toggle {
    display: block;
  }
  
  .about-container,
  .contact-container {
    flex-direction: column;
  }
  
  .about-image,
  .about-content,
  .contact-form-container,
  .contact-info-container {
    width: 100%;
  }
  
  .timeline-content {
    max-width: 100%;
  }
  
  .timeline:before,
  .timeline-content:before {
    display: none;
  }
  
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-info,
  .footer-links-container,
  .footer-contact-container {
    width: 100%;
  }
}

/* ==================== Extra Small Screens (576px - 767px) ==================== */
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  
  .section {
    padding: 50px 0;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .services-grid,
  .features-grid,
  .priceplan-grid,
  .team-grid,
  .coreinfo-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  
  .page-title-section {
    height: 300px;
  }
  
  .page-title-content h1 {
    font-size: 2.2rem;
  }
  
  .blog-article {
    padding: 20px;
  }
  
  .blog-article h1 {
    font-size: 2rem;
  }
  
  .blog-article h2 {
    font-size: 1.5rem;
  }
  
  .about-feature {
    flex-direction: column;
    text-align: center;
  }
  
  .about-feature-icon {
    margin: 0 auto 15px;
  }
  
  .coreinfo-item {
    flex-direction: column;
    text-align: center;
  }
  
  .coreinfo-icon {
    margin: 0 auto 15px;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-info-icon {
    margin: 0 auto 15px;
  }
  
  .page-title-section {
    height: 250px;
  }
  
  .page-title-content h1 {
    font-size: 1.8rem;
  }
  
  .blog-article h1 {
    font-size: 1.8rem;
  }
  
  .blog-article h2 {
    font-size: 1.4rem;
  }
}

/* ==================== Mobile Screens (575px and down) ==================== */
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  
  .section {
    padding: 40px 0;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
  
  .hero {
    min-height: 500px;
  }
  
  .hero-slide {
    min-height: 500px;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .about-feature {
    flex-direction: column;
    text-align: center;
  }
  
  .about-feature-icon {
    margin: 0 auto 15px;
  }
  
  .coreinfo-item {
    flex-direction: column;
    text-align: center;
  }
  
  .coreinfo-icon {
    margin: 0 auto 15px;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-info-icon {
    margin: 0 auto 15px;
  }
  
  .page-title-section {
    height: 250px;
  }
  
  .page-title-content h1 {
    font-size: 1.8rem;
  }
  
  .blog-article h1 {
    font-size: 1.8rem;
  }
  
  .blog-article h2 {
    font-size: 1.4rem;
  }
}

/* ==================== Extra Small Mobile Screens (400px and down) ==================== */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.6rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .navbar-brand {
    font-size: 1.4rem;
  }
  
  .feature-icon,
  .coreinfo-icon,
  .contact-info-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .service-content,
  .feature-item,
  .priceplan-content,
  .team-content,
  .review-item,
  .coreinfo-item,
  .blog-content {
    padding: 15px;
  }
} 