/* ==========================================================================
   RECHARGEINFO - Master Design System & Style Engine
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bg-dark: #050714;
  --bg-hero-gradient: radial-gradient(120% 120% at 50% 0%, #15103a 0%, #0a0c24 50%, #04050e 100%);
  --bg-body: #f4f7fc;

  --accent-cyan: #06b6d4;
  --accent-purple: #8b5cf6;
  --accent-blue: #0284c7;

  /* Operator Brand Colors */
  --jio-blue: #0077c9;
  --jio-bg: #e0f2fe;
  --vi-red: #e11d48;
  --vi-bg: #ffe4e6;
  --airtel-orange: #ea580c;
  --airtel-bg: #ffedd5;
  --bsnl-teal: #0d9488;
  --bsnl-bg: #ccfbf1;

  --text-main: #0f172a;
  --text-muted: #475569;
  --text-light: #94a3b8;
  --text-white: #ffffff;

  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.9);
  --glass-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.08);

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-full: 9999px;

  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-spring: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Desktop/Mobile Text Display Utility Rules */
.mobile-title,
.mobile-sub,
.mobile-op-title,
.mobile-op-sub {
  display: none;
}

.desktop-title,
.desktop-sub,
.desktop-op-title,
.desktop-op-sub {
  display: inline;
}

/* HERO SECTION (HOMEPAGE) */
.hero-section {
  position: relative;
  background: var(--bg-hero-gradient);
  color: var(--text-white);
  padding: 4.5rem 0 6.5rem;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.5;
  animation: floatOrb 10s infinite alternate ease-in-out;
}

.glow-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #4f46e5 0%, rgba(79, 70, 229, 0) 70%);
  top: -150px;
  left: -100px;
}

.glow-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #06b6d4 0%, rgba(6, 182, 212, 0) 70%);
  top: 20%;
  right: -150px;
  animation-delay: -5s;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, -30px) scale(1.15); }
}

/* Floating Operator Logos in Hero Background */
.hero-floating-logos-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.floating-logo {
  position: absolute;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.25;
}

.float-jio {
  background: rgba(0, 119, 201, 0.15);
  color: #38bdf8;
  border-color: rgba(0, 119, 201, 0.3);
  top: 15%;
  left: 10%;
  animation: floatAnimJio 12s infinite alternate ease-in-out;
}

.float-airtel {
  background: rgba(234, 88, 12, 0.15);
  color: #ff9d66;
  border-color: rgba(234, 88, 12, 0.3);
  top: 60%;
  left: 5%;
  animation: floatAnimAirtel 15s infinite alternate ease-in-out;
}

.float-vi {
  background: rgba(225, 29, 72, 0.15);
  color: #fda4af;
  border-color: rgba(225, 29, 72, 0.3);
  top: 25%;
  right: 12%;
  animation: floatAnimVi 14s infinite alternate ease-in-out;
}

.float-bsnl {
  background: rgba(13, 148, 136, 0.15);
  color: #2dd4bf;
  border-color: rgba(13, 148, 136, 0.3);
  top: 70%;
  right: 8%;
  animation: floatAnimBsnl 13s infinite alternate ease-in-out;
}

@keyframes floatAnimJio {
  0% { transform: translateY(0) rotate(0deg) scale(1); }
  100% { transform: translateY(-25px) translateX(15px) rotate(8deg) scale(1.05); opacity: 0.35; }
}

@keyframes floatAnimAirtel {
  0% { transform: translateY(0) rotate(0deg) scale(1); }
  100% { transform: translateY(-30px) translateX(-10px) rotate(-10deg) scale(1.05); opacity: 0.35; }
}

@keyframes floatAnimVi {
  0% { transform: translateY(0) rotate(0deg) scale(1); }
  100% { transform: translateY(-20px) translateX(-20px) rotate(-12deg) scale(1.05); opacity: 0.35; }
}

@keyframes floatAnimBsnl {
  0% { transform: translateY(0) rotate(0deg) scale(1); }
  100% { transform: translateY(-28px) translateX(12px) rotate(6deg) scale(1.05); opacity: 0.35; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 3;
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.25);
}

.badge-sparkle { color: #f59e0b; }

.hero-main-title {
  font-family: 'Outfit', sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.neon-gradient-text {
  background: linear-gradient(135deg, #38bdf8 0%, #a855f7 50%, #f43f5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead-text {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 560px;
  margin-bottom: 2.25rem;
  font-weight: 400;
  line-height: 1.65;
}

.hero-pills-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

.hero-pill-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  padding: 1rem 0.5rem;
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition-smooth);
}

.hero-pill-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.5);
}

.hero-pill-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(56,189,248,0.2), rgba(168,85,247,0.2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.6rem;
  color: #38bdf8;
  font-size: 1.15rem;
}

.hero-pill-heading { font-size: 0.9rem; font-weight: 800; color: #ffffff; }
.hero-pill-subtext { font-size: 0.72rem; color: #94a3b8; }

.hero-phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup-frame {
  width: 280px;
  height: 500px;
  background: linear-gradient(160deg, #1e1b4b 0%, #0f172a 100%);
  border: 9px solid #334155;
  border-radius: 42px;
  box-shadow: 0 30px 70px -10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(56, 189, 248, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: perspective(1000px) rotateY(-10deg) rotateX(6deg);
  animation: floatPhone 6s ease-in-out infinite alternate;
}

@keyframes floatPhone {
  0% { transform: perspective(1000px) rotateY(-10deg) rotateX(6deg) translateY(0px); }
  100% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-18px); }
}

.phone-notch-bar {
  position: absolute;
  top: 14px;
  width: 95px;
  height: 18px;
  background: #090d16;
  border-radius: 12px;
}

.phone-check-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,0.35) 0%, rgba(168,85,247,0.1) 70%);
  border: 3px solid #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 35px rgba(56, 189, 248, 0.6);
}

.phone-check-icon { font-size: 3.2rem; color: #38bdf8; }
.phone-badge-title { font-size: 1.15rem; font-weight: 800; color: #ffffff; }
.phone-badge-sub { font-size: 0.8rem; color: #38bdf8; margin-top: 0.3rem; font-weight: 700; }

.phone-ring-bg {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 2px dashed rgba(56, 189, 248, 0.25);
  animation: rotateRing 25s linear infinite;
}

@keyframes rotateRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* STATIC FEATURE INFORMATION BAR */
.feature-nav-wrapper {
  margin-top: -2.25rem;
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}

.feature-nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  box-shadow: var(--glass-shadow);
}

.nav-pill-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-main);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  cursor: default;
  pointer-events: none;
  user-select: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.nav-pill-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(2, 132, 199, 0.35);
}

/* ADVERTISEMENT CONTAINERS */
.ad-section-container {
  width: 100%;
  margin: 1.25rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ad-card-box {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius-md);
  padding: 0.5rem 0.85rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.ad-top-badge {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.1em;
  background: #f1f5f9;
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-full);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-align: center;
}

/* NETWORK SELECTION CARDS GRID */
.section-header-block {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-pill-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title-text {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.4rem;
}

.section-sub-text {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

.network-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 3rem;
}

.operator-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.4rem 1.6rem;
  border: 1px solid #e2e8f0;
  border-top: 4px solid var(--brand-color, var(--accent-blue));
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--transition-smooth);
  position: relative;
  overflow: visible;
  text-decoration: none;
}

.operator-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px -10px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--brand-color, var(--accent-blue));
}

.operator-card[data-op="jio"] { --brand-color: var(--jio-blue); --brand-circle-bg: var(--jio-bg); }
.operator-card[data-op="vi"] { --brand-color: var(--vi-red); --brand-circle-bg: var(--vi-bg); }
.operator-card[data-op="airtel"] { --brand-color: var(--airtel-orange); --brand-circle-bg: var(--airtel-bg); }
.operator-card[data-op="bsnl"] { --brand-color: var(--bsnl-teal); --brand-circle-bg: var(--bsnl-bg); }

.operator-letter-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--brand-circle-bg, #f1f5f9);
  color: var(--brand-color, var(--text-main));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  transition: var(--transition-spring);
}

.operator-card:hover .operator-letter-circle { transform: scale(1.08); }

.op-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.15rem;
}

.op-subtitle {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.op-capsules-list {
  list-style: none;
  width: 100%;
  margin-bottom: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.op-capsule-item {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-align: left;
  line-height: 1.35;
}

.bullet-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-color, var(--accent-blue));
  flex-shrink: 0;
}

.btn-wrapper {
  position: relative;
  width: 100%;
  margin-top: auto;
  overflow: visible;
}

.button-lock-badge {
  position: absolute;
  top: -10px;
  right: -4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #7c3aed;
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
  z-index: 30;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.button-lock-badge:hover {
  transform: scale(1.18) rotate(6deg);
  background: #fdf4ff;
}

.lock-tooltip-banner {
  position: absolute;
  bottom: 38px;
  right: -8px;
  background: #090919;
  color: #ffffff;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: var(--transition-smooth);
  z-index: 50;
}

.lock-tooltip-banner::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #090919;
}

.btn-wrapper:hover .lock-tooltip-banner,
.button-lock-badge:hover .lock-tooltip-banner {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.btn-get-free-info {
  width: 100%;
  padding: 0.85rem 1.2rem;
  background: var(--brand-color, var(--accent-blue));
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-get-free-info:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* CYAN HIGHLIGHT BANNER SECTION */
.cyan-highlight-box {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  margin: 3rem 0;
  border: 1px solid #7dd3fc;
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.08);
}

.cyan-flex-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
  align-items: center;
}

.cyan-pill-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0369a1;
  background: #ffffff;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cyan-main-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #0c4a6e;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.cyan-body-desc {
  font-size: 1.05rem;
  color: #0369a1;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cyan-features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cyan-chip {
  background: #ffffff;
  color: #0284c7;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.cyan-card-display {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.15);
  border: 1px solid #7dd3fc;
}

/* QUICK STEP GUIDE SECTION */
.quick-guide-wrapper { margin: 4rem auto; }

.guide-step-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.guide-step-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.step-num-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-num-circle.num-2 { background: #8b5cf6; }
.step-num-circle.num-3 { background: #ea580c; }

.step-info-block h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

.step-info-block p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* COMPLIANCE DISCLAIMER CARDS GRID */
.compliance-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3.5rem 0;
}

.legal-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.legal-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}

.legal-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.legal-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
}

.legal-card-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

/* PLANS PAGE WITH BOTH SIDES SKYSCRAPER ADS WRAPPER */
.plans-page-with-ads-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  max-width: 1640px;
  margin: 1.5rem auto;
  padding: 0 1rem;
}

.plans-ad-skyscraper {
  width: 160px;
  flex-shrink: 0;
  position: sticky;
  top: 1.5rem;
}

.vertical-ad-box {
  min-height: 620px;
  width: 100%;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

/* PLANS PAGE LAYOUT WITH SINGLE-LINE HORIZONTAL SLIDER BAR */
.plans-page-layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-grow: 1;
  max-width: 1240px;
  width: 100%;
  padding-top: 0;
}

.plans-sidebar-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 0.65rem 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  width: 100%;
  overflow: hidden;
}

.sidebar-cat-header {
  display: none;
}

.plan-cat-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.2rem 0.1rem;
}

.plan-cat-list::-webkit-scrollbar {
  display: none;
}

.plan-cat-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.plan-cat-item {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-full);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.plan-cat-item:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.plan-cat-item.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  border-color: #0284c7;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.plan-cat-item.active i {
  color: #ffffff !important;
}

.plans-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.plans-main-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}

.plans-title-text {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #0f172a;
}

.filter-pills-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.2rem 0.1rem 0.4rem;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filter-pills-row::-webkit-scrollbar {
  display: none;
}

.filter-pill {
  padding: 0.45rem 1.15rem;
  border-radius: var(--radius-full);
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
}

.filter-pill:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
}

.filter-pill.active {
  border-color: #0284c7;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.plans-subheading-bar {
  font-size: 1.1rem;
  font-weight: 800;
  color: #334155;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.plans-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.plan-card-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: var(--transition-smooth);
}

.plan-card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.plan-top-badge {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.badge-gold { background: #fef08a; color: #854d0e; }
.badge-blue { background: #e0f2fe; color: #0369a1; }
.badge-purple { background: #f3e8ff; color: #6b21a8; }
.badge-red { background: #ffe4e6; color: #be123c; }

.badge-true5g {
  font-size: 0.7rem;
  font-weight: 900;
  color: #dc2626;
  font-style: italic;
}

.plan-price-val {
  font-family: 'Outfit', sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 0.85rem;
}

.plan-specs-flex {
  display: flex;
  gap: 1.5rem;
  font-size: 0.82rem;
  color: #475569;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.spec-item span {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
}

.plan-ott-icons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.ott-icon-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ott-more-tag {
  font-size: 0.72rem;
  font-weight: 800;
  color: #2563eb;
}

.clickable-ott-tag {
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.clickable-ott-tag:hover { color: #1d4ed8; }

.ott-apps-popup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.ott-popup-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ott-popup-item:hover {
  transform: translateY(-2px);
  border-color: #3b82f6;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.ott-popup-icon {
  font-size: 1.35rem;
  flex-shrink: 0;
}

.ott-popup-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.btn-buy-plan {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #0033ad;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  border-radius: var(--radius-full);
  margin-top: auto;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 18px rgba(0, 51, 173, 0.25);
  text-align: center;
}

.btn-buy-plan:hover {
  background: #00227a;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 51, 173, 0.4);
}

.btn-buy-plan.gold-style {
  background: #eab308;
  color: #0f172a;
  box-shadow: 0 6px 18px rgba(234, 179, 8, 0.35);
}

.btn-buy-plan.gold-style:hover { background: #ca8a04; }

/* BLOG ARTICLE READER PAGE */
.blog-view-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  align-items: start;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.6rem;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.blog-breadcrumb a {
  color: #0284c7;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.blog-breadcrumb a i {
  font-size: 0.85rem;
}

.blog-breadcrumb a:hover { text-decoration: underline; }
.blog-breadcrumb .active-crumb { color: #0f172a; font-weight: 700; }

.blog-main-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.blog-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.meta-item { display: flex; align-items: center; gap: 0.4rem; font-weight: 600; }

.blog-hero-img-box {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.blog-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.blog-text-block { margin-bottom: 1.75rem; color: #334155; line-height: 1.75; }

.blog-text-block h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.blog-text-block h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin: 1.2rem 0 0.6rem;
}

.blog-text-block p { font-size: 1.05rem; margin-bottom: 1rem; }

.blog-list-styled {
  list-style: none;
  margin: 0.85rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.blog-list-styled li {
  font-size: 1.02rem;
  color: #334155;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 500;
}

.text-blue { color: #0284c7; margin-top: 0.2rem; }

.scroll-guidance-card {
  background: #ffffff;
  border: 2px dashed #cbd5e1;
  border-radius: 20px;
  padding: 2.25rem 1.5rem;
  text-align: center;
  margin: 2.5rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.scroll-guidance-card:hover {
  border-color: #ea580c;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(234, 88, 12, 0.15);
}

.scroll-title-free {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ef4444;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.scroll-sub-hindi {
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.4rem;
}

.scroll-action-orange {
  font-size: 1.65rem;
  font-weight: 900;
  color: #ea580c;
  margin-bottom: 0.85rem;
}

.hand-pointing-icon {
  font-size: 2.8rem;
  animation: bounceHand 1.4s infinite ease-in-out;
}

@keyframes bounceHand {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.free-recharge-action-box {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  margin: 3rem 0 2.5rem;
  text-align: center;
}

.action-card-header-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 1.5rem 1rem;
}

.banner-top-badge {
  display: inline-block;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 900;
  padding: 0.35rem 1.1rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}

.banner-main-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}

.banner-hindi-subtitle {
  font-size: 1.35rem;
  font-weight: 800;
  color: #f43f5e;
}

.action-card-body {
  padding: 1.75rem 1.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.action-banner-inner {
  width: 100%;
  max-width: 580px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.action-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.btn-green-free-recharge {
  width: 100%;
  max-width: 320px;
  padding: 1.1rem 2rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto;
}

.btn-green-free-recharge:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 40px rgba(16, 185, 129, 0.55);
}

.blog-sidebar-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 2rem;
}

.sidebar-card-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.sidebar-heading-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f1f5f9;
}

.sidebar-trending-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-trending-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.5rem;
  border-radius: var(--radius-md);
  transition: var(--transition-smooth);
  text-decoration: none;
}

.sidebar-trending-item:hover {
  background: #f8fafc;
  transform: translateX(4px);
}

.trending-thumb-box { flex-shrink: 0; }

.trending-letter-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.trending-text-info { flex-grow: 1; }

.trending-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.35;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-date {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* MODALS */
.modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.active { opacity: 1; pointer-events: auto; }

.modal-dialog-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(30px);
  transition: transform 0.3s ease;
}

.modal-backdrop.active .modal-dialog-box { transform: translateY(0); }

.dialog-header {
  padding: 1.75rem;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dialog-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 1.2rem;
  transition: var(--transition-smooth);
}

.dialog-close-btn:hover { background: #e2e8f0; color: var(--text-main); }

.dialog-body { padding: 1.75rem; }

.rewarded-ad-box { text-align: center; padding: 2.5rem 1.5rem; }

.rewarded-spinner {
  width: 56px;
  height: 56px;
  border: 4px solid #e2e8f0;
  border-top-color: var(--accent-blue);
  border-radius: 50%;
  animation: spin 1s infinite linear;
  margin: 0 auto 1.5rem;
}

@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* FAQ ACCORDION STYLES */
.faq-section-block { margin: 4rem auto; }

.faq-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 840px;
  margin: 0 auto;
}

.faq-card-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: var(--transition-smooth);
}

.faq-card-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.faq-toggle-btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
}

.faq-q-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-main);
}

.faq-q-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.faq-icon-arrow {
  color: #94a3b8;
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.faq-card-item.active .faq-icon-arrow {
  transform: rotate(180deg);
  color: #0284c7;
}

.faq-content-drawer {
  padding: 0 1.5rem 1.4rem 4.5rem;
  display: none;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.faq-card-item.active .faq-content-drawer { display: block; }

/* Responsive Media Queries */
@media (max-width: 1400px) {
  .plans-ad-skyscraper { display: none; }
}

@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-text-col { align-items: center; }
  .hero-lead-text { max-width: 100%; }
  .cyan-flex-grid { grid-template-columns: 1fr; }
  .guide-step-cards { grid-template-columns: 1fr; }
  .compliance-cards-grid { grid-template-columns: 1fr; }
  .plans-page-layout { grid-template-columns: 1fr; }
  .plans-grid-3col { grid-template-columns: repeat(2, 1fr); }
  .blog-view-layout { grid-template-columns: 1fr; }
  .blog-sidebar-col { position: static; }
}

/* SPECIAL MOBILE VIEW STYLING MATCHING USER REQUIREMENTS EXACTLY */
@media (max-width: 768px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container,
  .plans-page-layout,
  .blog-view-layout,
  .network-selection-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Prevent elements from breaking layout */
  *, *::before, *::after {
    max-width: 100%;
  }

  /* Toggle Mobile vs Desktop Text Labels */
  .desktop-title,
  .desktop-sub,
  .desktop-op-title,
  .desktop-op-sub {
    display: none !important;
  }

  .mobile-title,
  .mobile-sub,
  .mobile-op-title,
  .mobile-op-sub {
    display: inline-block !important;
  }

  /* Reorder Homepage Sections on Mobile */
  .main-page-flow {
    display: flex;
    flex-direction: column;
  }

  /* 1. SINGLE TOP AD CONTAINER (ONLY ONE SINGLE AD AT TOP) */
  #adSlotHeader {
    order: 1 !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* 2. OPERATOR SELECTION CARDS SECTION (RIGHT BELOW TOP AD) */
  .network-selection-section {
    order: 2 !important;
    margin-bottom: 0.25rem !important;
  }

  .network-cards-container {
    margin-bottom: 0.25rem !important;
  }

  /* 3. HERO SECTION (TEXT ONLY BELOW CARDS) */
  .hero-section#hero {
    order: 3 !important;
    padding: 1rem 0 !important;
    border-radius: 20px !important;
    margin-bottom: 0.5rem !important;
  }

  .hero-pills-row {
    display: none !important;
  }

  /* HIDE HERO 3D PHONE MOCKUP STAGE/IMAGE IN MOBILE VIEW AS REQUESTED */
  .hero-phone-stage {
    display: none !important;
  }

  /* 4. FEATURE NAV BAR */
  .feature-nav-wrapper {
    order: 4 !important;
    margin-top: -1rem !important;
    margin-bottom: 0.5rem !important;
  }

  .feature-nav-bar {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0.65rem !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    padding: 0.5rem 0.85rem !important;
    border-radius: 16px !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .feature-nav-bar::-webkit-scrollbar {
    display: none !important;
  }

  .nav-pill-item {
    flex-shrink: 0 !important;
    padding: 0.45rem 1rem !important;
    font-size: 0.82rem !important;
  }

  /* 5. CYAN HIGHLIGHT BANNER SECTION */
  .cyan-highlight-section {
    order: 5 !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .cyan-highlight-box {
    padding: 1.25rem 1rem !important;
    margin: 0.5rem 0 !important;
  }

  /* 6. MID AD SLOT IN BETWEEN CONTENT SECTIONS BELOW */
  #adSlotMid {
    order: 6 !important;
    margin: 0.35rem auto !important;
  }

  /* 7. QUICK GUIDE STEP SECTION - HIDE ON MOBILE TO REDUCE SCROLLING LENGTH */
  .quick-guide-wrapper {
    display: none !important;
  }

  /* 8. COMPLIANCE DISCLAIMER SECTION - HIDE ON MOBILE TO REDUCE SCROLLING LENGTH */
  .compliance-section {
    display: none !important;
  }

  /* 9. BOTTOM FOOTER AD SLOT - HIDE ON MOBILE TO PREVENT CONSECUTIVE ADS */
  #adSlotFooter {
    display: none !important;
  }

  /* 10. FAQ ACCORDION SECTION */
  .faq-section-block {
    order: 10 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }

  .section-header-block {
    margin-bottom: 0.75rem !important;
  }

  .faq-toggle-btn {
    padding: 0.75rem 1rem !important;
  }

  .faq-content-drawer {
    padding: 0 1rem 1rem 2.5rem !important;
  }

  /* Hide bullet points checklist inside operator cards on mobile */
  .op-capsules-list {
    display: none !important;
  }

  .button-lock-badge {
    display: none !important;
  }

  /* Network selection container grid to single column list */
  .network-cards-container {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  /* SLEEK HORIZONTAL RECHARGE CARDS IN MOBILE VIEW */
  .operator-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.15rem;
    border-radius: 20px;
    border: none;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease;
  }

  .operator-card:active {
    transform: scale(0.98);
  }

  /* Colorful Brand Gradients for Mobile Cards */
  .operator-card[data-op="jio"] {
    background: linear-gradient(135deg, #0077c9 0%, #0284c7 100%);
  }

  .operator-card[data-op="vi"] {
    background: linear-gradient(135deg, #dc2626 0%, #e11d48 100%);
  }

  .operator-card[data-op="airtel"] {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  }

  .operator-card[data-op="bsnl"] {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
  }

  .operator-letter-circle {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-right: 0.85rem;
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
    flex-shrink: 0;
  }

  .op-text-meta {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .op-title {
    color: #ffffff !important;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.1rem;
  }

  .op-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.78rem;
    margin-bottom: 0;
    font-weight: 600;
  }

  .btn-wrapper {
    width: auto;
    margin-top: 0;
  }

  .operator-card .btn-get-free-info {
    padding: 0.45rem 1.05rem;
    font-size: 0.82rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(8px);
    color: #ffffff !important;
    box-shadow: none;
    white-space: nowrap;
    font-weight: 800;
  }

  .operator-card .btn-get-free-info:hover {
    background: rgba(255, 255, 255, 0.4) !important;
  }
}

@media (max-width: 576px) {
  .hero-main-title { font-size: 1.65rem !important; }
  .hero-pills-row { grid-template-columns: repeat(2, 1fr); }
  .plans-grid-3col { grid-template-columns: 1fr; }
  .blog-main-heading { font-size: 1.85rem; }
  .scroll-title-free { font-size: 1.8rem; }
  .ott-apps-popup-grid { grid-template-columns: 1fr; }
}

/* MOBILE FONT SIZING & ACTION BOX RESPONSIVE FIXES */
@media (max-width: 768px) {
  /* Action Box / Green Button Banner in Blog Reader */
  .action-card-header-banner {
    padding: 1.1rem 0.85rem !important;
  }

  .banner-top-badge {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.85rem !important;
    margin-bottom: 0.5rem !important;
  }

  .banner-main-title {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
    letter-spacing: 0 !important;
  }

  .banner-hindi-subtitle {
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
  }

  .action-card-body {
    padding: 1.25rem 1rem 1.75rem !important;
    gap: 1.1rem !important;
  }

  .btn-green-free-recharge {
    font-size: 1rem !important;
    padding: 0.8rem 1.2rem !important;
    max-width: 100% !important;
    border-radius: 14px !important;
    white-space: nowrap !important;
  }

  /* Orange Scroll Guidance Card */
  .scroll-guidance-card {
    padding: 1rem !important;
    margin: 1rem 0 !important;
  }

  .scroll-title-free {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }

  .scroll-sub-hindi {
    font-size: 1.05rem !important;
  }

  .scroll-action-orange {
    font-size: 1.15rem !important;
  }

  .hand-pointing-icon {
    font-size: 2.2rem !important;
  }

  /* Reduce blog reader spacing on mobile */
  .blog-view-layout {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
  }

  .blog-hero-img-box {
    margin-bottom: 1rem !important;
  }

  .blog-text-block {
    margin-bottom: 1rem !important;
  }

  .free-recharge-action-box {
    margin: 1.25rem 0 1rem !important;
  }

  .blog-breadcrumb {
    margin-bottom: 0.75rem !important;
  }

  .blog-main-heading {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.5rem !important;
  }

  .blog-meta-bar {
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
  }

  .blog-text-block h2 {
    font-size: 1.25rem !important;
  }

  .blog-text-block h3 {
    font-size: 1.05rem !important;
  }

  .blog-text-block p {
    font-size: 0.95rem !important;
  }

  .cyan-main-heading {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
  }

  .section-title-text {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }

  .plans-title-text {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 480px) {
  .banner-main-title {
    font-size: 1.2rem !important;
  }

  .banner-hindi-subtitle {
    font-size: 0.88rem !important;
  }

  .btn-green-free-recharge {
    font-size: 0.85rem !important;
    padding: 0.75rem 1rem !important;
    white-space: nowrap !important;
  }
}

/* ==========================================================================
   THEME TOGGLE SWITCH & DARK THEME ENGINE
   ========================================================================== */

/* Add global smooth transitions on body colors */
body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-toggle-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--text-main);
  color: var(--bg-body);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease, color 0.3s ease;
}

.theme-toggle-btn:hover {
  transform: scale(1.12) rotate(8deg);
}

.theme-toggle-btn:active {
  transform: scale(0.95);
}

/* Dark theme tokens */
body.dark-theme {
  --bg-body: #050716;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-light: #64748b;
  --glass-bg: rgba(15, 23, 42, 0.88);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
}

/* Dark Mode Overrides */
body.dark-theme .operator-card {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

body.dark-theme .operator-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: var(--brand-color, var(--accent-blue));
}

body.dark-theme .cyan-highlight-box {
  background: linear-gradient(135deg, #090d22 0%, #030712 100%);
  border-color: #0284c7;
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.15);
}

body.dark-theme .cyan-main-heading { color: #38bdf8; }
body.dark-theme .cyan-body-desc { color: #94a3b8; }
body.dark-theme .cyan-chip { background: #111827; color: #38bdf8; }
body.dark-theme .cyan-card-display { background: #111827; border-color: #0284c7; }

body.dark-theme .faq-card-item {
  background: #0b0f22;
  border-color: #1e293b;
}

body.dark-theme .faq-card-item:hover {
  border-color: #334155;
}

body.dark-theme .faq-q-text { color: #f8fafc; }
body.dark-theme .faq-content-drawer { color: #94a3b8; }

/* Plan pages */
body.dark-theme .plans-title-text { color: #f8fafc; }
body.dark-theme .plans-subheading-bar { color: #e2e8f0; border-color: #1e293b; }
body.dark-theme .plan-card-box {
  background: #0b0f22;
  border-color: #1e293b;
}
body.dark-theme .plan-price-val { color: #f8fafc; }
body.dark-theme .plan-specs-flex { color: #94a3b8; }
body.dark-theme .filter-pill {
  background: #0b0f22;
  border-color: #1e293b;
  color: #94a3b8;
}
body.dark-theme .filter-pill:hover {
  background: #1e293b;
  color: #f8fafc;
}
body.dark-theme .filter-pill.active {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff !important;
}

body.dark-theme .modal-dialog-box {
  background: #0b0f22;
  border: 1px solid #1e293b;
}
body.dark-theme .dialog-title { color: #f8fafc; }
body.dark-theme .ott-popup-item {
  background: #111827;
  border-color: #1e293b;
}
body.dark-theme .ott-popup-name { color: #f8fafc; }

/* Blog pages */
body.dark-theme .blog-main-heading { color: #f8fafc; }
body.dark-theme .blog-text-block { color: #cbd5e1; }
body.dark-theme .blog-text-block h2, 
body.dark-theme .blog-text-block h3 { color: #f8fafc; }
body.dark-theme .blog-list-styled li { color: #cbd5e1; }
body.dark-theme .sidebar-card-box {
  background: #0b0f22;
  border-color: #1e293b;
}
body.dark-theme .sidebar-heading-title { color: #f8fafc; border-color: #1e293b; }
body.dark-theme .trending-title { color: #e2e8f0; }
body.dark-theme .scroll-guidance-card {
  background: #0b0f22;
  border-color: #334155;
}
body.dark-theme .scroll-sub-hindi { color: #cbd5e1; }
body.dark-theme .free-recharge-action-box {
  background: #0b0f22;
  border-color: #1e293b;
}

/* Ensure tilt effect doesn't warp cards weirdly */
.operator-card {
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out, box-shadow 0.3s ease;
}

/* Dark Mode Overrides for Better Contrast & Readability */
body.dark-theme .op-capsule-item {
  background: #0f172a !important;
  border-color: #1e293b !important;
  color: #cbd5e1 !important;
}

body.dark-theme .sidebar-trending-item:hover {
  background: #1e293b !important;
}

body.dark-theme .legal-card {
  background: #0b0f22 !important;
  border-color: #1e293b !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

body.dark-theme .legal-card-title {
  color: #ffffff !important;
}

body.dark-theme .legal-card-body p {
  color: #cbd5e1 !important;
}

body.dark-theme .plan-cat-item {
  background: #0b0f22 !important;
  border-color: #1e293b !important;
  color: #cbd5e1 !important;
}

body.dark-theme .plan-cat-item:hover {
  background: #1e293b !important;
  color: #ffffff !important;
}

body.dark-theme .plan-cat-item.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border-color: #0284c7 !important;
}

body.dark-theme .ott-more-tag {
  color: #60a5fa !important;
}

body.dark-theme .nav-pill-item {
  background: #0b0f22 !important;
  border-color: #1e293b !important;
  color: #f8fafc !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

body.dark-theme .guide-step-item {
  background: #0b0f22 !important;
  border-color: #1e293b !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

/* ==========================================================================
   FOOTER STYLING
   ========================================================================== */
.main-footer {
  background-color: var(--bg-dark);
  color: var(--text-white);
  padding: 5rem 0 3rem;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: 5rem;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

body:not(.dark-theme) .main-footer {
  background-color: #0c0e1a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .col-span-mobile {
    grid-column: 1 / -1;
  }
}

.footer-logo-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.footer-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);
  color: var(--text-white);
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.footer-brand h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-brand p {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 360px;
  margin-bottom: 1.75rem;
}

.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-white);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 35px;
  height: 3px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: all var(--transition-smooth);
}

.footer-li-icon {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.7;
  transition: transform var(--transition-smooth);
}

.footer-links a:hover {
  color: var(--accent-cyan);
  transform: translateX(4px);
}

.footer-links a:hover .footer-li-icon {
  transform: scale(1.2);
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.footer-bottom p {
  color: #64748b;
  font-size: 0.9rem;
}

.footer-inline-link {
  color: var(--accent-cyan);
  font-weight: 600;
  transition: color var(--transition-smooth);
}

.footer-inline-link:hover {
  color: var(--accent-purple);
}

.footer-tagline {
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.social-links {
  display: flex;
  gap: 0.85rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 1rem;
  transition: all var(--transition-smooth);
}

.social-links a:hover {
  background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);
  border-color: transparent;
  color: var(--text-white);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.25);
}
  color: var(--text-white);
  transform: translateY(-3px);
}

/* ==========================================================================
   STATIC PAGES STYLING (About, Contact, Privacy, Terms)
   ========================================================================== */
.static-header {
  background: var(--bg-hero-gradient);
  color: var(--text-white);
  padding: 5rem 0 3.5rem;
  text-align: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.static-header h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.static-header p {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.static-content-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  padding: 3rem;
  margin-top: -2rem;
  position: relative;
  z-index: 10;
  backdrop-filter: blur(12px);
  margin-bottom: 4rem;
}

body.dark-theme .static-content-card {
  background: #0b0f22;
  border-color: #1e293b;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.static-body h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: var(--text-main);
}

body.dark-theme .static-body h2 {
  color: var(--text-white);
}

.static-body p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

body.dark-theme .static-body p {
  color: #cbd5e1;
}

.static-body ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.static-body li {
  margin-bottom: 0.5rem;
  color: var(--text-muted);
}

body.dark-theme .static-body li {
  color: #cbd5e1;
}

/* Contact Form styles */
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media (max-width: 768px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .static-content-card {
    padding: 1.5rem;
  }
}

.contact-info-col h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--jio-bg);
  color: var(--jio-blue);
  font-size: 1.2rem;
}

body.dark-theme .contact-info-icon {
  background: #1e293b;
  color: var(--accent-cyan);
}

.contact-form-group {
  margin-bottom: 1.25rem;
}

.contact-form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-form-input, .contact-form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid #cbd5e1;
  font-family: inherit;
  font-size: 0.95rem;
  background: #ffffff;
  color: var(--text-main);
  transition: all var(--transition-smooth);
}

body.dark-theme .contact-form-input, body.dark-theme .contact-form-textarea {
  background: #15103a;
  border-color: #334155;
  color: #ffffff;
}

.contact-form-input:focus, .contact-form-textarea:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.15);
}

.btn-submit-contact {
  background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);
  color: var(--text-white);
  padding: 0.85rem 2rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--transition-smooth);
  box-shadow: 0 10px 20px -5px rgba(2, 132, 199, 0.3);
}

.btn-submit-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px -5px rgba(2, 132, 199, 0.4);
}

/* Responsive static pages styling overrides */
@media (max-width: 768px) {
  .static-header {
    padding: 3.5rem 0 2.5rem;
  }
  .static-header h1 {
    font-size: 2rem;
  }
  .static-header p {
    font-size: 1rem;
  }
  .static-content-card {
    padding: 1.75rem 1.25rem;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
  }
  .static-body h2 {
    font-size: 1.35rem;
    margin: 1.5rem 0 0.75rem;
  }
}
