/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
  
  .navbar-brand {
    font-size: 20px;
  }
  
  .hero-section {
    min-height: 600px;
  }
  
  .hero-bg, .hero-shape {
    width: 100%;
  }
  
  .hero-shape {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.05;
  }
  
  .review-card {
    margin: 10px 0;
  }
  
  .pricing-card, .service-card, .feature-card, .coreinfo-card, .blog-card {
    margin-bottom: 20px;
  }
  
  .about-feature {
    margin-bottom: 20px;
  }
  
  .about-image {
    margin-bottom: 30px;
  }
  
  .contact-form {
    padding: 25px;
  }
  
  footer {
    padding-top: 50px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-padding {
    padding: 70px 0;
  }
  
  .section-title h2 {
    font-size: 32px;
  }
  
  .hero-section {
    min-height: 650px;
  }
  
  .hero-bg, .hero-shape {
    width: 70%;
  }
  
  .review-card {
    margin: 10px 5px;
  }
  
  .pricing-card, .service-card, .feature-card, .coreinfo-card, .blog-card {
    margin-bottom: 25px;
  }
  
  .about-feature {
    margin-bottom: 25px;
  }
  
  .about-image {
    margin-bottom: 30px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .section-title h2 {
    font-size: 36px;
  }
  
  .about-feature {
    margin-bottom: 30px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-padding {
    padding: 90px 0;
  }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
  
  .swiper-container, .owl-carousel {
    --swiper-autoplay-delay: 0;
  }
}

/* Target mobile devices to disable autoplay */
@media (max-width: 767.98px) {
  .swiper-container, .owl-carousel {
    --swiper-autoplay-delay: 0;
  }
} 