/* RESPONSIVE FOR REUSEABLES CODE */

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

@media (max-width: 470px) {
  .cta-button {
    padding: 1.2rem 1rem;
  }
  /* DISABLING THE BOOTSTRAP STYLES */
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  header {
    background-color: var(--color-primary-dark);
    padding: 1rem 0 !important;
  }

  /* NAVIGATION */
  .navbar {
    justify-content: space-between;
    padding: 0 16px;
  }

  .navbar-toggler {
    border-color: #2ec4b6; /* optional: change border */
  }

  .nav-links {
    display: flex;
    gap: 0rem;
    align-items: center;
    margin-left: 0 !important;
  }

  .nav-links a {
    font-size: 2.5rem;
  }

  a.sign-up:link,
  a.sign-up:visited,
  .sign-up:link,
  .sign-up:visited {
    font-size: 2.5rem;
  }

  .register-links {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46,196,182,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .offcanvas {
    background-color: var(--color-primary-black);
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .offcanvas-title {
    font-size: 1.6rem;
    color: var(--color-accent-teal);
    padding-top: 0.5rem;
  }

  /* Sidebar width for offcanvas */
  .offcanvas.offcanvas-end {
    width: 100%; /* adjust as you like */
  }

  .btn-close {
    font-size: 1.6rem;
    background-color: var(--color-accent-teal);
  }

  /* HERO */

  .hero__opening {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .hero__items {
    padding: 0;
    text-align: start;
    margin-bottom: 6rem;
  }

  .hero p {
    padding-right: 0rem;
  }

  .logos {
    gap: 0.5rem;
    justify-content: center;
  }

  .logos img {
    height: 1rem;
  }

  /* FEATURES */
  .features .grid {
    display: flex;
    flex-direction: column;
  }

  .feature__item {
    padding: 0 0rem;
  }

  .carousel-container {
    justify-self: center;
    width: 100%;
  }

  .carousel-item img {
    height: 270px;
  }

  /* PRICES */
  .nav-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .pricing h1 {
    font-size: 2.5rem !important;
  }

  .prices__container li button {
    padding: 1rem;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 1.2rem;

    background-color: var(--color-primary);
  }

  /* TERMS & PRIVACY POLICY */
  .terms-section {
    background-color: #f5f7fa;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 22.5em) {
}
