@media only screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
  .investment-section .dash {
    display: none;
  }

  /* .investment-plans > div > h1 {
    font-size: 0.5em;
    display: none;
  } */
  .investment-section p {
    font-size: 1em;
    line-height: 200%;
  }
  .assurance-content-container {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }
  .features-heading h1 {
    font-size: 1.2rem !important;

    display: flex;
    justify-content: center; /* Center align text */
    flex-wrap: wrap;
    margin-right: 2em;
    font-weight: bold;
  }
  .features-list {
    flex-direction: column;
    width: 100%;
    padding: 5px;
    align-items: center;
    margin-right: 2em;
  }
  .feature-btn {
    margin-right: 2em;
  }
  .features .feature-item {
    width: 70% !important;
  }
  .works-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }
  .arrow {
    display: none !important;
  }
  .reasons .container {
    display: flex !important;
    flex-direction: column;
    gap: 50px;
  }
  .reasons .right h1 {
    text-align: center;
  }
  .reasons .right {
    width: 100%;
    padding: 20px 20px !important;
  }
  .reasons .right h1 {
    text-align: center !important;
  }
  .reasons-list {
    width: 100%;
    column-gap: 100;
    padding: 10px;
  }
  .reasons .left {
    display: flex;
    align-items: center !important;
    justify-content: center;
    width: 100%;
  }
  .reasons .left .image-box {
    width: 80% !important;
    padding-bottom: 100px !important;
  }
  /* .join .container {
    width: 100% !important;
    padding: 10px;
  }
  .join .container h1 {
    font-size: 2rem !important;
  } */
  footer .container .top {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .vision .container {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .choice .container div {
    grid-template-columns: 1fr !important;
  }

  .why-stel {
    font-size: 1em;
  }

  .crypto-table-wrapper {
    max-height: 400px; /* Adjust as needed */
    overflow-y: auto;
  }

  .left {
    width: 100%;
  }
  .profile-pic {
    margin-bottom: -2em;
  }

  form {
    .form-container {
      padding: 20px;
    }
    .list-none li {
      margin-bottom: 16px;
    }
    .block {
      width: 100%;
    }
    .mt-1 {
      margin-top: 8px;
    }
    .py-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .px-4 {
      padding-left: 16px;
      padding-right: 16px;
    }
  }

  .b-invt {
    margin-left: 2em;
  }
  .b-invt-h {
    height: 896px;
  }

  .sendcrypto {
    height: 896px;
  }

  /* Initially hide the collapsible section */
  #transactions-section {
    display: none;
  }

  /* Add some transition effect for smoother collapse/expand */
  #transactions-section {
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }

  .collapsible-header {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  /* Expand the section with max-height */
  #transactions-section.show {
    display: block;
    max-height: 500px; /* Adjust as needed */
    opacity: 1;
  }

  .testimonial-card {
    height: 360px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
  }


/* @media only screen and (min-width: 414px) {
  * {
    padding: 0;
    margin: 0;
  }
  @media (min-width: 414px) {
    body {
      overflow-x: hidden;
    }
    .join {
      display: none;
    }

    .join h1 {
      font-size: 2px;
      margin-bottom: 24px;
    }

    .join .cta a {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 20px;
    }
  }
} 
