.elementor-9544 .elementor-element.elementor-element-de6c548{--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;}/* Start custom CSS for html, class: .elementor-element-ce92177 *//* ============================================
   AI SEO MASTERY — Landing Page Stylesheet
   Instructor: Akash Das | Price: ₹999
   ============================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --white:     #ffffff;
  --off-white: #f7f9fc;
  --black:     #0d0d0d;
  --dark:      #111827;
  --mid:       #374151;
  --muted:     #6b7280;
  --light:     #e5e7eb;
  --accent:    #2563eb;       /* electric blue — AI/tech feel */
  --accent2:   #7c3aed;       /* violet */
  --grad:      linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  --grad-soft: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  --radius:    12px;
  --radius-lg: 20px;
  --shadow:    0 4px 24px rgba(37,99,235,0.10);
  --shadow-lg: 0 8px 48px rgba(37,99,235,0.15);
  --font-head: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--dark);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

/* ---------- Typography ---------- */
h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.2; color: var(--dark); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 700; }
h4 { font-size: 1.1rem; font-weight: 700; }
p  { color: var(--mid); font-size: 1.05rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Layout Utilities ---------- */
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 90px 0; }
.section-alt { background: var(--off-white); }

.text-center { text-align: center; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-48 { margin-bottom: 48px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,99,235,0.35);
}
.btn-primary:hover { box-shadow: 0 8px 30px rgba(37,99,235,0.45); }

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-outline:hover { background: #eff6ff; }

.btn-lg { padding: 18px 44px; font-size: 1.1rem; }

/* ---------- PARTICLE CANVAS ---------- */
#particle-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ---------- STICKY TOP BAR ---------- */
.top-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--dark);
  color: #fff;
  text-align: center;
  padding: 10px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.top-bar span.tag {
  background: var(--grad);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.top-bar a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed #fbbf24;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #fff;
  padding-top: 90px;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grad-soft);
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 6px 16px 6px 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent2);
  margin-bottom: 24px;
}
.hero-badge .dot {
  width: 28px; height: 28px;
  background: var(--grad);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}

.hero h1 { margin-bottom: 20px; }
.hero h1 span { display: block; }

.hero-desc { font-size: 1.1rem; color: var(--mid); margin-bottom: 32px; max-width: 520px; }

.hero-price-box {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-price-box .price-main {
  font-size: 3rem;
  font-weight: 900;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-price-box .price-old {
  font-size: 1.2rem;
  color: var(--muted);
  text-decoration: line-through;
}
.hero-price-box .price-save {
  font-size: 0.85rem;
  font-weight: 700;
  color: #16a34a;
  background: #dcfce7;
  padding: 3px 10px;
  border-radius: 999px;
}

.hero-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }

.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--mid);
}
.trust-item svg { color: var(--accent); flex-shrink: 0; }

/* Hero right: course card */
.hero-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--light);
  overflow: hidden;
}
.hero-card-header {
  background: var(--grad);
  padding: 28px 28px 20px;
  color: #fff;
}
.hero-card-header h3 { color: #fff; margin-bottom: 6px; }
.hero-card-header p  { color: rgba(255,255,255,0.85); font-size: 0.95rem; }

.hero-card-body { padding: 24px 28px; }

.module-list { list-style: none; }
.module-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--light);
  font-size: 0.93rem;
  color: var(--mid);
  font-weight: 500;
}
.module-list li:last-child { border-bottom: none; }
.module-list .mod-num {
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--grad);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 1px;
}

.hero-card-footer {
  background: var(--off-white);
  padding: 16px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--light);
}
.hero-card-footer .stat { text-align: center; }
.hero-card-footer .stat-val { font-size: 1.3rem; font-weight: 800; color: var(--dark); display: block; }
.hero-card-footer .stat-lbl { font-size: 0.75rem; color: var(--muted); font-weight: 600; }

/* ---------- MARQUEE TOOLS BAND ---------- */
.tools-band {
  background: var(--dark);
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.tool-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0 28px;
  white-space: nowrap;
  border-right: 1px solid #374151;
}
.tool-chip .icon { font-size: 1.1rem; }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- PAIN POINTS ---------- */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.pain-card {
  background: #fff;
  border: 1px solid var(--light);
  border-radius: var(--radius);
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
}
.pain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--grad);
}
.pain-card .pain-icon { font-size: 1.8rem; margin-bottom: 12px; }
.pain-card h4 { margin-bottom: 6px; font-size: 1rem; }
.pain-card p  { font-size: 0.9rem; color: var(--muted); }

/* ---------- WHAT YOU'LL LEARN ---------- */
.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.module-card {
  background: #fff;
  border: 1px solid var(--light);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.module-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

.module-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.module-num-badge {
  width: 40px; height: 40px;
  background: var(--grad);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.module-card h4 { font-size: 1rem; margin-bottom: 4px; }
.module-meta { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

.lesson-list { list-style: none; }
.lesson-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--mid);
  padding: 5px 0;
}
.lesson-list li::before {
  content: '→';
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---------- BEFORE / AFTER ---------- */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.ba-col {
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.ba-col.before {
  background: #fef2f2;
  border: 1.5px solid #fecaca;
}
.ba-col.after {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
}
.ba-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 4px 12px;
  border-radius: 999px;
}
.ba-col.before .ba-label { background: #fee2e2; color: #dc2626; }
.ba-col.after  .ba-label { background: #dcfce7; color: #16a34a; }

.ba-list { list-style: none; }
.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ba-list li:last-child { border-bottom: none; }
.ba-col.before .ba-list li { color: #991b1b; }
.ba-col.after  .ba-list li { color: #166534; }
.ba-icon { flex-shrink: 0; font-size: 1.1rem; margin-top: 1px; }

/* ---------- INSTRUCTOR ---------- */
.instructor-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 48px;
}
.instructor-photo-wrap {
  position: relative;
}
.instructor-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
  display: block;
}
.instructor-photo-wrap .badge-float {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(37,99,235,0.35);
}

.instructor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
}
.istat {
  background: var(--off-white);
  border: 1px solid var(--light);
  border-radius: var(--radius);
  padding: 18px 12px;
  text-align: center;
}
.istat-val { font-size: 1.6rem; font-weight: 900; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.istat-lbl { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

.expertise-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.tag {
  background: var(--grad-soft);
  color: var(--accent2);
  border: 1px solid #ddd6fe;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

/* ---------- TOOLS SECTION ---------- */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.tool-card {
  background: #fff;
  border: 1.5px solid var(--light);
  border-radius: var(--radius);
  padding: 20px 14px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tool-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 18px rgba(37,99,235,0.12);
}
.tool-icon { font-size: 2rem; margin-bottom: 8px; display: block; }
.tool-name { font-size: 0.83rem; font-weight: 700; color: var(--dark); }
.tool-role { font-size: 0.73rem; color: var(--muted); margin-top: 2px; }

/* ---------- WHO IS THIS FOR ---------- */
.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.who-card {
  background: #fff;
  border: 1px solid var(--light);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.who-card:hover { box-shadow: var(--shadow); }
.who-icon { font-size: 2.5rem; margin-bottom: 14px; display: block; }
.who-card h4 { margin-bottom: 8px; }
.who-card p  { font-size: 0.88rem; }

/* ---------- PRICING ---------- */
.pricing-wrap {
  max-width: 640px;
  margin: 48px auto 0;
}
.pricing-card {
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.pricing-ribbon {
  position: absolute;
  top: 20px; right: -30px;
  background: #fbbf24;
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 48px;
  transform: rotate(40deg);
  transform-origin: center;
}
.pricing-header {
  background: var(--grad);
  padding: 32px;
  color: #fff;
  text-align: center;
}
.pricing-header h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
.price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 6px;
}
.price-display .currency { font-size: 2rem; font-weight: 700; color: rgba(255,255,255,0.8); }
.price-display .amount  { font-size: 5rem; font-weight: 900; line-height: 1; color: #fff; }
.price-display .freq    { font-size: 1rem; color: rgba(255,255,255,0.75); }
.price-old-display { font-size: 1.1rem; color: rgba(255,255,255,0.7); text-decoration: line-through; }
.price-save-tag { display: inline-block; background: #fbbf24; color: #000; font-weight: 800; font-size: 0.8rem; padding: 3px 12px; border-radius: 999px; margin-top: 8px; }

.pricing-body { padding: 32px; }
.pricing-features { list-style: none; margin-bottom: 28px; }
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--light);
  font-size: 0.95rem;
  font-weight: 500;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features .check { color: #16a34a; font-size: 1.1rem; font-weight: 800; flex-shrink: 0; }

.guarantee-box {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  font-size: 0.88rem;
  color: #166534;
}
.guarantee-box .g-icon { font-size: 1.6rem; flex-shrink: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 48px auto 0; }
.faq-item {
  border: 1px solid var(--light);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.faq-q {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.faq-q:hover { background: var(--off-white); }
.faq-arrow { color: var(--accent); font-size: 1.2rem; transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  padding: 0 20px;
  font-size: 0.93rem;
  color: var(--mid);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 20px 18px; }

/* ---------- STICKY FOOTER BAR ---------- */
.sticky-footer {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--dark);
  border-top: 1px solid #1f2937;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 32px rgba(0,0,0,0.25);
  flex-wrap: wrap;
}
.sticky-footer-info { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.sticky-footer-title { color: #fff; font-weight: 800; font-size: 1rem; }
.sticky-price { display: flex; align-items: baseline; gap: 6px; }
.sticky-price-main { color: #fff; font-size: 1.5rem; font-weight: 900; }
.sticky-price-old  { color: var(--muted); font-size: 0.9rem; text-decoration: line-through; }
.sticky-footer .btn { padding: 10px 28px; font-size: 0.95rem; white-space: nowrap; }
.sticky-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fbbf24;
  font-size: 0.85rem;
  font-weight: 700;
}
#countdown-timer { font-size: 1.05rem; font-weight: 900; letter-spacing: 0.04em; }

/* ---------- FOOTER ---------- */
footer {
  background: #0d0d0d;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 28px 24px 100px;
  font-size: 0.85rem;
}
footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
footer a:hover { color: #fff; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .hero-grid        { grid-template-columns: 1fr; gap: 40px; }
  .ba-grid          { grid-template-columns: 1fr; }
  .instructor-grid  { grid-template-columns: 1fr; }
  .instructor-photo-wrap { max-width: 280px; margin: 0 auto 40px; }
  .instructor-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .hero { padding-top: 100px; }
  .sticky-footer { justify-content: center; }
  .sticky-footer-info { justify-content: center; }
  .instructor-stats { grid-template-columns: 1fr 1fr; }
}/* End custom CSS */