/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  section {
    padding: 50px 0;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .hero-section {
    height: auto;
    padding: 120px 0 50px;
  }
  
  .hero-content h1 {
    font-size: 2.2rem;
  }
  
  .hero-image {
    margin-top: 30px;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
  
  .about-content {
    padding: 15px 0;
    margin-top: 30px;
  }
  
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 20px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
  
  .contact-form,
  .contact-info {
    padding: 25px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .page-header {
    height: 200px;
  }
  
  .page-header h1 {
    font-size: 1.8rem;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 60px 0;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .hero-section {
    height: auto;
    padding: 130px 0 60px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-image {
    margin-top: 30px;
  }
  
  .about-content {
    padding: 20px 0;
    margin-top: 30px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 70px 0;
  }
  
  .hero-section {
    height: auto;
    padding: 140px 0 70px;
  }
  
  .hero-content h1 {
    font-size: 2.8rem;
  }
  
  .about-content {
    padding: 20px 0;
  }
  
  .contact-info {
    margin-top: 30px;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-content h1 {
    font-size: 3rem;
  }
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .shape-blob-1,
  .shape-blob-2 {
    animation: none !important;
  }
}

/* Mobile-specific adjustments */
@media (max-width: 767.98px) {
  .swiper-slider .swiper-autoplay,
  .swiper-slider .swiper-animation {
    display: none;
  }
  
  .review-item,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .coreinfo-item,
  .blog-item {
    height: auto;
  }
} 