/*
Theme Name: Lions Club Bilaspur Theme
Theme URI: http://lionsclubbilaspur.org/
Author: Antigravity
Description: A premium custom responsive theme for Lions Club Bilaspur.
Version: 1.0.0
Text Domain: lions-club-theme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #003087;
  --blue-mid: #1a4db3;
  --blue-light: #e8eef9;
  --gold: #f4a61c;
  --gold-light: #fff6e0;
  --gold-dark: #b07200;
  --white: #ffffff;
  --off-white: #f7f8fc;
  --text: #1a1a2e;
  --text-muted: #5a607a;
  --radius: 14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--off-white);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(0,48,135,0.97);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%;
  height: 68px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.nav-brand {
  display: flex; align-items: center; gap: 16px;
  text-decoration: none;
}

.lion-logo {
  width: 44px; height: 44px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.nav-title {
  color: var(--gold);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-title strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: var(--white);
  font-weight: 700;
  text-transform: none;
  margin-bottom: 2px;
}

.nav-links {
  display: flex; gap: 28px; list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 14px; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }

.nav-cta {
  background: var(--gold); color: var(--blue);
  border: none; padding: 9px 20px;
  border-radius: 8px; font-weight: 600; font-size: 14px;
  cursor: pointer; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.nav-cta:hover { background: #ffc048; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #001f5c 0%, #003087 55%, #0a3d8f 100%);
  position: relative;
  display: flex; align-items: center;
  padding: 100px 5% 60px;
  overflow: hidden;
}

.hero-bg-circles {
  position: absolute; inset: 0; pointer-events: none;
}
.circle {
  position: absolute; border-radius: 50%;
  background: rgba(244,166,28,0.07);
}
.c1 { width: 600px; height: 600px; right: -120px; top: -100px; }
.c2 { width: 400px; height: 400px; right: 200px; bottom: -100px; background: rgba(255,255,255,0.04); }
.c3 { width: 200px; height: 200px; left: 10%; top: 20%; background: rgba(244,166,28,0.05); }

.hero-content {
  max-width: 600px; z-index: 1; position: relative;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(244,166,28,0.15);
  border: 1px solid rgba(244,166,28,0.35);
  color: var(--gold);
  padding: 6px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 500;
  margin-bottom: 24px;
}
.hero-badge::before { content: "🦁"; font-size: 16px; }

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 6vw, 68px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
}
.hero h1 span { color: var(--gold); }

.hero-location {
  color: rgba(255,255,255,0.6);
  font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 6px;
}

.hero p {
  color: rgba(255,255,255,0.82);
  font-size: 17px; line-height: 1.75;
  margin-bottom: 36px;
}

.hero-buttons {
  display: flex; gap: 14px; flex-wrap: wrap;
}

.btn-primary {
  background: var(--gold); color: var(--blue);
  padding: 14px 28px; border-radius: 10px;
  font-weight: 700; font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: #ffc048; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(244,166,28,0.35); }

.btn-outline {
  border: 2px solid rgba(255,255,255,0.4); color: white;
  padding: 13px 28px; border-radius: 10px;
  font-weight: 500; font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

.hero-visual {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  z-index: 1;
}

.lion-emblem {
  width: clamp(180px, 22vw, 320px);
  height: clamp(180px, 22vw, 320px);
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(244,166,28,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(80px, 10vw, 140px);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.hero-stats {
  display: flex; gap: 40px; margin-top: 48px;
  flex-wrap: wrap;
}
.stat { border-left: 3px solid var(--gold); padding-left: 14px; }
.stat-num { font-size: 28px; font-weight: 700; color: white; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; }

/* ── MOTTO BAND ── */
.motto-band {
  background: linear-gradient(135deg, #001A4E 0%, #003087 100%);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  padding: 24px 5%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
.motto-band-margin {
  margin-top: 68px;
}
.motto-band p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 600;
  color: var(--gold);
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  letter-spacing: 1.5px;
  text-transform: none;
  font-style: italic;
}

/* ── WELCOME INTRO ── */
.welcome-intro {
  padding: 100px 5%;
  background: radial-gradient(circle at 10% 20%, rgba(244,166,28,0.03) 0%, rgba(255,255,255,1) 90%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.welcome-intro::before {
  content: "";
  position: absolute;
  top: -10%; right: -10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(244,166,28,0.04) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.welcome-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.welcome-location {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.welcome-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5.5vw, 52px);
  color: var(--blue);
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.welcome-title span {
  background: linear-gradient(135deg, var(--gold-dark) 0%, #ffbe43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.welcome-desc {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 40px;
  font-weight: 400;
}
.welcome-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.welcome-buttons .btn-primary {
  padding: 15px 32px;
  font-size: 15px;
  box-shadow: 0 4px 15px rgba(244,166,28,0.25);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.welcome-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(244,166,28,0.4);
}
.btn-outline-dark {
  border: 2px solid var(--blue);
  color: var(--blue);
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-outline-dark:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,48,135,0.15);
}
.welcome-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 750px;
  margin: 0 auto;
}
.welcome-stats .stat {
  background: var(--white);
  border: 1px solid rgba(0,48,135,0.06);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,48,135,0.03);
  transition: all 0.3s ease;
  border-top: 4px solid var(--gold);
}
.welcome-stats .stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,48,135,0.08);
  border-top-color: var(--blue);
}
.welcome-stats .stat-num {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.welcome-stats .stat-label {
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .welcome-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ── SECTION COMMONS ── */
section { padding: 80px 5%; }
.section-label {
  font-size: 12px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  color: var(--blue);
  margin-bottom: 14px;
  line-height: 1.2;
}
.section-sub {
  color: var(--text-muted); font-size: 16px; line-height: 1.7;
  max-width: 560px;
}

/* ── ABOUT ── */
.about { background: white; }
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px; align-items: center;
  margin-top: 50px;
}

.about-image {
  background: linear-gradient(135deg, var(--blue-light) 0%, #c8d9f5 100%);
  border-radius: var(--radius);
  height: 460px;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,48,135,0.06);
}
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-image {
    height: 320px;
  }
}
.about-image::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px; background: var(--gold);
}

.values-list { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.value-item {
  display: flex; gap: 14px; align-items: flex-start;
}
.value-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--gold-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.value-item h4 { font-weight: 600; font-size: 15px; margin-bottom: 3px; }
.value-item p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* ── ACTIVITIES ── */
.activities { background: var(--off-white); }
.activities-header { max-width: 600px; margin-bottom: 50px; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.card {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  border: 1.5px solid #e8ecf6;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,48,135,0.12); }
.card:hover .card-image-wrap img {
  transform: scale(1.06);
}

.card-icon {
  width: 54px; height: 54px;
  background: var(--blue-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 18px;
}
.card h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; color: var(--blue); }
.card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.card-readmore {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}
.card-readmore:hover {
  color: var(--gold) !important;
  text-decoration: underline !important;
}
.card-tag {
  display: inline-block; margin-top: 14px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  color: var(--gold-dark); text-transform: uppercase;
  background: var(--gold-light); padding: 4px 10px; border-radius: 100px;
}

/* ── EVENTS ── */
.events { background: white; }
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 50px;
}

.event-card {
  border: 1.5px solid #e8ecf6;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s;
}
.event-card:hover { transform: translateY(-3px); }

.event-header {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
  padding: 20px 22px;
  display: flex; justify-content: space-between; align-items: center;
}
.event-date {
  text-align: center;
}
.event-day { font-size: 32px; font-weight: 800; color: var(--gold); line-height: 1; }
.event-month { font-size: 12px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 2px; }
.event-type {
  background: rgba(244,166,28,0.15);
  color: var(--gold);
  border: 1px solid rgba(244,166,28,0.3);
  padding: 5px 12px; border-radius: 100px; font-size: 12px; font-weight: 500;
}

.event-body { padding: 20px 22px; }
.event-body h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.event-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.event-readmore {
  transition: color 0.2s ease;
}
.event-readmore:hover {
  color: var(--gold) !important;
  text-decoration: underline !important;
}
.event-meta {
  display: flex; gap: 16px; margin-top: 14px;
  font-size: 13px; color: var(--text-muted);
}
.event-meta span { display: flex; align-items: center; gap: 4px; }

/* ── IMPACT ── */
.impact {
  background: linear-gradient(135deg, var(--blue) 0%, #001f60 100%);
  color: white;
}
.impact .section-label { color: var(--gold); }
.impact .section-title { color: white; }
.impact .section-sub { color: rgba(255,255,255,0.72); }

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px; margin-top: 50px;
}

.impact-card {
  text-align: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 32px 20px;
  transition: background 0.2s;
}
.impact-card:hover { background: rgba(255,255,255,0.11); }
.impact-icon { font-size: 36px; margin-bottom: 12px; }
.impact-num {
  font-size: 40px; font-weight: 800; color: var(--gold);
  font-family: 'Playfair Display', serif;
  line-height: 1;
}
.impact-desc { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 6px; line-height: 1.5; }

/* ── MEMBERS ── */
.members { background: var(--off-white); }
.member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px; margin-top: 50px;
}
.member-card {
  background: white; border-radius: var(--radius);
  padding: 24px 16px; text-align: center;
  border: 1.5px solid #e8ecf6;
  transition: transform 0.2s, box-shadow 0.2s;
}
.member-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,48,135,0.10); }
.member-avatar {
  width: 72px; height: 72px; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--blue-light), #c8d9f5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  border: 3px solid var(--gold);
}
.member-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.member-card p { font-size: 12px; color: var(--text-muted); }

/* ── JOIN CTA ── */
.join-cta {
  background: var(--gold);
  text-align: center;
  padding: 70px 5%;
}
.join-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 40px);
  color: var(--blue);
  margin-bottom: 14px;
}
.join-cta p { color: var(--blue); opacity: 0.8; font-size: 16px; margin-bottom: 30px; }
.btn-dark {
  background: var(--blue); color: white;
  padding: 15px 32px; border-radius: 10px;
  font-weight: 700; font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.btn-dark:hover { background: #001f60; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,48,135,0.3); }

/* ── FOOTER ── */
footer {
  background: #001040;
  padding: 50px 5% 28px;
  color: rgba(255,255,255,0.65);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.footer-brand h3 {
  color: white; font-size: 18px; font-weight: 700;
  margin-bottom: 10px;
}
.footer-brand .gold-text { color: var(--gold); }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.social-btn svg {
  fill: currentColor;
  transition: transform 0.3s ease;
}
.social-btn:hover svg {
  transform: scale(1.1);
}

/* Default state - original brand colors */
.social-btn.facebook {
  color: #1877F2;
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.15);
}
.social-btn.whatsapp {
  color: #25D366;
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.15);
}
.social-btn.youtube {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.08);
  border-color: rgba(255, 0, 0, 0.15);
}
.social-btn.instagram {
  color: #E1306C;
  background: rgba(225, 48, 108, 0.08);
  border-color: rgba(225, 48, 108, 0.15);
}

/* Hover state - solid background with white icon */
.social-btn.facebook:hover {
  background: #1877F2;
  border-color: #1877F2;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35);
}
.social-btn.whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}
.social-btn.youtube:hover {
  background: #FF0000;
  border-color: #FF0000;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.35);
}
.social-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(225, 48, 108, 0.35);
}

.footer-col h4 { color: white; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: 13px;
}
.footer-bottom .lions-intl { color: var(--gold); }

/* ── MOBILE NAV MENU ── */
.mobile-menu {
  display: none;
  position: fixed; top: 68px; left: 0; right: 0; z-index: 998;
  background: var(--blue);
  padding: 20px 5%;
  flex-direction: column; gap: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.mobile-menu a {
  color: rgba(255,255,255,0.88);
  text-decoration: none; font-size: 16px; font-weight: 500;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu.open { display: flex; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-visual { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  nav { 
    padding: 0 4%; 
    height: 56px !important; 
  }
  nav .custom-logo {
    width: 40px !important;
    height: 40px !important;
  }
  .nav-title strong {
    font-size: 14px !important;
  }
  .nav-title {
    font-size: 8px !important;
  }
  .homepage-slider {
    margin-top: 56px !important;
  }
  .motto-band-margin {
    margin-top: 56px !important;
  }
  .welcome-intro {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }
  .mobile-menu {
    top: 56px !important;
    align-items: center;
  }
  .mobile-menu a {
    width: 100%;
    text-align: center;
  }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 60px 4%; }
  .hero { padding: 90px 4% 50px; }
  .hero-stats { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── WORDPRESS ADMIN BAR COMPATIBILITY ── */
.admin-bar nav {
  top: 32px;
}
.admin-bar .mobile-menu {
  top: 100px; /* 68px nav height + 32px admin bar */
}

@media screen and (max-width: 782px) {
  .admin-bar nav {
    top: 46px;
  }
  .admin-bar .mobile-menu {
    top: 114px; /* 68px nav height + 46px admin bar */
  }
}

/* ── LIONS GALLERY LIGHTBOX ── */
.lions-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.lions-gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0,48,135,0.08);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  cursor: pointer;
  background: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lions-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lions-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,48,135,0.12);
}
.lions-gallery-item:hover img {
  transform: scale(1.08);
}
.lions-gallery-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 48, 135, 0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.lions-gallery-item:hover .lions-gallery-hover {
  opacity: 1;
}
.lions-gallery-hover .expand-icon {
  font-size: 28px;
  background: var(--gold);
  color: var(--blue);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.lions-gallery-item:hover .lions-gallery-hover .expand-icon {
  transform: scale(1);
}

/* Lightbox Overlay */
.lions-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 10, 30, 0.96);
  backdrop-filter: blur(10px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease forwards;
}
.lions-lightbox-content {
  max-width: 90%;
  max-height: 85%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scaleIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.lions-lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border: 4px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.lions-lightbox-caption {
  margin-top: 15px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.lions-lightbox-counter {
  color: var(--gold);
  font-size: 13px;
  margin-left: 8px;
}
.lions-lightbox-close,
.lions-lightbox-prev,
.lions-lightbox-next {
  position: absolute;
  color: rgba(255,255,255,0.7);
  font-size: 36px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}
.lions-lightbox-close:hover,
.lions-lightbox-prev:hover,
.lions-lightbox-next:hover {
  color: var(--gold);
  transform: scale(1.1);
}
.lions-lightbox-close {
  top: 30px;
  right: 40px;
  font-size: 48px;
}
.lions-lightbox-prev {
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.lions-lightbox-next {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes scaleIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
  .lions-lightbox-close { top: 20px; right: 20px; }
  .lions-lightbox-prev { left: 15px; }
  .lions-lightbox-next { right: 15px; }
  .lions-lightbox-caption { font-size: 14px; padding: 6px 16px; }
}

/* ── GALLERY MARQUEE SCROLL ── */
.gallery-marquee-section {
  background: var(--white);
  padding: 80px 5% 65px;
  text-align: center;
}
.lions-gallery-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 40px 0 20px;
  /* Fade edges on left and right for premium look */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.lions-gallery-marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  animation: lionsGalleryScroll 30s linear infinite;
  will-change: transform;
  padding: 10px 0;
}
.lions-gallery-marquee-wrapper:hover .lions-gallery-marquee-track {
  animation-play-state: paused;
}
@keyframes lionsGalleryScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.lions-mq-item {
  flex-shrink: 0;
  width: 260px;
}
.lions-mq-card-wrap {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.lions-mq-card {
  width: 260px;
  height: 175px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,48,135,0.06);
  border: 1px solid rgba(0,48,135,0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.lions-mq-card-wrap:hover .lions-mq-card {
  box-shadow: 0 12px 30px rgba(0,48,135,0.15);
  transform: translateY(-5px);
}
.lions-mq-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.lions-mq-card-wrap:hover .lions-mq-thumb {
  transform: scale(1.08);
}
.lions-mq-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 48, 135, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.lions-mq-card-wrap:hover .lions-mq-overlay {
  background: rgba(0, 48, 135, 0.45);
}
.lions-mq-play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
.lions-mq-card-wrap:hover .lions-mq-play-btn {
  opacity: 1;
  transform: scale(1);
}
.lions-mq-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue);
  text-align: center;
  margin-top: 10px;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  transition: color 0.2s;
}
.lions-mq-card-wrap:hover .lions-mq-label {
  color: var(--gold-dark);
}

/* ── ABOUT US PAGE STYLES ── */
.about-banner {
  height: 320px;
  margin-top: 68px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,16,64,0.65);
  z-index: 1;
}
.about-banner-content {
  z-index: 2;
  padding: 0 5%;
}
.banner-badge {
  font-size: 12px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-banner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 50px);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.banner-separator {
  width: 60px;
  height: 4px;
  background: var(--gold);
  margin: 0 auto;
  border-radius: 2px;
}

.about-brief-section {
  padding: 80px 5%;
  background: var(--white);
}
.about-brief-container {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-muted);
}
.about-main-content p {
  margin-bottom: 24px;
}
.about-main-content h2, .about-main-content h3 {
  font-family: 'Playfair Display', serif;
  color: var(--blue);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-members-section {
  padding: 90px 5%;
  background: var(--off-white);
  border-top: 1px solid rgba(0,48,135,0.05);
}
.about-members-container {
  max-width: 1200px;
  margin: 0 auto;
}
.about-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.about-member-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  perspective: 1000px;
  height: 360px; /* Fixed height to accommodate all details without overflow */
  width: 100% !important;
}
.about-member-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.about-member-card:hover .about-member-card-inner {
  transform: rotateY(180deg);
}
.about-member-card-front, .about-member-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 48, 135, 0.06);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-member-card-front {
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 48, 135, 0.02);
  z-index: 2;
}
.about-member-card-back {
  background: rgba(0, 32, 96, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--white);
  transform: rotateY(180deg);
  box-shadow: 0 15px 35px rgba(0, 32, 96, 0.15);
  align-items: flex-start;
  border-color: rgba(0, 32, 96, 0.15);
  justify-content: flex-start;
  padding: 24px 18px;
  z-index: 1;
}
.about-member-card-back .details-title {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
  margin-bottom: 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
}
.about-member-card-back .details-list {
  width: 100%;
}
.about-member-card-back .detail-item {
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 9px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left; /* Left align label and value details */
}
.about-member-card-back .detail-item strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  flex-shrink: 0;
}
.about-member-card-back .detail-icon {
  font-size: 12px;
  flex-shrink: 0;
}
.about-member-avatar-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-light) 0%, #c8d9f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--gold);
  box-shadow: 0 5px 15px rgba(0,48,135,0.1);
  transition: border-color 0.3s ease;
}
.about-member-card:hover .about-member-avatar-wrap {
  border-color: var(--blue);
}
.about-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about-member-avatar-fallback {
  font-size: 36px;
}
.about-member-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.about-member-role {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold-dark);
  background: var(--gold-light);
  padding: 5px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

/* ── MEMBERS MARQUEE SCROLL ── */
.lions-members-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 40px 0 20px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.lions-members-marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  animation: lionsMembersScroll 35s linear infinite;
  will-change: transform;
  padding: 10px 0;
}
.lions-members-marquee-wrapper:hover .lions-members-marquee-track {
  animation-play-state: paused;
}
@keyframes lionsMembersScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.lions-member-mq-item {
  flex-shrink: 0;
  width: 220px;
}

/* ── ABOUT PAGE SECTIONS (DYNAMIC) ── */
.about-section-global {
  padding: 80px 5%;
  background: var(--white);
}
.about-section-local {
  padding: 80px 5%;
  background: #f8fafd;
  border-top: 1px solid rgba(0,48,135,0.03);
  border-bottom: 1px solid rgba(0,48,135,0.03);
}
.about-section-container {
  max-width: 900px;
  margin: 0 auto;
}
.about-section-container.split-layout {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .about-section-container.split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about-text-content {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-top: 20px;
}
.about-text-content p {
  margin-bottom: 20px;
}
.about-local-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,48,135,0.06);
  border: 1px solid rgba(0,48,135,0.08);
  aspect-ratio: 10/7; /* Matches 1000 x 700 px exactly! */
  background: #e8eef9;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.about-local-img-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,48,135,0.12);
  border-color: rgba(0,48,135,0.15);
}
.about-local-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps image sharp and proportional, no stretching */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.about-local-img-wrap:hover img {
  transform: scale(1.06);
}
.about-extra-content {
  padding: 80px 5%;
  background: var(--white);
}

/* ── PREMIUM FORM DESIGN ── */
.membership-form-grid, .contact-form {
  max-width: 800px;
  margin: 40px auto;
  padding: 45px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 15px 45px rgba(0, 16, 64, 0.06);
  border: 1px solid rgba(0, 48, 135, 0.06);
  text-align: left;
}

@media (max-width: 768px) {
  .membership-form-grid, .contact-form {
    padding: 25px 20px;
    margin: 20px auto;
  }
  .membership-form-grid .form-row, .contact-form .form-row {
    flex-direction: column !important;
    gap: 15px !important;
  }
}

.membership-form-grid label, .contact-form label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #334155;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.membership-form-grid .form-control, .contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8fafc;
  font-size: 15px;
  color: var(--text);
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.membership-form-grid .form-control::placeholder, .contact-form .form-control::placeholder {
  color: #94a3b8;
  font-size: 14px;
}

.membership-form-grid .form-control:focus, .contact-form .form-control:focus {
  border-color: var(--blue);
  background-color: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 48, 135, 0.08);
}

.membership-form-grid select.form-control, .contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

.membership-form-grid textarea.form-control, .contact-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.membership-form-grid input[type="submit"], .contact-form input[type="submit"] {
  background: linear-gradient(135deg, var(--gold) 0%, #d4a017 100%);
  color: #001040;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 36px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.2);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.membership-form-grid input[type="submit"]:hover, .contact-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 160, 23, 0.3);
}

.membership-form-grid input[type="submit"]:active, .contact-form input[type="submit"]:active {
  transform: translateY(0);
}

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-spinner {
  margin: 15px auto 0 !important;
  display: block !important;
}

/* ── CONTACT US PAGE STYLING ── */
.contact-banner {
  padding: 120px 5% 80px;
  text-align: center;
  color: var(--white);
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact-banner-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact-banner-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 54px);
  font-weight: 700;
  margin-top: 10px;
}
.contact-banner-content .banner-badge {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
}
.contact-banner-content .banner-separator {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 20px auto 0;
}
.contact-page-section {
  padding: 80px 5%;
  background: #f8fafd;
}
.contact-page-container {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact-info-column {
  padding-right: 20px;
}
.contact-info-header .info-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 8px;
}
.contact-info-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info-header p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 30px;
}
.contact-details-card {
  background: var(--white);
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,48,135,0.03);
  border: 1px solid rgba(0,48,135,0.05);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-detail-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.detail-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(0,48,135,0.05);
}
.detail-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.detail-text p {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}
.detail-text a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 500;
}
.detail-text a:hover {
  text-decoration: underline;
}

/* Remove default margin for contact form layout */
.contact-form-column .contact-form {
  margin: 0 !important;
}

/* ── SERVICES / WAYS WE SERVE PAGE STYLING ── */
.services-hero-banner {
  padding: 140px 5% 100px;
  text-align: center;
  color: var(--white);
  background-size: cover;
  background-position: center;
  position: relative;
}
.services-hero-container {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.services-hero-container h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 6vw, 56px);
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
}
.services-hero-container p {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
  opacity: 0.95;
  max-width: 750px;
  margin: 20px auto 0;
}
.services-main-wrapper {
  background-color: #f6f8fb;
}

/* Global Causes Grid */
.global-causes-section {
  padding: 80px 5%;
}
.causes-container {
  max-width: 1200px;
  margin: 0 auto;
}
.causes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.cause-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,16,64,0.03);
  border: 1px solid rgba(0,48,135,0.05);
  transition: all 0.35s ease;
}
.cause-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,16,64,0.08);
}
.cause-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.cause-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.cause-image-wrapper {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.cause-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,16,64,0.1), rgba(0,16,64,0.4));
  transition: opacity 0.35s ease;
}
.cause-card:hover .cause-overlay {
  background: linear-gradient(to bottom, rgba(0,16,64,0.2), rgba(0,16,64,0.6));
}
.cause-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 2px solid;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  transition: all 0.3s ease;
}
.cause-card:hover .cause-badge {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.cause-content {
  padding: 25px;
}
.cause-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 12px;
}
.cause-content p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  height: 72px; /* Fixed height for summary alignment */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.read-more-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.cause-card:hover .read-more-btn {
  opacity: 0.8;
}

/* Special Initiatives */
.special-initiatives-section {
  padding: 85px 5%;
  background: var(--white);
  border-top: 1px solid rgba(0,48,135,0.05);
  border-bottom: 1px solid rgba(0,48,135,0.05);
}
.initiatives-container {
  max-width: 1200px;
  margin: 0 auto;
}
.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 45px;
}
.initiative-card {
  background: #f8fafc;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(0,48,135,0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.initiative-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,16,64,0.04);
  background: var(--white);
  border-color: rgba(0,48,135,0.08);
}
.init-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 54px;
}
.init-separator {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.init-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}
.init-button {
  display: inline-block;
  padding: 9px 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid;
  transition: all 0.3s ease;
}
.init-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  color: var(--white);
  opacity: 0.95;
}

/* Service Action Section */
.service-action-section {
  padding: 90px 5%;
}
.action-container {
  max-width: 1100px;
  margin: 0 auto;
}
.action-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 800px) {
  .action-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.action-image-col {
  position: relative;
}
.action-image-frame {
  height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,48,135,0.1);
  border: 8px solid var(--white);
}
.action-text-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 15px;
}
.action-text-col p {
  font-size: 16.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 20px 0 30px;
}
.action-text-col .btn-primary {
  padding: 12px 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ========================================================================================
   Activities Page & Single Activity styles
   ======================================================================================== */
.activities-banner {
  height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.activities-banner-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.activities-banner-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
}
.banner-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--blue);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-separator {
  width: 80px;
  height: 4px;
  background: var(--gold);
  margin: 15px auto 0;
  border-radius: 2px;
}
.activities-page-section {
  padding: 80px 0;
  background: var(--off-white);
  min-height: 50vh;
}
.activities-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
.activities-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
}
@media (max-width: 480px) {
  .activities-archive-grid {
    grid-template-columns: 1fr;
  }
}
.activity-card-item {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 48, 135, 0.04);
  border: 1px solid rgba(0, 48, 135, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.activity-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 48, 135, 0.09);
}
.activity-card-img {
  height: 230px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #001545; /* Clean dark blue backdrop */
  position: relative;
}
.activity-card-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--blue);
  color: var(--white);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.activity-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.activity-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.activity-card-content p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.activity-card-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--blue);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.activity-card-btn:hover {
  color: var(--gold);
  transform: translateX(4px);
}

/* Single Activity page */
.activity-single-banner {
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
  color: var(--white);
}
.activity-single-banner-content {
  position: relative;
  z-index: 2;
}
.activity-single-banner-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.25;
}
.activity-single-date {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}
.activity-banner-sep {
  width: 100px;
  height: 4px;
  background: var(--gold);
  margin: 20px auto 0;
  border-radius: 2px;
}
.activity-single-main {
  padding: 80px 0;
  background: var(--off-white);
  min-height: 60vh;
}
.activity-single-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
.activity-single-card {
  background: var(--white);
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(0, 48, 135, 0.06);
  box-shadow: 0 15px 40px rgba(0, 48, 135, 0.04);
}
@media (max-width: 600px) {
  .activity-single-card {
    padding: 30px 20px;
  }
}
.activity-single-body {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 40px;
}
.activity-single-body p {
  margin-bottom: 20px;
}
.activity-gallery-section {
  border-top: 1px solid rgba(0, 48, 135, 0.08);
  padding-top: 40px;
  margin-top: 40px;
}
.activity-gallery-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 5px;
}
.activity-gallery-sub {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-bottom: 30px;
}
.activity-single-footer {
  border-top: 1px solid rgba(0, 48, 135, 0.08);
  padding-top: 30px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activity-back-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--blue);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.activity-back-btn:hover {
  color: var(--gold);
  transform: translateX(-4px);
}

/* ── INTERACTIVE LIGHTBOX MODAL ── */
.about-local-img-wrap {
  cursor: zoom-in;
  position: relative;
}
.about-local-img-wrap::after {
  content: "🔍";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 48, 135, 0.95);
  border: 1px solid rgba(255, 184, 28, 0.6);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.about-local-img-wrap:hover::after {
  opacity: 1;
  transform: scale(1);
}

#lions-image-lightbox {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 10, 30, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
#lions-image-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
#lions-image-lightbox .lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 184, 28, 0.15);
  border: 2px solid rgba(255, 184, 28, 0.5);
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  object-fit: contain;
}
#lions-image-lightbox.active .lightbox-content {
  transform: scale(1);
}
#lions-image-lightbox .lightbox-close {
  position: absolute;
  top: 25px;
  right: 30px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  line-height: 1;
  user-select: none;
}
#lions-image-lightbox .lightbox-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.18);
  color: #ffb81c;
}

