/* Responsive CSS for Document Automation Subscription Template */

/* Extra large devices (large desktops) */
@media (max-width: 1399.98px) {
  .hero-title {
    font-size: 3rem;
  }

  .shape-1 {
    width: 400px;
    height: 400px;
  }

  .shape-2 {
    width: 350px;
    height: 350px;
  }
}

/* Large devices (desktops) */
@media (max-width: 1199.98px) {
  html {
    font-size: 15px;
  }

  .section {
    padding: 4rem 0;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

/* Medium devices (tablets) */
@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .about-feature,
  .services-item,
  .features-item,
  .priceplan-item,
  .team-member,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 1.5rem;
  }

  .contact-info {
    margin-top: 2rem;
  }

  .shape-1,
  .shape-2 {
    display: none;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-image {
    margin-top: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 1rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
  }

  /* Disable animations and autoplay for preferred reduced motion */
  @media (prefers-reduced-motion) {
    .swiper-container {
      --swiper-autoplay: false;
    }

    .shape-1,
    .shape-2 {
      animation: none;
    }

    .about-feature:hover,
    .services-item:hover,
    .features-item:hover,
    .priceplan-item:hover,
    .team-member:hover .team-member-img,
    .coreinfo-item:hover,
    .blog-item:hover,
    .gallery-item:hover {
      transform: none;
    }
  }

  /* Disable autoplay for mobile */
  .swiper-container {
    --swiper-autoplay: false;
  }
}

/* Extra small devices (portrait phones) */
@media (max-width: 575.98px) {
  .section {
    padding: 2.5rem 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .footer {
    padding: 2.5rem 0 1.5rem;
  }
} 