/* Responsive CSS for Sustainable Stationery Subscription */

/* Large screens */
@media (min-width: 1200px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .section-padding {
    padding: 6rem 0;
  }
  
  .service-card {
    padding: 3rem;
  }
  
  .price-card {
    padding: 4rem 2.5rem;
  }
}

/* Medium screens */
@media (max-width: 991.98px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-section::before {
    display: none;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.4rem; }
  
  .service-card {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  
  .price-card {
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

/* Small screens */
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 3rem 0;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
  
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.2rem; }
  
  .service-card,
  .price-card,
  .about-feature,
  .feature-item,
  .team-member {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .service-price,
  .price-amount {
    font-size: 1.8rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 2rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .process-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .review-card,
  .case-study-card,
  .timeline-item,
  .career-item,
  .coreinfo-item {
    padding: 1.5rem;
  }
  
  .faq-card {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 3rem 0 2rem;
  }
  
  .footer-policies a {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

/* Extra small screens */
@media (max-width: 575.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.2rem; }
  
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .service-card,
  .price-card,
  .about-feature,
  .feature-item,
  .team-member,
  .contact-form,
  .contact-info {
    padding: 1.2rem;
  }
  
  .service-card img {
    height: 150px;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .blog-card img {
    height: 150px;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .process-number {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  
  .about-feature i {
    font-size: 2.5rem;
  }
  
  .feature-item i {
    font-size: 2rem;
  }
  
  .btn-primary {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Mobile-specific optimizations */
@media (max-width: 767.98px) {
  /* Ensure no animations on mobile as per requirements */
  .service-card:hover,
  .price-card:hover,
  .about-feature:hover,
  .gallery-item:hover,
  .blog-card:hover,
  .btn-primary:hover {
    transform: none;
  }
  
  /* Remove box shadows on mobile for better performance */
  .service-card,
  .price-card,
  .about-feature,
  .feature-item,
  .team-member,
  .review-card,
  .case-study-card,
  .timeline-item,
  .career-item,
  .coreinfo-item,
  .contact-form,
  .faq-card,
  .gallery-item,
  .blog-card {
    box-shadow: 0 2px 10px rgba(45, 90, 39, 0.1);
  }
  
  /* Optimize touch targets */
  .btn, .nav-link, .form-control {
    min-height: 44px;
  }
  
  .nav-link {
    padding: 1rem;
  }
  
  /* Better spacing for mobile */
  .row > [class*="col-"] {
    margin-bottom: 1rem;
  }
  
  .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

/* Landscape mobile optimization */
@media (max-width: 767.98px) and (orientation: landscape) {
  .hero-section {
    min-height: 50vh;
    padding: 1.5rem 0;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .team-photo,
  .gallery-item img,
  .service-card img,
  .blog-card img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Dark mode support */

/* Print optimizations */
@media print {
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
  
  .service-card,
  .price-card,
  .about-feature,
  .team-member {
    break-inside: avoid;
    margin-bottom: 1rem;
  }
  
  .gallery-section {
    display: none;
  }
} 

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