/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .about-image::before {
    display: none;
  }

  .price-card.featured {
    transform: none;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .navbar-brand {
    font-size: 1.4rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .section-padding {
    padding: 70px 0;
  }

  .about-image::before {
    width: 90%;
    height: 90%;
  }

  .price-card.featured {
    transform: none;
  }

  .contact-info {
    margin-bottom: 30px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 3rem;
  }

  .about-image {
    margin-bottom: 30px;
  }

  .service-card {
    margin-bottom: 30px;
  }

  .price-card {
    margin-bottom: 30px;
  }

  .team-card {
    margin-bottom: 30px;
  }

  .coreinfo-card {
    margin-bottom: 30px;
  }

  .price-card.featured {
    transform: scale(1.03);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.2rem;
  }

  .service-title {
    font-size: 1.2rem;
  }

  .service-features li {
    font-size: 0.9rem;
  }

  .price-amount {
    font-size: 2.2rem;
  }

  .price-features li {
    font-size: 0.9rem;
  }
}

/* Mobile-specific styles */
@media (max-width: 767.98px) {
  .swiper-container {
    --swiper-autoplay-delay: 0 !important;
  }
}