/* ==========================================================================
   Seva Sankalp Abhiyan 2026 - Government of Rajasthan Color System (V6)
   Clean Header, Relocated Tagline & Premium Hero Dignitary Cards
   ========================================================================== */

@import url('fonts.css');

:root {
  /* Signature BJP Brand Color Tokens */
  --raj-saffron: #ff6600;
  --saffron-dark: #d95700;
  --saffron-gradient: linear-gradient(135deg, #ff6600 0%, #e65100 100%);
  --raj-green: #006633;
  --green-vibrant: #0a8a43;
  --green-gradient: linear-gradient(135deg, #0a8a43 0%, #004d26 100%);
  --raj-yellow: #ffc107;
  --yellow-glow: rgba(255, 193, 7, 0.35);
  
  --bjp-saffron: #ff6600;
  --bjp-saffron-dark: #d95700;
  --bjp-green: #006633;
  --bjp-green-vibrant: #0a8a43;
  --bjp-navy: #031d38;
  --bjp-gold: #ffc107;

  --primary-blue-dark: #031d38;
  --primary-blue: #00274d;
  --primary-blue-light: #053b70;

  --bg-light: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --border-color: #cbd5e1;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 4px 12px rgba(3, 29, 56, 0.06);
  --shadow-md: 0 10px 30px rgba(3, 29, 56, 0.12);
  --shadow-lg: 0 20px 50px rgba(3, 29, 56, 0.22);
  --font-hindi: 'Mukta', sans-serif;
  --font-number: 'Outfit', sans-serif;
}

body {
  font-family: var(--font-hindi);
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Header & Main Navbar - Redesign Matching Reference Image */
.main-header {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(4, 35, 69, 0.08);
  position: sticky;
  top: 0;
  z-index: 1040;
  border-bottom: 1px solid #e2e8f0;
}

.top-utility-bar {
  background-color: #042345 !important;
  color: #ffffff !important;
  font-size: 0.88rem;
  padding: 7px 0;
  border-bottom: none !important;
}

.top-utility-bar a {
  color: #ffffff !important;
  text-decoration: none;
}

.top-utility-bar .nav-divider {
  opacity: 0.35;
  margin: 0 10px;
}

.header-title-main {
    font-size: 1.7rem;
    font-weight: 800;
    color: #042345;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #e64a00;
}

.header-subtitle-main {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0066cc;
  margin-top: 2px;
}

/* Universal Standardized Button Sizing Across All Pages */
.btn-pill-blue-outline,
.btn-pill-orange-solid,
.btn-hero-orange,
.btn-hero-green,
.btn-saffron,
.btn-g2g,
.btn-all-programs-outline,
.btn-viksit-orange,
.btn-navy-download,
.btn-hero-orange-lg,
.btn-light-draft,
.nav-pill-item,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger {
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
  line-height: 1.4 !important;
}

/* Header Action Buttons */
.btn-pill-blue-outline {
  border: 2px solid #0084ff !important;
  color: #0077ff !important;
  background: #ffffff !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  font-size: 0.94rem !important;
  transition: all 0.2s ease-in-out;
}

.btn-pill-blue-outline:hover {
  background: #eef6ff !important;
  color: #0055cc !important;
  border-color: #0066cc !important;
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.2);
}

.btn-pill-orange-solid {
  background: #ff5500 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 9px 26px !important;
  font-size: 0.95rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-pill-orange-solid:hover {
  background: #e64a00 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(255, 85, 0, 0.45);
  transform: translateY(-1px);
}

/* Nav Menu Items */
.nav-pill-item {
  color: #042345 !important;
  font-weight: 700 !important;
  font-size: 0.96rem;
  padding: 8px 16px !important;
  border-radius: 50px !important;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.nav-pill-item:hover {
  color: #ff5500 !important;
  background-color: #fff4ec;
}

.nav-pill-item.active {
  background-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(255, 85, 0, 0.35);
  border-radius: 50px !important;
}

.campaign-dates-pill {
  background-color: #facc15 !important;
  color: #042345 !important;
  font-weight: 800 !important;
  font-size: 0.9rem;
  padding: 8px 22px !important;
  border-radius: 50px !important;
  box-shadow: 0 2px 8px rgba(250, 204, 21, 0.4);
  display: inline-flex;
  align-items: center;
}

/* Hero Section Matching Reference Image (media_1789111541903.jpg) */
.hero-banner-section {
    background-image: url('../../Assets/images/header.png') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    color: #042345 !important;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0 4.5rem !important;
}

.hero-top-badge {
  background: #ff5500;
  color: #ffffff;
  padding: 6px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.3);
  margin-bottom: 1.2rem;
}

.hero-main-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #042345;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.hero-main-title .text-green {
  color: #009944 !important;
}

.hero-main-title .text-saffron {
  color: #ff5500 !important;
}

.hero-sub-heading {
  font-size: 1.45rem;
  font-weight: 800;
  color: #042345;
  margin-bottom: 1rem;
}

.hero-desc-text {
  font-size: 1.08rem;
  color: #1e293b;
  max-width: 580px;
  margin-bottom: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}

.btn-hero-orange {
  background: #ff5500 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(255, 85, 0, 0.35);
  transition: all 0.25s ease;
}

.btn-hero-orange:hover {
  background: #e64a00 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 85, 0, 0.45);
}

.btn-hero-green {
  background: #008d44 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(0, 141, 68, 0.35);
  transition: all 0.25s ease;
}

.btn-hero-green:hover {
  background: #007337 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 141, 68, 0.45);
}

/* Quote Slogan at Top Right */
.hero-slogan-quote {
  font-size: 1.55rem;
  font-weight: 800;
  color: #042345;
  font-style: italic;
  position: relative;
  display: inline-block;
}

.hero-slogan-quote::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 90px;
  height: 4px;
  background: #ff5500;
  border-radius: 2px;
}

/* White Dignitary Card below Cutout */
.dignitary-white-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(4, 35, 69, 0.15);
  border: 1px solid #e2e8f0;
  padding: 14px 28px;
  position: relative;
  z-index: 10;
  margin-top: -15px !important;
  width: 92% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Floating Live Impact Stats Container - Glassmorphism Effect (Minified Look) */
.stats-hero-floating {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(18px) saturate(190%);
  -webkit-backdrop-filter: blur(18px) saturate(190%);
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(4, 35, 69, 0.1), 0 4px 15px rgba(0, 132, 255, 0.06), inset 0 1px 2px rgba(255, 255, 255, 0.9);
  padding: 14px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 20;
  margin-top: -30px;
}

.stat-card-single {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  box-shadow: 0 3px 10px rgba(4, 35, 69, 0.03), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.stat-card-single:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 119, 255, 0.12);
  border-color: rgba(0, 132, 255, 0.3);
}

/* Dual Ring Icon Containers (Minified) */
.stat-ring-outer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px auto;
  transition: transform 0.25s ease;
}

.stat-card-single:hover .stat-ring-outer {
  transform: scale(1.06);
}

.stat-circle-inner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.05rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

/* Stat 1 Blue */
.ring-blue { background: rgba(0, 119, 255, 0.15); }
.circle-blue { background: linear-gradient(135deg, #0088ff 0%, #0055d4 100%); }
.num-blue { color: #042345; font-family: var(--font-number); font-size: 1.65rem; font-weight: 800; line-height: 1; letter-spacing: -0.3px; }

/* Stat 2 Green */
.ring-green { background: rgba(0, 168, 77, 0.15); }
.circle-green { background: linear-gradient(135deg, #00aa44 0%, #007730 100%); }
.num-green { color: #008833; font-family: var(--font-number); font-size: 1.65rem; font-weight: 800; line-height: 1; letter-spacing: -0.3px; }

/* Stat 3 Purple */
.ring-purple { background: rgba(139, 92, 246, 0.18); }
.circle-purple { background: linear-gradient(135deg, #9333ea 0%, #6b21a8 100%); }
.num-purple { color: #6b21a8; font-family: var(--font-number); font-size: 1.65rem; font-weight: 800; line-height: 1; letter-spacing: -0.3px; }

/* Stat 4 Amber */
.ring-amber { background: rgba(255, 140, 0, 0.18); }
.circle-amber { background: linear-gradient(135deg, #ff8800 0%, #e64a00 100%); }
.num-amber { color: #ff5500; font-family: var(--font-number); font-size: 1.65rem; font-weight: 800; line-height: 1; letter-spacing: -0.3px; }

.stat-card-lbl {
  font-size: 0.82rem;
  color: #1e293b;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.25;
}

/* Countdown Timer Box */
.countdown-box {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 230, 0, 0.3);
  border-radius: var(--radius-md);
  padding: 0.9rem 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.countdown-unit {
  text-align: center;
}

.countdown-num {
  font-family: var(--font-number);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--raj-yellow);
  line-height: 1;
}

.countdown-lbl {
  font-size: 0.72rem;
  color: #cbd5e1;
  text-transform: uppercase;
  font-weight: 700;
}

/* Pulsing Live Badge */
.pulse-live-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--raj-yellow);
  box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.7);
  animation: pulse-ring 1.8s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 230, 0, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 230, 0, 0); }
}

/* Signature Buttons */
.btn-saffron {
  background: var(--saffron-gradient);
  color: #ffffff;
  font-weight: 800;
  border: none;
  border-radius: var(--radius-sm);
  padding: 13px 28px;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-saffron:hover {
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.55);
  transform: translateY(-3px);
}

.btn-g2g {
  background: var(--green-gradient);
  color: #ffffff;
  font-weight: 800;
  border: none;
  border-radius: var(--radius-sm);
  padding: 13px 28px;
  box-shadow: 0 6px 20px rgba(0, 102, 51, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-g2g:hover {
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 102, 51, 0.55);
  transform: translateY(-3px);
}

/* 9 Program Tiles Grid */
.program-tile-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 1.6rem;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.program-tile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--raj-saffron);
  transition: width 0.3s ease, background 0.3s ease;
}

.program-tile-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--raj-saffron);
}

.program-tile-card:hover::before {
  background: var(--raj-green);
}

.tile-icon-badge {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 107, 0, 0.1);
  color: var(--raj-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  margin-bottom: 1.1rem;
  transition: all 0.3s ease;
}

.program-tile-card:hover .tile-icon-badge {
  background: var(--saffron-gradient);
  color: #ffffff;
  transform: scale(1.1) rotate(-4deg);
}

.tile-number {
  font-family: var(--font-number);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--raj-green);
  background: rgba(0, 102, 51, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
}

.tile-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-blue-dark);
  margin-bottom: 0.5rem;
}

.tile-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  flex-grow: 1;
}

.tile-action-btn {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--raj-saffron);
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.program-tile-card:hover .tile-action-btn {
  color: var(--raj-green);
  gap: 12px;
}

/* Event Cards & Filters */
.filter-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  margin-bottom: 2rem;
}

.event-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.event-card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #e2e8f0;
}

.event-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover .event-card-img {
  transform: scale(1.08);
}

.category-tag-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(3, 29, 56, 0.9);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 230, 0, 0.4);
}

.region-type-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.badge-urban {
  background: var(--green-gradient);
  color: #fff;
}

.badge-rural {
  background: var(--saffron-gradient);
  color: #fff;
}

.event-card-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.event-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--primary-blue-dark);
  margin-bottom: 0.7rem;
  line-height: 1.35;
}

.event-meta-item {
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.photo-count-pill {
  font-family: var(--font-number);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--raj-saffron);
  background: rgba(255, 107, 0, 0.08);
  padding: 4px 12px;
  border-radius: 20px;
}

/* Lightbox Photo Gallery */
.gallery-item-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 250px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.gallery-item-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item-card:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(3, 29, 56, 0.95) 0%, rgba(3, 29, 56, 0) 100%);
  padding: 1.5rem 1.2rem 1rem;
  color: #ffffff;
}

.gallery-photo-title {
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0;
}

.gallery-photo-loc {
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* G2G RajSSO Portal & Dynamic Form */
.g2g-header-box {
  background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  color: #ffffff;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  padding: 1.8rem 2.2rem;
}

.g2g-body-box {
  background: #ffffff;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  border: 1px solid var(--border-color);
  border-top: none;
  padding: 2.2rem;
  box-shadow: var(--shadow-md);
}

.subtile-select-card {
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #f8fafc;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.subtile-select-card:hover,
.subtile-select-card.selected {
  border-color: var(--raj-saffron);
  background: rgba(255, 107, 0, 0.08);
}

.subtile-select-card.selected {
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.2);
}

.form-section-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary-blue-dark);
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.photo-upload-slot {
  border: 2px dashed var(--border-color);
  border-radius: var(--radius-sm);
  padding: 1.2rem 0.8rem;
  text-align: center;
  background: #f8fafc;
  transition: all 0.25s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.photo-upload-slot:hover {
  border-color: var(--raj-saffron);
  background: #f1f5f9;
}

.photo-upload-slot.has-file {
  border-style: solid;
  border-color: var(--raj-green);
  padding: 5px;
  background: #fff;
}

.photo-preview-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.remove-photo-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(225, 29, 72, 0.95);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Citizen OTP Modal */
.modal-gov-header {
  background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  color: #ffffff;
  border-top-left-radius: calc(var(--radius-md) - 1px);
  border-top-right-radius: calc(var(--radius-md) - 1px);
}

.otp-digit-input {
  width: 48px;
  height: 54px;
  font-family: var(--font-number);
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--border-color);
  transition: all 0.2s ease;
}

.otp-digit-input:focus {
  border-color: var(--raj-saffron);
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.25);
}

/* High Contrast Mode */
body.high-contrast {
  background-color: #000000 !important;
  color: #ffffff !important;
}

body.high-contrast .main-header,
body.high-contrast .filter-card,
body.high-contrast .event-card,
body.high-contrast .g2g-body-box,
body.high-contrast .program-tile-card {
  background-color: #121212 !important;
  color: #ffffff !important;
  border-color: #ffff00 !important;
}

body.high-contrast a,
body.high-contrast .tile-title,
body.high-contrast .event-title {
  color: #ffff00 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .portal-title-text {
    font-size: 1.2rem;
  }
  .countdown-box {
    gap: 10px;
    padding: 0.8rem 1rem;
  }
  .dignitary-hero-img-wrap {
    margin-top: 1.5rem;
  }
}

/* ==========================================================================
   RajSSO Logged-In User Profile Dropdown Component
   ========================================================================== */
.sso-profile-btn {
  background-color: #ffffff !important;
  border: 1.5px solid #d1d5db !important;
  transition: all 0.2s ease-in-out;
  padding: 4px 14px 4px 6px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sso-profile-btn:hover,
.sso-profile-btn:focus,
.sso-profile-btn[aria-expanded="true"] {
  background-color: #f8fafc !important;
  border-color: #94a3b8 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.sso-avatar-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b87333 0%, #7b4513 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.sso-user-name {
  color: #1e293b;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.sso-dropdown-card {
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background-color: #ffffff;
}

.sso-dropdown-card .dropdown-item {
  transition: all 0.15s ease;
  font-size: 0.92rem;
}

.sso-dropdown-card .dropdown-item:hover {
  background-color: #f1f5f9;
  color: #0f172a;
}

.sso-dropdown-card .dropdown-item.text-danger:hover {
  background-color: #fff1f2;
  color: #e11d48;
}

/* ==========================================================================
   Footer High-Contrast & High-Visibility Global Overrides
   ========================================================================== */
footer, .footer-section {
  background-color: #0b1329 !important;
  color: #ffffff !important;
}

footer p, 
footer li, 
footer div, 
footer span, 
footer a,
.footer-section p,
.footer-section li,
.footer-section div,
.footer-section span,
.footer-section a {
  color: #f1f5f9 !important;
}

footer .text-secondary,
footer .text-muted,
.footer-section .text-secondary,
.footer-section .text-muted {
  color: #e2e8f0 !important;
  opacity: 0.95 !important;
}

footer a:hover,
.footer-section a:hover {
  color: #f59e0b !important;
  text-decoration: underline !important;
}

footer h5, footer h6,
.footer-section h5, .footer-section h6 {
  color: #fbbf24 !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   BJP.org Inspired Layout Components & Modern Styling
   ========================================================================== */

/* Top Utility & Accessibility Bar */
.top-utility-bar {
  background: #021429;
  color: #ffffff;
  font-size: 0.86rem;
  padding: 6px 0;
  border-bottom: 2.5px solid var(--bjp-saffron);
}

.top-utility-bar a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-utility-bar a:hover {
  color: var(--bjp-gold);
}

.accessibility-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.accessibility-btn:hover {
  background: var(--bjp-saffron);
  border-color: var(--bjp-saffron);
}

/* Ticker Marquee Bar */
.bjp-ticker-bar {
  background: #fff8f0;
  border-bottom: 1.5px solid #fed7aa;
  padding: 8px 0;
  overflow: hidden;
}

.bjp-ticker-badge {
  background: var(--saffron-gradient);
  color: #ffffff;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
  white-space: nowrap;
}

.bjp-ticker-marquee {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
}

/* Feature Cards & Objective Pillars */
.bjp-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px 20px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(3, 29, 56, 0.05);
}

.bjp-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--bjp-saffron) 0%, var(--bjp-green) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bjp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(3, 29, 56, 0.12);
  border-color: #cbd5e1;
}

.bjp-feature-card:hover::before {
  opacity: 1;
}

.bjp-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff5eb;
  color: var(--bjp-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 1.2rem auto;
  transition: all 0.3s ease;
}

.bjp-feature-card:hover .bjp-icon-box {
  background: var(--saffron-gradient);
  color: #ffffff;
  transform: scale(1.08);
}

/* Leadership Quote Cards */
.bjp-quote-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border-left: 5px solid var(--bjp-saffron);
  box-shadow: var(--shadow-md);
  padding: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bjp-quote-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.bjp-quote-icon {
  font-size: 2.5rem;
  color: var(--bjp-saffron);
  opacity: 0.25;
  position: absolute;
  top: 15px;
  right: 20px;
}

.dignitary-thumb-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid var(--bjp-saffron);
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Citizen CTA Banner */
.citizen-cta-banner {
  background: linear-gradient(135deg, #031d38 0%, #053b70 60%, #006633 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(3, 29, 56, 0.25);
  border: 2px solid rgba(255, 193, 7, 0.3);
}

.citizen-cta-banner::after {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

/* Comprehensive Footer */
.bjp-footer {
  background: #033b7b !important;
  color: #ffffff !important;
  border-top: none !important;
}

.bjp-footer-title {
  color: var(--bjp-gold) !important;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 8px;
}

.bjp-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--bjp-saffron);
  border-radius: 2px;
}

.bjp-footer-link {
  color: #cbd5e1 !important;
  text-decoration: none;
  font-size: 0.94rem;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 3px 0;
}

.bjp-footer-link:hover {
  color: var(--bjp-gold) !important;
  transform: translateX(4px);
}

.bjp-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.bjp-social-icon:hover {
  background: var(--saffron-gradient);
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* ==========================================================================
   DIGITAL SANKALP OBJECTIVES SECTION (EXACT MATCH REFERENCE IMAGE: media_1789112262530.png)
   ========================================================================== */

.stats-section-bg {
  background: #f3f7fd !important;
  padding-bottom: 1rem;
}

.digital-sankalp-section {
  background: #f3f7fd !important;
  padding: 3.5rem 0 4.5rem 0;
  border-bottom: none !important;
}

/* Header Title Decorative Lines */
.digital-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.title-decor-line-left,
.title-decor-line-right {
  height: 2px;
  width: 55px;
  position: relative;
  border-radius: 2px;
}

.title-decor-line-left {
  background: linear-gradient(90deg, rgba(27,100,173,0.1) 0%, #1b64ad 100%);
}

.title-decor-line-left::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: #1b64ad;
  transform: rotate(45deg);
  border-radius: 1px;
}

.title-decor-line-right {
  background: linear-gradient(90deg, #1b64ad 0%, rgba(27,100,173,0.1) 100%);
}

.title-decor-line-right::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: #1b64ad;
  transform: rotate(45deg);
  border-radius: 1px;
}

.digital-sankalp-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: #042345;
  letter-spacing: -0.3px;
  margin: 0;
}

.digital-sankalp-subtext {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5c6f84;
  max-width: 860px;
  margin: 10px auto 0 auto;
  line-height: 1.6;
}

/* Objective Card Box */
.objective-card-single {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef3f8;
  padding: 2.4rem 1.4rem;
  box-shadow: 0 10px 30px rgba(4, 35, 69, 0.04), 0 2px 6px rgba(4, 35, 69, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.objective-card-single:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(4, 35, 69, 0.09);
  border-color: #e2e8f0;
}

/* Icon Rings */
.obj-icon-circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  transition: transform 0.3s ease;
}

.objective-card-single:hover .obj-icon-circle {
  transform: scale(1.08);
}

/* Color Schemes matching reference image */
.obj-icon-orange {
  background: #fff0e8;
  color: #f2542d;
  box-shadow: 0 4px 15px rgba(242, 84, 45, 0.12);
}

.obj-icon-green {
  background: #e4f7ed;
  color: #00a854;
  box-shadow: 0 4px 15px rgba(0, 168, 84, 0.12);
}

.obj-icon-purple {
  background: #f1e6ff;
  color: #8b2fc9;
  box-shadow: 0 4px 15px rgba(139, 47, 201, 0.12);
}

.obj-icon-red {
  background: #ffe6ea;
  color: #e11d48;
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.12);
}

.obj-icon-circle i {
  font-size: 2rem;
}

/* Card Content Typography */
.obj-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #042345;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.obj-card-desc {
  font-size: 0.92rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   9 CORE PROGRAM SUB-TILES SECTION (EXACT MATCH REFERENCE IMAGE: media_1789112759052.png)
   ========================================================================== */

.subtiles-section-wrapper {
  background: #f4f8fd !important;
  padding: 4.5rem 0;
  border-bottom: none !important;
}

.subtiles-heading-main {
  font-size: 1.7rem;
  font-weight: 800;
  color: #042345;
  letter-spacing: -0.3px;
  margin: 0;
}

.subtiles-heading-suffix {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0077ff;
  margin-left: 6px;
}

.btn-all-programs-outline {
  border: 1.5px solid #0084ff !important;
  color: #0077ff !important;
  background: #ffffff !important;
  border-radius: 50px !important;
  padding: 7px 22px !important;
  font-weight: 700 !important;
  font-size: 0.92rem;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0, 132, 255, 0.08);
}

.btn-all-programs-outline:hover {
  background: #eef6ff !important;
  color: #0055cc !important;
  border-color: #0066cc !important;
  box-shadow: 0 4px 14px rgba(0, 132, 255, 0.2);
}

/* Individual Subtile Card (Reduced Size) */
.bjp-subtile-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #f0f4f8;
  padding: 1.05rem 1.1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(4, 35, 69, 0.03), 0 2px 6px rgba(4, 35, 69, 0.01);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  height: 100%;
}

.bjp-subtile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(4, 35, 69, 0.09);
  border-color: #e2e8f0;
}

/* Left Accent Bar */
.subtile-accent-bar {
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px 0 0 4px;
}

/* Top Right Number Badge */
.subtile-number-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #edf4fa;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
  border-radius: 12px;
  padding: 2px 8px;
  letter-spacing: 0.5px;
}

/* Icon Circle Badge */
.subtile-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.bjp-subtile-card:hover .subtile-icon-circle {
  transform: scale(1.08);
}

/* Typography inside card */
.subtile-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #042345;
  margin-bottom: 3px;
  line-height: 1.25;
}

.subtile-desc {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 6px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subtile-cta-link {
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}

.bjp-subtile-card:hover .subtile-cta-link {
  transform: translateX(4px);
}

/* ==========================================================================
   SEVA HI SANKALP - CITIZEN VOICE & QUOTES SECTION (EXACT MATCH REFERENCE IMAGE: media_1789112958958.png)
   ========================================================================== */

.jan-aawaz-section {
  background: linear-gradient(180deg, #f4fbf7 0%, #ffffff 100%);
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
  border-bottom: none !important;
}

.jan-aawaz-badge {
  background: #0d8a43 !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  padding: 6px 24px !important;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(13, 138, 67, 0.2);
}

.jan-aawaz-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #042345;
  margin-top: 12px;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.jan-aawaz-subtext {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5c6f84;
  margin-bottom: 2.5rem;
}

/* Side Navigation Arrow Buttons */
.nav-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f3fc;
  color: #042345;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgba(4, 35, 69, 0.08);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.nav-arrow-btn:hover {
  background: #0077ff;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 119, 255, 0.3);
}

/* Quote Card Box */
.jan-aawaz-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #f0f4f8;
  padding: 2.2rem 2rem 1.8rem 2rem;
  box-shadow: 0 12px 35px rgba(4, 35, 69, 0.05), 0 2px 8px rgba(4, 35, 69, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jan-aawaz-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(4, 35, 69, 0.1);
  border-color: #e2e8f0;
}

.quote-icon-green {
  color: #0d8a43;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.quote-body-text {
  font-size: 1.02rem;
  font-weight: 600;
  font-style: italic;
  color: #1e293b;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Author Profile Section */
.author-avatar-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3.5px solid #0d8a43;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.author-name-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #042345;
  margin-bottom: 2px;
}

.author-sub-lbl {
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 4px;
}

.star-rating-box {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

/* Carousel Dots Indicator */
.carousel-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}

.carousel-dot-single {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot-single.active {
  background: #0d8a43;
  width: 14px;
  height: 14px;
}

/* ==========================================================================
   MERGED SECTION: SEVA HI SANKALP & VIKSIT RAJASTHAN JANBHAGIDARI
   ========================================================================== */

.merged-jan-sankalp-section {
    /*background-color: #f2fbfd !important;
    background-image: url('../..//Assets/images/footer.png') !important;
    background-position: center bottom !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    */padding: 4.5rem 0 5rem 0;
    position: relative;
    overflow: hidden;
    border: none !important;
}

@media (max-width: 991.98px) {
  .merged-jan-sankalp-section {
    background-size: 100% auto !important;
    background-position: center bottom !important;
    padding: 3rem 0 3.5rem 0;
  }
}

.viksit-subheading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #042345;
  margin-bottom: 2px;
}

.viksit-main-title {
  font-size: 2.35rem;
  font-weight: 900;
  color: #042345;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.viksit-slogan-line {
  font-size: 1.05rem;
  font-weight: 700;
  color: #042345;
  margin-bottom: 1.5rem;
}

.btn-viksit-orange {
  background: linear-gradient(135deg, #ff5722 0%, #f24105 100%) !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 10px 34px !important;
  font-weight: 800 !important;
  font-size: 1.05rem;
  border: none !important;
  box-shadow: 0 8px 24px rgba(255, 87, 34, 0.35);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-viksit-orange:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 87, 34, 0.5);
  background: linear-gradient(135deg, #f24105 0%, #d93800 100%) !important;
}

.cta-vertical-divider {
  width: 1.5px;
  background: rgba(4, 35, 69, 0.15);
  height: 110px;
  margin: 0 1.5rem;
  align-self: center;
}

/* Quick Action Circle Items */
.quick-action-item {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.quick-action-item:hover {
  transform: translateY(-5px);
}

.quick-action-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e1f0ff;
  color: #0077ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin: 0 auto 10px auto;
  box-shadow: 0 4px 14px rgba(0, 119, 255, 0.12);
  transition: all 0.3s ease;
}

.quick-action-circle.circle-green {
  background: #e4f7ed;
  color: #00a854;
  box-shadow: 0 4px 14px rgba(0, 168, 84, 0.12);
}

.quick-action-item:hover .quick-action-circle {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 119, 255, 0.25);
}

.quick-action-lbl {
  font-size: 0.88rem;
  font-weight: 700;
  color: #042345;
  line-height: 1.3;
}

/* ==========================================================================
   FOOTER SECTION (MATCHING REFERENCE IMAGE MEDIA_1789113738528.PNG)
   ========================================================================== */

.bjp-footer {
  background: #033b7b !important;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: none !important;
}

.footer-emblem-img {
  height: 54px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) !important;
}

.footer-col-border {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 991.98px) {
  .footer-col-border {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.1rem;
  letter-spacing: 0.3px;
}

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

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Social Media Circle Buttons */
.social-circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.social-circle-btn:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
}

.bg-facebook {
  background: #1877f2;
}

.bg-twitter {
  background: #14171a;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-youtube {
  background: #ff0000;
}

.bg-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aebe6 90%);
}

.bg-linkedin {
  background: #0077b5;
}

.footer-divider-line {
  border-color: rgba(255, 255, 255, 0.2) !important;
  opacity: 1;
}

.copyright-text {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

/* ==========================================================================
   INNER PAGES MAIN SECTION BACKGROUND (ASSETS/FOOTER.PNG FULL WIDTH AT BOTTOM)
   ========================================================================== */

.inner-page-main {
  background-color: #f2fbfd !important;
  background-image: url('../..//Assets/images/footer.png') !important;
  background-position: center bottom -3px !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  margin-bottom: -3px;
}

@media (max-width: 991.98px) {
  .inner-page-main {
    background-size: 100% auto !important;
    background-position: center bottom -3px !important;
  }
}

/* ==========================================================================
   INNER PAGES BEAUTIFIED MODERN HERO TITLE BANNER
   ========================================================================== */

.inner-hero-banner {
  background-image: linear-gradient(135deg, rgba(3, 29, 56, 0.88) 0%, rgba(4, 35, 69, 0.80) 100%), url('/assets/images/title.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 1.5rem 0 1.6rem !important;
  position: relative;
  border-bottom: none !important;
  box-shadow: 0 4px 20px rgba(3, 29, 56, 0.08);
}

.inner-hero-badge {
  background: linear-gradient(135deg, #ff6600 0%, #d95700 100%);
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 3px 10px rgba(255, 102, 0, 0.35);
  margin-bottom: 0.5rem;
}

.inner-hero-breadcrumb {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.inner-hero-breadcrumb .breadcrumb-item,
.inner-hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.84rem;
  font-weight: 600;
}

.inner-hero-breadcrumb .breadcrumb-item a:hover {
  color: #ffc107 !important;
}

.inner-hero-breadcrumb .breadcrumb-item.active {
  color: #ffc107 !important;
  font-weight: 700;
}

.inner-hero-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 0.3rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.inner-hero-title i {
  color: #ffc107;
}

.inner-hero-subtitle {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  display: block !important;
}

.inner-hero-stat-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 16px 20px;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.inner-hero-stat-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.inner-hero-stat-num {
  font-family: var(--font-number);
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffc107;
  line-height: 1.1;
}

.inner-hero-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* ==========================================================================
   INNER PAGES BEAUTIFIED CARDS & LAYOUT UI OVERHAUL
   ========================================================================== */

/* Universal Inner Page Card Overhaul */
.inner-page-main .card {
  border-radius: 18px !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 8px 24px rgba(4, 35, 69, 0.06) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #ffffff;
}

.inner-page-main .card:hover {
  box-shadow: 0 16px 36px rgba(4, 35, 69, 0.12) !important;
}

/* Custom Tile Card (9 Pillars Grid on Info page) */
.custom-tile-card {
  border-top: 4px solid #ff6600 !important;
  border-radius: 18px !important;
  padding: 1.35rem !important;
  background: #ffffff !important;
}

.custom-tile-card:hover {
  border-top-color: #009944 !important;
  box-shadow: 0 18px 40px rgba(4, 35, 69, 0.14) !important;
}

.tile-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff3e6 0%, #ffe6d5 100%);
  color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.15);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.custom-tile-card:hover .tile-icon-box {
  background: linear-gradient(135deg, #ff6600 0%, #d95700 100%);
  color: #ffffff;
  transform: scale(1.08);
}

/* Inner Page Stat Cards */
.inner-stat-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 1.25rem 1rem !important;
  text-align: center !important;
  border: 1.5px solid #e2e8f0 !important;
  box-shadow: 0 6px 18px rgba(4, 35, 69, 0.05) !important;
  transition: all 0.3s ease !important;
}

.inner-stat-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 32px rgba(0, 102, 204, 0.12) !important;
  border-color: #ff6600 !important;
}

/* Inner Page Filter Cards & Forms */
.inner-filter-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 1.5rem !important;
  box-shadow: 0 10px 30px rgba(4, 35, 69, 0.08) !important;
  border: 1.5px solid #e2e8f0 !important;
}

.inner-filter-card .form-control,
.inner-filter-card .form-select,
.g2g-form-card .form-control,
.g2g-form-card .form-select {
  border-radius: 50px !important;
  padding: 0.65rem 1.2rem !important;
  font-size: 0.95rem !important;
  border: 1.5px solid #cbd5e1 !important;
  font-weight: 600 !important;
  background-color: #f8fafc !important;
}

.inner-filter-card .form-control:focus,
.inner-filter-card .form-select:focus,
.g2g-form-card .form-control:focus,
.g2g-form-card .form-select:focus {
  background-color: #ffffff !important;
  border-color: #ff6600 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.18) !important;
}

/* Download / Guidelines Cards */
.inner-download-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-left: 4px solid #009944 !important;
  padding: 1.25rem !important;
  transition: all 0.3s ease !important;
}

.inner-download-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(0, 153, 68, 0.12) !important;
  border-color: #009944 !important;
}

/* Dashboard KPI Card Styling */
.dashboard-kpi-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 1.35rem 1.2rem !important;
  border: 1.5px solid #e2e8f0 !important;
  box-shadow: 0 8px 24px rgba(4, 35, 69, 0.06) !important;
  transition: all 0.3s ease !important;
}

.dashboard-kpi-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(4, 35, 69, 0.12) !important;
  border-color: #ff6600 !important;
}

/* ==========================================================================
   Reference UI Match for info.html (Cards, Downloads, FAQ Section)
   ========================================================================== */

/* 9 Core Pillars Card Style */
.ref-pillar-card {
  border-radius: 20px !important;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease, border-color 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(4, 35, 69, 0.06) !important;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.ref-pillar-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 42px rgba(4, 35, 69, 0.14) !important;
}

.ref-pillar-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ref-pillar-card:hover .ref-pillar-icon-box {
  transform: scale(1.12) rotate(3deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.ref-pillar-num-badge {
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.3px;
}

.btn-outline-navy-pill {
  border: 1.5px solid #032b56 !important;
  color: #032b56 !important;
  background: transparent;
  font-weight: 700 !important;
  border-radius: 50px !important;
  font-size: 0.82rem !important;
  padding: 4px 14px !important;
  min-height: 32px !important;
  height: 32px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.btn-outline-navy-pill:hover {
  background: #032b56 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(3, 43, 86, 0.25) !important;
}

/* Downloads Section Styling */
.ref-download-wrapper {
  margin-top: 2.5rem;
  position: relative;
}

.ref-download-tab {
  position: absolute;
  top: -20px;
  left: 28px;
  background: #032b56;
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(3, 43, 86, 0.3);
  display: inline-flex;
  align-items: center;
  z-index: 10;
}

.ref-download-box {
  background: #f0f7ff;
  border: 1.5px solid #d0e3ff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(3, 43, 86, 0.05);
}

.ref-download-card {
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease !important;
}

.ref-download-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(3, 43, 86, 0.12) !important;
  border-color: #032b56 !important;
}

.ref-doc-icon-badge {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.pdf-badge {
  background: #fee2e2;
  color: #dc2626;
}

.xls-badge {
  background: #dcfce7;
  color: #16a34a;
}

.zip-badge {
  background: #e0f2fe;
  color: #0284c7;
}

.btn-navy-download {
  background: #032b56;
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 9px 18px;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.btn-navy-download:hover {
  background: #ff6600;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.3);
}

/* FAQ Accordion Styling */
.ref-faq-header-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #032b56;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(3, 43, 86, 0.25);
  flex-shrink: 0;
}

.ref-faq-item {
  background: #f0f7ff !important;
  border: 1.5px solid #d0e3ff !important;
  border-radius: 14px !important;
  overflow: hidden;
  transition: all 0.25s ease;
}

.ref-faq-item:hover {
  border-color: #032b56 !important;
}

.ref-faq-button {
  background: #f0f7ff !important;
  border: none !important;
  font-size: 1.05rem;
  padding: 1.1rem 1.25rem;
  box-shadow: none !important;
  color: #032b56 !important;
}

.ref-faq-button:not(.collapsed) {
  background: #e1ecf8 !important;
  color: #032b56 !important;
}

.faq-num-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #032b56;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ==========================================================================
   Modern G2G Form & Officer Portal Components (Matching Home Page Aesthetics)
   ========================================================================== */
.g2g-officer-banner {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 20px;
  padding: 1.25rem 1.75rem;
  border: 1.5px solid #e2e8f0;
  border-left: 5px solid #ff5500;
  box-shadow: 0 8px 25px rgba(4, 35, 69, 0.05);
}

.officer-avatar-box {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 85, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.g2g-form-card-modern {
  background: #ffffff;
  border-radius: 24px;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 16px 45px rgba(4, 35, 69, 0.07);
  position: relative;
  overflow: hidden;
}

.g2g-form-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff5500 0%, #ff8800 50%, #009944 100%);
}

.g2g-section-box {
  background: #f8fafc;
  border-radius: 18px;
  border: 1.5px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.g2g-section-box:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 20px rgba(4, 35, 69, 0.04);
}

.g2g-step-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
}

.location-card-pill {
  background: #ffffff;
  transition: all 0.25s ease;
  border-color: #cbd5e1 !important;
  transform: none !important;
}

.g2g-form-card:hover,
.g2g-form-card-modern:hover,
.g2g-section-box:hover,
.location-card-pill:hover,
.g2g-dropzone-box:hover,
.inner-filter-card:hover {
  border-color: #ff5500 !important;
  box-shadow: 0 6px 18px rgba(255, 85, 0, 0.1);
  transform: none !important;
}

.g2g-dropzone-box {
  background: #f0fdf4;
  border: 2px dashed #009944 !important;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.g2g-dropzone-box:hover {
  background: #e6f7ed;
  border-color: #007733 !important;
  box-shadow: 0 8px 24px rgba(0, 153, 68, 0.12);
}

.btn-hero-orange-lg {
  background: linear-gradient(135deg, #ff5500 0%, #ff7700 100%);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 8px 22px rgba(255, 85, 0, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-orange-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 85, 0, 0.45);
}

.btn-light-draft {
  background: #f1f5f9;
  color: #334155;
  border: 1.5px solid #cbd5e1;
  transition: all 0.2s ease;
}

.btn-light-draft:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.table-g2g-custom {
  font-size: 0.82rem !important;
}

.table-g2g-custom thead {
  background: linear-gradient(135deg, #042345 0%, #0a3a6b 100%) !important;
  color: #ffffff !important;
}

.table-g2g-custom th {
  padding: 0.65rem 0.8rem !important;
  font-weight: 700 !important;
  font-size: 0.83rem !important;
  letter-spacing: 0.3px;
  border-bottom: none !important;
}

.table-g2g-custom td {
  padding: 0.55rem 0.8rem !important;
  vertical-align: middle !important;
  font-size: 0.82rem !important;
}

.table-g2g-custom td .badge {
  font-size: 0.78rem !important;
}

/* Enhanced G2G Form Step Box Varieties */
.g2g-step-box-saffron {
  background: linear-gradient(135deg, #ffffff 0%, #fffbf8 100%);
  border: 1.5px solid #fed7aa;
  border-left: 5px solid #ff5500 !important;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.g2g-step-box-green {
  background: linear-gradient(135deg, #ffffff 0%, #f7fdf9 100%);
  border: 1.5px solid #bbf7d0;
  border-left: 5px solid #009944 !important;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.g2g-step-box-navy {
  background: linear-gradient(135deg, #ffffff 0%, #f6fafe 100%);
  border: 1.5px solid #bfdbfe;
  border-left: 5px solid #042345 !important;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.g2g-step-box-gold {
  background: linear-gradient(135deg, #ffffff 0%, #fffdf0 100%);
  border: 1.5px solid #fef08a;
  border-left: 5px solid #eab308 !important;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Form Input Group Enhancements */
.g2g-input-group {
  box-shadow: 0 2px 6px rgba(4, 35, 69, 0.03);
  border-radius: 12px;
  overflow: hidden;
}

.g2g-input-group .input-group-text {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: #042345 !important;
  font-weight: 600;
  padding: 0.65rem 1rem;
}

.g2g-input-group .form-control,
.g2g-input-group .form-select {
  border-radius: 0 12px 12px 0 !important;
  border: 1.5px solid #cbd5e1 !important;
  border-left: none !important;
  padding: 0.65rem 1rem !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  background-color: #ffffff !important;
}

.g2g-input-group .form-control:focus,
.g2g-input-group .form-select:focus {
  border-color: #ff5500 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.15) !important;
}

/* G2G Form Labels Size Reduction & Spacing */
.g2g-form-card-modern .form-label {
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.35rem !important;
  color: #042345 !important;
  letter-spacing: 0.1px;
}

/* G2G Modern Section Heading with Background Banners */
.g2g-form-section-heading {
  border-radius: 12px;
  padding: 0.65rem 1.1rem;
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
  box-shadow: 0 2px 8px rgba(4, 35, 69, 0.03);
}

.g2g-form-section-heading:first-of-type {
  margin-top: 0;
}

.g2g-heading-saffron {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%) !important;
  border-left: 5px solid #ff5500 !important;
}

.g2g-heading-green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border-left: 5px solid #009944 !important;
}

.g2g-heading-navy {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-left: 5px solid #042345 !important;
}

.g2g-heading-gold {
  background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%) !important;
  border-left: 5px solid #eab308 !important;
}

/* Modern Dropzone & File Drag-Upload Component */
.g2g-modern-dropzone {
  background: #f8fafc;
  border: 2.5px dashed #ff5500 !important;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.g2g-modern-dropzone.drag-active {
  background: #fff7ed !important;
  border-color: #009944 !important;
  box-shadow: 0 0 0 4px rgba(0, 153, 68, 0.15);
}

.dropzone-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-progress-bar {
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.bg-saffron {
  background-color: #ff5500 !important;
}

/* Dashboard KPI & Chart Cards Beautification */
.dashboard-kpi-card {
  padding: 1.25rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(4, 35, 69, 0.06);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.dashboard-kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(4, 35, 69, 0.12);
}

.dashboard-chart-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(4, 35, 69, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.dashboard-chart-card:hover {
  box-shadow: 0 8px 24px rgba(4, 35, 69, 0.08);
}

@keyframes pulse-dot {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}

.animate-pulse {
  animation: pulse-dot 1.8s infinite ease-in-out;
}

/* ==========================================================================
   COMPREHENSIVE MOBILE RESPONSIVE DESIGN SYSTEM
   ========================================================================== */

/* Base Overflow & Touch Target Fixes */

.table-responsive {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

/* Mobile & Tablet Breakpoints (< 991.98px) */
@media (max-width: 991.98px) {
  /* Header & Branding */
  .main-header {
    padding: 0.5rem 0;
  }
  
  .header-title-main {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }
  
  .header-subtitle-main {
    font-size: 0.8rem !important;
  }

  /* Navbar Mobile Menu Drawer */
  .navbar-collapse {
    background: #ffffff !important;
    padding: 1rem !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(4, 35, 69, 0.15) !important;
    margin-top: 0.5rem !important;
  }

  .nav-pill-item {
    display: block !important;
    width: 100% !important;
    padding: 0.65rem 1rem !important;
    margin-bottom: 4px !important;
    border-radius: 8px !important;
  }

  .campaign-dates-pill {
    width: 100% !important;
    text-align: center !important;
    margin-top: 0.75rem !important;
    display: block !important;
    padding: 0.6rem 1rem !important;
  }

  /* Footer Stacking */
  .footer-col-border {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-bottom: 1.25rem !important;
    margin-bottom: 1rem !important;
  }
}

/* Small Mobile Screens (< 767.98px) - Minified Sleek Mobile Header */
@media (max-width: 767.98px) {
  /* Ultra-slim Top Utility Bar */
  .top-utility-bar {
    font-size: 0.7rem !important;
    padding: 2px 0 !important;
    background: #021a36 !important;
  }
  
  .top-utility-bar .nav-divider {
    margin: 0 3px !important;
  }

  .top-utility-bar span,
  .top-utility-bar a {
    font-size: 0.68rem !important;
  }

  /* Minified Sticky Header */
  .main-header {
    padding: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(4, 35, 69, 0.1) !important;
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  .main-header .container.py-3,
  .main-header .container.px-4 {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  /* Minified Logo & Emblem Image */
  .main-header img[alt*="Emblem"],
  .main-header a img {
    height: 34px !important;
    width: auto !important;
  }

  .main-header a.d-flex.align-items-center {
    gap: 0.5rem !important;
  }

  /* Minified Title & Hidden Subtitle */
  .header-title-main {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    color: #042345 !important;
    white-space: nowrap !important;
  }
  
  .header-subtitle-main {
    display: none !important; /* Minify look: hide subtitle on mobile */
  }

  /* Minified Action Button */
  .btn-pill-blue-outline {
    padding: 0.25rem 0.55rem !important;
    font-size: 0.72rem !important;
    border-radius: 18px !important;
    white-space: nowrap !important;
    border-width: 1px !important;
  }

  /* Minified Navbar Toggle Row */
  .main-header nav.navbar {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    border-top: 1px solid #f1f5f9 !important;
  }

  .navbar-toggler {
    padding: 0.15rem 0.45rem !important;
    font-size: 0.78rem !important;
    border-radius: 6px !important;
  }

  .navbar-toggler-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  /* Inner Hero Banner */
  .inner-hero-banner {
    padding: 1rem 0 !important;
  }

  .inner-hero-title {
    font-size: 1.25rem !important;
  }

  .inner-hero-subtitle {
    font-size: 0.82rem !important;
  }

  /* Card Containers & Padding */
  .g2g-form-card-modern,
  .dashboard-chart-card,
  .card.inner-card-orange-accent,
  .card.inner-card-green-accent,
  .card.inner-card-navy-accent,
  .card.inner-card-gold-accent {
    padding: 1rem !important;
    border-radius: 12px !important;
  }

  /* Form Headings */
  .g2g-form-section-heading {
    padding: 0.6rem 0.8rem !important;
    border-radius: 8px !important;
  }

  .g2g-form-section-heading h5 {
    font-size: 0.95rem !important;
  }

  /* Drag Dropzone Mobile */
  .g2g-modern-dropzone {
    padding: 1.25rem 0.75rem !important;
  }

  .dropzone-icon-circle {
    width: 48px !important;
    height: 48px !important;
  }

  .dropzone-icon-circle i {
    font-size: 1.4rem !important;
  }

  /* Chart Canvases */
  .dashboard-chart-card div[style*="height:3"],
  div[style*="height:320px"],
  div[style*="height:310px"] {
    height: 250px !important;
  }

  /* Table Customizations for Mobile */
  .table {
    font-size: 0.82rem !important;
  }

  .table th, .table td {
    padding: 0.5rem 0.6rem !important;
    white-space: nowrap !important;
  }

  .table td.text-truncate-mobile {
    max-width: 140px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Stat Card Single Mobile Font-Size Reduction (< 767.98px) */
  .stat-card-single {
    padding: 12px 8px !important;
    border-radius: 14px !important;
  }

  .stat-card-single .num-blue,
  .stat-card-single .num-green,
  .stat-card-single .num-purple,
  .stat-card-single .num-amber {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px !important;
  }

  .stat-ring-outer {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 6px !important;
  }

  .stat-circle-inner {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
  }

  .stat-card-lbl {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    margin-top: 4px !important;
  }
}

/* Extra Small Screens (< 575.98px) */
@media (max-width: 575.98px) {
  /* Extra Small Stat Card Single Scaling */
  .stat-card-single {
    padding: 10px 6px !important;
    border-radius: 12px !important;
  }

  .stat-card-single .num-blue,
  .stat-card-single .num-green,
  .stat-card-single .num-purple,
  .stat-card-single .num-amber {
    font-size: 1.25rem !important;
  }

  .stat-ring-outer {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 4px !important;
  }

  .stat-circle-inner {
    width: 30px !important;
    height: 30px !important;
    font-size: 0.85rem !important;
  }

  .stat-card-lbl {
    font-size: 0.72rem !important;
    line-height: 1.18 !important;
  }

  /* Top Utility Bar hide less important links on tiny screens */
  .top-utility-bar a[href="#"]:contains("स्क्रीन रीडर") {
    display: none !important;
  }

  /* KPI Stat Cards 2x2 Grid */
  .dashboard-kpi-card {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
  }

  .dashboard-kpi-card h3 {
    font-size: 1.25rem !important;
  }

  .dashboard-kpi-card i {
    font-size: 1.35rem !important;
  }

  .dashboard-kpi-card .badge {
    font-size: 0.65rem !important;
    padding: 1px 4px !important;
  }

  .dashboard-kpi-card small,
  .dashboard-kpi-card .text-muted {
    font-size: 0.72rem !important;
  }

  /* Action Bar Buttons Stack */
  .inner-page-main .d-flex.justify-content-between.flex-wrap {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .inner-page-main .btn {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0.25rem !important;
  }

  /* Modal Dialogs */
  .modal-dialog {
    margin: 0.5rem !important;
  }

  .modal-body {
    padding: 1rem !important;
  }
}

/* ==========================================================================
   SECONDARY SUB-NAVBAR BAR (12 OFFICIAL PORTAL QUICK NAV ITEMS)
   ========================================================================== */

.secondary-sub-navbar {
  background: linear-gradient(135deg, #031d38 0%, #042345 100%) !important;
  color: #ffffff;
  padding: 6px 0;
  border-top: 2px solid #ff5500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(4, 35, 69, 0.12);
}

.sub-nav-scroll-container {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0;
}

.sub-nav-scroll-container::-webkit-scrollbar {
  display: none;
}

.sub-nav-item {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  padding: 4px 12px;
  border-radius: 20px;
  transition: all 0.2s ease;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.sub-nav-item:hover,
.sub-nav-item.active {
  color: #ffffff !important;
  background: #ff5500 !important;
  border-color: #ff5500 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(255, 85, 0, 0.3);
}

.sub-nav-divider {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  user-select: none;
}

@media (max-width: 767.98px) {
  .secondary-sub-navbar {
    padding: 4px 0 !important;
    font-size: 0.78rem !important;
  }
  
  .sub-nav-item {
    padding: 3px 9px !important;
    font-size: 0.76rem !important;
    border-radius: 14px !important;
  }
}

/* Hero Section 3-Pillars Card Redesign */
.hero-pillar-card {
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s ease !important;
  cursor: pointer;
}
.hero-pillar-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 22px rgba(4, 35, 69, 0.14) !important;
}

/* Key Dates Dark Milestone Card Redesign */
.milestone-dark-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 22px 20px !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  position: relative;
  overflow: hidden;
}
.milestone-dark-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--card-accent, #ff5500);
}
.milestone-dark-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 25px var(--card-glow, rgba(255, 85, 0, 0.3)) !important;
}

