/* Responsive CSS for 3D-printed jewelry studio template */

/* Extra Large Devices (Large Desktops) */
@media (max-width: 1399.98px) {
  .hero-section h1 {
    font-size: 2.6rem;
  }
}

/* Large Devices (Desktops) */
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .hero-section h1 {
    font-size: 2.4rem;
  }
  
  .price-card .price {
    font-size: 1.8rem;
  }
}

/* Medium Devices (Tablets) */
@media (max-width: 991.98px) {
  section {
    padding: 60px 0;
  }
  
  .hero-section {
    padding: 80px 0;
    min-height: auto;
  }
  
  .hero-section h1 {
    font-size: 2.2rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .hero-image {
    margin-top: 40px;
  }
  
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .blog-card,
  .career-card {
    margin-bottom: 25px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  .footer {
    padding-top: 40px;
  }
}

/* Small Devices (Landscape Phones) */
@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 1.7rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .process-item {
    margin-bottom: 20px;
  }
  
  .timeline-item {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  
  .gallery-item {
    margin-bottom: 20px;
  }
  
  .contact-form {
    padding: 30px;
  }
  
  .contact-info {
    padding: 30px;
  }
}

/* Extra Small Devices (Portrait Phones) */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .hero-section h1 {
    font-size: 1.8rem;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .blog-card,
  .career-card {
    margin-bottom: 20px;
  }
  
  .service-card h4,
  .feature-card h4,
  .team-info h4,
  .core-info-item h3,
  .casestudy-content h3,
  .process-content h4,
  .timeline-item h4,
  .career-card h3,
  .blog-content h3 {
    font-size: 1.1rem;
  }
  
  .price-card .price {
    font-size: 1.6rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 25px;
  }
  
  .footer {
    padding-top: 30px;
  }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .feature-card:hover,
  .service-card:hover,
  .price-card:hover,
  .gallery-item:hover img {
    transform: none !important;
  }
} 

.hero-content {
    padding-top: 100px;
}