.heading {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #2c2c2c;
}

/* Wrapper */
.title-decor {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

/* Left & Right lines */
.title-decor::before,
.title-decor::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;              /* longer, elegant lines */
  height: 1px;
  background-color: #c9b89a; /* soft gold like your image */
  opacity: 0.8;
}

.title-decor::before {
  right: 50%;
  margin-right: 18px;
}

.title-decor::after {
  left: 50%;
  margin-left: 18px;
}

/* Center dot */
.title-decor span {
  position: relative;
}

.title-decor::marker {
  display: none;
}

/* Dot */
.title-decor::after,
.title-decor::before {
}

/* Proper dot (separate pseudo-element using box-shadow trick) */
.title-decor::after,
.title-decor::before {
}

/* FINAL DOT */
.title-decor::after {
}

.title-decor::before {
}

/* Clean dot using another pseudo element */
.title-decor::after,
.title-decor::before {
}

/* Use an extra pseudo via :after override */
.title-decor::after {
}

/* Real final version 👇 */

/* keep lines as above */

/* dot */
.title-decor::after,
.title-decor::before {
}

/* Add dot */
.title-decor::after {
}

/* ✅ Correct minimal dot */
.title-decor::after {
}

/* FINAL CLEAN FIX */
.title-decor::after,
.title-decor::before {
}

/* Add dot using new pseudo */
.title-decor::after {
}

/* FINAL WORKING VERSION 👇 */

/* lines already defined above */

/* dot */
.title-decor::after {
  box-shadow: none;
}

.title-decor::before {
}

/* actual dot */
.title-decor::after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;               /* smaller, subtle */
  height: 5px;
  background: #c9b89a;
  border-radius: 50%;
  opacity: 0.9;
}



/* SECTION BACKGROUND */
.membership-section {
  /* background: #f7f7f7; */
}

/* HEADER WITH LINES */
.decor-title {
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.decor-title::before,
.decor-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background: #c9b89a;
}

.decor-title::before {
  right: 100%;
  margin-right: 15px;
}

.decor-title::after {
  left: 100%;
  margin-left: 15px;
}

/* SUBTITLE */
.subtitle {
  color: #777;
  font-size: 14px;
}

/* CARDS */
.level-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

/* FEATURED */
.featured {
  border-color: #c9b89a;
}

/* TITLE */
.level-name {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* POINTS */
.points {
  text-align: center;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #c9b89a;
  display: block;
  margin: 10px auto 20px;
  width: fit-content;
  padding-bottom: 5px;
}

/* LIST */
.level-box ul {
  padding-left: 18px;
}

.level-box li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* FOOTER NOTE */
.level-note {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 15px;
  text-align: center;
}

.level-note i {
  font-size: 22px;
  color: #c9b89a;
  display: block;
  margin-bottom: 8px;
}

/* BOTTOM BOX */
.bottom-box {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 25px;
}

/* TITLES */
.bottom-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ICONS */
.earn-icons i {
  font-size: 20px;
  color: #c9b89a;
}

.earn-icons p {
  font-size: 12px;
  margin-top: 5px;
}

/* QR */
.qr-box {
  /* border: 1px solid #ddd; */
  padding: 10px;
  display: inline-block;
}

.qr-box img {
  width: 120px;
}

.level-note i {
  font-size: 26px;
  color: #c9b89a;
  margin-bottom: 8px;
}

.earn-icons i {
  font-size: 22px;
  color: #c9b89a;
}

.earn-icons div {
  text-align: center;
}

.earn-icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fafafa;
}

/* WRAPPER */
.points-wrapper {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 40px 20px;
}

/* COLUMN */
.section-col {
  padding: 20px 10px;
}

/* VERTICAL DIVIDERS */
.section-col.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

/* ICON CIRCLE */
.icon-circle {
  width: 90px;
  height: 90px;
  background: #e9e6e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle i {
  font-size: 36px;
  color: #333;
}

/* TITLE */
.section-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #333;
}

/* LINE UNDER TITLE */
.value-line {
  width: 60%;
  height: 1px;
  background: #aaa;
  margin: 0 auto 10px;
}

/* VALUE */
.value {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

/* BOTTOM TEXT */
.progress-text {
  font-size: 14px;
  font-style: italic;
  color: #555;
}