/* Responsive Styles for Employee Engagement SaaS Template */

/* Tablet Styles */
@media (max-width: 991.98px) {
  :root {
    --section-padding: 3rem 0;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  .hero-section {
    min-height: 80vh;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 2rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 2rem;
  }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
  :root {
    --section-padding: 2rem 0;
  }
  
  /* Conservative typography for mobile */
  .navbar-brand {
    font-size: 1.25rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  h4 {
    font-size: 1.1rem;
  }
  
  p {
    font-size: 0.9rem;
  }
  
  /* Hero Section Mobile */
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-section::before {
    display: none;
  }
  
  /* NO animations on mobile - per requirements */
  .card:hover,
  .btn:hover,
  .about-feature:hover,
  .team-card:hover,
  .service-card:hover {
    transform: none;
    box-shadow: var(--box-shadow);
  }
  
  /* Buttons Mobile */
  .btn-primary,
  .btn-outline-secondary {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  /* Service Cards Mobile */
  .service-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service-price {
    font-size: 1.5rem;
  }
  
  /* Feature Cards Mobile */
  .feature-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  /* About Features Mobile */
  .about-feature {
    margin-bottom: 1.5rem;
  }
  
  .about-feature-icon {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  
  /* Team Cards Mobile */
  .team-photo {
    height: 200px;
  }
  
  .team-info {
    padding: 1rem;
  }
  
  .team-name {
    font-size: 1.1rem;
  }
  
  /* Price Cards Mobile */
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  
  .price-amount {
    font-size: 2.5rem;
  }
  
  .price-card.featured {
    margin-top: 0;
  }
  
  /* Process Steps Mobile */
  .process-step {
    padding: 1.5rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  /* Timeline Mobile */
  .timeline-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Contact Form Mobile */
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .contact-info {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
  
  .contact-info-item {
    margin-bottom: 1rem;
  }
  
  .contact-info-item i {
    width: 35px;
    height: 35px;
  }
  
  /* Footer Mobile */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .col-md-3 {
    margin-bottom: 2rem;
  }
  
  /* Gallery Mobile */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .gallery-item {
    height: 200px;
  }
  
  /* FAQ Mobile */
  .faq-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .faq-question {
    font-size: 1rem;
  }
  
  .faq-answer {
    font-size: 0.875rem;
  }
  
  /* Blog Cards Mobile */
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  .blog-content {
    padding: 1rem;
  }
  
  /* Space Page Mobile */
  #space {
    min-height: 50vh;
    margin: 2rem 0;
  }
  
  /* Core Info Mobile */
  .coreinfo-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Career Cards Mobile */
  .career-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Case Study Mobile */
  .casestudy-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Review Cards Mobile */
  .review-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .review-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  .review-author {
    font-size: 0.875rem;
  }
}

/* Small Mobile Devices */
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.25rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 1.5rem 1rem;
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .review-card,
  .casestudy-card,
  .career-card,
  .coreinfo-card {
    padding: 1rem;
  }
  
  .faq-card {
    padding: 1rem;
  }
  
  .team-info {
    padding: 0.75rem;
  }
  
  .footer {
    padding: 1.5rem 0 1rem;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Optimize for retina displays */
  .service-icon,
  .feature-icon,
  .about-feature-icon,
  .process-number {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .section {
    padding: 2rem 0;
  }
}

/* Print Styles */
@media print {
  .hero-section,
  .gallery-grid,
  #space {
    page-break-inside: avoid;
  }
  
  .card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .btn {
    border: 1px solid #333;
  }
}

.hero-section h1 {
    padding-top: 125px;
}