/* ==========================================================================
   NEWLIFE CHARITABLE TRUST (newlifecharitabletrust.com)
   Ultra-Clean, Fully Responsive & Modern Design System
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap');

:root {
  --primary-navy: #0F2C59;
  --primary-dark: #0A192F;
  --accent-green: #10B981;
  --accent-green-dark: #059669;
  --accent-gold: #F59E0B;
  --accent-gold-dark: #D97706;
  --accent-saffron: #EA580C;
  --bg-light: #F8FAFC;
  --bg-card: #FFFFFF;
  --text-main: #1E293B;
  --text-muted: #64748B;
  --text-light: #F8FAFC;
  --border-color: #E2E8F0;
  --shadow-sm: 0 2px 4px rgba(15, 44, 89, 0.05);
  --shadow-md: 0 10px 25px -5px rgba(15, 44, 89, 0.1), 0 8px 10px -6px rgba(15, 44, 89, 0.05);
  --shadow-lg: 0 20px 30px -10px rgba(15, 44, 89, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: 'Inter', 'Noto Sans Devanagari', system-ui, sans-serif; color: var(--text-main); background-color: var(--bg-light); }
body { line-height: 1.6; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { color: var(--primary-navy); font-weight: 700; line-height: 1.25; }
p { color: var(--text-muted); font-size: 0.95rem; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* Compact Sleek Top Bar */
.top-bar { background: var(--primary-dark); color: var(--text-light); font-size: 0.78rem; padding: 0.35rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; }
.top-bar-info { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.top-bar-info span { display: flex; align-items: center; gap: 0.35rem; }

.mumbai-ribbon { background: linear-gradient(135deg, var(--accent-saffron), var(--accent-gold-dark)); color: white; padding: 0.2rem 0.6rem; border-radius: 10px; font-weight: 700; font-size: 0.725rem; display: inline-flex; align-items: center; gap: 0.3rem; }

.social-links { display: flex; align-items: center; gap: 0.6rem; color: #CBD5E1; }
.social-links a { transition: var(--transition); font-size: 0.85rem; }
.social-links a:hover { color: var(--accent-gold); }

/* Language Switcher */
.lang-switcher { display: flex; align-items: center; background: rgba(255, 255, 255, 0.15); border-radius: 16px; padding: 2px; border: 1px solid rgba(255, 255, 255, 0.2); }
.lang-btn { padding: 3px 8px; border-radius: 12px; font-size: 0.75rem; font-weight: 700; transition: var(--transition); color: #CBD5E1; border: none; background: transparent; cursor: pointer; }
.lang-btn.active { background: var(--accent-green); color: #FFFFFF; }

/* Sticky Main Navigation */
.main-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); }
.main-header .container { display: flex; justify-content: space-between; align-items: center; height: 80px; }

/* Logo Emblem */
.logo-brand { display: flex; align-items: center; gap: 0.65rem; font-weight: 800; font-size: 1.35rem; color: var(--primary-navy); white-space: nowrap; }
.logo-brand img { width: 58px; height: 58px; border-radius: 50%; border: 2.5px solid var(--accent-gold); box-shadow: 0 4px 10px rgba(15, 44, 89, 0.15); object-fit: cover; object-position: center; flex-shrink: 0; }
.logo-text span { color: var(--accent-saffron); }
.logo-subtext { display: block; font-size: 0.725rem; color: var(--text-muted); font-weight: 700; letter-spacing: 0.75px; margin-top: 2px; }

.nav-links { display: flex; list-style: none; gap: 0.75rem; align-items: center; white-space: nowrap; }
.nav-item { position: relative; }
.nav-link { font-size: 0.825rem; font-weight: 600; color: var(--text-main); padding: 0.4rem 0; display: flex; align-items: center; gap: 0.25rem; transition: var(--transition); cursor: pointer; }
.nav-link:hover, .nav-link.active { color: var(--accent-green-dark); }

/* Dropdown Submenus */
.nav-dropdown { position: absolute; top: 100%; left: 0; background: var(--bg-card); min-width: 220px; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); border: 1px solid var(--border-color); padding: 0.4rem 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition); list-style: none; z-index: 1050; }
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: block; padding: 0.5rem 1.1rem; font-size: 0.825rem; font-weight: 600; color: var(--text-main); transition: var(--transition); }
.nav-dropdown a:hover { background: #F1F5F9; color: var(--accent-green-dark); padding-left: 1.35rem; }

.btn-donate { background: linear-gradient(135deg, var(--accent-saffron), var(--accent-gold-dark)); color: white; padding: 0.5rem 1rem; border-radius: 30px; font-weight: 700; font-size: 0.8rem; box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25); transition: var(--transition); border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.35rem; white-space: nowrap; }
.btn-donate:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35); }

.mobile-toggle { display: none; font-size: 1.5rem; color: var(--primary-navy); background: none; border: none; cursor: pointer; }

/* Slowed Down & Enhanced News Ticker Marquee Bar */
.news-ticker-bar { background: linear-gradient(90deg, var(--primary-navy), var(--primary-dark)); color: white; padding: 0.6rem 0; font-size: 0.9rem; border-bottom: 3px solid var(--accent-gold); overflow: hidden; margin-bottom: 2rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.ticker-wrapper { display: flex; align-items: center; }
.ticker-label { background: var(--accent-saffron); padding: 0.25rem 0.75rem; font-weight: 800; border-radius: 4px; margin-right: 1.25rem; font-size: 0.78rem; text-transform: uppercase; white-space: nowrap; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ticker-content { display: flex; white-space: nowrap; animation: marquee 48s linear infinite; }
.ticker-content:hover { animation-play-state: paused; }
.ticker-item { margin-right: 3.5rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; font-weight: 500; }
@keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }

/* Hero Section */
.hero-section { position: relative; min-height: 520px; background: linear-gradient(rgba(15, 44, 89, 0.88), rgba(10, 25, 47, 0.92)), url('../assets/hero-banner.jpg') center/cover no-repeat; display: flex; align-items: center; color: var(--text-light); padding: 4rem 0; border-bottom: 4px solid var(--accent-gold); }
.hero-content { max-width: 820px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(16, 185, 129, 0.2); border: 1px solid rgba(16, 185, 129, 0.4); color: #6EE7B7; padding: 0.35rem 0.9rem; border-radius: 30px; font-size: 0.8rem; font-weight: 600; margin-bottom: 1.25rem; }
.hero-title { font-size: 2.85rem; font-weight: 800; color: #FFFFFF; line-height: 1.15; margin-bottom: 1.1rem; }
.hero-title span { color: var(--accent-gold); }
.hero-desc { font-size: 1.1rem; color: #CBD5E1; margin-bottom: 1.75rem; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; }

.btn-primary { background: var(--accent-green); color: white; padding: 0.75rem 1.6rem; border-radius: 30px; font-weight: 700; transition: var(--transition); border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.9rem; }
.btn-primary:hover { background: var(--accent-green-dark); transform: translateY(-2px); }
.btn-outline { border: 2px solid rgba(255, 255, 255, 0.3); color: white; padding: 0.75rem 1.6rem; border-radius: 30px; font-weight: 600; transition: var(--transition); background: transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.9rem; }
.btn-outline:hover { border-color: white; background: rgba(255, 255, 255, 0.1); }

/* Metrics Bar */
.metrics-bar { margin-top: -50px; position: relative; z-index: 10; margin-bottom: 3rem; }
.metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1rem; }
.metric-card { background: var(--bg-card); padding: 1.25rem 1rem; border-radius: var(--radius-md); box-shadow: var(--shadow-md); text-align: center; border: 1px solid var(--border-color); transition: var(--transition); }
.metric-card:hover { transform: translateY(-4px); border-color: var(--accent-green); }
.metric-icon { font-size: 1.75rem; color: var(--accent-saffron); margin-bottom: 0.4rem; }
.metric-number { font-size: 2rem; font-weight: 800; color: var(--primary-navy); }
.metric-label { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); margin-top: 0.2rem; }

/* 2x2 Grid Layout for Projects */
.grid-2x2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
@media (max-width: 768px) { .grid-2x2 { grid-template-columns: 1fr; } }

/* 4-Column Photo Gallery Grid (4 per row in 3 rows) */
.grid-4col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 1024px) { .grid-4col { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .grid-4col { grid-template-columns: 1fr; } }

/* 3 Distinct Office Address Cards */
.office-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
@media (max-width: 992px) { .office-card-grid { grid-template-columns: 1fr; } }
.office-card-block { background: var(--bg-card); border-radius: var(--radius-md); padding: 1.75rem; border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.office-card-block:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--accent-gold); }
.office-card-block.mumbai-highlight { border-top: 5px solid var(--accent-saffron); background: #FFFBEB; }
.office-card-badge { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 12px; font-weight: 800; font-size: 0.725rem; text-transform: uppercase; margin-bottom: 0.75rem; }

/* Side-by-side Legal Table + Image Layout */
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
@media (max-width: 992px) { .legal-grid { grid-template-columns: 1fr; } }

/* Section Common */
.section { padding: 4.5rem 0; }
.section-bg-alt { background-color: #F1F5F9; }
.sp-section { padding: 4.5rem 0; border-bottom: 1px solid var(--border-color); }
.sp-section:nth-child(even) { background-color: #F8FAFC; }
.section-header { text-align: center; max-width: 760px; margin: 0 auto 3rem auto; }
.section-subtitle { color: var(--accent-saffron); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; margin-bottom: 0.4rem; display: block; }
.section-title { font-size: 2.1rem; color: var(--primary-navy); margin-bottom: 0.75rem; }
.section-desc { font-size: 1rem; color: var(--text-muted); }

/* Enhanced Timeline Card with Explicit FY Badges */
.timeline-card { background: var(--bg-card); border-radius: var(--radius-md); padding: 1.5rem; border-left: 5px solid var(--primary-navy); box-shadow: var(--shadow-sm); margin-bottom: 1.25rem; transition: var(--transition); position: relative; }
.timeline-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.timeline-card.mumbai-highlight { border-left-color: var(--accent-saffron); background: #FFFBEB; }

.timeline-fy-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.85rem; border-radius: 20px; font-weight: 800; font-size: 0.8rem; margin-bottom: 0.5rem; }
.badge-year1 { background: #DBEAFE; color: #1E40AF; border: 1px solid #BFDBFE; }
.badge-year2 { background: #D1FAE5; color: #065F46; border: 1px solid #A7F3D0; }
.badge-year3 { background: #FEF3C7; color: #92400E; border: 1px solid #FDE68A; }
.badge-mumbai { background: #FFEDD5; color: #C2410C; border: 1px solid #FDBA74; }

/* Photo Gallery & Video Cards - UNIFORM CROPPING & FIT */
.photo-frame { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); border: 4px solid #FFFFFF; transition: var(--transition); background: var(--bg-card); display: flex; flex-direction: column; }
.photo-frame:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.photo-frame img { width: 100%; height: 210px; object-fit: cover; object-position: center; border-bottom: 1px solid var(--border-color); }
.caption-text { padding: 0.85rem 1rem; background: var(--primary-dark); color: white; font-size: 0.825rem; font-weight: 600; flex-grow: 1; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.75rem; }
.feature-card { background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); transition: var(--transition); display: flex; flex-direction: column; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

/* Project Cards Uniform Image Wrapper & Fit */
.card-img-wrapper { height: 220px; width: 100%; overflow: hidden; position: relative; background: #0A192F; }
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.4s ease; }
.feature-card:hover .card-img-wrapper img { transform: scale(1.05); }
.card-badge { position: absolute; top: 0.85rem; right: 0.85rem; background: var(--primary-navy); color: white; font-size: 0.725rem; font-weight: 700; padding: 0.25rem 0.75rem; border-radius: 20px; z-index: 2; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }

.card-body { padding: 1.35rem; flex-grow: 1; display: flex; flex-direction: column; }
.card-title { font-size: 1.18rem; margin-bottom: 0.6rem; color: var(--primary-navy); }
.card-text { font-size: 0.9rem; margin-bottom: 1rem; flex-grow: 1; }
.card-list { list-style: none; margin-bottom: 1rem; }
.card-list li { font-size: 0.825rem; color: var(--text-main); margin-bottom: 0.35rem; display: flex; align-items: flex-start; gap: 0.45rem; }
.card-list li i { color: var(--accent-green); margin-top: 0.2rem; }

/* Team Member Cards & Avatars Uniform Fit */
.team-avatar-img { width: 95px; height: 95px; border-radius: 50%; object-fit: cover; object-position: center; border: 3px solid var(--accent-gold); margin-bottom: 0.85rem; box-shadow: var(--shadow-sm); }

.messages-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: 2rem; }
.message-card { background: var(--bg-card); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); border-top: 5px solid var(--accent-gold); }
.message-author { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.author-avatar { width: 75px; height: 75px; border-radius: 50%; object-fit: cover; object-position: center; border: 3px solid var(--accent-gold); box-shadow: var(--shadow-sm); }
.message-text { font-size: 0.925rem; color: var(--text-main); font-style: italic; line-height: 1.65; }

.legal-table-container { background: var(--bg-card); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); overflow: hidden; }
.legal-table { width: 100%; border-collapse: collapse; text-align: left; }
.legal-table th, .legal-table td { padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--border-color); font-size: 0.875rem; }
.legal-table th { background: var(--primary-navy); color: white; text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.8rem; }
.legal-table tr:nth-child(even) { background-color: #F8FAFC; }

.award-card { background: linear-gradient(145deg, #1E293B, #0F172A); color: white; border-radius: var(--radius-md); padding: 1.75rem; box-shadow: var(--shadow-md); border: 1px solid rgba(245, 158, 11, 0.3); position: relative; overflow: hidden; }
.award-badge { color: var(--accent-gold); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.4rem; }
.award-title { color: white; font-size: 1.2rem; margin-bottom: 0.6rem; }
.award-recipient { color: #6EE7B7; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.4rem; }
.award-desc { color: #94A3B8; font-size: 0.85rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.contact-info-box { background: var(--primary-navy); color: white; padding: 2.25rem; border-radius: var(--radius-lg); }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.35rem; }
.contact-item i { font-size: 1.35rem; color: var(--accent-gold); margin-top: 0.2rem; }

.contact-form { background: var(--bg-card); padding: 2.25rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--border-color); }
.form-group { margin-bottom: 1.15rem; }
.form-label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 0.35rem; color: var(--primary-navy); }
.form-control { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-size: 0.9rem; }
.form-control:focus { outline: none; border-color: var(--accent-green); }

/* Live AI Chatbot Widget */
.chatbot-widget { position: fixed; bottom: 85px; right: 20px; z-index: 1000; }
.chat-toggle-btn { background: linear-gradient(135deg, var(--primary-navy), var(--accent-green)); color: white; width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 8px 20px rgba(15, 44, 89, 0.3); cursor: pointer; border: none; transition: var(--transition); }
.chat-toggle-btn:hover { transform: scale(1.08); }

.chat-window { position: absolute; bottom: 70px; right: 0; width: 350px; height: 460px; background: var(--bg-card); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); border: 1px solid var(--border-color); display: flex; flex-direction: column; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(15px); transition: var(--transition); }
.chat-window.chat-open { opacity: 1; visibility: visible; transform: translateY(0); }

.chat-header { background: var(--primary-navy); color: white; padding: 0.85rem 1rem; display: flex; justify-content: space-between; align-items: center; }
.chat-header h4 { color: white; font-size: 0.95rem; display: flex; align-items: center; gap: 0.4rem; }
.chat-close-btn { background: none; border: none; color: white; font-size: 1.1rem; cursor: pointer; }

.chat-messages { flex-grow: 1; padding: 0.85rem; overflow-y: auto; display: flex; flex-direction: column; gap: 0.65rem; background: #F8FAFC; }
.chat-bubble { max-width: 82%; padding: 0.55rem 0.9rem; border-radius: 14px; font-size: 0.825rem; line-height: 1.4; }
.chat-bubble.bot { background: white; border: 1px solid var(--border-color); color: var(--text-main); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-bubble.user { background: var(--accent-green); color: white; align-self: flex-end; border-bottom-right-radius: 4px; }

.chat-input-area { padding: 0.65rem; background: white; border-top: 1px solid var(--border-color); display: flex; gap: 0.4rem; }
.chat-input-area input { flex-grow: 1; border: 1px solid var(--border-color); border-radius: 18px; padding: 0.45rem 0.85rem; font-size: 0.825rem; outline: none; }
.chat-send-btn { background: var(--accent-green); color: white; border: none; border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

/* Donation Modal */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 25, 47, 0.75); backdrop-filter: blur(4px); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition); }
.modal-overlay.modal-active { opacity: 1; visibility: visible; }
.modal-box { background: var(--bg-card); width: 90%; max-width: 500px; border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-lg); position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 1rem; right: 1rem; font-size: 1.3rem; color: var(--text-muted); cursor: pointer; border: none; background: none; }

.amount-btn-group { display: flex; gap: 0.6rem; margin: 0.85rem 0; }
.amount-btn { flex: 1; padding: 0.55rem; border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-weight: 700; background: #F1F5F9; cursor: pointer; transition: var(--transition); text-align: center; font-size: 0.85rem; }
.amount-btn.active { background: var(--accent-green); color: white; border-color: var(--accent-green); }

/* Floating Crisis Widget */
.crisis-widget { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, #DC2626, #B91C1C); color: white; padding: 10px 18px; border-radius: 35px; box-shadow: 0 8px 20px rgba(220, 38, 38, 0.35); z-index: 999; display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 0.85rem; cursor: pointer; }

/* Developer Credit Footer Badge */
.dev-credit-badge { background: linear-gradient(135deg, #1E293B, #0F172A); border: 1px solid rgba(245, 158, 11, 0.4); padding: 0.5rem 1.25rem; border-radius: 25px; display: inline-flex; align-items: center; gap: 0.5rem; color: #F59E0B; font-weight: 700; font-size: 0.8rem; margin-top: 1.25rem; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }

/* Footer */
footer { background: var(--primary-dark); color: #94A3B8; padding: 3.5rem 0 1.75rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin-bottom: 2.5rem; }
.footer-col h4 { color: white; margin-bottom: 1rem; font-size: 1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; font-size: 0.85rem; }
.footer-links a:hover { color: var(--accent-green); }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 1.5rem; font-size: 0.8rem; color: #64748B; }

@media (max-width: 992px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: white; flex-direction: column; padding: 1.5rem; box-shadow: var(--shadow-md); }
  .nav-links.active { display: flex; }
  .mobile-toggle { display: block; }
  .hero-title { font-size: 2.1rem; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* Lightbox Modal for Photo Gallery Zoom */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 15, 30, 0.95);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1.5rem;
}
.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  border: 3px solid rgba(255,255,255,0.25);
  object-fit: contain;
  transition: transform 0.3s ease;
}
.lightbox-caption {
  margin-top: 1rem;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  max-width: 800px;
  background: rgba(15, 44, 89, 0.9);
  padding: 0.65rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  background: rgba(255,255,255,0.15);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  z-index: 10000;
}
.lightbox-close:hover {
  background: var(--accent-saffron);
  transform: scale(1.1);
}
.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.6rem;
  background: rgba(255,255,255,0.18);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10000;
}
.lightbox-nav-btn:hover {
  background: var(--accent-green);
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

