@media (max-width: 991px) {
  section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .hero-section {
    text-align: center;

    padding-top: 140px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-buttons {
    justify-content: center;

    flex-wrap: wrap;
  }

  .hero-stats {
    justify-content: center;

    margin-top: 40px;
  }

  .hero-image {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-stats {
    gap: 30px;
  }

  .hero-stats h2 {
    font-size: 30px;
  }

  .hero-buttons {
    flex-direction: column;

    align-items: center;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 34px;

    text-align: center;
  }

  .section-tag {
    display: block;

    width: max-content;

    margin: auto;
  }

  .section-text {
    text-align: center;
  }

  .about-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .stats-grid {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .process-card {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;

    gap: 20px;

    text-align: center;
  }
}

/* Keep animated content visible on mobile if the AOS CDN is unavailable. */
@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;

    transform: none !important;

    transition: none !important;
  }
}
