  body {
    font-family: 'Lato';
    font-size: 20px;
    margin: 0;
    padding: 0;
  }

  .container2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .header {
    width: 100%;
    padding: 0px;
    background-color: white;
  }

  .navigation a {
    color: black;
  }

  main {
    border-radius: 8px;
    background-color: transparent;
  }
  
  .scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: #2F2B8C;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    animation: bounce 2s infinite;
  }

  .scroll-to-top-btn:hover {
    background-color: #1d1a6d;
  }

  .whatsapp-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 15px 16px;
    border-radius: 50%;
    font-size: 24px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    animation: pop-in 1s ease-out, bounce 2s infinite;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .whatsapp-btn:hover {
    background-color: #128C7E;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .gradient-line2 {
    border: 0;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #2F2B8C, #04BFBF) 1;
    height: 0;
    width: 90%;
    margin: 0px auto;
  }

  .product-header {
    text-align: center;
    margin: 20px auto;
    padding: 0 10%;
  }

  .product-header h1 {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(to right, #2F2B8C 30%, #04BFBF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0;
    padding: 20px;
    padding-bottom: 0px;
  }

  .product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-top: 20px;
    margin-bottom: 45px;
  }

  pre.longDesc {
    font-size: 18px;
    line-height: 1.6;
    color: #2F2B8C;
    /* display: contents; */
    /* justify-content: center; */
    font-family: 'Lato';
    overflow: auto;
    padding: 20px;
    /* overflow-x: auto; */
    /* color: #fff; */
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-size: 16px; */
    white-space: pre-wrap;
    /* background: rgba(0, 0, 0, 0.2); */
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 0;
    /* box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1); */
    text-align: left;
  }
  
  .product-item {
    width: 45%;
    max-width: 350px;
    margin-bottom: 20px;
  }

  .card {
    background: #fff;
    border: 10px solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 350px;
    min-height: 450px;
    text-align: center;
    background-clip: padding-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .card::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(to top, #04BFBF, #2F2B8C);
    background-clip: border-box;
  }
  
  .card h1 {
    font-size: 30px;
    margin: 10px 0;
    color: #2F2B8C;
    height: fit-content;
    max-height: 500px;
}

  .card h2 {
    font-size: 1rem;
    margin-bottom: 15px;
    margin: 5px 0;
    color: #666;
  }

  .price {
    font-size: 1.5rem;
    color: #23a6f0;
    margin: 10px 0;
    font-weight: 900;
  }

  .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    align-items: center ;
  }


  .buttons a {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    transition: background-color 0.3s;
    text-align: center;
    flex: 1;
  }

  .buttons .info,
  .buttons .subscribe {
    background: linear-gradient(to left, #04BFBF, #2F2B8C);
  }


  .price {
    font-size: 5rem;
    color: #23a6f0;
    margin: 10px 0;
    font-weight: 900;
  }

  .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 2px solid #f0f0f0;
  }



  .price {
    margin: 10px 0;
    font-size: 3em;
    color: #2F2B8C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15%;
  }

  .price img {
    margin-left: -20px;
    width: 50%;
  }

  #displayImg {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }


  .faq-section p {
    margin: 1%;
    font-size: 18px;
  }

  .faq-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 5%;
  }

  .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddddddb7;
    padding-bottom: 10px;
  }

  .faq-question {
    width: 100%;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    font-family: 'Lato';
    color: white;
    font-size: 20px;
  }

  .faq-answer {
    display: none;
    padding: 10px 15px;
    border-radius: 4px;
  }

  button.faq-question {
    background: transparent;
  }

  .faq-section {
    max-width: 85%;
    margin: 4% auto;
    padding: 10px 100px;
    background: linear-gradient(to left, #04BFBF, #2F2B8C);
    color: white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .faq-item {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddddddb7;
    padding-bottom: 10px;
  }

  .faq-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 5%;
  }

  @media (max-width: 768px) {
    .product-header h1 {
      font-size: 2rem;
    }

    .card {
        margin: 0 15px;
        min-height: 200px;
        height: fit-content;
        width: min-content;
        min-width: 65%;
    }

    .price {
      font-size: 40px;
      flex-direction: row;
    }

    .features {
      max-width: 100%;
    }

    .buttons a {
      font-size: 0.9rem;
      padding: 8px 10px;
    }

    main {
      border-radius: 8px;
      margin: 0 10px;
    }

    .faq-section {
      margin: 5% 8%;
      padding: 5% 10%;
    }

    .faq-section h2 {
      text-align: center;
      font-size: 30px;
      margin: 5%;
    }

    .faq-section>h3 {
      font-size: 20px;
      margin: 3% 0;
    }

    .faq-section p {
      font-size: 18px;
      margin: 2% 0;
      margin-bottom: 5%;
    }

    .faq-question {
      font-size: 16px;
      cursor: pointer;
      font-size: 20px;
      padding: 0 10px;
    }

    .card h1 {
      font-size: 25px;
      margin: 10px 0;
      color: #333;
    }

    .buttons {
      flex-direction: row;
    }

    .product-grid {
      display: flex;
      flex-direction: column;
      gap: 20px;
      /* Adjust gap between rows */
    }

    .price img {
      margin-left: 5px;
      width: 30%;
    }

    .product-item {
      width: 100%;
      max-width: 100%;
      /* Ensure full width of the container */
    }

    div.sub-product {
      display: flex;
      flex-direction: column;
      justify-content: center;
      justify-items: center;
      align-items: center;
      align-content: center;
    }

    img#displayImg {
        width: 65%;
        height: auto;
        object-fit: fill;
        margin-bottom: 6%;
    }  
}