/* Global Styles */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
  padding-bottom: 80px; /* makes room for sticky CTA */
}
 img {
  width: 100%;
  height: auto;
 
  }
h1, h2, h3 {
  text-align: center;
  color: #4e3a61;
}
a {
  text-decoration: none;
}

/* Hero Section */
.hero {
  background: #f7f4fb;
  padding: 40px 20px;
  text-align: center;
}
.hero h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.hero p {
  font-size: 1.1em;
  color: #666;
}
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #f47354;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}
.cta-button:hover {
  background: #e25539;
}

/* Bullet Points */
.bullets {
  padding: 20px;
  background: #fff4f4;
}
.bullets ul {
  list-style: disc inside;
}
.bullets li {
  margin-bottom: 10px;
}

/* Problem Section */
.problem, .solution, .benefits, .guarantee {
  padding: 30px 20px;
  background: #fefefe;
}

/* Testimonials */
.testimonials {
  background: #eef1f7;
  padding: 30px 20px;
}
.testimonial {
  background: #fff;
  border-left: 5px solid #f47354;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

/* Offer */
.offer {
  background: #fff0e1;
  padding: 25px 20px;
}
.offer p {
  font-weight: bold;
  text-align: center;
}
#countdown {
  text-align: center;
  font-size: 1.4em;
  color: #d72638;
  margin-top: 10px;
}

/* Benefits List */
.benefits ul {
  list-style: none;
  padding: 0;
}
.benefits li {
  margin: 10px 0;
  padding: 10px;
  background: #f7f7f7;
  border-left: 4px solid #6a4ca2;
}

/* Guarantee */
.guarantee {
  background: #f2f8ff;
  color: #333;
}

/* Form Section */
.form {
  padding: 40px 20px;
  background: #f8f8f8;
}
.form form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.form label {
  margin-bottom: 5px;
  font-weight: bold;
}
.form input[type="text"],
.form input[type="tel"],
.form select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form input[type="radio"] {
  margin-right: 10px;
}
.form button {
  padding: 12px;
  background: #4e3a61;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}
.form button:hover {
  background: #39294d;
}

/* Sticky CTA */
#sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f47354;
  text-align: center;
  padding: 12px;
  z-index: 999;
}
#sticky-cta a {
  color: white;
  font-size: 1em;
  font-weight: bold;
}

/* Footer */
footer {
  background: #4e3a61;
  color: #fff;
  text-align: center;
  padding: 20px;}
  .definition{font-family: 'Arvo', serif;
    color:red; }
    .bph{font-size:1.5em;
    padding:3px;
    margin:6px
    }
  .chat-banner {
    position: fixed;
    bottom: 55px;
    right: 15px;
    background-color: #25D366;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-size: 14px;
    z-index: 999;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
  }
  .chat-banner:hover {
    background-color: #1ebc5a;
  }
  #visual-testimonials {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

#visual-testimonials h2 {
  margin-bottom: 1.5rem;
  color: #333;
}

.testimonial-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.testimonial-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-section {
  background: #f9fbff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-container h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #222;
}

.faq-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.faq-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1b5e20;
}

.faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.how-it-works {
  background: #f8fafc;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.how-it-works .container {
  max-width: 1000px;
  margin: auto;
}

.how-it-works h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.step-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  position: relative;
}

.step-number {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #d32f2f;
  color: #fff;
  font-weight: bold;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 14px;
}

.step-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.step-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.timeline {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.timeline h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.timeline-item {
  margin-bottom: 20px;
}

.timeline-item strong {
  display: block;
  font-size: 16px;
  color: #1b5e20;
  margin-bottom: 6px;
}

.timeline-item p {
  font-size: 15px;
  color: #444;
}
.results-proof {
  background: linear-gradient(135deg, #f8fff9, #eefaf2);
  padding: 60px 20px;
}

.results-container {
  max-width: 850px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.results-tag {
  display: inline-block;
  background: #e7f7ed;
  color: #0a7a3f;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.results-container h2 {
  font-size: 28px;
  color: #0b3d2e;
  margin-bottom: 5px;
}

.results-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.results-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.results-list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  padding-left: 34px;
  position: relative;
  line-height: 1.5;
}

.results-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0a7a3f;
  font-weight: bold;
  font-size: 18px;
}

.results-note {
  font-size: 17px;
  font-weight: 600;
  color: #0b3d2e;
  text-align: center;
}

/* Mobile Optimization */
@media (max-width: 600px) {
  .results-container {
    padding: 25px;
  }

  .results-container h2 {
    font-size: 22px;
  }

  .results-list li {
    font-size: 15px;
  }
}


/* Comments Section */
.comments-section {
    background: #fff;
    padding: 30px 20px;
    margin-top: 40px;
  }
  
  .comments-section h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
  }
  
  .comment, .reply {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .reply .avatar {
    width: 35px;
    height: 35px;
  }
  
  .comment-content {
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
  }
  
  .comment-actions {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
  }
  
  .comment-actions span {
    margin-right: 10px;
    cursor: pointer;
  }
  
  .reply {
    margin-left: 50px;
    margin-top: 10px;
  }
  /* Larger image shown inside a nested comment reply */
  .reply-photo {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    display: block;
  }
  
  .write-comment {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }
  
  .write-comment input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #f2f2f2;
  }
  
  .write-comment button {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    background: #ff5c5c;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  .trust-strip {
  background: linear-gradient(90deg, #fefefe, #f9fbff);
  padding: 15px 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.trust-item {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  white-space: nowrap;
}

.trust-guarantee {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #1b5e20;
  background: #e8f5e9;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

  .toast {
    display: none;
    background-color: #4caf50;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    animation: fadeOut 3s forwards;
  }
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; display: none; }
  }
  #fake-order-popup {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #003366;
    color: #fff;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 0.95rem;
  }
 #exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;  /* margin on top */
}

.popup-content {
  background: #fff;
  width: 92%;
  max-width: 380px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  animation: popIn 0.3s ease-out;
}
.pain-section {
  background: #f9fbff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.pain-container {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.pain-container h2 {
  font-size: 26px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.pain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pain-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.pain-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #d32f2f;
  line-height: 1;
}

@keyframes popIn {
  from { transform: scale(0.7); opacity: 0;}
  to { transform: scale(1); opacity: 1;}
}

h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #c2185b;
}

.subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.countdown {
  padding: 8px;
  background: #ffe8ec;
  color: #c2185b;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 15px;
}

.pricing-box {
  text-align: left;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}

.old { text-decoration: line-through; color: #888; }
.new { color: #d32f2f; font-weight: bold; }
.best { color: #2e7d32; font-weight: bold; }

.tag {
  background: #ff9800;
  padding: 2px 6px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
}

form label {
  float: left;
  font-size: 13px;
  margin-top: 10px;
}

input, select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.buy-btn {
  width: 100%;
  margin-top: 15px;
  background: #c2185b;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
/* Self Diagnosis Section */
.self-diagnosis {
    background: #f9fbff;
    padding: 50px 20px;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }
  
  .self-diagnosis h2 {
    text-align: center;
    color: #c2185b;
    font-size: 26px;
    margin-bottom: 8px;
  }
  
  .sd-subtitle {
    text-align: center;
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
  }
  
  .self-diagnosis form {
    display: flex;
    flex-direction: column;
  }
  
  .self-diagnosis label {
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
  }
  
  .self-diagnosis select {
    padding: 12px;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #ccc;
  }
  
  .checkbox-group {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  
  .checkbox-group label {
    font-weight: normal;
    font-size: 14px;
  }
  
  .diagnosis-result {
    display: none;
    margin-top: 25px;
    padding: 15px;
    background: #e8f5e9;
    color: #1b5e20;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .updated-date {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 6px;
    font-style: italic;
  }
/* Treatment Plans */
.treatment-plans {
    padding: 60px 20px;
    background: #f9fbff;
    text-align: center;
  }
  
  .treatment-plans h2 {
    color: #c2185b;
    font-size: 26px;
    margin-bottom: 6px;
  }
  
  .plans-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 35px;
  }
  
  .plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: auto;
  }
  
  .plan-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    text-align: left;
  }
  
  .plan-card h3 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #333;
  }
  
  .plan-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
  }
  
  .plan-price {
    font-size: 26px;
    font-weight: bold;
    color: #2e7d32;
  }
  
  .plan-qty {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
  }
  
  .plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .plan-card ul li {
    padding-left: 26px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: #333;
  }
  
  .plan-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
  }
  
  /* Best Plan Highlight */
  .plan-card.best {
    border: 2px solid #c2185b;
    transform: scale(1.03);
  }
  .checkout-section {
    padding: 60px 20px;
    background: #fafafa;
  }
  
  .checkout-card {
    max-width: 520px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
  }
  
  .checkout-card h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }
  
  .checkout-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
  }
  
  .checkout-card label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
  }
  
  .checkout-card input,
  .checkout-card select {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
  }
  
  .checkout-row {
    display: flex;
    gap: 12px;
  }
  
  .checkout-row div {
    flex: 1;
  }
  
  .pay-btn {
    width: 100%;
    background: #111827;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .pay-btn:hover {
    background: #000;
  }
  
  .secure-note {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 12px;
  }
  
  
  .best-tag {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #c2185b;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
  }
  
  /* Medical Note */
  .medical-note {
    margin-top: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #fff3f6;
    color: #7a1b3a;
    padding: 18px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
      
.buy-btn:hover { background: #a3154d; }
#order-form {
  scroll-margin-top: 100px;
}

.skip {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  cursor: pointer;
  text-decoration: underline;
}

@keyframes fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}








