.elementor-29712 .elementor-element.elementor-element-40b7ab2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-221f310 *//* ================================================================
   Course Details Page — Magic of Mutual Fund & ETF
   Pure HTML5 + CSS3. No frameworks, no JavaScript.
   ================================================================ */

/* ---------- 1. RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Hind Siliguri', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2.5px solid var(--secondary);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- 2. DESIGN TOKENS ---------- */
:root {
  /* Brand palette (as specified) */
  --primary: #0A3D62;
  --primary-dark: #072A44;
  --secondary: #1B9CFC;
  --secondary-tint: #EAF6FF;
  --accent: #27AE60;
  --accent-dark: #1E8A4C;
  --bg: #F8FAFC;
  --text: #1E293B;
  --text-muted: #64748B;

  /* Supporting tokens */
  --white: #FFFFFF;
  --border: #E2E8F0;
  --gold: #F5A623;
  --danger-tint: #F1F5F9;

  --font-display: 'Poppins', 'Hind Siliguri', sans-serif;
  --font-body: 'Inter', 'Hind Siliguri', sans-serif;

  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 10px 30px rgba(10, 61, 98, 0.08);
  --shadow-lift: 0 20px 45px rgba(10, 61, 98, 0.16);
  --section-pad: 96px;
}
@media (max-width: 700px) { :root { --section-pad: 56px; } }

/* ---------- 3. TYPOGRAPHY & UTILITIES ---------- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.course-page { overflow-x: hidden; }
.course-header-inner { display: flex; flex-direction: column; }

h1, h2, h3 { font-family: var(--font-display); color: var(--primary); line-height: 1.2; }

.section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 48px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}
.badge-category { background: var(--secondary-tint); color: var(--secondary); }
.badge-lifetime { background: rgba(39, 174, 96, 0.12); color: var(--accent-dark); }
.badge-discount { background: var(--accent); color: var(--white); }

/* ---------- 4. BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-accent { background: var(--accent); color: var(--white); box-shadow: 0 10px 24px rgba(39, 174, 96, 0.3); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(39, 174, 96, 0.38); }
.btn-lg { padding: 17px 36px; font-size: 1.02rem; }
.btn-wishlist {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 600;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.btn-wishlist:hover { border-color: var(--secondary); color: var(--secondary); }

/* ---------- 5. COURSE HEADER ---------- */
.course-header {
  /* IMAGE: replace the URL inside url("http://financedipankar.com/wp-content/uploads/2026/07/Gemini_Generated_Image_x3eqejx3eqejx3eq.png") below with your mutual-fund
     graph / chart image. The gradient in front of it is the dark overlay
     that keeps all the text above readable — leave that part as is. */
  background:
    linear-gradient(180deg, rgba(10, 61, 98, 0.93) 0%, rgba(7, 42, 68, 0.96) 100%),
    url("http://financedipankar.com/wp-content/uploads/2026/07/Gemini_Generated_Image_x3eqejx3eqejx3eq.png") center / cover no-repeat;
  padding: 72px 0 56px;
  color: var(--white);
}
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.course-header .badge-category { background: rgba(27, 156, 252, 0.18); color: #7FCBFF; }
.course-header .badge-lifetime { background: rgba(39, 174, 96, 0.22); color: #7FE3A9; }

.course-title {
  color: var(--white);
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  max-width: 780px;
}
.course-subtitle {
  color: #C9D8E4;
  font-size: 1.08rem;
  max-width: 640px;
  margin: 16px 0 28px;
}

.course-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 18px; }
.meta-item { display: flex; align-items: center; gap: 8px; font-weight: 500; color: #DCE6EF; }
.meta-item i { color: var(--gold); }
.meta-rating i { color: var(--gold); }
.meta-muted { color: #9FB2C2; font-weight: 400; font-size: 0.9rem; }

.instructor-line { color: #C9D8E4; margin-bottom: 32px; }
.instructor-line strong { color: var(--white); }

.header-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price-current { font-family: var(--font-display); font-size: 2.1rem; font-weight: 800; color: var(--white); }
.price-original { font-size: 1.15rem; color: #93A9BA; text-decoration: line-through; }
.header-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- 6. COURSE PREVIEW ---------- */
.course-preview { padding: var(--section-pad) 0; }
.preview-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: center; }

.preview-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  aspect-ratio: 16 / 9;
  background: var(--primary-dark); /* shows briefly while the player loads */
}
.preview-video {
  width: 100%;
  height: 100%;
  border: 0;
}

.preview-highlights h2 { font-size: 1.3rem; margin-bottom: 18px; }
.highlight-list { display: flex; flex-direction: column; gap: 14px; }
.highlight-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.highlight-list i { color: var(--accent); width: 20px; text-align: center; }

/* ---------- 7. WHY THIS COURSE ---------- */
.why-course { padding: var(--section-pad) 0; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--secondary); }
.why-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--secondary-tint);
  color: var(--secondary);
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.why-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.why-card p { color: var(--text-muted); font-size: 0.94rem; }

/* ---------- 8. LEARNING ROADMAP (signature section) ---------- */
.roadmap-section { padding: var(--section-pad) 0; }
.roadmap { position: relative; max-width: 760px; margin: 0 auto; }
.roadmap::before {
  content: '';
  position: absolute;
  left: 27px; top: 8px; bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, var(--secondary), var(--accent));
  border-radius: 4px;
}
.roadmap-step { position: relative; display: flex; gap: 24px; padding-bottom: 46px; }
.roadmap-step:last-child { padding-bottom: 0; }
.roadmap-badge {
  position: relative; z-index: 1;
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--secondary);
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.roadmap-step:last-child .roadmap-badge { border-color: var(--accent); }
.roadmap-icon {
  position: absolute; left: 40px; top: -6px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(39, 174, 96, 0.4);
}
.roadmap-content {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 26px;
  flex: 1;
  box-shadow: var(--shadow-soft);
}
.roadmap-content h3 { font-size: 1.12rem; margin-bottom: 6px; }
.roadmap-content p { color: var(--text-muted); font-size: 0.94rem; }

/* ---------- 9. COURSE PLANS (pricing cards) ---------- */
.plans-section { padding: var(--section-pad) 0; background: var(--white); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 28px; }

.plan-card {
  position: relative;
  background: rgba(248, 250, 252, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plan-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }

.plan-card.is-featured {
  border: none;
  background: linear-gradient(var(--white), var(--white)) padding-box,
              linear-gradient(135deg, var(--secondary), var(--accent)) border-box;
  border: 2px solid transparent;
  transform: scale(1.04);
  box-shadow: var(--shadow-lift);
}
.plan-card.is-featured:hover { transform: scale(1.04) translateY(-8px); }

.plan-ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--secondary), var(--accent));
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 50px;
  box-shadow: var(--shadow-soft);
}

.plan-name { font-size: 1.2rem; margin-bottom: 6px; }
.plan-tagline { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 18px; }
.plan-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.plan-price .price-current { color: var(--primary); font-size: 1.7rem; }
.plan-price .price-original { color: #94A3B8; font-size: 0.95rem; text-decoration: line-through; }
.plan-cta { justify-content: center; width: 100%; margin-bottom: 26px; }
.plan-features { display: flex; flex-direction: column; gap: 12px; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; }
.plan-features i { color: var(--accent); margin-top: 3px; flex-shrink: 0; }

/* ---------- 10. COMPARE PLANS ---------- */
.compare-section { padding: var(--section-pad) 0; }
.compare-scroll { overflow-x: auto; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); min-width: 760px; }
.compare-table th, .compare-table td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
  white-space: nowrap;
}
.compare-table thead th {
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
}
.compare-table td.sticky-col, .compare-table th.sticky-col {
  position: sticky; left: 0;
  text-align: left;
  font-weight: 600;
  background: var(--white);
  white-space: normal;
  min-width: 200px;
}
.compare-table thead th.sticky-col { background: var(--primary); z-index: 2; }
.compare-table th.col-featured { background: var(--accent-dark); }
.compare-table tbody tr:nth-child(even) td:not(.sticky-col) { background: var(--bg); }
.tick { color: var(--accent); font-size: 1.05rem; }
.cross { color: #CBD5E1; font-size: 1.05rem; }

/* ---------- 11. WHO SHOULD BUY ---------- */
.audience-section { padding: var(--section-pad) 0; background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 24px; }
.audience-card { text-align: center; padding: 30px 20px; }
.audience-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), var(--accent));
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.audience-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.audience-card p { color: var(--text-muted); font-size: 0.9rem; }

/* ---------- 12. LEARNING OUTCOME ---------- */
.outcome-section { padding: var(--section-pad) 0; }
.outcome-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.outcome-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px;
}
.outcome-card i { color: var(--accent); font-size: 1.3rem; margin-top: 2px; }
.outcome-card p { font-weight: 500; }

/* ---------- 13. FAQ ---------- */
.faq-section { padding: var(--section-pad) 0; background: var(--white); }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin-bottom: 14px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--primary);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { transition: transform 0.25s ease; color: var(--secondary); flex-shrink: 0; margin-left: 12px; }
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-item p { margin-top: 14px; color: var(--text-muted); }

/* ---------- 14. TESTIMONIALS ---------- */
.testimonials-section { padding: var(--section-pad) 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  box-shadow: var(--shadow-soft);
}
.stars { color: var(--gold); margin-bottom: 14px; }
.testimonial-card p { color: var(--text); margin-bottom: 22px; font-style: italic; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testimonial-person strong { display: block; font-size: 0.94rem; }
.testimonial-person span { color: var(--text-muted); font-size: 0.82rem; }

/* ---------- 15. FINAL CTA ---------- */
.final-cta {
  padding: var(--section-pad) 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
}
.final-cta-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.final-cta h2 { color: var(--white); font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 14px; }
.final-cta p { color: #C9D8E4; margin-bottom: 30px; }
.cta-badges { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 26px; }
.cta-badges span { display: flex; align-items: center; gap: 8px; color: #DCE6EF; font-size: 0.9rem; font-weight: 500; }
.cta-badges i { color: var(--gold); }

/* ---------- 16. RESPONSIVE ---------- */
@media (max-width: 980px) {
  .preview-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card.is-featured { transform: scale(1); }
  .plan-card.is-featured:hover { transform: translateY(-8px); }
}

@media (max-width: 640px) {
  .why-grid { grid-template-columns: 1fr; }
  .header-bottom { flex-direction: column; align-items: flex-start; }
  .roadmap::before { left: 23px; }
  .roadmap-badge { width: 48px; height: 48px; font-size: 0.9rem; }
  .roadmap-icon { left: 34px; }
}/* End custom CSS */