/* RESPONSIVE FOR REUSEABLES CODE */

/* FOOTER */
@media (max-width: 809px) {
}

@media (max-width: 425px) {
  /* DISABLING THE BOOTSTRAP STYLES */
  ol,
  ul {
    padding-left: 0;
  }

  /* LOCAL STYLES */
  .container {
    padding: 40px 5% 60px !important;
    margin: 0 auto;
    max-width: unset !important;
  }
  .hero {
    display: flex;
  }

  .hero-link {
    display: flex;
  }

  .sub__section {
    margin-top: 4rem;
    gap: 0;
  }

  .section__header,
  .section--sub-header {
    font-size: 2.4rem;
  }

  .section__title {
    margin: 0 0 0 0;
  }

  .logo__box {
    gap: 0;
  }

  .img__wrapper {
    margin-bottom: 4rem;
  }

  .nest-of-birds:link {
    display: none;
  }

  .btn:link {
    padding: 1.5rem 1.5rem;
    font-size: 1.6rem;
    text-align: center;
  }

  .grid,
  .soar-content {
    display: flex;
    flex-direction: column;
  }

  .features__section {
    position: relative;
  }

  .task__card,
  .benefit__items {
    width: 250px; /* or 300px depending on your design */
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .empowering-local-service__mobile,
  .benefits__groupings--mobile,
  .task-tier__cards {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .benefits__groupings--mobile {
    margin-top: 4rem;
  }

  .benefits--icons {
    font-size: 4.2rem;
    display: flex;
    flex-direction: row;
  }

  .testimonial::before {
    display: none;
  }

  .slider {
    max-width: 100rem;
    height: 35rem;
    margin: 4rem auto;
  }

  .slide {
    height: 35rem;
  }

  .slider__btn {
    top: 40%;
    height: 5.5rem;
    width: 5rem;
    font-size: 3.2rem;
  }

  .slider__btn--left {
    left: 4%;
    transform: translate(-50%, -50%);
  }

  .slider__btn--right {
    right: 4%;
    transform: translate(50%, -50%);
  }

  .newsletter__form {
    flex-direction: column;
    gap: 1rem;
  }

  .footer {
    padding: 8rem 5% 0 !important;
    background-position: right -300px bottom 120%;
  }

  .newsletter {
    padding-right: 0;
    align-items: center;
  }

  .footer__containers {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 3rem;
  }

  .footer__links {
    padding-left: 0;
  }

  .footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
  }
}
