/* Responsive CSS for Bulk Refill Station Template */

/* Tablet Styles */
@media (max-width: 991.98px) {
  
  /* Typography Adjustments */
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  /* Section Padding */
  .section-padding {
    padding: 60px 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  /* Price Plan - Remove Featured Transform */
  .price-card.featured {
    transform: none;
    border: 2px solid var(--primary-green);
  }
  
  /* Team Grid Adjustments */
  .team-card img {
    width: 100px;
    height: 100px;
  }
  
  /* Gallery Grid */
  .gallery-item img {
    height: 200px;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem;
  }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
  
  /* Typography - Further Reduction */
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
  
  /* Navbar Brand - Mobile Size */
  .navbar-brand {
    font-size: 1rem;
  }
  
  /* Section Padding - Mobile */
  .section-padding {
    padding: 40px 0;
  }
  
  /* Hero Section - Mobile */
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  /* Remove Decorative Shapes on Mobile */
  .hero-section::before,
  .hero-section::after {
    display: none;
  }
  
  /* Service Cards - Mobile */
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-card .card-img-top {
    height: 180px;
  }
  
  /* Feature Cards - Mobile */
  .feature-card {
    padding: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
  
  /* Price Cards - Mobile */
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  /* Team Cards - Mobile */
  .team-card {
    padding: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .team-card img {
    width: 80px;
    height: 80px;
  }
  
  /* Review Cards - Mobile */
  .review-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* FAQ Cards - Mobile */
  .faq-card {
    padding: 1.2rem;
  }
  
  /* Contact Form - Mobile */
  .contact-form {
    padding: 1.5rem;
  }
  
  /* Process Steps - Mobile */
  .process-step {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  /* Timeline - Mobile */
  .timeline-item {
    padding: 1.5rem;
  }
  
  /* Career Cards - Mobile */
  .career-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Case Study Cards - Mobile */
  .case-study-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Core Info Cards - Mobile */
  .core-info-card {
    padding: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  /* Blog Cards - Mobile */
  .blog-card .card-img-top {
    height: 160px;
  }
  
  /* Gallery - Mobile */
  .gallery-item {
    margin-bottom: 1.5rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  /* Footer - Mobile */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  /* Button Adjustments */
  .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  
  /* Form Controls */
  .form-control {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

/* Small Mobile Styles */
@media (max-width: 575.98px) {
  
  /* Typography - Smallest Screens */
  h1 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  /* Section Padding - Small Mobile */
  .section-padding {
    padding: 30px 0;
  }
  
  /* Hero Section - Small Mobile */
  .hero-section {
    min-height: 60vh;
  }
  
  /* Cards - Reduced Padding */
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .process-step,
  .career-card,
  .case-study-card,
  .core-info-card {
    padding: 1rem;
  }
  
  /* Contact Form - Small Mobile */
  .contact-form {
    padding: 1.2rem;
  }
  
  /* Gallery - Small Mobile */
  .gallery-item img {
    height: 150px;
  }
}

/* Disable Animations - ENFORCED FOR ALL DEVICES */
/* (This section is expanded to ensure all animations are disabled) */
[data-sal],
.sal-animate,
[data-aos],
.aos-animate,
.sr-animate {
  animation: none !important;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
}

/* Disable Hover Effects */
.service-card:hover,
.gallery-item:hover img {
  transform: none !important;
}

/* Remove Transitions */
.service-card,
.gallery-item img {
  transition: none !important;
}

/* High Contrast Footer Colors - No Gradients */
@media (max-width: 767.98px) {
  .footer {
    background: var(--text-dark);
  }
  
  .footer .container {
    background: none;
  }
}

/* Accessibility Improvements */
@media (max-width: 767.98px) {
  
  /* Larger Touch Targets */
  .btn,
  .nav-link,
  .navbar-toggler {
    min-height: 44px;
    min-width: 44px;
  }
  
  /* Improved Form Controls */
  .form-control,
  .form-select {
    min-height: 44px;
  }
  
  /* Better Link Spacing */
  .footer a {
    padding: 8px 0;
    display: block;
  }
}

/* Landscape Mobile Optimizations */
@media (max-width: 767.98px) and (orientation: landscape) {
  
  /* Hero Section - Landscape */
  .hero-section {
    min-height: 90vh;
  }
  
  /* Reduce Vertical Padding */
  .section-padding {
    padding: 25px 0;
  }
}

/* Print Styles */
@media print {
  
  /* Hide Navigation and Footer */
  .navbar,
  .footer {
    display: none;
  }
  
  /* Optimize for Print */
  .hero-section {
    min-height: auto;
    page-break-after: always;
  }
  
  /* Remove Shadows and Effects */
  .service-card,
  .feature-card,
  .price-card,
  .team-card,
  .review-card,
  .faq-card,
  .contact-form,
  .process-step,
  .timeline-item,
  .career-card,
  .case-study-card,
  .core-info-card,
  .blog-card,
  .gallery-item {
    box-shadow: none;
    border: 1px solid #cdc0bf;
  }
  
  /* Ensure Text Readability */
  body {
    color: #000;
    background: #fff;
  }
} 

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