/* Responsive Styles for 3D Miniature Models Shop */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-text {
    padding-right: 2rem;
    padding-top: 100px;
}
  
  .hero-image {
    padding-left: 2rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: scale(1.08);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  .hero-text {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 100px;
}
  
  .hero-image {
    text-align: center;
  }
  
  .navbar-brand {
    font-size: 1.1rem !important;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .price-card {
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 0;
  }
  
  .feature-item {
    margin-bottom: 2rem;
  }
  
  .process-step {
    margin-bottom: 2rem;
  }
  
  .timeline-item {
    margin-bottom: 1.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  :root {
    --section-padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  #hero {
    min-height: 80vh;
    text-align: center;
  }
  
  #hero::before,
  #hero::after {
    display: none;
  }
  
  .hero-text,
  .hero-image {
    margin-bottom: 2rem;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .price-card {
    margin-bottom: 1.5rem;
  }
  
  .feature-item,
  .process-step {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2.5rem;
  }
  
  .info-icon {
    font-size: 2rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25rem;
  }
  
  .price-value {
    font-size: 2.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .team-card img {
    width: 120px;
    height: 120px;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  #footer {
    padding: 40px 0 20px;
  }
  
  .footer-section {
    margin-bottom: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  :root {
    --section-padding: 40px 0;
    --container-padding: 15px;
  }
  
  .container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.25rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  .navbar-brand {
    font-size: 0.9rem !important;
  }
  
  #hero {
    min-height: 70vh;
    padding: 60px 0;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .price-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .feature-item,
  .process-step {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
  
  .info-icon {
    font-size: 1.75rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .team-card img {
    width: 100px;
    height: 100px;
  }
  
  .gallery-item {
    margin-bottom: 1rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .faq-card {
    padding: 1rem;
  }
  
  .timeline-item {
    padding: 1.5rem;
  }
  
  #footer {
    padding: 30px 0 15px;
  }
  
  .footer-section {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Mobile-specific no-animations rule */
@media (max-width: 767.98px) {
  /* Disable animations on mobile for better performance */
  @media (prefers-reduced-motion: reduce) {
    .service-card:hover,
    .team-card:hover,
    .blog-card:hover,
    .price-card:hover,
    .gallery-item img:hover,
    .btn-primary:hover {
      transform: none;
    }
  }
  
  /* Remove hover effects on touch devices */
  .service-card:hover,
  .team-card:hover,
  .blog-card:hover,
  .price-card:hover,
  .gallery-item img:hover {
    transform: none;
  }
}

/* Print styles */
@media print {
  #header,
  #footer {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
    overflow-x: hidden;
}
  
  .section-title {
    font-size: 18pt;
  }
  
  .section-subtitle {
    font-size: 14pt;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .price-card {
    break-inside: avoid;
    margin-bottom: 1rem;
  }
} 