/* 
* Eco-Life - Responsive Stylesheet
* Modern eco-friendly website template
*/

/* Extra Large Devices (Desktops) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .section-title h2 {
    font-size: 2.25rem;
  }
}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding: 100px 0;
    height: auto;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-image {
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-feature {
    margin-bottom: 40px;
  }
  
  .services-item,
  .features-item,
  .coreinfo-item,
  .priceplan-item,
  .team-member,
  .blog-item {
    margin-bottom: 40px;
  }
  
  .contact-info {
    margin-top: 40px;
  }
  
  /* Disable animations for better performance */
  @media (prefers-reduced-motion: reduce) {
    .fade-in {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }
  
  /* Disable autoplay for sliders */
  .swiper-container {
    --swiper-autoplay: false;
  }
}

/* Small Devices (Landscape Phones) */
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    padding: 80px 0;
    height: auto;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .hero-content h1 {
    font-size: 2.25rem;
  }
  
  .hero-image {
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 1.75rem;
  }
  
  .about-feature,
  .services-item,
  .features-item,
  .coreinfo-item,
  .priceplan-item,
  .team-member,
  .blog-item {
    margin-bottom: 30px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  footer {
    padding: 60px 0 20px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  /* Disable animations for better performance */
  @media (prefers-reduced-motion: reduce) {
    .fade-in {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }
  
  /* Disable autoplay for sliders */
  .swiper-container {
    --swiper-autoplay: false;
  }
}

/* Extra Small Devices (Portrait Phones) */
@media (max-width: 575px) {
  .hero {
    padding: 60px 0;
    height: auto;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-image {
    text-align: center;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-title h2:after {
    width: 40px;
  }
  
  .about-feature,
  .services-item,
  .features-item,
  .coreinfo-item,
  .priceplan-item,
  .team-member,
  .blog-item {
    margin-bottom: 30px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .contact-info {
    margin-top: 30px;
    padding: 20px;
  }
  
  footer {
    padding: 50px 0 20px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  /* Adjust button sizes */
  .btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
  
  /* Testimonials adjustments */
  .reviews-item {
    padding: 20px;
  }
  
  .reviews-item-author-image {
    width: 50px;
    height: 50px;
  }
  
  /* Disable animations for better performance */
  @media (prefers-reduced-motion: reduce) {
    .fade-in {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }
  
  /* Disable autoplay for sliders */
  .swiper-container {
    --swiper-autoplay: false;
  }
  
  /* Adjust spacing */
  section {
    padding: 60px 0;
  }
} 