/* Responsive Styles for AI Market Trend Summaries */

/* Large screens (desktops) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
}

/* Medium screens (tablets) */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    margin: 0.25rem 0;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
  
  #hero {
    min-height: 80vh;
    text-align: center;
  }
  
  .service-card,
  .price-card,
  .team-card {
    margin-bottom: 2rem;
  }
  
  .price-amount {
    font-size: 2.5rem;
  }
  
  .process-step {
    margin-bottom: 2rem;
  }
}

/* Small screens (mobile landscape) */
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
    overflow-x: hidden;
}
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
  h4 { font-size: 1.125rem; }
  
  .navbar-brand {
    font-size: 1.125rem;
  }
  
  #hero {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .section-padding,
  #about,
  #services,
  #features,
  #priceplan,
  #team,
  #reviews,
  #casestudy,
  #process,
  #timeline,
  #career,
  #coreinfo,
  #blog,
  #faq,
  #gallery,
  #contact {
    padding: 3rem 0;
  }
  
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .feature-icon,
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .info-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .blog-image {
    height: 180px;
  }
}

/* Extra small screens (mobile portrait) */
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.375rem; }
  h3 { font-size: 1.125rem; }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  #hero {
    min-height: 60vh;
    padding: 1.5rem 0;
  }
  
  .section-padding,
  #about,
  #services,
  #features,
  #priceplan,
  #team,
  #reviews,
  #casestudy,
  #process,
  #timeline,
  #career,
  #coreinfo,
  #blog,
  #faq,
  #gallery,
  #contact {
    padding: 2.5rem 0;
  }
  
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .faq-card,
  .timeline-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .feature-icon,
  .process-number {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  
  .info-icon {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  
  .price-amount {
    font-size: 1.75rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .blog-image {
    height: 150px;
  }
  
  .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
  
  #footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-title {
    font-size: 1.125rem;
  }
}

/* No animations on mobile for reduced motion */
@media (max-width: 767.98px) and (prefers-reduced-motion: no-preference) {
  .service-card:hover,
  .price-card:hover,
  .team-card:hover,
  .review-card:hover,
  .case-card:hover,
  .career-card:hover,
  .info-card:hover,
  .blog-card:hover {
    transform: none;
  }
  
  .gallery-item:hover img {
    transform: none;
  }
  
  .btn-primary:hover {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .faq-card,
  .timeline-item,
  .contact-form {
    border: 2px solid var(--text-dark);
  }
  
  .btn-primary {
    border: 2px solid var(--primary-blue);
  }
}

/* Print styles */
@media print {
  #header,
  #footer {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    background: white;
  }
  
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .faq-card {
    border: 1px solid #ccc;
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
} 

.hero-content {
    padding-top: 100px;
}