.plan-benefit-hero-section {
  position: relative;
  min-height: 40vh; /* ✅ as requested */
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 60px) 0;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #fff;
}

/* Background image + overlay */
.plan-benefit-hero-section__bg {
  position: absolute;
  inset: 0;
  background-image: var(--pb-hero-img);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.plan-benefit-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 80% at 50% 20%, rgba(2, 6, 23, .25), rgba(2, 6, 23, .55)),
    linear-gradient(180deg, rgba(2, 6, 23, .35) 0%, rgba(2, 6, 23, .65) 100%);
  z-index: 1;
}

/* Content */
.plan-benefit-hero-section__container {
  position: relative;
  z-index: 2;
  width: min(1120px, 92%);
  margin: 0 auto;
  text-align: center;
}

/* Pill badge */
.plan-benefit-hero-section__badge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #eaf2ff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(6px);
  margin-bottom: 14px;
}

/* Heading + lead */
.plan-benefit-hero-section__title {
  font-weight: 900;
  font-size: 2rem; /* Font size for laptops */
  line-height: 1.05;
  margin: 4px 0 10px;
}

.plan-benefit-hero-section__lead {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(14px, 2.2vw, 20px);
  line-height: 1.8;
  color: var(--pb-muted);
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .plan-benefit-hero-section__badge {
    font-size: 11px;
    padding: 8px 14px;
  }
  
  .plan-benefit-hero-section__title {
    font-size: 1.5rem; /* Font size for mobile and tablet */
  }
}


/* section 1 css */
.plan-benefit-section-1{
  --pri:#008fcc;; --pri-2:#60A5FA; --card:#ffffff; --text:#222; --muted:#666;
  background: radial-gradient(60% 80% at 70% 10%, rgba(123,94,255,.25), transparent 60%),
              linear-gradient(135deg, var(--pri) 0%, var(--pri-2) 100%);
  padding: 80px 20px; color:#fff; font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.plan-benefit-section-1-container{ max-width: 1050px; margin: 0 auto; }

.plan-benefit-section-1-head{
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:28px;
}

.plan-benefit-section-1-title{ font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight:800; letter-spacing:.2px; }

.plan-benefit-section-1-badge{
  background:#fff; color:var(--pri); padding:10px 18px; border-radius:999px;
  font-weight:700; box-shadow:0 0 0 4px rgba(255,255,255,.15), 0 8px 24px rgba(0,0,0,.25);
}

.plan-benefit-section-1-card{
  background: var(--card); color: var(--text); border-radius:22px; padding:34px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25); backdrop-filter: blur(6px);
  transition: transform .35s ease, box-shadow .35s ease;
}
.plan-benefit-section-1-card:hover{ transform: translateY(-8px); box-shadow:0 30px 70px rgba(0,0,0,.35); }

.plan-benefit-section-1-header{ text-align:center; margin-bottom:18px; }
.plan-benefit-section-1-plan{ font-size: clamp(1.2rem,1.8vw,1.6rem); margin:0; color:var(--pri); font-weight:800; }
.plan-benefit-section-1-sub{ margin:.35rem 0 0; color:var(--muted); font-weight:600; }

.plan-benefit-section-1-benefits{ list-style:none; padding:0; margin:20px 0 22px; display:grid; gap:14px; }
.plan-benefit-section-1-benefits li{
  display:grid; grid-template-columns: 40px 1fr; align-items:start; gap:12px;
  padding:14px 14px; border:1px solid #eee; border-radius:14px; background:#fafafa;
}
.plan-benefit-section-1-benefits i{ color:var(--pri); font-size:1.15rem; place-self:center; }
.plan-benefit-section-1-benefits strong{ font-weight:700; }
.plan-benefit-section-1-benefits p{ margin:6px 0 0; color:#555; line-height:1.4; }

.plan-benefit-section-1-includes{
  display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:10px; margin: 8px 0 22px;
}
.plan-benefit-section-1-inc-item{
  display:flex; align-items:center; gap:10px; background: #f4f2ff; color:#2a2260; border:1px dashed rgba(71,51,145,.25);
  padding:12px 14px; border-radius:12px; font-weight:600;
}
.plan-benefit-section-1-inc-item i{ color:var(--pri); }

.plan-benefit-section-1-cta{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.plan-benefit-section-1-btn{
  display:inline-block; background:var(--pri); color:#fff; text-decoration:none; padding:12px 22px;
  border-radius:12px; font-weight:700; letter-spacing:.3px; transition: transform .25s ease, background .25s ease;
}
.plan-benefit-section-1-btn:hover{ transform: translateY(-2px) scale(1.02); background:#32246b; }

.plan-benefit-section-1-link{
  display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-weight:700; color:var(--pri);
  padding:10px 14px; border-radius:12px; background:#f3f0ff; border:1px solid rgba(71,51,145,.15);
}
.plan-benefit-section-1-link:hover{ background:#ebe6ff; }

.plan-benefit-section-1-fine{ margin-top:18px; color:#777; font-size:.9rem; }
.plan-benefit-section-1-fine p{ margin:.25rem 0; }

/* Responsive */
@media (max-width: 768px){
  .plan-benefit-section-1-card{ padding:22px; }
  .plan-benefit-section-1-includes{ grid-template-columns: 1fr; }
  .plan-benefit-section-1-head{ flex-direction:column; align-items:flex-start; }
}
/* Membership section css */
/* =========================
   Membership Section Styles
   Fully Responsive (All Screens)
========================= */
.membership-section {
  padding: clamp(24px, 4vw, 60px) 0;
  background: #f6f9ff;
}

.membership-container {
  width: min(1150px, 92%);
  margin: 0 auto;
}

.membership-header {
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 34px);
}

.membership-title {
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 800;
  color: #0e1726;
}

.membership-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(14px, 1.6vw, 17px);
  color: #4a5a73;
}

/* Grid */
.membership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 22px);
}

/* ✅ Mobile only = 1 card */
@media (max-width: 767px) {
  .membership-grid {
    grid-template-columns: 1fr;
  }
}

/* ✅ Tablet & Laptop = 2 cards side by side */
@media (min-width: 768px) {
  .membership-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));

    
  }

  @media (min-width: 1024px) {
  .membership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    
  }
}
}

/* Card */
.membership-card {
  position: relative;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.10);
  border: 1px solid rgba(20, 60, 120, 0.10);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;

  flex-direction: column;
  justify-content: space-between; /* Align button at the bottom */
}

.membership-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.16);
}

/* Top line like your screenshot (rounded ends + blue) */
.membership-card-topline {
  height: 10px;
  background: linear-gradient(90deg, #0ea5ff, #00c2ff, #0b66ff);
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  margin: 0 18px;
  margin-top: 14px;
}

/* Body */
.membership-card-body {
  padding: 6px 18px 19px; /* Adjust bottom padding to give space for button */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Align button at the bottom */
}

.membership-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  margin-bottom: 14px;
}

/* Price line */
.membership-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.membership-price-label {
  font-weight: 800;
  font-size: clamp(18px, 2.1vw, 24px);
  color: #0e1726;
}

.membership-price-value {
  font-weight: 900;
  font-size: clamp(18px, 2.1vw, 26px);
  color: #ff7a18;
}

/* Pill */
.membership-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  color: #075985;
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(14, 165, 233, 0.25);
  white-space: nowrap;
}

.membership-pill--alt {
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.22);
}

/* Loan range box */
.membership-loan-box {
  border-radius: 14px;
  padding: 4px 13px;
  background: linear-gradient(180deg, rgba(14,165,233,0.10), rgba(14,165,233,0.04));
  border: 1px solid rgba(14, 165, 233, 0.18);
  margin-bottom: 14px;
}

.membership-loan-title {
  font-weight: 800;
  color: #0e1726;
  font-size: 13px;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

.membership-loan-value {
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 26px);
  color: #0b1220;
}

.membership-loan-value span {
  font-weight: 700;
  font-size: 0.85em;
  color: #3a4a63;
  margin: 0 6px;
}

/* Points */
.membership-points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.membership-points li {
  position: relative;
  padding-left: 28px;
  color: #3a4a63;
  font-size: 14px;
  line-height: 1.5;
}

.membership-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(14, 165, 233, 0.30);
}

.membership-points li::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 12px;
  font-weight: 900;
  color: #0284c7;
}

/* Button */
.membership-btn {
  margin-top: 4px; /* Push button to the bottom of the card */
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(90deg, #0b77bb 0%, #05b9d3 100%);
  box-shadow: 0 10px 20px rgba(11, 102, 255, 0.18);
  transition: transform .2s ease, filter .2s ease;
}

.membership-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.membership-btn:active {
  transform: translateY(0);
}

.membership-btn--alt {
  margin-top: auto; /* Ensure the button is at the bottom */
 background: linear-gradient(90deg, #0b77bb 0%, #05b9d3 100%);
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.18);
}

/* Subsidy Info Cards */
.subsidy-info-cards {
  
  gap: 16px;
  margin-top: 16px;
}

.subsidy-card {
  background: #e1f5fe;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.subsidy-card p {
  font-size: 11px;
  color: #0b1220;
  font-weight: 600;
}


/* 
Section 2 */

/* ===================== PLAN BENEFIT: SECTION 2 (Base) ===================== */
/* ===================== PLAN BENEFIT: SECTION 2 (FULL + CENTERED LEVEL) ===================== */
.plan-benefit-section-2 {
  /* generous inside + outside spacing */
  padding: 100px 16px;

  /* OUTER GAP: upar–niche kabhi touch na ho */
  margin-block: clamp(50px, 8vw, 100px) !important;

  /* margin-collapsing guard */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;

  background: #ffffff;
  color: #0b1222;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}

.plan-benefit-section-2-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Headings ===== */
.plan-benefit-section-2-title {
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: .3px;
  margin: 0 0 6px;
  color: #000;
  text-align: center;
}
.plan-benefit-section-2-subtitle {
  margin: 0 0 24px;
  color: #000;
  font-size: clamp(14px, 1.4vw, 16px);
  text-align: center;
}

/* =========================
   Block/Grid Layout
   ========================= */
.plan-benefit-section-2-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 28px;
  align-items: stretch;
  margin-top: 40px;

  /* grid ko center + side breathing */
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

h2{
  color: #000 !important;
}
/* Card shell */
.pb2-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e7f3ff;
  box-shadow: 0 6px 18px rgba(11, 119, 187, 0.10);
  padding: 28px 26px 24px; /* L/R zyada space */
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}

/* Top accent bar */
.pb2-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #0b77bb 0%, #05b9d3 100%);
}

/* Hover + focus */
.pb2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(11, 119, 187, 0.2);
}
.pb2-card:focus-within {
  box-shadow: 0 0 0 3px rgba(11, 119, 187, 0.18), 0 6px 18px rgba(11, 119, 187, 0.10);
  outline: none;
}

/* Level heading inside card (CENTERED NOW) */
.pb2-level {
  font-weight: 800;
  font-size: clamp(14px, 1.4vw, 16px);
  color: #0b1222;
  margin-top: 6px;
  margin-bottom: 14px;

  /* NEW: center only the level text */
  text-align: center;
  width: 100%;
}

/* =========================
   Row: label on top, price below
   ========================= */
.pb2-row {
  display: grid;
  grid-template-columns: 1fr;   /* vertical stack */
  justify-items: start;
  align-items: start;
  gap: 6px;

  padding: 18px 22px;           /* left/right gap aur */
  border: 1px solid #eef6ff;
  border-radius: 10px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 50%, #ffffff 100%);
  transition: background .25s ease, border-color .25s ease;

  /* WRAP SAFETY */
  min-width: 0;
  overflow: visible;
}

/* label wraps cleanly; won't cut "Income/Member" */
.pb2-label {
  display: block;
  font-weight: 600;
  color: #0b1222;
  opacity: .9;
  line-height: 1.25;

  white-space: normal;          /* allow wrapping */
  overflow-wrap: anywhere;      /* break long tokens like 'Income/Member' */
  word-break: break-word;       /* fallback */
}

/* price under label, left aligned */
.pb2-value {
  font-weight: 800;
  color: #0b1222;
  justify-self: start;          /* left align */
  white-space: nowrap;          /* keep amount on one line */
  line-height: 1.2;
  margin-top: 2px;
}

.pb2-row span { visibility: visible; opacity: 1; }

/* hover highlight */
.pb2-card:hover .pb2-row {
  border-color: #d9efff;
  background: linear-gradient(180deg, #f2f9ff 0%, #ffffff 60%, #ffffff 100%);
}

/* =========================
   Accessibility + Motion
   ========================= */
.pb2-card a, .pb2-card button, .pb2-card [tabindex] { outline: none; }
.pb2-card a:focus-visible,
.pb2-card button:focus-visible,
.pb2-card [tabindex]:focus-visible {
  box-shadow: 0 0 0 2px #0cd2e3, 0 0 0 4px #c8f6ff;
  border-radius: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .pb2-card, .pb2-row { transition: none !important; }
}

/* =========================
   Responsive Tweaks
   ========================= */
@media (max-width: 1200px) { 
  .plan-benefit-section-2-grid { gap: 16px; } 
}

@media (max-width: 1100px) {
  .plan-benefit-section-2-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .plan-benefit-section-2 {
    padding: 80px 16px;
  }
  .plan-benefit-section-2-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    row-gap: 22px;
    padding-inline: 16px;
  }
  .pb2-card{
    padding: 24px 20px 22px;
  }
  .pb2-row{
    padding: 14px 16px;
  }
}

@media (max-width: 420px) {
  .plan-benefit-section-2 {
    padding: 70px 16px;
  }
  .plan-benefit-section-2-grid {
    grid-template-columns: 1fr;
  }
  .pb2-row { padding: 12px 16px; }
}

/* =========================
   Extra safety (redundant but harmless)
   ========================= */
section + .plan-benefit-section-2 {
  margin-top: 80px !important;
}

/* =========================
   PRINT (optional)
   ========================= */
@media print {
  .plan-benefit-section-2 {
    padding: 0;
    background: #fff;
    margin: 0 0 16px;
    border-top: none;
    border-bottom: none;
  }
  .plan-benefit-section-2-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-inline: 0;
  }
  .pb2-card {
    box-shadow: none;
    border-color: #dbeafe;
  }
}
/* --- Fix: label words should NOT break inside tokens like "Income/Member" --- */
.pb2-row { min-width: 0; overflow: visible; }

.pb2-label{
  white-space: normal;        /* wrap only at natural points (spaces) */
  overflow-wrap: break-word;  /* allow wrap if needed, but not mid-word */
  word-break: normal;         /* don't force breaks inside words */
  hyphens: none;              /* avoid auto hyphenation like “Memb-er” */
}


/* section 3 */
/* ===================== PLAN BENEFIT: SECTION 3 (Clean White Theme) ===================== */
.plan-benefit-section-3 {
  background: #ffffff;
  color: #111827;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.plan-benefit-section-3-container {
  max-width: 1200px;
  margin: 0 auto;
padding: 20px;
}

/* ===== Title & Subtitle ===== */
.plan-benefit-section-3-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  text-align: center;
  margin: 0 0 8px;
  color: #111827;
  padding-top: 35px;
}

.plan-benefit-section-3-subtitle {
  text-align: center;
  color: #4b5563;
  margin: 0 0 28px;
  font-size: clamp(14px, 1.5vw, 17px);
}

/* ===== Highlight Cards ===== */
.plan-benefit-section-3-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.pb3-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.pb3-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.pb3-card .pb3-k {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

.pb3-card strong {
  font-size: 17px;
  color: #0b1222;
  display: block;
}

.pb3-card small {
  color: #6b7280;
}

/* Responsive Grid */
@media (max-width: 900px) {
  .plan-benefit-section-3-highlights { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .plan-benefit-section-3-highlights { grid-template-columns: 1fr; }
}

/* ===== Table Wrapper ===== */
.plan-benefit-section-3-scrollwrap { position: relative; }

.plan-benefit-section-3-tablewrap {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* ===== Table ===== */
.plan-benefit-section-3-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #111827;
  font-size: clamp(13px, 1.4vw, 15px);
  table-layout: auto;
}

.plan-benefit-section-3-table thead th {
  background: linear-gradient(90deg, #0b77bb 0%, #05b9d3 100%);
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
}

.plan-benefit-section-3-table td,
.plan-benefit-section-3-table th {
  border: 1px solid #e5e7eb;
}

.plan-benefit-section-3-table tbody td {
  padding: 14px 16px;
  background: #f9fafb;
}

/* ===== Mobile view: cards instead of table ===== */
@media (max-width: 767px) {
  .plan-benefit-section-3-table { display: none !important; }

  .pb3-mobile-list {
    display: grid;
    gap: 16px;
    
  }

  .pb3-mobile-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .pb3-mobile-head {
    background: linear-gradient(90deg, #0b77bb, #05b9d3);
    color: #fff;
    font-weight: 700;
    padding: 12px 14px;
    font-size: 16px;
  }

  .pb3-mobile-body {
    background: #f9fafb;
    color: #374151;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .pb3-mobile-body strong { color: #0b1222; }
}






/* section 4 css */
/* --- Unified professional style for the orange info box (icons removed) --- */
/* NEW: replaced container class */
/* -------- Center the whole section content -------- */
/* -------- Section: outer spacing (top/bottom) -------- */
.plan-benefit-section-4{
 
    padding-bottom: 56px;
}

/* When jumping via anchor, don't stick to header */
#become-coordinator{
  scroll-margin-top: 90px;
}

/* -------- Center the whole section content -------- */
.plan-benefit-section-4-content{
  max-width: 1200px;
  margin: 0 auto;              /* centers the block */
  padding: 0 16px;             /* equal inner gap both sides */
  margin-bottom: 20px;
  padding-top: 16px;           /* inner top gap */
  padding-bottom: 20px;        /* inner bottom gap */
  text-align: center;
}

/* Optional: tighten padding on small screens */
@media (max-width: 520px){
  .plan-benefit-section-4-content{ padding: 0 12px 20px; }
}

/* ---------- Titles ---------- */
.plan-benefit-section-4-title{
  margin: 0 0 8px;
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.2;
  font-weight: 800;
  color: #0b1222;
}
.plan-benefit-section-4-subtitle{
  margin: 0 0 14px;
  font-size: clamp(14px, 2vw, 18px);
  color: #475569;
}

/* ---------- ORANGE INFO BOX ---------- */
.pb4-hindi-box,
.pb4-english {
  background:linear-gradient(90deg, #0b77bb 0%, #05b9d3 100%) !important;
  color: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
  margin-top: 20px;
  margin-bottom: 24px;
  overflow: hidden;            /* keeps bullets inside on the left */
  text-align: left;            /* body text left-aligned for readability */
}
.pb4-hindi-box p,
.pb4-english p {
  margin: 0 0 12px;
  line-height: 1.7;
  font-size: 16px;
}

/* ---------- CLEAN LIST (no left overflow) ---------- */
.pb4-hindi-points li,
.pb4-english-points li {
  display: block !important;
  grid-template-columns: none !important;
}
.pb4-hindi-points,
.pb4-english-points {
  list-style: none;
  margin: 0;
  padding: 0;                  /* no extra outer indent */
  display: grid;
  gap: 10px;
  font-size: 16px;
}
.pb4-hindi-points li,
.pb4-english-points li {
  position: relative;
  padding-left: 28px;          /* room for the dot */
  line-height: 1.65;
}
.pb4-hindi-points li::before,
.pb4-english-points li::before {
  content: "";
  position: absolute;
  left: 8px;                   /* dot stays inside the orange box */
  top: 9px;
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, #0b77bb, #05b9d3);
  box-shadow: 0 0 0 2px rgba(255,255,255,.35);
}
.pb4-hindi-box strong,
.pb4-english strong { font-weight: 800; color: #fff; }

@media (max-width: 520px){
  .pb4-hindi-box, .pb4-english { padding: 14px; }
  .pb4-hindi-box p, .pb4-english p,
  .pb4-hindi-points, .pb4-english-points { font-size: 15px; }
}

/* ---------- STEPS AS CARDS ---------- */
.pb4-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
  margin-bottom: 24px;
}
.pb4-cardx{
  background: #ffffff;
  border: 1px solid #e6f4ff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-align: left;
}
.pb4-cardx:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
  border-color: #d7f2ff;
}
.pb4-cardx-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.pb4-cardx-head h3{
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 800;
  color: #0b1222;
}
/* number badge */
.pb4-num{
  min-width: 36px; height: 36px;
  display: inline-grid; place-items: center;
  font-weight: 800; color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b77bb, #05b9d3);
  box-shadow: 0 6px 16px rgba(5,185,211,.25);
}
.pb4-cardx p{
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 14.5px;
}

/* ---------- CTA ---------- */
.plan-benefit-section-4-cta{
  margin-top: 6px;
}
.pb4-cta-text{
  font-weight: 600;
  color: #0b1222;
  margin-bottom: 8px;
}
.pb4-cta-btn{
  display: inline-block;
  background: linear-gradient(135deg, #0b77bb, #05b9d3);
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(5,185,211,.22);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.pb4-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(5,185,211,.28);
  opacity: .95;
}

/* ---------- Responsive grid ---------- */
@media (max-width: 1080px){
  .pb4-cards{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px){
  .pb4-cards{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .pb4-cards{ grid-template-columns: 1fr; }
  .pb4-cardx{ padding: 14px; }
  .pb4-num{ min-width: 32px; height: 32px; }
}

/* (optional) hide the old timeline if it still exists */
.plan-benefit-section-4-steps{ display: none !important; }

/* -------- Responsive outer spacing tweaks -------- */
@media (max-width: 992px){
  .plan-benefit-section-4{ padding-top: 44px; padding-bottom: 44px; }
}
@media (max-width: 520px){
  .plan-benefit-section-4{ padding-top: 28px; padding-bottom: 28px; }
}



/* section 5 */
/* Theme */
/* ===== Theme ===== */
.benefits-plans{
  --bg:#f7fbff;
  --text:#0b253a;
  --muted:#6a7f90;
  --card:#ffffff;
  --border:#e7eff6;

  --sky:#8fd0ff;      /* A */
  --blue:#3aa0f6;     /* B */
  --deep:#2a77cf;     /* C */
  --indigo:#2753b3;   /* D */

  --radius:22px;
  --shadow:0 12px 28px rgba(2, 132, 199, .12);

  background:var(--bg);
  color:var(--text);
  padding:clamp(16px, 2.5vw, 36px);
}
.benefits-plans .bp-container{ max-width:1200px; margin:0 auto; }

/* ===== Top Centered content ===== */
.benefits-plans .bp-top{
  text-align:center;
  max-width:820px;
  margin:0 auto clamp(14px,2vw,24px);
}
.benefits-plans .bp-title{ margin:0 0 10px; font-weight:800; font-size:clamp(24px,1.1rem + 1vw,34px); color: black; }
.benefits-plans .bp-note{
  margin:0 auto 14px; padding:12px 14px; border:1px solid var(--border);
  background:linear-gradient(180deg,#e9f6ff,#f3faff); border-radius:12px;
  color: black;
}
.benefits-plans .bp-subhead{ margin:10px 0 6px; font-size:20px;  color: black;}
.benefits-plans .bp-copy{ color:var(--muted); line-height:1.6; margin:0 0 14px; }

/* Pills (centered row on large, wrap on small) */
.benefits-plans .bp-pills{
  display:flex; flex-wrap:wrap; gap:12px; justify-content:center;
}
.benefits-plans .bp-pill{
  border:0; border-radius:999px; padding:10px 18px;
  background:#eaf4ff; color:#0b4c85; font-weight:700; cursor:pointer;
  box-shadow:0 6px 16px rgba(2,132,199,.08);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.benefits-plans .bp-pill:hover{ transform:translateY(-1px); box-shadow:0 10px 20px rgba(2,132,199,.15); }
.benefits-plans .bp-pill.is-active{ background:#0b8ef9; color:#fff; }

/* ===== Cards Grid ===== */
.benefits-plans .bp-grid{ display:grid; gap:clamp(14px, 1.8vw, 20px); }

/* ≤767px : 1 column  */
@media (max-width:767px){ .benefits-plans .bp-grid{ grid-template-columns:1fr; } }

/* 768–1023px : 2 columns */
@media (min-width:768px) and (max-width:1023px){ .benefits-plans .bp-grid{ grid-template-columns:1fr 1fr; } }

/* ≥1024px : 4 columns */
@media (min-width:1024px){ .benefits-plans .bp-grid{ grid-template-columns:repeat(4, 1fr); } }

/* ===== Card ===== */
.benefits-plans .bp-card{
  display:grid; grid-template-rows:auto 1fr auto;
  background:var(--card);
  border:1px solid var(--border); border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow);
  transition:transform .2s ease, box-shadow .2s ease;
}
.benefits-plans .bp-card:hover{ transform:translateY(-4px); box-shadow:0 18px 34px rgba(2,132,199,.18); }

.benefits-plans .bp-card-head,
.benefits-plans .bp-card-foot{
  color:#fff; text-align:center; font-weight:800;
  padding:18px; letter-spacing:.4px;
}
.benefits-plans .bp-card-title{ margin:0; font-size:clamp(22px, .9rem + 1vw, 34px); }
.benefits-plans .bp-sky   { background:var(--sky); }
.benefits-plans .bp-blue  { background:var(--blue); }
.benefits-plans .bp-deep  { background:var(--deep); }
.benefits-plans .bp-indigo{ background:var(--indigo); }

.benefits-plans .bp-points{ list-style:none; margin:0; padding:0; background:#f5f9ff; }
.benefits-plans .bp-points li{
  padding:11px 19px; text-align:center; color:#6b7f90; font-weight:600;
  border-top:1px solid var(--border);
  font-size: 14px;
}
.benefits-plans .bp-points li:first-child{ border-top:0; }
.benefits-plans .bp-card-foot .bp-total{ font-size:clamp(18px, .9rem + .6vw, 24px); }

/* initial emphasis */
.benefits-plans .bp-card.is-emphasis{ outline:3px solid rgba(11,142,249,.18); }

/* focus */
.benefits-plans .bp-pill:focus-visible,
.benefits-plans .bp-card:focus-within{ outline:3px solid rgba(11,142,249,.45); outline-offset:2px; }
