.pop {
    border: 4px solid #fff;
  }

  #payment-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    width: 100%;
    margin: 0 auto;
  }

  input,
  #card-element {
    max-width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #c6be9e;
    border-radius: 5px;
  }

  button {
    background-color: #79a75d;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }

  button:hover {
    background-color: #0AB7CF;
  }

  #card-errors {
    color: #fa755a;
    margin-top: 10px;
  }

  .sign-up-block.white {
    background: #f5f0e5;
    padding: 1rem 2rem;
    color: #c6be9e;
    /* margin: -45px 0 -29px 0; */
    position: relative;
  }

  .sign-up-block.white .sign-up-block-heading {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #272b2d;
    /* border: 1px solid #bda1c8; */
    background-color: #c6be9e;
    border-radius: 16px;
    padding: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }

  .sign-up-block.white .sign-up-block-heading .pink {
    color: #79a75d !important;
  }

  .sign-up-block.white .sign-up-counter-line-wrapper {
    color: #c6be9e !important;
     font-weight: bold;
  }

  .sign-up-block.white .sign-up-block.white {
    margin-bottom: 8px;
    margin-top: 16px;
  }

  .form-control {
    display: block;
    width: 100%;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c6be9e;
    /* background-clip: padding-box; */
    /* border: 1px solid #ccc; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .375rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #c6be9e;
    border-radius: 5px;
  }

  .form-label {
    color: #c6be9e;
    text-align: left;
    font-weight: 500 !important;
  }

  .form-select {
    /* display: block; */
    width: 100%;
    /* padding: .375rem 2.25rem .375rem .75rem; */
    -moz-padding-start: calc(0.75rem - 3px);
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #c6be9e;
    /* background-size: 16px 12px; */
    /* border: 1px solid #ccc; */
    /* border-radius: .375rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #c6be9e;
    border-radius: 5px;
  }

  /* For modern browsers */
  input::placeholder {
    color: #c6be9e;
    opacity: 1;
    /* for making the color fully opaque */
  }

  /* For older versions of Firefox */
  input:-moz-placeholder {
    color: #c6be9e;
    opacity: 1;
  }

  /* For older versions of Internet Explorer */
  input:-ms-input-placeholder {
    color: #c6be9e;
  }

  /* For WebKit browsers (Safari, Chrome) */
  input::-webkit-input-placeholder {
    color: #c6be9e !important;
  }

  select {
    color: #c6be9e !important;
    /* Default color for options */
  }

  .prodcolor {
    color: #fafad1;
    /* text-decoration-style: wavy; */
  }

  #bankcard-number iframe {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
  }

  #bankcard-number {
    background-color: #fff;
    color: #c6be9e;
  }

  #bankcard-cvv {
    background-color: #fff;
    color: #c6be9e;
  }

  .billing-address {
    display: none;
    margin-top: 20px;
  }

  #billing-section {
    color: #c6be9e;
  }

  .list-icon {
    width: 25px;
  }

  .plans {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .plan {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .plan h2 {
    font-size: 1.3rem;
    color: #333;
  }

  .badge {
    background-color: #79a75d;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
  }

  .price {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
  }

  .price span {
    font-size: 1rem;
    font-weight: normal;
    color: #666;
  }

  .features {
    list-style: none;
    text-align: left;
    margin: 15px 0;
    padding: 0;
    line-height: 1.6;
  }

  .features img {
    height: 25px;
  }

  .features strong {
    font-weight: bold;
  }

  .select-button {
    background-color: #c6be9e;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .select-button:hover {
    background-color: #0AB7CF;
  }

  .footer {
    text-align: left;
    margin-top: 20px;
    background-color: #f1eadc;
    padding: 10px;
    border-radius: 8px;
  }

  .footer-features {
    list-style: none;
    padding: 0;
  }

  .footer-features li {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #333;
  }

  .safety {
    width: 25px;
    padding-right: 5px;
  }

  .accordion {
  width: 100%;
  /* border: 1px solid #ddd;
  border-radius: 6px; */
}

.accordion-item {
  border-bottom: 1px solid #e2e2e2;
}

/* HEADER WITH GRADIENT */
.accordion-header {
  background-image: linear-gradient(45deg, #0AB7CF, #36cce1);
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;

  display: flex;
  align-items: center;
  justify-content: space-between; /* keeps icon on far right */
  gap: 10px; /* prevent overlap */
  white-space: nowrap; /* prevent icon from wrapping */
  border-radius: 12px;
}

.accordion-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  flex: 1; /* force h5 to take remaining space */
}

.accordion-icon {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  flex-shrink: 0; /* prevent icon from shrinking or wrapping */
  transition: transform 0.3s ease;
}


/* BODY */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease;
  background: #fff;
}

.accordion-body.show {
  padding: 15px 20px;
  max-height: 700px;
}

/* Rotate icon when open */
.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

input:focus::placeholder {
  color: transparent; /* Makes the placeholder text invisible */
  opacity: 0;         /* Ensures compatibility across all browsers */
}

/* Optional: Keep standard placeholder styling when not focused */
input::placeholder {
  transition: opacity 0.3s ease; /* Smooth transition for the effect */
}
