/* =============================================
   SHRUTI CHOUDHRY – shrutichoudhry.in
   BJP Political Theme · Saffron · Green · White
   ============================================= */

:root {
  --saffron: #F97D09;
  --saffron-dark: #C85F00;
  --saffron-light: #FBA04A;
  --saffron-pale: #FEF3E8;
  --green: #138808;
  --green-dark: #0A5C04;
  --green-light: #1DAD10;
  --green-pale: #EAF5E9;
  --white: #FFFFFF;
  --off-white: #FFFAF6;
  --light-gray: #F5F0EB;
  --border: #EAE0D8;
  --text-dark: #1A0F00;
  --text-mid: #4A3520;
  --text-light: #8A6D55;
  --gold: #E8B84B;
  --gold-dark: #B8861A;
  --shadow-sm: 0 2px 12px rgba(249,125,9,0.08);
  --shadow-md: 0 8px 32px rgba(249,125,9,0.14);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.14);
  --radius: 8px;
  --radius-lg: 16px;
  --transition: 0.3s ease;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Hind', 'Source Sans 3', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
input, textarea, button, select { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 10px; display: flex; align-items: center; gap: 8px;
}
.section-label::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--saffron); flex-shrink: 0; }
.section-label.center { justify-content: center; }
.section-label.center::before { display: none; }
.section-title { font-family: var(--font-display); font-size: clamp(26px, 3.5vw, 44px); font-weight: 700; color: var(--text-dark); line-height: 1.18; margin-bottom: 18px; }
.center { text-align: center; }
.center-btn { text-align: center; margin-top: 44px; }
.accent { color: var(--saffron); }
.accent-green { color: var(--green); }

/* TRICOLOR BAR */
.tricolor-bar { height: 5px; background: linear-gradient(90deg, var(--saffron) 33.33%, var(--white) 33.33%, var(--white) 66.66%, var(--green) 66.66%); border-bottom: 0.5px solid var(--border); }

/* BUTTONS */
.btn { display: inline-block; padding: 13px 32px; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; transition: var(--transition); cursor: pointer; border: none; }
.btn-primary { background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); color: var(--white); box-shadow: 0 4px 16px rgba(249,125,9,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,125,9,0.4); }
.btn-green { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: var(--white); box-shadow: 0 4px 16px rgba(19,136,8,0.3); }
.btn-green:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--saffron); border: 2px solid var(--saffron); }
.btn-outline:hover { background: var(--saffron); color: var(--white); transform: translateY(-2px); }
.btn-white-inv { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.4); font-size: 13px; padding: 10px 20px; border-radius: 4px; display: inline-block; transition: var(--transition); font-weight: 700; }
.btn-white-inv:hover { background: #fff; color: var(--saffron); }
.btn-dark-outline { background: transparent; color: var(--text-dark); border: 2px solid var(--text-dark); }
.btn-dark-outline:hover { background: var(--text-dark); color: #fff; transform: translateY(-2px); }

/* ============= TOP BAR ============= */
.topbar { background: var(--text-dark); padding: 7px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.65); }
.topbar-left { display: flex; gap: 16px; align-items: center; }
.topbar-bjp-logo { height: 24px; width: auto; object-fit: contain; vertical-align: middle; }
.topbar-right { display: flex; gap: 10px; align-items: center; }
.topbar-social-icon { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; transition: var(--transition); padding: 5px; }
.topbar-social-icon:hover { background: var(--saffron-pale); transform: scale(1.15); box-shadow: 0 2px 8px rgba(249,125,9,0.4); }
.topbar-social-icon img { width: 18px; height: 18px; object-fit: contain; filter: none; display: block; }

/* ============= HEADER ============= */
.header { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 24px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-emblem { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-emblem img { width: 100%; height: 100%; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text-dark); line-height: 1.1; }
.logo-sub { font-size: 10px; color: var(--saffron); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.nav ul { display: flex; gap: 4px; align-items: center; }
.nav ul li a { padding: 8px 14px; font-size: 13px; font-weight: 600; letter-spacing: 0.3px; color: var(--text-mid); border-radius: 4px; transition: var(--transition); text-transform: uppercase; }
.nav ul li a:hover { color: var(--saffron); background: var(--saffron-pale); }
.nav ul li a.active { color: var(--white); background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); }
.header-social { display: flex; gap: 8px; align-items: center; }
.header-social-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--light-gray); display: flex; align-items: center; justify-content: center; transition: var(--transition); padding: 7px; flex-shrink: 0; border: 1px solid var(--border); }
.header-social-icon:hover { background: var(--saffron-pale); transform: scale(1.12); border-color: var(--saffron); box-shadow: 0 2px 8px rgba(249,125,9,0.25); }
.header-social-icon img { width: 18px; height: 18px; object-fit: contain; filter: none; display: block; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--text-dark); border-radius: 2px; transition: var(--transition); }

/* ============= HERO — FULL BLEED IMAGE RIGHT ============= */
/* ============= HERO — FULL BLEED IMAGE, NO CARD ============= */
.hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #fff8f2;
}

/* ── Full-bleed background image ── */
.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center; /* show her face clearly on right */
  display: block;
}

/*
 * Layer 1 — Left: solid white → transparent
 * This keeps text crystal clear on the left
 * and reveals the photo fully on the right
 */
.hero-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 248, 242, 1.0)   0%,
    rgba(255, 248, 242, 1.0)  30%,
    rgba(255, 248, 242, 0.88) 44%,
    rgba(255, 248, 242, 0.45) 56%,
    rgba(255, 248, 242, 0.08) 70%,
    rgba(255, 248, 242, 0.0) 100%
  );
}

/*
 * Layer 2 — Subtle blur in the middle transition band only
 * Feathered at both edges so it disappears into clear zones
 */
.hero-blur-band {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
  /* CSS-only blur via backdrop-filter, masked to only the middle band */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Mask: only active between 38%–62% width */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent   0%,
    transparent  34%,
    black        42%,
    black        58%,
    transparent  66%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent   0%,
    transparent  34%,
    black        42%,
    black        58%,
    transparent  66%,
    transparent 100%
  );
}

/* Saffron 4px accent bar at very top */
.hero-saffron-tint {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--saffron), var(--saffron-dark));
  z-index: 10;
}

/* Subtle lotus watermark — right side */
.hero-lotus-bg {
  position: absolute;
  right: 2%;
  bottom: -5%;
  font-size: 200px;
  opacity: 0.04;
  color: var(--saffron);
  z-index: 3;
  pointer-events: none;
  line-height: 1;
}

/* ── Inner container — text left, nothing right ── */
.hero-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 600px;
  width: 100%;
}

/* Text block — occupies left 48% max */
.hero-text {
  max-width: 500px;
  padding: 80px 0;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 125, 9, 0.1);
  border: 1px solid rgba(249, 125, 9, 0.28);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 22px;
  width: fit-content;
}
.hero-tag .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--saffron);
  flex-shrink: 0;
}
.hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.hero-text .subtitle {
  font-size: 15px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-text .subtitle::before {
  content: '';
  display: block;
  width: 20px; height: 2px;
  background: var(--green);
  flex-shrink: 0;
}
.hero-desc {
  font-size: 15px;
  color: var(--text-mid);
  max-width: 440px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* STATS BAR */
.stats-bar { background: var(--text-dark); padding: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-card { text-align: center; padding: 22px 16px; border-right: 1px solid rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--saffron); transform: scaleX(0); transition: var(--transition); }
.stat-card:hover::before { transform: scaleX(1); }
.stat-card:last-child { border-right: none; }
.stat-num { display: block; font-family: var(--font-display); font-size: 34px; font-weight: 900; color: var(--saffron); line-height: 1; }
.stat-label { display: block; font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 6px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ============= SECTION HEADING ============= */
.bjp-section-head { margin-bottom: 48px; }
.bjp-section-head.center { text-align: center; }
.bjp-line { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 14px; }
.bjp-line-bar { height: 3px; width: 40px; background: var(--saffron); border-radius: 2px; }
.bjp-line-lotus { font-size: 20px; }
.bjp-line-bar.green { background: var(--green); }

/* ============= ABOUT SNAP ============= */
.about-snap { background: var(--white); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.col-text p { color: var(--text-mid); margin-bottom: 16px; font-size: 15px; line-height: 1.8; }
.col-text .btn { margin-top: 8px; }
.about-img-wrap { position: relative; }
.about-photo-box { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 3px solid var(--saffron); min-height: unset; }
.about-photo-box img { width: 100%; max-height: 380px; object-fit: cover; object-position: center top; display: block; }
.about-deco-corner { position: absolute; top: -12px; right: -12px; width: 80px; height: 80px; border-top: 4px solid var(--saffron); border-right: 4px solid var(--saffron); border-radius: 0 var(--radius-lg) 0 0; pointer-events: none; }
.about-deco-corner.bl { top: auto; right: auto; bottom: -12px; left: -12px; border-top: none; border-right: none; border-bottom: 4px solid var(--green); border-left: 4px solid var(--green); border-radius: 0 0 0 var(--radius-lg); }
.about-img-caption { position: absolute; bottom: -30px; left: 0; right: 0; text-align: center; font-size: 12px; color: var(--text-light); font-style: italic; }
.info-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.pill { display: flex; align-items: center; gap: 6px; background: var(--saffron-pale); border: 1px solid rgba(249,125,9,0.2); border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--saffron-dark); }
.pill.green-pill { background: var(--green-pale); border-color: rgba(19,136,8,0.2); color: var(--green-dark); }

/* ============= ACHIEVEMENTS ============= */
.achievements-strip { background: var(--saffron-pale); }
.ach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ach-grid-4 { grid-template-columns: repeat(4, 1fr); }
.ach-card { background: var(--white); border-radius: var(--radius); padding: 28px 22px; text-align: center; border-top: 4px solid var(--saffron); box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; overflow: hidden; }
.ach-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); transition: height 0.4s ease; z-index: 0; }
.ach-card:hover::before { height: 100%; }
.ach-card:hover .ach-icon, .ach-card:hover h3, .ach-card:hover p { color: var(--white); position: relative; z-index: 1; }
.ach-icon { font-size: 38px; margin-bottom: 14px; transition: var(--transition); }
.ach-card h3 { font-family: var(--font-display); font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text-dark); transition: var(--transition); }
.ach-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; transition: var(--transition); }

/* ============= ASSEMBLY FEATURE ============= */
.assembly-feature { background: var(--white); }
.assembly-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.assembly-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.assembly-img-main { grid-column: span 2; border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-md); border: 2px solid var(--saffron); }
.assembly-img-main img { width: 100%; height: 240px; object-fit: cover; object-position: center 15%; display: block; }
.assembly-img-badge { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(249,125,9,0.9), transparent); color: #fff; font-size: 13px; font-weight: 700; padding: 20px 14px 10px; letter-spacing: 0.5px; }
.assembly-img-thumb { grid-column: span 2; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.assembly-img-thumb img { width: 100%; height: 160px; object-fit: cover; object-position: center 15%; display: block; }
.assembly-stats { display: flex; gap: 20px; margin: 24px 0; flex-wrap: wrap; }
.as-item { text-align: center; }
.as-num { display: block; font-family: var(--font-display); font-size: 28px; font-weight: 900; color: var(--saffron); line-height: 1; }
.as-label { display: block; font-size: 11px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* ============= HOME GALLERY GRID ============= */
.gallery-preview { }
.home-gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 200px 200px; gap: 12px; margin-top: 40px; }
.hgal-item { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; }
.hgal-large { grid-column: span 2; grid-row: span 2; }
.hgal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.hgal-item:hover img { transform: scale(1.06); }
.hgal-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(249,125,9,0.85) 0%, transparent 50%); opacity: 0; transition: var(--transition); display: flex; align-items: flex-end; padding: 14px; }
.hgal-overlay span { color: #fff; font-size: 13px; font-weight: 600; }
.hgal-item:hover .hgal-overlay { opacity: 1; }

/* ============= BJP LEADERS ============= */
.bjp-leaders { background: var(--saffron-pale); }
.leaders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.leader-card { text-align: center; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition); background: var(--white); }
.leader-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.leader-photo { background: linear-gradient(135deg, var(--saffron-pale), var(--light-gray)); min-height: 180px; display: flex; align-items: center; justify-content: center; font-size: 54px; }
.leader-card-img .leader-photo-real { height: 180px; overflow: hidden; }
.leader-card-img .leader-photo-real img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 0.4s ease; }
.leader-card-img:hover .leader-photo-real img { transform: scale(1.05); }
.leader-info { padding: 14px 12px; }
.leader-info h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.leader-info p { font-size: 11px; color: var(--saffron); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

/* ============= DEVELOPMENT PREVIEW ============= */
.dev-preview { }
.dev-feature-banner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 48px; border: 1px solid var(--border); }
.dev-feature-banner img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; display: block; }
.dev-feature-text { background: linear-gradient(135deg, var(--saffron-dark), var(--saffron)); padding: 36px 30px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.dev-feature-badge { display: inline-block; background: rgba(255,255,255,0.2); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; width: fit-content; }
.dev-feature-text h3 { font-family: var(--font-display); font-size: 22px; font-weight: 900; color: #fff; line-height: 1.2; }
.dev-feature-text p { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.7; }
.dev-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.dev-card { background: var(--white); border-radius: var(--radius); padding: 24px 20px; border-left: 4px solid var(--green); box-shadow: var(--shadow-sm); transition: var(--transition); }
.dev-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-left-color: var(--saffron); }
.dev-icon { font-size: 32px; margin-bottom: 12px; }
.dev-card h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text-dark); }
.dev-card p { font-size: 13px; color: var(--text-mid); margin-bottom: 12px; line-height: 1.6; }
.read-more { font-size: 13px; color: var(--saffron); font-weight: 700; transition: var(--transition); }
.read-more:hover { color: var(--saffron-dark); }

/* ============= QUOTE ============= */
.quote-section { background: linear-gradient(135deg, var(--saffron-dark) 0%, var(--saffron) 100%); padding: 70px 0; position: relative; overflow: hidden; }
.quote-section::before { content: '🪷'; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); font-size: 200px; opacity: 0.07; }
.quote-section blockquote { font-family: var(--font-display); font-size: clamp(18px, 2.5vw, 26px); font-style: italic; color: var(--white); text-align: center; max-width: 820px; margin: 0 auto; line-height: 1.7; position: relative; z-index: 1; }
.quote-section blockquote::before { content: '\201C'; font-size: 3em; line-height: 0; vertical-align: -0.4em; margin-right: 6px; opacity: 0.6; }
.quote-section cite { display: block; margin-top: 20px; font-size: 13px; font-style: normal; color: rgba(255,255,255,0.75); letter-spacing: 2px; text-transform: uppercase; }

/* ============= CONTACT CTA ============= */
.contact-cta { background: var(--off-white); }
.contact-info-list { margin: 18px 0 26px; display: flex; flex-direction: column; gap: 12px; }
.ci-item { display: flex; gap: 12px; align-items: center; font-size: 14px; color: var(--text-mid); }
.ci-icon-wrap { width: 36px; height: 36px; background: var(--saffron-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.col-form { background: var(--white); border-radius: var(--radius-lg); padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow-md); border-top: 4px solid var(--saffron); }
.col-form h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.col-form .form-sub { font-size: 13px; color: var(--text-light); margin-bottom: 20px; }
.quick-form input, .quick-form textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; background: var(--off-white); color: var(--text-dark); margin-bottom: 12px; outline: none; transition: var(--transition); }
.quick-form input:focus, .quick-form textarea:focus { border-color: var(--saffron); background: var(--white); box-shadow: 0 0 0 3px rgba(249,125,9,0.1); }
.quick-form .btn { width: 100%; }

/* ============= PAGE BANNER ============= */
.page-banner { background: linear-gradient(135deg, var(--text-dark) 0%, #3A1F00 100%); padding: 64px 0; text-align: center; position: relative; overflow: hidden; }
.page-banner::before { content: '🪷'; position: absolute; right: 8%; top: 50%; transform: translateY(-50%); font-size: 160px; opacity: 0.05; }
.page-banner h1 { font-family: var(--font-display); font-size: clamp(30px, 5vw, 52px); font-weight: 900; color: var(--white); position: relative; z-index: 1; }
.page-banner .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 12px; position: relative; z-index: 1; }
.page-banner .breadcrumb a { color: var(--saffron); }

/* ============= FOOTER ============= */
.footer { background: var(--text-dark); padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-emblem { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.footer-emblem img { width: 100%; height: 100%; object-fit: contain; }
.footer-name-block .fn { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--white); display: block; }
.footer-name-block .fs { font-size: 10px; color: var(--saffron); letter-spacing: 2px; text-transform: uppercase; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 300px; }
.footer h4 { color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--saffron); display: inline-block; }
.footer-links ul li { margin-bottom: 8px; }
.footer-links ul li a { font-size: 13px; color: rgba(255,255,255,0.5); transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.footer-links ul li a::before { content: '›'; color: var(--saffron); }
.footer-links ul li a:hover { color: var(--saffron); }
.footer-jai { font-size: 13px; color: var(--saffron); font-weight: 700; margin-top: 16px; letter-spacing: 1px; }
/* Footer social icons — real image icons */
.social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.social-icon { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: var(--transition); padding: 8px; background: #fff; }
.social-icon:hover { background: var(--saffron); border-color: var(--saffron); transform: scale(1.08); }
.social-icon img { width: 22px; height: 22px; object-fit: contain; filter: none; display: block; }
.social-icon:hover img { filter: none; }
.footer-bottom { background: rgba(0,0,0,0.35); padding: 16px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.35); }

/* ============= ABOUT PAGE ============= */
.profile-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.profile-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md); border-top: 5px solid var(--saffron); }
.profile-photo-real { position: relative; }
.profile-photo-real img { width: 100%; max-height: 340px; object-fit: cover; object-position: center top; display: block; }
.profile-photo-badge { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(249,125,9,0.92), transparent); color: #fff; font-size: 12px; font-weight: 700; padding: 20px 14px 10px; text-align: center; }
.profile-meta { padding: 0; }
.profile-meta-item { display: flex; justify-content: space-between; padding: 11px 18px; border-bottom: 1px solid var(--border); font-size: 13px; align-items: flex-start; gap: 8px; }
.profile-meta-item:last-child { border-bottom: none; }
.profile-meta-item .label { color: var(--text-light); font-weight: 500; flex-shrink: 0; }
.profile-meta-item .value { font-weight: 700; color: var(--text-dark); text-align: right; }
.profile-meta-item .value.saffron { color: var(--saffron); }
.profile-meta-item .value.green { color: var(--green); }
.about-side-img { margin-top: 16px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); position: relative; }
.about-side-img img { width: 100%; height: 200px; object-fit: cover; object-position: center top; display: block; }
.side-img-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(249,125,9,0.9), transparent); color: #fff; font-size: 12px; font-weight: 700; padding: 20px 12px 8px; text-align: center; }
.about-content h2 { font-family: var(--font-display); font-size: 30px; font-weight: 900; margin-bottom: 14px; color: var(--text-dark); }
.about-content h3 { font-family: var(--font-display); font-size: 19px; font-weight: 700; margin: 28px 0 12px; color: var(--text-dark); display: flex; align-items: center; gap: 10px; }
.about-content h3::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.about-content p { font-size: 15px; color: var(--text-mid); margin-bottom: 14px; line-height: 1.85; }
.timeline { margin: 16px 0 24px; }
.tl-item { display: flex; gap: 18px; margin-bottom: 18px; }
.tl-year { min-width: 56px; font-family: var(--font-display); font-weight: 900; color: var(--saffron); font-size: 16px; padding-top: 3px; }
.tl-content { flex: 1; background: var(--saffron-pale); border-left: 4px solid var(--saffron); padding: 12px 16px; border-radius: 0 var(--radius) var(--radius) 0; }
.tl-content h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; color: var(--text-dark); }
.tl-content p { font-size: 13px; color: var(--text-mid); margin: 0; }
.about-inline-img { margin: 24px 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.about-inline-img img { width: 100%; max-height: 280px; object-fit: cover; object-position: center 20%; display: block; }
.inline-img-cap { padding: 10px 14px; font-size: 12px; color: var(--text-light); font-style: italic; background: var(--off-white); border-top: 1px solid var(--border); }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ============= GALLERY PAGE ============= */
.gallery-filter { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn { padding: 9px 22px; border-radius: 4px; border: 2px solid var(--border); background: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-mid); cursor: pointer; transition: var(--transition); }
.filter-btn.active, .filter-btn:hover { background: var(--saffron); color: var(--white); border-color: var(--saffron); }
.real-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.rgal-item { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; }
.rgal-item.rgal-tall { grid-row: span 2; }
.rgal-item.rgal-wide { grid-column: span 2; }
.rgal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.rgal-item:hover img { transform: scale(1.05); }
.rgal-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(249,125,9,0.88) 0%, transparent 55%); opacity: 0; transition: var(--transition); display: flex; align-items: flex-end; padding: 12px; }
.rgal-overlay span { color: #fff; font-size: 13px; font-weight: 600; }
.rgal-item:hover .rgal-overlay { opacity: 1; }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lb-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.93); }
.lb-close { position: absolute; top: 18px; right: 24px; font-size: 40px; color: #fff; background: none; border: none; cursor: pointer; z-index: 1; line-height: 1; opacity: 0.7; transition: var(--transition); }
.lb-close:hover { opacity: 1; color: var(--saffron); }
.lb-prev, .lb-next { position: absolute; top: 50%; transform: translateY(-50%); font-size: 48px; color: #fff; background: rgba(249,125,9,0.5); border: none; cursor: pointer; z-index: 1; padding: 4px 16px; border-radius: var(--radius); line-height: 1; transition: var(--transition); }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-prev:hover, .lb-next:hover { background: var(--saffron); }
.lb-content { position: relative; z-index: 1; max-width: 860px; width: 90%; border-radius: var(--radius-lg); overflow: hidden; border-top: 4px solid var(--saffron); box-shadow: 0 32px 80px rgba(0,0,0,0.7); }
.lb-content #lbImg { width: 100%; max-height: 70vh; object-fit: contain; display: block; background: #111; }
.lb-caption { padding: 14px 18px; background: var(--text-dark); color: rgba(255,255,255,0.8); font-size: 14px; text-align: center; }

/* ============= DEVELOPMENT PAGE ============= */
.dev-flagship { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 48px; border: 1px solid var(--border); }
.dev-flagship-img { position: relative; }
.dev-flagship-img img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; display: block; }
.dev-flagship-badge { position: absolute; top: 16px; left: 16px; background: var(--saffron); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; }
.dev-flagship-text { background: var(--text-dark); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.dev-flagship-text .section-label { color: var(--saffron); }
.dev-flagship-text .section-title { color: #fff; }
.dev-flagship-text p { color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.75; }
.flagship-stats { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.fs-item { text-align: center; }
.fs-num { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 900; color: var(--saffron); }
.fs-label { display: block; font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.dev-full-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.dev-full-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition); }
.dev-full-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dev-card-header { background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); padding: 20px; display: flex; align-items: center; gap: 14px; }
.dev-card-header .dch-icon { font-size: 28px; }
.dev-card-header h3 { font-size: 15px; font-weight: 700; color: var(--white); }
.dev-card-body { padding: 20px; }
.dev-card-body p { font-size: 13px; color: var(--text-mid); line-height: 1.7; margin-bottom: 12px; }
.dev-card-body ul li { font-size: 13px; color: var(--text-mid); padding: 4px 0 4px 16px; position: relative; }
.dev-card-body ul li::before { content: '›'; position: absolute; left: 0; color: var(--saffron); font-weight: 900; }
.dev-count-box { border-radius: var(--radius); padding: 24px; text-align: center; color: #fff; font-size: 28px; }
.saffron-box { background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); }
.green-box { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.dc-num { font-family: var(--font-display); font-size: 28px; font-weight: 900; margin: 6px 0 4px; }
.dc-label { font-size: 11px; opacity: 0.85; letter-spacing: 1px; text-transform: uppercase; }
.progress-section { background: var(--off-white); }
.progress-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.progress-item { background: var(--white); border-radius: var(--radius); padding: 20px; border: 1px solid var(--border); }
.progress-label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.progress-pct { color: var(--saffron); font-weight: 700; }
.progress-bar { height: 8px; background: var(--light-gray); border-radius: 4px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--saffron), var(--saffron-dark)); border-radius: 4px; transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* ============= CONTACT PAGE ============= */
.contact-minister-strip { background: var(--off-white); padding: 48px 0; border-bottom: 1px solid var(--border); }
.contact-minister-inner { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
.contact-minister-img { border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--saffron); box-shadow: var(--shadow-md); }
.contact-minister-img img { width: 100%; height: 220px; object-fit: cover; object-position: center top; display: block; }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; }
.contact-info-card { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-sm); overflow: hidden; border-top: 5px solid var(--saffron); }
.contact-card-head { background: linear-gradient(135deg, var(--saffron), var(--saffron-dark)); padding: 20px; color: var(--white); }
.contact-card-head h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; }
.contact-card-head p { font-size: 12px; opacity: 0.8; margin-top: 4px; }
.contact-item { display: flex; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--border); align-items: flex-start; }
.contact-item:last-child { border-bottom: none; }
.ci-icon-bg { width: 38px; height: 38px; background: var(--saffron-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ci-info strong { display: block; font-size: 11px; color: var(--text-light); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 2px; }
.ci-info span { font-size: 14px; color: var(--text-dark); font-weight: 500; }
.contact-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow-md); border-top: 5px solid var(--saffron); }
.contact-form-card h2 { font-family: var(--font-display); font-size: 26px; font-weight: 700; margin-bottom: 6px; }
.contact-form-card > p { font-size: 14px; color: var(--text-light); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 11px; font-weight: 700; color: var(--text-mid); margin-bottom: 6px; letter-spacing: 1px; text-transform: uppercase; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; background: var(--off-white); color: var(--text-dark); outline: none; transition: var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--saffron); background: var(--white); box-shadow: 0 0 0 3px rgba(249,125,9,0.1); }
.form-group .btn { width: 100%; }
.map-placeholder { background: var(--light-gray); border-radius: var(--radius-lg); min-height: 240px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--text-light); border: 1px solid var(--border); flex-direction: column; gap: 8px; margin-top: 24px; }
.success-msg { display: none; background: var(--green-pale); border: 1px solid rgba(19,136,8,0.3); border-radius: var(--radius); padding: 14px 16px; font-size: 14px; color: var(--green-dark); margin-top: 8px; }

/* ============= RESPONSIVE ============= */
@media (max-width: 1100px) {
  .header-social { display: none; }
}
@media (max-width: 1024px) {
  .two-col, .assembly-grid, .profile-grid, .contact-main-grid, .contact-minister-inner { grid-template-columns: 1fr; }
  .hero-bg-image img { object-position: 70% center; }
  .hero-bg-image::before {
    background: linear-gradient(
      to right,
      rgba(255,248,242,1.0)  0%,
      rgba(255,248,242,1.0) 28%,
      rgba(255,248,242,0.9) 44%,
      rgba(255,248,242,0.4) 60%,
      rgba(255,248,242,0.0) 100%
    );
  }
  .hero-blur-band {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 30%, black 40%, black 56%, transparent 64%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 30%, black 40%, black 56%, transparent 64%, transparent 100%);
  }
  .hero-text { max-width: 100%; padding: 60px 0; }
  .ach-grid, .ach-grid-4, .leaders-grid { grid-template-columns: repeat(2, 1fr); }
  .dev-cards { grid-template-columns: repeat(2, 1fr); }
  .dev-full-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .progress-grid { grid-template-columns: 1fr; }
  .dev-flagship, .dev-feature-banner { grid-template-columns: 1fr; }
  .dev-flagship-img img, .dev-feature-banner img { max-height: 220px; }
  .home-gal-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .hgal-large { grid-column: span 2; }
  .hgal-item { height: 180px; }
  .real-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .dev-cards, .dev-full-grid, .real-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .rgal-wide { grid-column: span 2; }
  .rgal-tall { grid-row: span 1; }
  .portfolio-grid { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; gap: 4px; text-align: center; }
  .lb-prev, .lb-next { font-size: 32px; padding: 4px 10px; }
}
@media (max-width: 640px) {
  .topbar-inner { flex-direction: column; gap: 5px; font-size: 11px; }
  .nav { display: none; position: fixed; inset: 0; background: var(--white); padding: 90px 28px 28px; z-index: 999; overflow-y: auto; }
  .nav.open { display: flex; flex-direction: column; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav ul li a { display: block; padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--border); border-radius: 0; text-align: left; }
  .hamburger { display: flex; }
  .hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ach-grid, .ach-grid-4, .dev-cards, .dev-full-grid, .leaders-grid, .real-gallery-grid { grid-template-columns: 1fr; }
  .rgal-wide, .hgal-large { grid-column: span 1; }
  .hgal-item { height: 160px; }
  .home-gal-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .header-social { display: none; }
}

/* ============= HERO RESPONSIVE — MOBILE & TABLET ============= */
@media (max-width: 768px) {
  .hero { min-height: 520px; }
  .hero-bg-image img { object-position: 78% center; }
  .hero-bg-image::before {
    background: linear-gradient(
      to right,
      rgba(255,248,242,1.0)  0%,
      rgba(255,248,242,1.0) 38%,
      rgba(255,248,242,0.85) 52%,
      rgba(255,248,242,0.25) 72%,
      rgba(255,248,242,0.0) 100%
    );
  }
  .hero-blur-band {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 38%, black 48%, black 60%, transparent 68%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 38%, black 48%, black 60%, transparent 68%, transparent 100%);
  }
  .hero-text { padding: 56px 0; }
  .hero-text h1 { font-size: clamp(32px, 8vw, 52px); }
  .hero-inner { min-height: 520px; }
}

@media (max-width: 480px) {
  .hero { min-height: 100svh; min-height: 100vh; }
  .hero-inner { min-height: 100vh; align-items: flex-end; padding-bottom: 48px; }
  .hero-bg-image img { object-position: 65% top; }
  .hero-bg-image::before {
    /* Mobile: top-to-bottom fade so image shows at top, text readable at bottom */
    background: linear-gradient(
      to bottom,
      rgba(255,248,242,0.0)   0%,
      rgba(255,248,242,0.15) 30%,
      rgba(255,248,242,0.75) 52%,
      rgba(255,248,242,0.97) 65%,
      rgba(255,248,242,1.0) 100%
    );
  }
  .hero-blur-band { display: none; }
  .hero-lotus-bg { display: none; }
  .hero-text { padding: 24px 0 40px; max-width: 100%; }
  .hero-text h1 { font-size: clamp(30px, 9vw, 44px); }
  .hero-desc { font-size: 14px; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-btns .btn { width: 100%; text-align: center; }
}