  html,
  body {
    min-height: 100vh;
    /* Changed from height to min-height */
    margin: 0;
    padding: 0;
  }

  main {
    flex: 1 0 auto;
  }


  .footer-phagenomics {
    margin-top: auto;
    position: relative !important;
    background-color: #f8f9fa !important;
  }

  .collapse-navbar {
    background-color: #f8f9fa;
  }

  body {
    /* background: linear-gradient(to bottom, #f8f9fa 0%,  #f8f9fa 25%, #f8f9fa 50%, var(--bs-primary) 66%, var(--bs-primary) 70%,#f8f9fa 100%); */
    /*background: linear-gradient(to bottom, #f8f9fa 0%, #e9e5ff 100%);*/
    background: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 30% #e9e5ff 100%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .decoded-purple {
    color: var(--bs-purple);
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
  }

  .header_hero1 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    color: #6f5bac;
    margin-bottom: 6px;
    border-radius: 10px;
  }

  .header_hero2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    color: #614f95;
    margin-bottom: -3px;
    line-height: 1.5;

    /* Start with a white background */
    background-size: 300% 300%;
    /* Make the gradient bigger to avoid gaps */
    background-position: 0 0;
    /* Start with white fully visible */
    animation: paintBackground 2s ease forwards;
    /* Animate the gradient */
  }

  /* Keyframes for painting the gradient */
  @keyframes paintBackground {
    0% {
      background-position: 0 0;
      /* Start with white */
    }

    100% {
      background-position: -0% 0;
      /* Fully reveal the gradient */
    }
  }





  .lead {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #614f95;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 2.0rem;
    color: #614f95;
    padding-bottom: 20px;
  }

  .header_video {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    color: #8272b1;
    padding-bottom: 20px;
  }

  .body_primarypoint1 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #8272b1;
    line-height: 1.8;
  }

  .body_testimonial {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    font-style: italic;
    color: #706D79;
    line-height: 1.8;
    padding-bottom: 30px;
  }

  .btn-gtstarted {
    font-family: 'Inter', sans-serif;
    padding: 15px;
    font-size: 1.5rem;
    color: #fff;
    background-color: var(--bs-purple);
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.3);
    border: 0;
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }

  .btn-gtstarted:hover {
    background-color: var(--bs-purple);
    color: #fff;
    box-shadow: 0 15px 10px -2px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
  }

  .for_free_text {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 0.8rem;
    color: #706D79;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 15px;
  }

  .pricing_header {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 3.0rem;
    color: #706D79;
    line-height: 2;
    text-shadow: 0 0 30px rgba(225, 206, 242, 0.5);
  }

  .pricing_subheader {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    color: #706D79;
    line-height: 2;
    padding-bottom: 30px;
    text-shadow: 0 0 30px rgba(225, 206, 242, 0.5);
  }

  .accordion-body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    color: #4a4751;
    line-height: 2;
    padding-bottom: 30px;
  }

  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bs-purple);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .125);
    border-radius: 15px;
  }

  .accordion-button:focus {
    color: var(--bs-purple);
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 15px;
  }

  .builtby {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 3.0rem;
    color: #68606a;
    line-height: 2;
    text-shadow: 0 0 30px rgba(225, 206, 242, 0.5);
  }

  .annual_discount {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    color: #706D79;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .about_us_text {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    color: #68606a;
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  a {
    text-decoration: none;
  }

  .text-muted {
    color: #6c757d !important;
    /* Replace with the color you want */
  }

  .float-end {
    float: right !important;
  }

  .toggle {
    margin-top: 2rem;
    color: hsl(234, 14%, 74%);
    display: flex;
    align-items: center;
  }

  .toggle-btn {
    margin: 0 1rem;
  }

  .checkbox {
    display: none;
  }

  .sub {
    background: linear-gradient(135deg,
        rgb(226, 228, 250) 0%,
        rgb(158, 161, 210) 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 25px;
    width: 50px; */
    height: 1.6rem;
    width: 3.3rem;
    border-radius: 1.6rem;
    padding: 0.3rem;
  }

  .monthyear {
    color: #706D79;
  }

  .circle {
    background-color: var(--bs-purple);
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
  }

  .checkbox:checked+.sub {
    justify-content: flex-end;
  }

  .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .card {
    background: #fff;
    color: hsl(233, 13%, 49%);
    border-radius: 0.8rem;
    transform: scale(1.0);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card.active {
    background: linear-gradient(135deg,
        rgba(163, 168, 240, 1) 0%,
        rgba(105, 111, 221, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 1;
    transform: scale(1.0);
  }

  ul {
    margin: 1.0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  ul.d-flex.flex-column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .card ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.0rem;
    text-align: center;
  }

  ul li.price {
    font-size: 3rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 2rem;
  }

  .shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
  }

  .card.active .price {
    color: #fff;
  }

  .btn-pricing {
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg,
        rgba(163, 168, 240, 1) 0%,
        rgba(105, 111, 221, 1) 100%);
    color: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
  }

  .active-btn-pricing {
    background: #fff;
    color: hsl(237, 63%, 64%);
  }

  .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  }

  .card.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
  }

  .pack {
    font-size: 1.5rem !important;
  }

  .vat {
    font-size: 1.1rem;
    color: #6c757d;
    opacity: 0.5;
  }

  #hero-image {
    transform: scale(1.5);
  }

  .btn-shiny {
    background: linear-gradient(135deg, rgb(136 92 167) 0%, rgb(70 14 94) 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 0;
    outline: none;
    font-weight: bold;
    box-shadow: 0 10px 10px -1px rgba(240, 163, 235, 0.6);
    transition: all 0.3s ease-in-out;
  }


  .btn-shiny:hover {
    background: linear-gradient(135deg,
        rgba(183, 188, 260, 1) 0%,
        rgb(225, 116, 271) 100%);
    /* color is slightly lightened */
    box-shadow: 0 10px 20px -5px rgba(240, 163, 235, 0.6);
    transform: scale(0.98);
    /* size is slightly decreased */
  }

  /* Workflow Section Wrapper */
  .workflow-section {
    background-color: #40083d;
    /* Soft light gray-blue background */
    padding: 50px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* Heading Styling */
  .workflow-section .h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #efefef;
    margin-bottom: 30px;
  }

  /* Workflow Steps Container */
  .workflow-steps {
    counter-reset: step;
    display: inline-block;
    /* Center the steps block */
    text-align: left;
    /* Keep text aligned within steps */
    padding-left: 40px;
    border-left: 3px solid #bfa9ff;
  }

  /* Each Step */
  .workflow-step {
    position: relative;
    padding: 20px 0 20px 40px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #efefef;
    max-width: 500px;
  }

  /* Step Number Circle */
  .workflow-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #614f95;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    border: 2px solid #614f95;
    box-shadow: 0 0 0 4px #bfa9ff;
    /* Match background */
  }



  @media (max-width: 280px) {
    ul {
      margin: 1rem;
    }

    h1 {
      font-size: 1.2rem;
    }

    .toggle {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 80px;
    }

    .cards {
      margin: 0;
      display: flex;
      flex-direction: column;
    }

    .card {
      transform: scale(0.8);
      margin-bottom: 1rem;
    }

    .cards .card.active {
      transform: scale(0.8);
    }
  }

  @media (min-width: 280px) and (max-width: 320px) {
    ul {
      margin: 20px;
    }

    .cards {
      display: flex;
      flex-direction: column;
    }

    .card {
      margin-bottom: 1rem;
    }

    .cards .card.active {
      transform: scale(1);
    }
  }

  @media (min-width: 320px) and (max-width: 414px) {
    .cards {
      display: flex;
      flex-direction: column;
    }

    .card {
      margin-bottom: 1rem;
    }

    .cards .card.active {
      transform: scale(1);
    }
  }

  @media (min-width: 414px) and (max-width: 768px) {
    .card {
      margin-bottom: 1rem;
      margin-right: 1rem;
    }

    #hero-image {
      padding-top: 20px;
      max-width: 300px;
    }

    .cards .card.active {
      transform: scale(1);
    }
  }


  .container {
    max-width: 100%;
  }

  @media (min-width: 1201px) {
    .container {
      max-width: 1200px;
      /* define your max width here */
    }
  }

  @media (max-width: 1200px) {
    #features {
      padding: 10px 30px;
    }

    #pricing {
      padding: 10px 30px;
    }

    #about {
      padding: 10px 30px;
    }

    .price {
      font-size: 0.8rem;
    }
  }

  @media (max-width: 490px) {
    img {
      max-width: 300px;
    }
  }

  @media (min-width: 491px) {