/* Variables */
* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
    width: 100vw;
    /* background-image: url('./bg.png'); 
    background-size: cover; 
    background-position: center */
  }

  .gray-500 {
    color: gray;
    font-weight: 500;
  }

  .gray {
    color: gray;
  }

  #header {
    background-color: #fff;
  }

  .template-header {
    justify-content: center;
    align-items: center;
    margin-top: 50px
  }

  .less-than-price {
    color: white;
    background-color: #44c0c0;
    padding: 0px 10px;
    border-radius: 5px;
    transform: rotate(5deg);
    display: inline-block;
    font-weight: 700;
    z-index: 100;
  }

  @media screen and (max-width: 995px) {
    .template-header {
      margin-top: 50px
    }
  }

  .template-header-title {
    font-size: 3.2rem;
    line-height: 1.137;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 100%;
    font-family: Poppins, sans-serif;
  }


  #email-input-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 15px;
  }

  #email-input {
    padding: 0.70rem;
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    font-size: 16px;
    margin-bottom: 0.75rem;
}

  @media screen and (max-width: 450px) {
    .template-header-title {
      font-size: 2.5rem;
    }
  }

  .template-header-subtitle {
    color: #52525b;
    font-size: 16px;
    line-height: 1.625;
    font-family: Poppins, sans-serif;
  }

  #get-template-button {
    position: absolute; 
    top: 10px; 
    height: 60px; 
    min-width: 180px; 
    font-size: 16px;
    font-weight: bold;
    right: 10px; 
    width: 30%; 
    border-radius: 10px;
  }

  @media screen and (max-width: 450px) {
    #email-container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  #email {
    width: 100%; 
    min-height: 80px; 
    color: black; 
    border-radius: 20px; 
    padding-right: 20%; 
    padding: 20px; 
    border: 1px solid #44c0c0;
  }


  @media screen and (max-width: 450px) {
    #email {
      min-height: 70px;
      padding: 10px;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 995px) {
    #template-image-container {
      margin-top: 20px;
      padding: 0px
    }
  }

  @media screen and (max-width: 450px) {
    #get-template-button {
      font-size: 14px;
      min-width: 130px;
      padding: 0px;
      height: 50px;
    }
  }

  @media screen and (max-width: 450px) {
    #whats-included {
      padding: 15px;
      margin-top: 20px;
    }
  }


  #logo-carousel-container {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    margin-bottom: 80px;
  }

  @media screen and (max-width: 450px) {
    #logo-carousel-container {
      margin-bottom: 30px;
      margin-top: 10px;
    }
  }

  .whats-included-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .whats-included-item-header {
    font-size: 1em;
    text-align: left;
    display: inline-block;
  }

  .whats-included-item-divider {
    display: inline-block;
    height: 1px;
    text-align: center;
    border-top: 1px dashed #44c0c0;
  }

  .whats-included-item-value {
    display: inline-block;
    font-size: 1em;
    text-align: right;
    color: #44c0c0;
    font-weight: 500;
  }


  .whats-included-total-value {
    font-size: 2em;
    font-weight: 500;
  }

  .whats-included-total-value-discount {
    font-size: 1.5em;
    font-weight: 700;
    color: #44c0c0;
    text-align: right;
  }

  @media screen and (max-width: 450px) {
    .whats-included-item-header {
      font-size: 0.9em;
    }
    .whats-included-item-value {
      font-size: 0.9em;
    }
    .whats-included-item-divider {
      display: none;
    }
    .whats-included-total-value {
      font-size: 1.3em;
    }
    .whats-included-total-value-discount {
      font-size: 1.3em;
    }
  }





.get-started-list-item {
    color: #53C4C4;
    margin-right: 5px;
}

.testimonial {
    border: 1px solid #53C4C4;
    border-radius: 24px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 0px 0px #53C4C4;
    background-color: white;
    position: relative;
    height: 250px;
    flex: 0 0 auto; /* Prevents the items from shrinking or growing */
    width: 400px; /* Adjust width according to your design */
    margin: 0 15px; /* Adjust margin to give space between items */
    /* scroll-snap-align: start;  */
}



.testimonial-author {
    position: absolute;
    bottom: 0;
    left: 20;
}


  
  form {
    align-self: center;
    border-radius: 7px;
    padding: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .hidden {
    display: none;
  }
  
  #payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
  }

  #download-free-btn {
    border: 2px solid #44c0c0;
    border-radius: 100px;
    font-size: 16px;
    color: black;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    line-height: 46px;
    text-align: center;
    width: 180px;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.2s;
  }

  #download-free-btn:hover {
    background-color: #44c0c0;
    color: white;
  }
  
  #payment-element {
    margin-bottom: 24px;
  }

  #monthly-form {
    width: 100%;
  }

  #submit-lifetime {
    margin-top: 20px;
  }

  #lifetime-form {
    width: 100%;
  }
  
  /* Buttons and links */
  button {
    background: #44c0c0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
  }
  button:hover {
    filter: contrast(115%);
  }
  button:disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  /* spinner/processing state, errors */
  .spinner,
  .spinner:before,
  .spinner:after {
    border-radius: 50%;
  }
  .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before,
  .spinner:after {
    position: absolute;
    content: "";
  }
  .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #44c0c0;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
  }
  .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #44c0c0;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
  }
  
  /* dynamic payment methods annotation */
  #dpm-annotation {
    align-self: center;
    color: #353A44;
    width: 30vw;
    min-width: 500px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  
  #dpm-integration-checker {
    display: inline;
    color: #44c0c0;
  }
  
  /* Payment status page */
  #payment-status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    width: 30vw;
    min-width: 500px;
    min-height: 380px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
      0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    opacity: 0;
    animation: fadeInAnimation 1s ease forwards;
  }
  
  #status-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  
  h2 {
    margin: 0;
    color: #30313D;
    text-align: center;
  }
  
  a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
  }
  a:hover {
    filter: contrast(120%);
  }
  
  #details-table {
    overflow-x: auto;
    width: 100%;
  }
  
  table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
  }
  table tbody tr:first-child td {
    border-top: 1px solid #E6E6E6; /* Top border */
    padding-top: 10px;
  }
  table tbody tr:last-child td {
    border-bottom: 1px solid #E6E6E6; /* Bottom border */
  }
  td {
    padding-bottom: 10px;
  }
  
  .TableContent {
    text-align: right;
    color: #6D6E78;
  }
  
  .TableLabel {
    font-weight: 600;
    color: #30313D;
  }
  
  #view-details {
    color: #44c0c0;
  }
  
  #retry-button {
    text-align: center;
    background: #44c0c0;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
  }
  
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes fadeInAnimation {
    to {
        opacity: 1;
    }
  }
  
  @media only screen and (max-width: 600px) {
    #dpm-annotation, #payment-status{
      width: 80vw;
      min-width: initial;
    }
  }


  .testimonial-header {
    margin-top: 40px;
  }


  .testimonials-container {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping to the next line */
    overflow-x: auto;  /* Adds horizontal scrolling if necessary */
    scroll-snap-type: x mandatory; /* Ensures smooth scrolling behavior */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }
  
  .testimonials-container::-webkit-scrollbar {
    display: none; /* WebKit */
    height: 300px;
  }


  .testimonial-control-left {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: #44c0c0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    border-radius: 50%;
  }

  .testimonial-control-right {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: #44c0c0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
  }


  @media screen and (max-width: 450px) {
    .testimonial-control-left {
      font-size: 10px;
      width: 30px;
      height: 30px;
    }
    .testimonial-control-right {
      font-size: 10px;
      width: 30px;
      height: 30px;
    }
  }


  .testimonial-container {
    white-space: wrap;
    max-width: 500px;
    display: inline-block;
  }

  .testimonial-container .quote {
    white-space: wrap;
    text-align: center;
  }


  .accordion {
    border: 1px solid #53C4C4;
    border-radius: 24px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 0px 0px #53C4C4;
    background-color: white;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
  }

  .accordion-item {
    border: none;
    box-shadow: none;
    border-radius: 24px !important;
    overflow: hidden;
  }

  .accordion-button {
    border: none;
    box-shadow: none;
    border-radius: 24px;
  }

  /* .accordion-button:not(.collapsed):hover {
    color: inherit;
  } */

  button.accordion-button:not(.collapsed):hover {
    background-color: rgb(207, 226, 255) !important;
  }

  .accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
  }


  .section-points {
    font-size: 0.9em !important;
    color: gray;
  }

  .section-points-title {
    font-size: 0.9em !important;
    font-weight: 600;
  }


  #faq-header {
    font-size: 1.5em;
  }

  #demo-video {
    border-radius: 16px;
    max-width: 900px;
    height: 575px;
  }

  @media screen and (max-width: 450px) {
    #demo-video {
      margin-top: 20px;
      height: 250px;
      width: 100%;
    }
  }

  @media screen and (max-width: 995px) {
    #demo-video {
      margin-top: 30px;
      max-width: 100%;
      height: 300px;
    }
  }


  .all-thumbs-container {
    position: absolute;
    top: 30%;
    right: 0;
  }

  @media screen and (max-width: 1200px) {
    .all-thumbs-container {
      top: 20%;
    }
  }

  @media screen and (max-width: 1000px) {
    #template-image-container {
      width: 100%;
      padding-bottom: 30px;
    }
  }

  .thumb-container {
    border: 1px solid gray;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 5px;
    background-color: white;
    height: 60px;
    width: 60px;
    min-width: 60px;
  }

  .thumb-container img {
    height: 100%;
    width: 100%;
  }

  .thumb-container:hover {
    border: 1px solid #44c0c0;
  }

  .thumb-container:hover img {
    transform: scale(1.1);
  }

  .thumb-container.active {
    border: 1px solid #44c0c0;
  }

  .thumb-container.active img {
    transform: scale(1.1);
  }


  @media screen and (max-width: 995px) {
    .all-thumbs-container {
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    #template-image-container {
      width: 100%;
    }
    .thumb-container {
      margin-right: 10px;
      min-width: 60px;
    }
  }
