/* Responsive CSS for Sustainable Office Supplies Wholesaler Template */

/* Large Desktop */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    padding-top: 200px;
}
  
  .section-title {
    font-size: 2.25rem;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 2.25rem;
    padding-top: 200px;
}
  
  .service-card,
  .feature-card,
  .price-card {
    margin-bottom: 2rem;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
    padding-top: 200px;
}
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-desc {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card {
    margin-bottom: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
  
  /* Reduce decorative shapes on tablet */
  .hero-shape-1 {
    width: 150px;
    height: 150px;
  }
  
  .hero-shape-2 {
    width: 100px;
    height: 100px;
  }
}

/* Mobile Large */
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 30px 0;
  }
  
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 1.75rem;
    padding-top: 200px;
}
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-desc {
    font-size: 0.95rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .section-desc {
    font-size: 0.95rem;
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-step,
  .career-card,
  .coreinfo-card,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .gallery-item {
    height: 180px;
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
  
  .team-image {
    width: 100px;
    height: 100px;
    font-size: 1.75rem;
  }
  
  .service-image {
    height: 150px;
    font-size: 2.5rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  /* Hide decorative shapes on mobile */
  .hero-shape {
    display: none;
  }
}

/* Mobile Small */
@media (max-width: 575.98px) {
  section {
    padding: 25px 0;
  }
  
  .hero-section {
    min-height: 60vh;
    text-align: center;
    padding: 20px 0;
  }
  
  .hero-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    padding-top: 200px;
}
  
  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .section-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  
  .section-desc {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .navbar-brand {
    font-size: 1.1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    margin: 0;
  }
  
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-step,
  .career-card,
  .coreinfo-card,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .feature-card,
  .service-card .service-content,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-step,
  .career-card,
  .coreinfo-card,
  .blog-card .blog-content {
    padding: 1.25rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .gallery-item {
    height: 160px;
    font-size: 1.5rem;
  }
  
  .team-image {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
  
  .service-image {
    height: 120px;
    font-size: 2rem;
  }
  
  .blog-image {
    height: 120px;
    font-size: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  /* Form adjustments for mobile */
  .form-control {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
  
  .btn-primary,
  .btn-outline-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
  
  /* Timeline adjustments */
  .timeline-item {
    padding: 1.25rem;
  }
  
  /* FAQ adjustments */
  .faq-card {
    padding: 1.25rem;
  }
  
  .faq-question {
    font-size: 0.95rem;
  }
  
  .faq-answer {
    font-size: 0.85rem;
  }
  
  /* Footer adjustments */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .footer a {
    font-size: 0.85rem;
  }
  
  /* Hide decorative shapes on mobile */
  .hero-shape {
    display: none;
  }
  
  /* Breadcrumb adjustments */
  .breadcrumb-section {
    padding: 1rem 0;
  }
  
  .breadcrumb-image {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}

/* NO ANIMATIONS ON MOBILE - Respects requirement */
@media (max-width: 767.98px) {
  /* Disable all animations and transitions */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
  
  .feature-card:hover,
  .service-card:hover,
  .team-card:hover,
  .review-card:hover,
  .case-card:hover,
  .process-step:hover,
  .career-card:hover,
  .price-card:hover,
  .gallery-item:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  
  .feature-card,
  .service-card,
  .team-card,
  .review-card,
  .case-card,
  .process-step,
  .career-card,
  .price-card,
  .gallery-item {
    transition: none !important;
  }
  
  /* Disable counter animations and scroll animations */
  [data-counter],
  [data-sal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  
  /* Disable notification animations */
  .notification {
    animation: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .process-step,
  .career-card,
  .coreinfo-card,
  .blog-card,
  .faq-card {
    border: 2px solid var(--text-dark);
  }
  
  .btn-primary,
  .btn-outline-primary {
    border-width: 2px;
  }
}

/* Print styles */
@media print {
  .hero-shape,
  .navbar,
  .footer,
  .contact-form {
    display: none;
  }
  
  section {
    padding: 20px 0;
    page-break-inside: avoid;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .review-card {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  
  .hero-section {
    min-height: auto;
    padding: 40px 0;
  }
} 