/* ============ Base Styles ============ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@700;900&family=Plus+Jakarta+Sans:wght@700;800;900&display=swap");

body {
  font-family: "Noto Serif Devanagari", serif;
  background: #fdfaf5;
  color: #1a1a1a;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif Devanagari", serif;
}

/* ============ Header Section ============ */
.jaam-header-only {
  background: #fdfaf5;
  text-align: center;
  overflow: visible;
}

.main-title {
  font-family: "Noto Serif Devanagari";
  font-size: 75px;
  font-weight: 900;
  color: #630000;
  line-height: 1.4;
  margin-bottom: -30px;
  padding-top: 1px;
  letter-spacing: -1px;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* ============ Subheading Section ============ */
.jaam-subheading-final {
  background: #fdfaf5;
  text-align: center;
  overflow: visible;
  margin-top: -38px;
}

.gold-text-heading {
  font-size: 75px;
  font-weight: 800;
  margin: 0;

  color: #b38728;
  background: linear-gradient(180deg, #a67c00 0%, #d4af37 50%, #85641c 100%);
  -webkit-background-clip: text;

  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15))
    drop-shadow(0px 0px 5px rgba(212, 175, 55, 0.3));
  line-height: 1.3;
  margin-bottom: -50px;
}

/* ============ Product Info Section ============ */
.jaam-product-info {
  text-align: center;
}

.product-img-box {
  margin: 0 0 30px 0;
}

.product-img-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
  display: block;
  margin: 0 auto;
}

.product-text-box {
  max-width: 900px;
  margin: 0 auto;
}

.bengali-hakim-tag {
  font-size: 50px;
  color: #630000;
  font-weight: 900;
  margin: 0 0 25px 0;
  line-height: 1.12;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.hindi-description-text {
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.55;
  font-weight: 700;
  max-width: 850px;
  margin: 0 auto;
}

/* ============ Price Section ============ */
.jaam-price-final {
  background: #fdfaf5;
  padding: 15px 12px 30px;
  margin: 0 auto;
  text-align: center;
}

.compact-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* grid-template-columns: 1fr 1.6fr 1fr; */
  border-bottom: 2px solid #eaddca;
  padding-bottom: 15px;
  margin-bottom: 15px;
  gap: 5px;
}

.price-side-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.label-text {
  font-size: 1.1rem;
  color: #666;
  font-weight: 800;
  margin-bottom: 0px;
}

.mrp-amt-bold {
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.savings-badge-premium {
  background: #27ae60;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: line-through;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}
}

.price-center-box {
  position: relative;
  margin: 5px;
}

.main-price-wrapper {
  position: relative;
}

.selling-price-hero {
  font-size: clamp(3.5rem, 12vw, 3rem);
  font-weight: 800;
  color: #630000;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
  display: block;
}

.best-value-tag {
  font-size: 0.5rem;
  background: #0cac5c;
  color: #fff;
  padding: 5px 0px 0px;
  line-height: 1;
  border-radius: 5px;
  font-weight: 800;
  letter-spacing: 1px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}

.mini-offer-strip {
  font-size: 1.15rem;
  color: #630000;
  background: #fff9eb;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  border: 1.5px dashed #d4af37;
  margin-bottom: 25px;
}

.pulse-dot {
  height: 9px;
  width: 9px;
  background: #27ae60;
  border-radius: 50%;
  animation: pulseAni 1.5s infinite;
}

@keyframes pulseAni {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cta-container {
  margin-top: 20px;
}

.buy-now-flat-3d {
  position: relative;
  display: block;
  height: 68px;
  background: linear-gradient(180deg, #ffa726, #ff6f00);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 5px solid #c45500;
  box-shadow: 0 10px 22px rgba(255, 111, 0, 0.45);
  text-transform: uppercase;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 900;
  line-height: 68px;
  text-align: center;
}

.buy-now-flat-3d::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 130%;
  }
}

.buy-now-flat-3d:active {
  transform: translateY(3px);
  border-bottom-width: 2px;
  box-shadow: 0 4px 10px rgba(255, 111, 0, 0.35);
}

/* ============ Timer Section ============ */
.offer-timer-pro {
  text-align: center;
}

.timer-heading {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  margin-bottom: 14px;
}

.timer-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.time-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  min-width: 85px;
  border: 2px solid #630000;
  box-shadow: 0 6px 14px rgba(99, 0, 0, 0.15);
  animation: glowPulse 2s infinite ease-in-out;
}

.time-card span {
  display: block;
  font-size: clamp(2.8rem, 6vw, 3.4rem);
  font-weight: 900;
  color: #000;
  line-height: 0.8;
}

.time-card label {
  font-size: 0.6rem;
  font-weight: 800;
  color: #630000;
  letter-spacing: 1px;
}

.colon {
  font-size: 2.6rem;
  font-weight: 900;
  color: #630000;
  margin-top: -10px;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 6px 14px rgba(99, 0, 0, 0.15);
  }

  50% {
    box-shadow: 0 8px 22px rgba(99, 0, 0, 0.35);
  }

  100% {
    box-shadow: 0 6px 14px rgba(99, 0, 0, 0.15);
  }
}

/* ============ Problems Section ============ */

.problem-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.massive-h2 {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 20px 0;
}

.perfect-gold-bar {
  height: 6px;
  width: 130px;
  background: #b38728;
  margin: 0 auto 25px;
}

.problem-massive-list {
  margin-bottom: 40px;
}

.p-massive-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 2px solid #eaddca;
}

.p-massive-row:last-child {
  border-bottom: none;
}

.p-dot {
  width: 14px;
  height: 14px;
  background: #630000;
  margin-top: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  display: block !important;
}

.p-massive-text h3 {
  font-size: 30px;
  font-weight: 900;
  color: #630000;
  line-height: 1.3;
  margin: 0 0 6px 0;
}

.p-massive-text p {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.55;
  margin: 0;
}

.massive-conclusion-box {
  margin-top: 40px;
  font-size: 50px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  padding: 26px 20px;
  background: #fff;
  border: 4px solid #630000;
  text-align: center;
  box-shadow: 8px 8px 0px #eaddca;
}

.massive-conclusion-box strong {
  color: #630000;
}

/* ============ Solution Section ============ */
.jaam-solution-perfect {
  text-align: center;
}

.sol-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.sol-massive-h2 {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1;
  margin: 0 0 20px 0;
}

.sol-massive-h2 span {
  display: block;
  margin-top: 8px;
}

.sol-gold-bar {
  height: 6px;
  width: 130px;
  background: #b38728;
  margin: 0 auto 35px;
}

.jaam-gif-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 8px;
  border: 4px solid #630000;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(99, 0, 0, 0.1);
}

.sol-gif {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.sol-massive-list {
  text-align: left;
  margin-bottom: 40px;
}

.sol-massive-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 2px solid #eaddca;
}

.sol-massive-row:last-child {
  border-bottom: none;
}

.sol-tick {
  color: #27ae60;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 6px;
}

.sol-massive-text h3 {
  font-size: 30px;
  font-weight: 900;
  color: #630000;
  line-height: 1.3;
  margin: 0 0 6px 0;
}

.sol-massive-text p {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.55;
  margin: 0;
}

.sol-conclusion-footer {
  margin-top: 40px;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  padding: 14px 5px;
  background: #fff;
  border: 4px solid #b38728;
  text-align: center;
  box-shadow: 8px 8px #eaddca;
}

/* ============ Bull Power Section ============ */
.jaam-interactive-bull {
  text-align: center;
}

.bull-power-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.bull-motion-box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 25px;
}

.bull-motion-box img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 15px 25px rgba(99, 0, 0, 0.25));
}

.dynamic-h2 {
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  margin: 0 0 15px 0;
}

.dynamic-h2 span {
  display: block;
  margin-top: 8px;
}

.power-bar-container {
  width: 160px;
  height: 12px;
  background: #eaddca;
  margin: 15px auto 30px;
  border-radius: 50px;
  border: 1px solid #d4af37;
}

.power-bar-fill {
  width: 85%;
  height: 100%;
  background: linear-gradient(90deg, #630000, #b38728);
  border-radius: 50px;
  animation: charge 1.5s infinite alternate;
}

@keyframes charge {
  from {
    opacity: 0.8;
    width: 65%;
  }

  to {
    opacity: 1;
    width: 95%;
  }
}

.dynamic-p {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.55;
  margin: 0 auto 30px;
  max-width: 700px;
}

.power-badge-interactive {
  position: relative;
  display: block;
  height: 68px;
  background: linear-gradient(180deg, #ffa726, #ff6f00);
  color: #ffffff;
  border-radius: 10px;
  border-bottom: 5px solid #c45500;
  box-shadow: 0 10px 22px rgba(255, 111, 0, 0.45);
  text-transform: uppercase;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 6vw, 2.4rem);
  font-weight: 900;
  line-height: 68px;
  text-align: center;
  pointer-events: none;
  cursor: default;
}

.power-badge-interactive::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

/* ============ Ingredients Section ============ */
.jaam-ingredients-perfect {
  text-align: center;
}

.ing-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.ing-massive-h2 {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.3;
  margin: 10px 0 15px 0;
}

.ing-massive-h2 span {
  display: block;
  margin-top: 8px;
}

.ing-gold-bar {
  height: 6px;
  width: 130px;
  background: #b38728;
  margin: 10px auto 35px;
}

.ing-massive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}

.ing-card-heavy {
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #eaddca;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.ing-card-heavy img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  display: block;
}

.ing-card-heavy h3 {
  font-size: 30px;
  color: #630000;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.ing-massive-info-box {
  text-align: center;
  background: #fff;
  padding: 25px 22px;
  border: 4px solid #630000;
  box-shadow: 8px 8px 0px #eaddca;
  margin: 40px 0 30px;
}

.ing-sub-header {
  font-family: "Noto Serif Devanagari";
  font-size: 50px;
  color: #630000;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ing-names-list {
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.ing-final-punchline {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 25px;
  border-top: 2px dashed #b38728;
}

/* ============ Benefits Section ============ */
.jaam-ben-readable {
  text-align: center;
}

.ben-main-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.ben-h2-new {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  margin: 0 0 18px;
}

.ben-h2-new span {
  display: block;
  margin-top: 6px;
}

.gold-divider-new {
  height: 6px;
  width: 120px;
  background: #b38728;
  margin: 0 auto 40px;
}

.ben-grid-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 35px;
}

.ben-card-new {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eaddca;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ben-card-new img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 3px solid #630000;
}

.ben-body-content {
  padding: 16px 14px;
  text-align: center;
}

.ben-body-content h3 {
  margin: 0 0 8px;
  font-size: 30px;
  color: #630000;
  font-weight: 900;
  line-height: 1.3;
}

.ben-body-content p {
  margin: 0;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.55;
  font-weight: 700;
}

.ben-footer-box-new {
  margin-top: 40px;
  font-size: 40px;
  color: #1a1a1a;
  padding: 26px 18px;
  background: #fff;
  border: 4px solid #b38728;
  font-weight: 700;
  text-align: center;
  box-shadow: 8px 8px 0px #eaddca;
  line-height: 1.55;
}

/* ============ Reviews Section ============ */
.jaam-clean-reviews {
  text-align: center;
}

.clean-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.massive-h2-title {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  margin: 0 0 10px;
}

.maroon-text {
  margin-top: 55px;
}

.expert-p-text {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 35px;
}

.overall-rating-summary {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.big-rating-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: #630000;
  display: block;
  line-height: 1;
}

.big-stars {
  color: #b38728;
  font-size: 1.8rem;
  margin: 0px 0;
  letter-spacing: 5px;
}

.verified-count {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0;
}

.clean-reviews-list {
  text-align: left;
  margin-top: 25px;
}

.clean-rev-item {
  padding: 28px 0;
  border-bottom: 2px solid #eaddca;
}

.clean-rev-item:last-child {
  border-bottom: none;
}

.item-stars {
  color: #b38728;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.item-stars span {
  color: #ccc;
}

.clean-rev-item h3 {
  font-size: 30px;
  color: #630000;
  font-weight: 900;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.clean-rev-item p {
  font-size: 25px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 12px 0;
}

.user-info {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 700;
  display: block;
}

/* ============ Usage Section ============ */
.jaam-usage-section {
  text-align: center;
}

.usage-container {
  max-width: 900px;
  margin: 0 auto;
}

.usage-title {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  margin-bottom: 12px;
}

.usage-title span {
  display: inline;
}

.usage-gold-line {
  height: 6px;
  width: 110px;
  background: #b38728;
  margin: 0 auto 40px;
}

.usage-steps-stack {
  text-align: left;
}

.usage-step {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 18px;
  border: 1px solid #eaddca;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.step-num {
  font-size: 30px;
  color: #630000;
  font-weight: 900;
  opacity: 0.35;
  min-width: 48px;
  text-align: center;
}

.usage-step p {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.usage-step p strong {
  color: #630000;
}

.usage-note {
  margin-top: 30px;
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.55;
}

/* ============ FAQ Section ============ */
.jaam-faq-section {
  text-align: center;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-main-title {
  font-size: 50px;
  font-weight: 900;
  color: #630000;
  line-height: 1.25;
  margin-bottom: 10px;
}

.faq-main-title span {
  display: inline;
}

.faq-gold-line {
  height: 6px;
  width: 100px;
  background: #b38728;
  margin: 0 auto 35px;
}

.faq-accordion {
  text-align: left;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border: 2px solid #eaddca;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

.faq-item[open] {
  border-color: #630000;
  box-shadow: 0 10px 20px rgba(99, 0, 0, 0.05);
}

.faqtitlt {
  padding: 10px;
  font-size: 25px;
  color: #630000;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

.faqtitlt::after {
  content: "+";
  font-size: 2rem;
  color: #b38728;
  transition: 0.3s;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-ans {
  padding: 0 20px 20px;
  border-top: 1px solid #f1f1f1;
}

.faq-ans p {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.55;
  font-weight: 700;
  margin: 15px 0 0;
}

summary::-webkit-details-marker {
  display: none;
}

/* ============ Mobile Responsive Styles ============ */
@media (max-width: 768px) {
  .price-master-container {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .faq-container {
    margin-bottom: 25%;
  }

  .massive-h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .p-massive-text p {
    font-size: 18px;
  }

  .massive-conclusion-box {
    font-size: 22px;
  }

  .sol-massive-h2 {
    font-size: 28px;
  }

  .sol-massive-text h3 {
    font-size: 22px;
  }

  .sol-massive-text p {
    font-size: 18px;
  }

  .sol-conclusion-footer {
    font-size: 22px;
  }

  .dynamic-p {
    font-size: 18px;
  }

  .ing-massive-h2 {
    font-size: 28px;
  }

  .ing-card-heavy h3 {
    font-size: 14px;
  }

  .ing-sub-header {
    font-size: 28px;
  }

  .ing-names-list,
  .ben-body-content h3,
  .ing-final-punchline,
  .p-massive-text h3 {
    font-size: 18px;
  }

  .ben-h2-new {
    font-size: 28px;
  }

  .ben-body-content p {
    font-size: 14px;
  }

  .ben-footer-box-new,
  .massive-h2-title {
    font-size: 22px;
  }

  .ben-footer-box-new,
  .massive-h2-title {
    font-size: 22px;
  }

  .clean-rev-item h3,
  .usage-title,
  .expert-p-text {
    font-size: 18px;
  }

  .usage-step p,
  .clean-rev-item p {
    font-size: 18px;
  }

  .faq-main-title,
  .usage-note {
    font-size: 28px;
  }

  .faqtitlt {
    font-size: 18px;
  }

  .faq-ans p {
    font-size: 16px;
  }

  /* Header Mobile */
  .jaam-header-only {
    padding-top: 5px;
  }

  .main-title {
    padding-top: 1px;
    font-family: "Noto Serif Devanagari";
    font-size: 45px;
    line-height: 1.2;
  }

  /* Subheading Mobile */
  .jaam-subheading-final {
    margin-top: -32px;
    padding-bottom: 5px;
  }

  .gold-text-heading {
    font-size: 43px;
    line-height: 1.25;
    margin-bottom: -40px;
    margin-top: 35px;
  }

  .timer-heading {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.3;
  }

  /* Product Info Mobile */
  .jaam-product-info {
    padding: 25px 16px 50px;
  }

  .product-img-box {
    margin-bottom: 25px;
  }

  .bengali-hakim-tag {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 8px;
  }

  .hindi-description-text {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.5;
  }

  /* Price Mobile */
  .selling-price-hero {
    font-size: 2.2rem;
  }

  .buy-now-flat-3d {
    height: 60px;
  }

  .buy-now-flat-3d span {
    line-height: 60px;
    font-size: 1.8rem;
  }

  /* Timer Mobile */
  .time-card {
    min-width: 65px;
    padding: 22px 0 0;
  }
  .time-card span {
    line-height: 0;
}

  .time-card span {
    font-size: 1.5rem;
  }

  .colon {
    font-size: 2rem;
  }

  /* Bull Power Mobile */
  .power-badge-interactive {
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  /* Grid adjustments for mobile */
  .ben-grid-new,
  .ing-massive-grid {
    gap: 10px;
  }

  .p-massive-row,
  .sol-massive-row,
  .usage-step {
    padding: 10px 0;
  }

  /* Section padding mobile */
  .jaam-ben-readable,
  .jaam-clean-reviews,
  .jaam-ingredients-perfect .jaam-usage-section,
  .jaam-faq-section,
  .jaam-ingredients-perfect,
  .jaam-solution-perfect,
  .jaam-usage-section {
    padding: 45px 15px 55px;
  }
}

/* Global section spacing */
.jaam-section {
  background: #faf6ef;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .new-cont {
    width: 100% !important;
  }

  .container {
    padding: 0 20px;
  }

  .jaam-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.jaam-header-combined {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* space between title & subtitle */
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.jaam-trust-row-mega {
  background: #fdfaf5;
  padding: 10px 5px;
  /* Minimal padding */
  border-bottom: 2px solid #eaddca;
  margin-top: 5%;
}

.trust-wrap-tight {
  max-width: 500px;
  /* Reduced width to force elements closer */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* Tight spacing */
  align-items: center;
}

.trust-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}

/* Massive Icons */
.mega-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* Massive Legal Rupee */
.mega-rupee-icon {
  font-size: 3.2rem;
  /* Extreme Massive */
  color: #630000;
  font-family: Arial, sans-serif;
  font-weight: 900;
  line-height: 42px;
  /* Matching SVG height */
  margin-bottom: 10px;
}

/* Increased Font Size */

@media (max-width: 480px) {
  .trust-wrap-tight {
    max-width: 100%;
    gap: 2px;
  }

  .mega-icon {
    width: 35px;
    height: 35px;
  }

  .mega-rupee-icon {
    font-size: 2.8rem;
    line-height: 35px;
  }

  .mega-text {
    font-size: 0.7rem;
  }
}

.new-cont {
  width: 50%;
}

.jaam-boxed-price {
  padding: 10px 20px 40px;
  background: #faf6ef;
  text-align: center;
}

.price-master-container {
  max-width: 50%;
  margin: 0 auto;
}

.sales-box-royal {
  background: #fff;
  border: 4px solid #630000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 12px 12px 0px #eaddca;
  margin-bottom: 30px;
}

.boxed-header-label {
  background: #630000;
  padding: 10px 15px;
  border-bottom: 6px solid #b38728;
}

.massive-box-h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.massive-box-h2 span {
  color: #b38728;
  display: block;
  margin-top: 10px;
}

.price-body {
  padding: 35px 20px;
  margin-bottom: 0px;
}

.price-header-small {
  font-size: 1rem;
  color: #b38728;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.massive-amount-display {
  font-size: clamp(4.8rem, 18vw, 5rem);
  color: #630000;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0;
  letter-spacing: -2px;
}

.price-mrp-tag {
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
  font-weight: 700;
  margin-bottom: 30px;
}

/* TRUST LIST: Now sitting above the button */
.trust-footer-list {
  margin-bottom: 10px;
  /* Gap before the final CTA */
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

.t-item {
  font-size: clamp(1rem, 4vw, 1.6rem);
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* ROYAL CTA BUTTON: Final Impact at the Bottom */
.royal-buy-btn {
  display: block;
  background: linear-gradient(180deg, #ffa726, #ff6f00);
  color: #fff;
  border-radius: 10px;
  border-bottom: 5px solid #c45500;
  box-shadow: 0 10px 22px #ff6f0073;
  color: #fff;
  text-decoration: none;
  padding: 25px 15px;
  border-radius: 10px;
  font-size: clamp(1.7rem, 7vw, 2.6rem);
  font-weight: 900;
  border: 4px solid #b38728;
  box-shadow: 0 12px 25px rgba(99, 0, 0, 0.25);
  transition: all 0.2s;
}

.royal-buy-btn:active {
  transform: scale(0.97);
  box-shadow: 0 5px 10px rgba(99, 0, 0, 0.2);
}

.sales-final-punch {
  font-size: clamp(1rem, 5vw, 1.8rem);
  color: #1a1a1a;
  line-height: 1.5;
  font-weight: 700;
}

.sales-final-punch strong {
  color: #630000;
}

@media (max-width: 480px) {
  .massive-amount-display {
    font-size: 38px;
  }

  .royal-buy-btn {
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}

.modal-product-price,
.payout {
  text-align: center;
}

/* Hide on Desktop */
@media (min-width: 769px) {
  .sticky-bar-simple {
    display: none !important;
  }
}

.sticky-bar-simple {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  padding: 3px 5px;
  z-index: 11;
  transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(253, 250, 245, 0.96);
  backdrop-filter: blur(6px);
  border-top: 1px solid #eaddca;
}

.sticky-bar-simple.show-sticky {
  bottom: 0;
}

.sticky-container-simple {
  max-width: 500px;
  margin: 0 auto;
}

/* BUTTON */
.mega-sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 100%;

  background: linear-gradient(180deg, #ffa726, #ff6f00);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 5px solid #c45500;
  box-shadow: 0 10px 22px rgba(255, 111, 0, 0.45);

  font-family: "Noto Serif Devanagari", serif;
  font-size: clamp(1.9rem, 5vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  position: relative;
  overflow: hidden;
  transition: all 0.15s ease;
}

/* Shine Animation */
.mega-sticky-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 130%;
  }
}

.mega-sticky-btn:active {
  transform: translateY(3px);
  border-bottom-width: 2px;
  box-shadow: 0 4px 10px rgba(255, 111, 0, 0.35);
}

.sr-headless-checkout {
  background-color: #e95a2f;
  border-radius: 5px;
  color: #fff;
  border: 0;
  position: relative;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  min-height: 48px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover button effect */
.sr-headless-checkout:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 25px rgba(233, 90, 47, 0.35);
}

/* Shine layer */
.sr-headless-checkout::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.65) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);

  /* Automatic infinite shine */
  animation: autoShine 3s linear infinite;
}

/* Faster shine on hover */
.sr-headless-checkout:hover::before {
  animation: hoverShine 0.8s ease;
}

/* Auto shine */
@keyframes autoShine {
  0% {
      left: -120%;
  }
  40% {
      left: 140%;
  }
  100% {
      left: 140%;
  }
}

/* Hover shine */
@keyframes hoverShine {
  0% {
      left: -120%;
  }
  100% {
      left: 160%;
  }
}

.sr-d-flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.full-width {
  width: 100%;
}

.sr-discount-label {
  font-size: 9px;
  color: #000;
  text-transform: none;
  position: absolute;
  top: -8px;
  left: 6px;
  background-color: #53ff73;
  border-radius: 5px;
  padding: 0 10px;
}

/* Modal css */
.headless-modal {
  position: fixed;
  /* Stay in place */
  z-index: 2147483647;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100vh;
  /*ios*/
  min-height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* background-color: rgb(0, 0, 0);  */
  /* Fallback color */
  /* background-color: rgba(0, 0, 0, 0.4);  */
  /* Black w/ opacity */
}

.headless-prefetch {
  display: none;
}

/* Modal Content */
.headless-modal-content {
  position: fixed;
  bottom: 0;
  top: 0;
  /* background-color: #363535a1; */
  width: 100%;
}

.headless-modal-body {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

/* =========================
   BUTTON
========================= */

.main-buy-btn {
  padding: 14px 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #c58b00, #8d4d00);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.main-buy-btn:hover {
  transform: translateY(-2px);
}

/* =========================
   MODAL
========================= */

.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  padding: 5px;
  z-index: 11;
   overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.custom-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.custom-modal {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 1rem;
  margin-top: 25px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  animation: popup 0.35s ease;
}


@keyframes popup {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}








/* Close */

.close-modal {
  position: absolute;
  right: 18px;
  top: 18px;
  border: none;
/*  background: transparent;*/
  font-size: 16px;
  cursor: pointer;
  color: #555;
}

/* =========================
   TOP
========================= */

.modal-top {
  /* background: linear-gradient(90deg, #630000, #83391d);
  color: white; */
  text-align: center;
  padding: 20px 5px;
}

.modal-top h2 {
  font-size: 32px;
  margin-bottom: 0px;
}

.modal-top p {
  font-size: 15px;
  opacity: 0.9;
  margin: 0;
}

/* =========================
   CARDS
========================= */

.payment-options {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-card {
  border: 2px solid #000000d8;
  border-radius: 15px;
  padding: 10px;
  position: relative;
  background: #fff;
}

.payment-card h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 5px;
  color: #4f3b1d;
}

.payment-card ul {
  list-style: none;
  margin: 0px;
}

.payment-card ul li {
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

.best-value {
  position: absolute;
  right: 5px;
  /* top: 18px; */
  background: #79b36d;
  color: #fff;
  padding: 6px 10px 0px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}

.continue-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.continue-btn {
  background: #e95a2f;
  color: white;
}

.cod-card {
  border-color: #ead8bc;
}

/* =========================
   SECOND MODAL
========================= */

.cod-form-modal {
  padding: 15px;
}

.small-tag {
  width: fit-content;
  margin: auto;
  padding: 10px 10px 5px;
  line-height: 1;
  border: 1px solid #d9b67d;
  color: #8d5400;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 0px;
}

.form-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
  color: #4b2c08;
}

.cod-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1.5px solid #2c2520;
  border-radius: 15px;
  padding: 10px;
}


.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #d7c3a4;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  outline: none;
}

.form-group textarea {
  resize: none;
  height: 100px;
}

.double-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.submit-order-btn {
  height: 58px;
  border: none;
  border-radius: 10px;
  background: #e95a2f;
  color: white;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}


.payment-sections-container {
        --primary-orange: #d35427;
        --hover-orange: #b8431d;
        --card-bg: #f5f4f0;
        --text-dark: #2c2520;
        --text-muted: #666;
        --green-badge: #5ca16c;
    }

    .payment-card {
        background-color: var(--card-bg);
        border: 1.5px solid #2c2520;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 0px;
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }

    .payment-card:last-child {
        margin-bottom: 0;
    }

    .badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: var(--green-badge);
        color: white;
        font-size: 11px;
        font-weight: bold;
        padding: 4px 10px;
        border-radius: 20px;
        letter-spacing: 0.5px;
    }

    .card-title {
        font-size: 20px;
        font-weight: bold;
        color: var(--text-dark);
        margin-bottom: 6px;
        max-width: 80%;
    }

    .price-line {
        font-size: 13px;
        color: var(--text-dark);
        margin-bottom: 10px;
    }

    .mrp-strike {
        text-decoration: line-through;
        color: var(--text-muted);
        margin-right: 6px;
    }

    .final-price {
        font-weight: bold;
        color: var(--primary-orange);
    }

    .bullet-list {
        list-style: none;
        margin: 0 0 16px 0;
        padding: 0;
    }

    .bullet-item {
        font-size: 14.5px;
        color: #333;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
    }





/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .double-fields {
    grid-template-columns: 1fr;
  }
}

.lmlp-4-simple-gift-container {
  max-width: 400px;
  margin: 15px auto;
  border: 2px solid #b12704;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lmlp-4-gift-banner-top {
  background: #b12704;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.lmlp-4-gift-body {
  padding: 15px;
  background: #fff;
  text-align: center;
}

.lmlp-4-main-instruction {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.lmlp-4-visual-row {
  display: flex;
  align-items: center;
  background: #fff9f0;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #fee2e2;
  margin-bottom: 15px;
}

.lmlp-4-gift-img-side {
  position: relative;
  flex: 0 0 70px;
}

.lmlp-4-oil-bottle {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.lmlp-4-free-label-tag {
  position: absolute;
  top: -5px;
  left: -5px;
  background: #27ae60;
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 900;
}

.lmlp-4-gift-text-side {
  flex: 1;
  text-align: left;
  margin-left: 12px;
}

.lmlp-4-product-title-hindi {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: #111;
}

.lmlp-4-sub-text-hindi {
  font-size: 14px;
  margin: 3px 0;
  color: #555;
}

.lmlp-4-old-price {
  text-decoration: line-through;
}

.lmlp-4-clarity-tag {
  font-size: 12px;
  font-weight: 700;
  color: #b12704;
  margin-top: 5px;
}

.lmlp-4-benefit-list {
  text-align: left;
  background: #fdf2f2;
  padding: 10px;
  border-radius: 8px;
}

.lmlp-4-benefit-point {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.lmlp-4-simple-gift-container strong {
  color: #b12704;
}

.call-now-btn {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.call-now-btn:hover {
  background: #e65c00;
}

.autocomplete-wrapper {
  position: relative;
}

.suggestion-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  max-height: 220px;
  overflow-y: auto;
  z-index: 999;
  display: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.suggestion-item {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.2s;
}

.suggestion-item:hover {
  background: #f7f7f7;
}

.error-message {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

input.error,
textarea.error,
select.error {
  border-color: red !important;
}

.thank-you-modal {
  max-width: 450px;
  padding: 45px 30px;
  text-align: center;
}

.success-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  font-size: 42px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  animation: popSuccess 0.4s ease;
}

@keyframes popSuccess {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.thank-you-title {
  font-size: 34px;
  color: #222;
  margin-bottom: 15px;
}

.thank-you-text {
  color: #666;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 30px;
}

.thank-you-btn {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, #c58b00, #8d4d00);
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}


/*.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid #dee2e600;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-top {
    text-align: center;
    padding: 0px 0px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100 !important;
}*/

