/* Responsive Styles for Ethical Gemstone Jewelry Template */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
  
  .service-card,
  .feature-card {
    margin-bottom: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 3.2rem;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
  
  .process-step {
    margin-bottom: 3rem;
  }
  
  .team-photo {
    width: 180px;
    height: 180px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .section-padding {
    padding: 5rem 0;
  }
  
  .hero-decorative {
    display: block;
  }
  
  .process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--primary-emerald);
    transform: translateX(-50%);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-content h1 {
    font-size: 4rem;
  }
  
  .container {
    max-width: 1140px;
  }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .hero-content h1 {
    font-size: 4.5rem;
  }
  
  .container {
    max-width: 1320px;
  }
}

/* Mobile-specific styles (767px and below) */
@media (max-width: 767px) {
  /* Disable animations on mobile */
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  
  /* Header adjustments */
  .navbar-brand {
    font-size: 1.1rem;
  }
  
  .navbar-nav {
    text-align: center;
    padding: 1rem 0;
  }
  
  /* Hero section */
  #hero {
    min-height: 80vh;
    text-align: center;
    padding: 3rem 0;
  }
  
  .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  /* Section spacing */
  .section-padding {
    padding: 3rem 0;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  
  /* Service cards */
  .service-image {
    height: 180px;
  }
  
  /* Team photos */
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  /* Process steps */
  .process-step {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  
  .process-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  /* Timeline */
  .timeline-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Gallery */
  .gallery-image {
    height: 200px;
  }
  
  /* Contact form */
  .contact-form {
    padding: 1.5rem;
  }
  
  /* FAQ */
  .faq-card {
    padding: 1.5rem;
  }
  
  /* Blog cards */
  .blog-image {
    height: 180px;
  }
  
  .blog-content {
    padding: 1.5rem;
  }
  
  /* Footer */
  #footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer-section {
    margin-bottom: 2rem;
  }
  
  /* Price amounts */
  .price-amount {
    font-size: 2rem;
  }
  
  /* Typography adjustments */
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  /* Button adjustments */
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  
  /* Remove hover effects on mobile */
  .feature-card:hover,
  .service-card:hover,
  .price-card:hover,
  .team-card:hover,
  .review-card:hover,
  .case-card:hover,
  .career-card:hover,
  .info-card:hover,
  .blog-card:hover,
  .gallery-item:hover {
    transform: none;
    box-shadow: inherit;
  }
}

/* Small mobile devices (480px and below) */
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.9rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  .card-padding,
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .contact-form,
  .faq-card,
  .blog-content {
    padding: 1.25rem;
  }
  
  .service-image,
  .gallery-image,
  .blog-image {
    height: 160px;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .process-number {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  
  .price-amount {
    font-size: 1.8rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-image,
  .gallery-image,
  .blog-image,
  .team-photo {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 500px) {
  #hero {
    min-height: 90vh;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
}

/* Print styles */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  .navbar,
  .hero-decorative,
  .btn {
    display: none !important;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
  
  .page-break {
    page-break-before: always;
  }
}

/* Accessibility improvements for larger text */
@media (min-width: 1400px) {
  .large-text-mode {
    font-size: 1.125rem;
  }
  
  .large-text-mode h1 {
    font-size: 5rem;
  }
  
  .large-text-mode h2 {
    font-size: 3.5rem;
  }
  
  .large-text-mode h3 {
    font-size: 2.5rem;
  }
} 

body {
    overflow-x: hidden;
}