/* =====================================================
   CLAN — Custom Stylesheet  (exact match to original)
   ===================================================== */

:root {
  --primary:       #2c5943;
  --primary-dark:  #1e3d2f;
  --bg-light:      #f6f7f7;
  --bg-dark:       #161c19;
  --slate-900:     #0f172a;
  --slate-800:     #1e293b;
  --slate-700:     #334155;
  --slate-600:     #475569;
  --slate-500:     #64748b;
  --slate-400:     #d8dde3;
  --slate-200:     #e2e8f0;
  --slate-100:     #f1f5f9;
  --white:         #ffffff;
  --font:          'Manrope', sans-serif;
}

.active{
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
}
/* ── Reset / Base ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background-color: var(--bg-light);
  color: var(--slate-900);
  line-height: 1.6;
}

/* =====================================================
   NAVBAR
   ===================================================== */
.clan-navbar {
  background: rgba(246,247,247,0.80);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(44,89,67,0.10);
  padding: 1rem 0;
  z-index: 1040;
  transition: box-shadow .3s;
}
.clan-navbar.scrolled {
  box-shadow: 0 2px 20px rgba(44,89,67,.10);
}
.clan-brand-icon {
  font-size: 1.9rem !important;
  color: var(--primary);
  font-variation-settings: 'FILL' 1;
}
.clan-brand-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1;
}
.clan-brand-icon{
/* width: 50px; */
height: 75px;
} 
.clan-brand-text{
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1
}
.clan-nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-900) !important;
  transition: color .2s;
  padding: 0.4rem 0 !important;
}
.hero-h1 .hero-accent {
    color: #b3e9cf !important;
}
.clan-nav-link:hover { color: var(--primary) !important; }

.btn-primary-clan {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 0.875rem;
  border: none !important;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: opacity .2s, transform .18s;
  text-decoration: none;
}
.btn-primary-clan:hover { opacity: 0.90; transform: translateY(-1px); color: var(--white) !important; }

.navbar-toggler { border: none !important; box-shadow: none !important; padding: 0; }
.navbar-toggler:focus { box-shadow: none !important; }
.navbar-toggler .material-symbols-outlined { color: var(--primary); font-size: 1.6rem; }

@media (max-width: 767.98px) {
  #navMenu { padding: 1rem 0 0.5rem; }
  #navMenu .btn-primary-clan { margin-top: 0.75rem; width: 100%; text-align: center; display: block; }
}

/* =====================================================
   HERO
   ===================================================== */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/home.png');
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,0.40);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 896px;
  padding: 0 1rem;
}
.hero-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.20);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.30);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-h1 {
  font-size: clamp(2.8rem, 8vw, 4.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero-h1 .hero-accent { color: var(--primary); }
.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  color: rgba(255,255,255,0.90);
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
.btn-hero-solid {
  background: var(--primary);
  color: var(--white) !important;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(44,89,67,0.20);
  transition: transform .18s;
}
.btn-hero-solid:hover { transform: scale(1.05); }
.btn-hero-outline {
  background: var(--white);
  color: var(--slate-900) !important;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid var(--slate-200);
  text-decoration: none;
  display: inline-block;
  transition: background .18s, transform .18s;
}
.btn-hero-outline:hover { background: var(--slate-100); transform: translateY(-1px); }

/* =====================================================
   PHILOSOPHY
   ===================================================== */
.section-philosophy {
  padding: 3rem 0;
  background: var(--white);
}
.philosophy-title {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 2rem;
}
.philosophy-title h3{
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #00985a;
  font-weight: 800;
}
.philosophy-quote {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  color: var(--slate-600);
  line-height: 1.8;
}

/* =====================================================
   VISION & MISSION
   ===================================================== */
.section-vm {
  padding: 5rem 0;
}
.vm-vision {
  background: var(--primary);
  color: var(--white);
  border-radius: 1.5rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
  height: 100%;
}
.vm-mission {
  background: var(--white);
  border: 1px solid var(--slate-100);
  border-radius: 1.5rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,.04);
  transition: transform .3s;
  height: 100%;
}
.vm-vision:hover, .vm-mission:hover { transform: translateY(-4px); }

.vm-bg-icon {
  position: absolute;
  right: -2rem; bottom: -2rem;
  pointer-events: none;
}
.vm-bg-icon .material-symbols-outlined {
  font-size: 12rem !important;
  opacity: 0.07;
  color: inherit;
}
.vm-icon-top {
  font-size: 3rem !important;
  display: block;
  margin-bottom: 1.5rem;
  font-variation-settings: 'FILL' 1;
}
.vm-vision .vm-icon-top { color: rgba(255,255,255,0.90); }
.vm-mission .vm-icon-top { color: var(--primary); }
.vm-card-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.vm-vision .vm-card-title { color: var(--white); }
.vm-mission .vm-card-title { color: var(--slate-900); }
.vm-vision .vm-card-text { color: rgba(255,255,255,0.90); font-size: 1.05rem; line-height: 1.7; }
.vm-mission .vm-card-text { color: var(--slate-600); font-size: 1.05rem; line-height: 1.7; }

/* =====================================================
   ECOSYSTEM
   ===================================================== */
.section-ecosystem {
  padding: 6rem 0;
  background: var(--bg-light);
}
.section-h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--slate-900);
}
.section-lead { color: var(--slate-600); margin-bottom: 0; }

.eco-card {
  background: var(--white);
  border: 1px solid var(--slate-100);
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eco-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(44,89,67,.10);
  transform: translateY(-3px);
}
.eco-icon {
  font-size: 2.25rem !important;
  color: var(--primary);
  margin-bottom: 1rem;
  display: block;
  transition: transform .2s;
}
.eco-card:hover .eco-icon { transform: scale(1.10); }
.eco-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--slate-900);
  text-align: center;
}

/* =====================================================
   TEAM
   ===================================================== */
.section-team {
  padding: 3rem 0;
  background: var(--white);
}
.team-card { text-align: center; transition: transform .3s; }
.team-card:hover { transform: translateY(-4px); }
.team-avatar-ring {
  width: 12rem; height: 12rem;
  border-radius: 50%;
  border: 4px solid rgba(44,89,67,0.20);
  padding: 0.5rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  background: #e8f1ec;
}
.team-avatar {
  width: 100%; height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
}
.team-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.25rem;
}
.team-role {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.team-desc { color: var(--slate-500); font-size: 0.875rem; }

/* =====================================================
   GALLERY
   ===================================================== */
.section-gallery {
  padding: 6rem 0;
  background: var(--bg-light);
  overflow: hidden;
}
.btn-gallery-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap .2s;
}
.btn-gallery-link:hover { gap: 0.5rem; color: var(--primary); }

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 500px;
  gap: 1.5rem;
}
.gallery-main {
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .35s;
}
.gallery-main:hover { transform: scale(1.01); }
.gallery-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery-thumb {
  flex: 1;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .35s;
}
.gallery-thumb:hover { transform: scale(1.02); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.60) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}
.gallery-tag {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.7rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.gallery-caption-lg {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.gallery-caption-sm {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-main { height: 280px; }
  .gallery-side { flex-direction: row; height: 200px; }
  .gallery-thumb { min-height: 180px; }
}

/* =====================================================
   FAQ
   ===================================================== */
.section-faq {
  padding: 6rem 0;
  background: var(--white);
}
.faq-h2 {
  font-size: clamp(1.6rem, 3vw, 1.875rem);
  font-weight: 800;
  margin-bottom: 3rem;
}
.faq-item {
  border: 1px solid var(--slate-200);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: border-color .2s;
}
.faq-item:hover { border-color: rgba(44,89,67,0.30); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
  text-align: left;
  cursor: pointer;
  gap: 1rem;
}
.faq-question .faq-icon {
  color: var(--primary);
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: transform .25s;
  font-variation-settings: 'FILL' 0;
}
.faq-question.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  margin-top: 1rem;
  color: var(--slate-600);
  line-height: 1.75;
  font-size: 0.97rem;
  display: none;
}
.faq-answer.open { display: block; }

/* =====================================================
   CTA BANNER
   ===================================================== */
.section-cta { padding: 5rem 0; }
.cta-box {
  background: var(--primary);
  border-radius: 1.5rem;
  padding: 5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.10;
  pointer-events: none;
}
.cta-circle-tl { width: 16rem; height: 16rem; top: -8rem; left: -8rem; }
.cta-circle-br { width: 24rem; height: 24rem; bottom: -12rem; right: -12rem; }
.cta-h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 1.5rem;
  position: relative; z-index: 1;
}
.cta-h2 span { opacity: 0.80; }
.btn-cta-white {
  background: var(--white);
  color: var(--primary) !important;
  font-weight: 900;
  font-size: 1.125rem;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  position: relative; z-index: 1;
  transition: transform .18s;
}
.btn-cta-white:hover { transform: scale(1.05); }
@media (max-width: 767.98px) {
  .cta-box { padding: 3rem 1.5rem; }
}

/* =====================================================
   FOOTER
   ===================================================== */
.clan-footer {
  background: #0f172a;
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
.footer-brand-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.footer-desc {
  color: var(--slate-400);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.footer-social {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  background: #1e293b;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s;
  margin-right: 0.5rem;
}
.footer-social .material-symbols-outlined { font-size: 1.15rem !important; }
.footer-social:hover { background: var(--primary); }

.footer-col-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 1rem; }
.footer-links a {
  color: var(--slate-400);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color .2s;
}
.footer-links a:hover { color: var(--primary); }

.footer-sub-text {
  color: var(--slate-400);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.footer-email-input {
  flex: 1;
  background: #1e293b;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--white);
  font-family: var(--font);
  outline: none;
  transition: box-shadow .2s;
}
.footer-email-input::placeholder { color: var(--slate-500); }
.footer-email-input:focus { box-shadow: 0 0 0 3px rgba(44,89,67,.40); }
.footer-send-btn {
  background: var(--primary);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  color: var(--white);
  cursor: pointer;
  transition: opacity .2s;
}
.footer-send-btn:hover { opacity: 0.88; }
.footer-send-btn .material-symbols-outlined { font-size: 1.1rem !important; display: block; }
.footer-success {
  color: #86efac;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.5rem;
  display: none;
}
.footer-divider {
  border-color: #1e293b !important;
  margin: 0 0 2rem;
  opacity: 1;
}
.footer-copy { color: var(--slate-500); font-size: 0.875rem; margin: 0; }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal a {
  color: var(--slate-500);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--white); }

/* =====================================================
   SCROLL REVEAL
   ===================================================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }


.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/* =====================================================
   incubation.css — Page-specific styles
   (uses variables from style.css)
   ===================================================== */

/* ── Navbar: brand box ───────────────────────────── */
.inc-brand-box {
  width: 2.5rem; height: 2.5rem;
  background: var(--primary);
  border-radius: 0.5rem;
  display: flex; align-items: center; justify-content: center;
}
.inc-brand-icon {
  color: #fff;
  font-size: 1.2rem !important;
  font-variation-settings: 'FILL' 1;
}
.inc-avatar-wrap {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  background: rgba(44,89,67,.10);
  border: 1px solid rgba(44,89,67,.20);
  overflow: hidden;
  flex-shrink: 0;
}
.inc-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* ── HERO ─────────────────────────────────────────── */
.inc-hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  padding: 5rem 1rem;
}
.inc-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/incubation.jpeg');
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}
.inc-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
}
.inc-hero-content {
  position: relative; z-index: 2;
  max-width: 930px;
  text-align: center;
  padding: 0 1rem;
}
.inc-hero-h1 {
  font-size: clamp(3.5rem, 10vw, 6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.inc-hero-h2 {
  font-size: clamp(2rem, 10vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.inc-hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,.90);
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}
.btn-inc-ghost {
  height: 3.5rem;
  padding: 0 2.5rem;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex; align-items: center;
  transition: background .2s;
}
.btn-inc-ghost:hover { background: rgba(255,255,255,.20); }
.btn-hero-solid {
  height: 3.5rem;
  padding: 0 2.5rem;
  background: var(--primary);
  color: #fff !important;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex; align-items: center;
  box-shadow: 0 8px 24px rgba(44,89,67,.25);
  border: none;
  transition: transform .18s, box-shadow .18s;
}
.btn-hero-solid:hover { transform: scale(1.04); box-shadow: 0 12px 32px rgba(44,89,67,.35); }

/* ── HOW IT WORKS ─────────────────────────────────── */
.inc-steps-section {
  padding: 3rem 0;
  background: var(--white);
}
.inc-label {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.inc-label-white {
  color: rgba(255,255,255,.70);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.inc-section-h3 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.15;
}
.inc-section-p{
  color: var(--slate-600);
  font-size: 1.15rem;
  line-height: 1.75;
}
.inc-section-sub {
  color: var(--slate-500);
  font-size: 0.97rem;
  line-height: 1.7;
}
.inc-section-body {
  font-size: 1.05rem;
  color: var(--slate-600);
  line-height: 1.75;
}

/* Step card */
.step-card {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
.step-num {
  position: absolute;
  top: -0.5rem; left: -0.5rem;
  font-size: 4rem;
  font-weight: 900;
  color: var(--slate-100);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.step-icon-wrap {
  position: relative; z-index: 1;
  width: 4rem; height: 4rem;
  border-radius: 1rem;
  background: rgba(44,89,67,.10);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.step-card:hover .step-icon-wrap {
  background: var(--primary);
  transform: scale(1.10);
  box-shadow: 0 8px 24px rgba(44,89,67,.25);
}
.step-icon {
  font-size: 1.75rem !important;
  color: var(--primary);
  transition: color .25s;
}
.step-card:hover .step-icon { color: #fff; }

.step-title {
  position: relative; z-index: 1;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--slate-900);
  transition: color .2s;
}
.step-card:hover .step-title { color: var(--primary); }
.step-desc {
  position: relative; z-index: 1;
  font-size: 0.875rem;
  color: var(--slate-500);
  line-height: 1.65;
  margin: 0;
}

/* Connector line between steps on desktop */
@media (min-width: 768px) {
  .step-card::after {
    content: '';
    position: absolute;
    top: 4rem; left: 5.5rem;
    width: calc(100% - 5rem);
    height: 2px;
    background: var(--slate-100);
    z-index: 0;
  }
  .col-md:last-child .step-card::after { display: none; }
  .step-card .step-connector {
    position: absolute;
    top: 4rem; left: 5.5rem;
    height: 2px;
    width: 0;
    background: var(--primary);
    z-index: 1;
    transition: width .5s ease;
  }
  .step-card:hover .step-connector { width: calc(100% - 5rem); }
}

/* ── MENTORSHIP ───────────────────────────────────── */
.inc-mentorship-section {
  padding: 6rem 0;
  background: var(--bg-light);
}
.inc-check-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 1rem;
}
.inc-check-list li {
  display: flex; align-items: center; gap: 0.75rem;
  font-weight: 500;
  font-size: 0.97rem;
}
.inc-check-icon {
  color: var(--primary);
  font-size: 1.3rem !important;
  font-variation-settings: 'FILL' 1;
  flex-shrink: 0;
}
.btn-mentor-learn {
  display: inline-flex; align-items: center;
  height: 3rem; padding: 0 2rem;
  background: rgba(44,89,67,.10);
  color: var(--primary);
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  transition: background .2s, color .2s;
}
.btn-mentor-learn:hover { background: var(--primary); color: #fff; }

.inc-mentor-img {
  transition: transform .35s ease, box-shadow .35s ease;
}
.inc-mentor-img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

/* ── TALENT SHOWCASES ─────────────────────────────── */
.inc-showcase-section {
  padding: 3rem 0;
}
.inc-showcase-box {
  background: var(--primary);
  border-radius: 2rem !important;
  padding: 4rem 3rem !important;
}
.inc-showcase-glow {
  position: absolute;
  top: 0; right: 0;
  width: 33%; height: 100%;
  background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.inc-showcase-h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
.inc-showcase-body {
  font-size: 1.05rem;
  color: rgba(255,255,255,.80);
  line-height: 1.75;
}
.inc-showcase-body ul{
  color: #fdfeff;
}
.inc-stat-bar {
  border-left: 2px solid rgba(255,255,255,.30);
  padding-left: 1.5rem;
}
.inc-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 0.25rem;
  line-height: 1;
}
.inc-stat-label {
  color: rgba(255,255,255,.60);
  font-size: 0.82rem;
  margin: 0;
}
.btn-showcase-white {
  height: 3.5rem;
  padding: 0 2.5rem;
  background: #fff;
  color: var(--primary) !important;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex; align-items: center;
  transition: transform .18s, background .18s;
}
.btn-showcase-white:hover { transform: scale(1.04); background: var(--bg-light); }

/* Showcase decorative card */
.inc-showcase-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 16px 48px rgba(0,0,0,.20);
  transform: rotate(-6deg);
  max-width: 22rem;
  transition: transform .35s;
}
.inc-showcase-card:hover { transform: rotate(-3deg) scale(1.02); }
.inc-showcase-card-img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
  margin-bottom: 0.75rem;
}
.inc-showcase-card-title {
  font-weight: 700;
  color: var(--slate-900);
  font-size: 0.97rem;
  margin: 0 0 0.2rem;
}
.inc-showcase-card-sub {
  color: var(--slate-500);
  font-size: 0.78rem;
  font-style: italic;
  margin: 0;
}

@media (max-width: 767.98px) {
  .inc-showcase-box { padding: 2.5rem 1.5rem !important; }
}

/* ── CLAN EXPERIENCE ──────────────────────────────── */
.inc-experience-section {
  padding: 3rem 0;
  background: var(--white);
}
.exp-card {
  background: var(--bg-light);
  border: 1px solid var(--slate-100);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.exp-card:hover {
  border-color: rgba(44,89,67,.30);
  box-shadow: 0 6px 24px rgba(44,89,67,.10);
  transform: translateY(-3px);
}
.exp-icon-wrap {
  width: 3.5rem; height: 3.5rem;
  border-radius: 50%;
  background: rgba(44,89,67,.10);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.exp-card:hover .exp-icon-wrap { background: rgba(44,89,67,.18); }
.exp-icon {
  font-size: 1.875rem !important;
  color: var(--primary);
}
.exp-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.75rem;
}
.exp-desc {
  font-size: 0.875rem;
  color: var(--slate-500);
  line-height: 1.65;
  margin: 0;
}

/* ── CTA ──────────────────────────────────────────── */
.inc-cta-section {
  padding: 6rem 0;
}
.inc-cta-h3 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--slate-900);
  line-height: 1.15;
}
.inc-cta-sub {
  font-size: 1.15rem;
  color: var(--slate-500);
  max-width: 560px;
  margin-left: auto; margin-right: auto;
  line-height: 1.7;
}
.inc-cta-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.97rem;
  text-decoration: none;
  transition: text-decoration .2s;
}
.inc-cta-link:hover { text-decoration: underline; color: var(--primary); }

/* ── Mobile responsive tweaks ─────────────────────── */
@media (max-width: 767.98px) {
  .inc-steps-section,
  .inc-mentorship-section,
  .inc-showcase-section,
  .inc-experience-section,
  .inc-cta-section { padding: 3.5rem 0; }

  .step-card { padding: 1rem 0.75rem; }
  .step-card::after { display: none !important; }
}


/* =====================================================
   programs.css — Programs page specific styles
   (uses CSS variables from style.css)
   ===================================================== */

/* ── Navbar active link ───────────────────────────── */
.active-nav {
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}

/* ── Brand SVG ────────────────────────────────────── */
.prog-brand-svg {
  width: 2rem; height: 2rem;
  color: var(--primary);
  flex-shrink: 0;
}
.prog-brand-svg svg { width: 100%; height: 100%; }

/* ── HERO ─────────────────────────────────────────── */
.prog-hero {
  position: relative;
  min-height: 60vh;
  height: auto;
  padding: 6rem 1rem;
  overflow: hidden;
}
.prog-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.40), rgba(0,0,0,.70)),
    url('https://lh3.googleusercontent.com/aida-public/AB6AXuCYRsU3AEN57-BnIyht34UojJm3zxZD1KFQM2yfpwFRkjW_CphN6_mv4FCl3D8pQhvhNnnkBtk2Gd_G-MmtNQMjaMiOn3WTLzkZgLhOPFvlU6bnyTwu2LBCDn9V451apc3kTtYJtlUdzN8a2K37nQvW-CzsVZn6KxEXXN3tvYo2Pohnls_Xk7S5Ax8DnPP1jBEUjprMygAOJyX-CMbZKvxyXPXCZpizlPSr1WhF9kuvLfLY3qOW0-S-34T2ouc4Hb3AhsNCqRCzzZJW');
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
}
.prog-hero:hover .prog-hero-bg { transform: scale(1.05); }

.prog-hero-content {
  position: relative; z-index: 2;
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
}
.prog-hero-h1 {
  font-size: clamp(3rem, 9vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.prog-hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,.90);
  font-weight: 500;
  line-height: 1.7;
  max-width: 740px;
  margin: 0 auto 2.5rem;
}
.prog-underline {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.btn-prog-hero {
  background: var(--primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.85rem 2rem;
  border-radius: 9999px;
  border: none;
  text-decoration: none;
  display: inline-flex; align-items: center;
  box-shadow: 0 8px 24px rgba(44,89,67,.30);
  transition: transform .18s, box-shadow .18s;
}
.btn-prog-hero:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(44,89,67,.40); }

/* ── PROGRAMS CONTENT WRAPPER ─────────────────────── */
.prog-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* ── ROW SECTIONS (text + image alternating) ─────── */
.prog-row-section {
  padding: 0 0;
}
.prog-row-alt { /* no extra style needed, Bootstrap handles col order */ }

/* Label row */
.prog-label-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: 700;
}
.prog-label-icon {
  font-size: 1.2rem !important;
  font-variation-settings: 'FILL' 0;
  color: inherit;
}
.prog-label-text {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: inherit;
}

/* Section heading */
.prog-section-h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.prog-section-body {
  font-size: 1.05rem;
  color: var(--slate-600);
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* Text link */
.prog-text-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.97rem;
  text-decoration: none;
  transition: gap .2s;
}
.prog-text-link:hover { gap: 0.6rem; color: var(--primary); }
.prog-link-arrow {
  font-size: 1.1rem !important;
  transition: transform .2s;
}
.prog-text-link:hover .prog-link-arrow { transform: translateX(4px); }

/* Image card */
.prog-img-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 48px rgba(0,0,0,.15);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.prog-img-card:hover {
  transform: scale(1.02);
  box-shadow: 0 24px 64px rgba(0,0,0,.20);
}

/* ── FULL-WIDTH HERITAGE SECTION ──────────────────── */
.prog-full-section {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  padding: 5rem 0;
  margin: 0 1rem;
}
.prog-full-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}
.prog-full-section:hover .prog-full-bg { transform: scale(1.04); }

.btn-prog-white {
  background: #fff;
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 0.97rem;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex; align-items: center;
  gap: 0.35rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  transition: box-shadow .2s, transform .18s;
}
.btn-prog-white:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.20); }

/* ── LIFETIME VOLUNTEERS ──────────────────────────── */
.prog-volunteers-section {
  padding: 0;
}
.prog-volunteers-box {
  background: rgba(44,89,67,.06);
  border: 1px solid rgba(44,89,67,.10);
  border-radius: 2rem !important;
  padding: 4rem 3rem;
}
.prog-vol-h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.prog-vol-body {
  font-size: 1.05rem;
  color: var(--slate-600);
  line-height: 1.75;
}
.btn-vol-primary {
  display: inline-block;
  background: var(--primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1.75rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 16px rgba(44,89,67,.20);
}
.btn-vol-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(44,89,67,.30); }
.btn-vol-outline {
  display: inline-block;
  background: transparent;
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.68rem 1.75rem;
  border-radius: 9999px;
  border: 2px solid var(--primary);
  text-decoration: none;
  transition: background .18s, color .18s;
}
.btn-vol-outline:hover { background: rgba(44,89,67,.10); }
.prog-vol-img {
  width: 100%;
  height: 280px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 36px rgba(0,0,0,.14);
  transition: transform .35s;
}
.prog-vol-img:hover { transform: scale(1.02); }

/* ── FOOTER ───────────────────────────────────────── */
.prog-footer {
  background: var(--bg-dark);
  color: var(--slate-400);
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #1e293b;
}
.prog-footer-svg {
  width: 1.5rem; height: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.prog-footer-svg svg { width: 100%; height: 100%; }

.prog-contact-icon {
  color: var(--primary);
  font-size: 1.2rem !important;
  font-variation-settings: 'FILL' 1;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── Mobile tweaks ────────────────────────────────── */
@media (max-width: 767.98px) {
  .prog-content { padding: 3rem 1rem; gap: 3rem; }
  .prog-full-section { margin: 0; border-radius: 0; min-height: 400px; padding: 3.5rem 0; }
  .prog-volunteers-box { padding: 2rem 1.25rem; }
  .prog-vol-img { height: 200px; }
}

/* =====================================================
   events.css  —  Events page styles
   ===================================================== */

/* ── Active nav ──────────────────────────────────── */
.active-nav {
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}

/* ── HERO ─────────────────────────────────────────── */
.evt-hero {
  position: relative;
  min-height: 72vh;
  display: flex; align-items: center; justify-content: center;
  padding: 6rem 0;
  overflow: hidden;
}
.evt-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDE-zShoPq5zjwQnoOq6raTslzFRuCKBSqXahbeB0gDXjaj33WDPO2RX62cRzE_JVCeKAgRmKJKedMX-4DfWp-5H-_yUez63xEdwtu4Hj4sgWY2p5T1yxU1zb3Nzu1cA-4wG5Yt0zV4a1y3OMixKw82GKfSuNZ5vp2nTtgG9QP50paZEIkM-W0i1lmfqDR2mSBvX4g5ZFY9R5IflE6lJeZnO_tlojDqQ2nVWR5savELNfRlozdC8GgTqdqK5g9wpBzYd1-c0X_7K6Hg');
  background-size: cover; background-position: center;
}
.evt-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,.52);
}
.evt-hero-h1 {
  font-size: clamp(3rem, 9vw, 5.5rem);
  font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.02em;
}
.evt-hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.88); line-height: 1.7;
  max-width: 560px; margin: 0 auto;
}
.btn-evt-ghost {
  height: 3.5rem; padding: 0 2.2rem;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  color: #fff !important; border: 1px solid rgba(255,255,255,.30);
  border-radius: 0.75rem; font-weight: 700; font-size: 1.05rem;
  text-decoration: none; display: inline-flex; align-items: center;
  transition: background .2s;
}
.btn-evt-ghost:hover { background: rgba(255,255,255,.20); }
.btn-hero-solid {
  height: 3.5rem; padding: 0 2.2rem;
  background: var(--primary); color: #fff !important;
  border-radius: 0.75rem; font-weight: 700; font-size: 1.05rem;
  text-decoration: none; display: inline-flex; align-items: center;
  box-shadow: 0 8px 24px rgba(44,89,67,.25); border: none;
  transition: transform .18s, box-shadow .18s;
}
.btn-hero-solid:hover { transform: scale(1.04); }

/* ── FEATURED EVENT ───────────────────────────────── */
.evt-featured-section {
  padding: 5rem 0 4rem;
  background: var(--white);
}
.evt-featured-box {
  min-height: 420px;
  border-radius: 1.5rem !important;
  overflow: hidden;
  position: relative;
}
.evt-featured-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .6s ease;
}
.evt-featured-box:hover .evt-featured-bg { transform: scale(1.03); }
.evt-featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.80) 40%, rgba(0,0,0,.35) 100%);
}
.evt-feat-tag {
  display: inline-block;
  background: var(--primary);
  width: 40%;
  color: #fff; font-size: .72rem; font-weight: 700;
  padding: .25rem .85rem; border-radius: 9999px;
  text-transform: uppercase; letter-spacing: .08em;
}
.evt-feat-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 900; color: #fff; line-height: 1.2;
}
.evt-feat-desc {
  font-size: 1rem; color: rgba(255,255,255,.80); line-height: 1.7; max-width: 500px;
}
.evt-meta-item {
  display: flex; align-items: center; gap: .4rem;
  color: rgba(255,255,255,.80); font-size: .875rem; font-weight: 600;
}
.evt-meta-icon { font-size: 1rem !important; color: #7fcba1; }
.btn-feat-cta {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; color: var(--primary) !important;
  font-weight: 800; font-size: .97rem;
  padding: .75rem 1.75rem; border-radius: .65rem;
  text-decoration: none; transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.btn-feat-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.20); }

/* ── FILTER TABS ──────────────────────────────────── */
.evt-grid-section {
  padding: 5rem 0;
  background: var(--bg-light);
}
.evt-label {
  color: var(--primary); font-size: .75rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
}
.section-h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  font-weight: 800; color: var(--slate-900);
}
.section-sub { color: var(--slate-500); font-size: 1rem; }

.evt-filter-wrap {
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.evt-filter-btn {
  padding: .45rem 1.1rem;
  border-radius: 9999px;
  border: 1.5px solid var(--slate-200);
  background: var(--white); color: var(--slate-600);
  font-size: .82rem; font-weight: 700; font-family: var(--font);
  cursor: pointer; transition: all .2s;
}
.evt-filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.evt-filter-btn.active {
  background: var(--primary); color: #fff !important; border-color: var(--primary);
}

/* ── EVENT CARDS ──────────────────────────────────── */
.evt-card {
  background: var(--white);
  border: 1.5px solid var(--slate-100);
  border-radius: 1rem; overflow: hidden;
  display: flex; flex-direction: column;
  height: 100%;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.evt-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 28px rgba(44,89,67,.12);
  transform: translateY(-4px);
}
.evt-card-img {
  height: 180px;
  background-size: cover; background-position: center;
  position: relative;
  transition: transform .35s;
}
.evt-card:hover .evt-card-img { transform: scale(1.04); }
.evt-card-badge {
  position: absolute; top: .75rem; left: .75rem;
  background: var(--primary); color: #fff;
  font-size: .68rem; font-weight: 800;
  padding: .2rem .65rem; border-radius: 9999px;
  text-transform: uppercase; letter-spacing: .08em;
}
.evt-card-body {
  padding: 1.25rem; display: flex; flex-direction: column; flex: 1;
}
.evt-card-meta {
  display: flex; align-items: center; gap: .3rem;
  color: var(--slate-400); font-size: .78rem; font-weight: 600; margin-bottom: .6rem;
}
.evt-card-title {
  font-size: 1rem; font-weight: 800; color: var(--slate-900);
  margin-bottom: .5rem; line-height: 1.35;
}
.evt-card-desc {
  font-size: .85rem; color: var(--slate-500); line-height: 1.6; margin-bottom: .75rem;
}
.evt-card-loc {
  display: flex; align-items: center; gap: .3rem;
  font-size: .78rem; color: var(--slate-400); font-weight: 500;
}
.evt-card-link {
  display: inline-flex; align-items: center; gap: .2rem;
  color: var(--primary); font-size: .82rem; font-weight: 700;
  text-decoration: none; transition: gap .15s;
}
.evt-card-link:hover { gap: .4rem; color: var(--primary); }

/* hidden cards when filtered */
.evt-card-col-hidden { display: none !important; }

/* ── PAST EVENTS TIMELINE ─────────────────────────── */
.evt-past-section {
  padding: 5rem 0;
  background: var(--white);
}
.evt-timeline {
  position: relative;
  max-width: 860px; margin: 0 auto;
  padding-left: 2rem;
}
.evt-timeline::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--slate-100);
}
.evt-tl-item {
  position: relative;
  display: grid; grid-template-columns: 1fr auto;
  gap: 1.5rem; align-items: start;
  padding: 0 0 3rem 2rem;
}
.evt-tl-item:last-child { padding-bottom: 0; }
.evt-tl-dot {
  position: absolute; left: -2rem; top: .35rem;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--primary);
  transform: translateX(-50%);
  z-index: 1;
  transition: background .2s;
}
.evt-tl-item:hover .evt-tl-dot { background: var(--primary); }

.evt-tl-date {
  display: block;
  font-size: .75rem; font-weight: 700; color: var(--primary);
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: .5rem;
}
.evt-tl-title {
  font-size: 1.15rem; font-weight: 800; color: var(--slate-900); margin-bottom: .4rem;
}
.evt-tl-desc {
  font-size: .9rem; color: var(--slate-500); line-height: 1.65; margin-bottom: .75rem;
}
.evt-tl-tag {
  display: inline-block;
  background: rgba(44,89,67,.08); color: var(--primary);
  font-size: .72rem; font-weight: 700;
  padding: .22rem .75rem; border-radius: 9999px;
  letter-spacing: .06em;
}
.evt-tl-img {
  width: 180px; height: 120px; flex-shrink: 0;
  border-radius: .75rem; background-size: cover; background-position: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  transition: transform .3s;
}
.evt-tl-item:hover .evt-tl-img { transform: scale(1.03); }

@media (max-width: 575.98px) {
  .evt-tl-item { grid-template-columns: 1fr; }
  .evt-tl-img { width: 100%; height: 160px; }
  .evt-timeline { padding-left: 1.5rem; }
}

/* ── Reuse CTA from style.css ─────────────────────── */
.section-cta { padding: 5rem 0; }

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 767.98px) {
  .evt-featured-section,
  .evt-grid-section,
  .evt-past-section { padding: 3.5rem 0; }
  .evt-feat-title { font-size: 1.6rem; }
}


/* =====================================================
   contact.css — Contact page styles
   ===================================================== */

.active-nav {
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}

/* ── HERO ─────────────────────────────────────────── */
.ctc-hero {
  position: relative;
  min-height: 58vh;
  display: flex; align-items: center;
  padding: 6rem 0;
  overflow: hidden;
}
.ctc-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/contactus.jpeg');
  background-size: cover; background-position: center top;
}
.ctc-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(20,50,35,.85) 0%, rgba(0,0,0,.55) 100%);
}
.ctc-hero-h1 {
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.02em;
}
.ctc-hero-sub {
  font-size: clamp(.97rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.85); line-height: 1.75;
  max-width: 480px; margin: 0 auto;
}

/* ── INFO CARDS ───────────────────────────────────── */
.ctc-info-section {
  padding: 5rem 0 4rem;
  background: var(--white);
}
.ctc-info-card {
  background: var(--bg-light);
  border: 1.5px solid var(--slate-100);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.ctc-info-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 28px rgba(44,89,67,.10);
  transform: translateY(-4px);
}
.ctc-info-icon-wrap {
  width: 3.5rem; height: 3.5rem;
  border-radius: 50%;
  background: rgba(44,89,67,.10);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.ctc-info-card:hover .ctc-info-icon-wrap { background: var(--primary); }
.ctc-info-icon {
  font-size: 1.6rem !important;
  color: var(--primary);
  font-variation-settings: 'FILL' 1;
  transition: color .2s;
}
.ctc-info-card:hover .ctc-info-icon { color: #fff; }
.ctc-info-title {
  font-weight: 800; font-size: .95rem;
  color: var(--slate-900); margin-bottom: .5rem;
}
.ctc-info-text {
  font-size: .875rem; color: var(--slate-500); line-height: 1.65; margin: 0;
}

/* ── FORM SECTION ─────────────────────────────────── */
.ctc-form-section {
  padding: 5rem 0;
  background: var(--bg-light);
}
.evt-label {
  color: var(--primary); font-size: .75rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; display: block;
}
.ctc-form-h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 800; color: var(--slate-900); line-height: 1.2;
}
.ctc-form-sub { font-size: .97rem; color: var(--slate-500); line-height: 1.7; }

/* Form card */
.ctc-form-card {
  background: var(--white);
  border: 1.5px solid var(--slate-100);
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(44,89,67,.06);
}

/* Inputs */
.ctc-label {
  display: block;
  font-size: .8rem; font-weight: 700; color: var(--slate-700);
  margin-bottom: .4rem; letter-spacing: .02em;
}
.ctc-input {
  display: block; width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid var(--slate-200);
  border-radius: .6rem;
  font-family: var(--font); font-size: .9rem;
  color: var(--slate-900);
  background: var(--bg-light);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.ctc-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(44,89,67,.12);
  background: var(--white);
}
.ctc-input.error { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,.15); }
.ctc-textarea { resize: vertical; min-height: 130px; }
.ctc-select { cursor: pointer; }

/* Submit button */
.btn-ctc-submit {
  background: var(--primary); color: #fff;
  font-family: var(--font); font-size: 1rem; font-weight: 800;
  border: none; border-radius: .75rem;
  padding: .9rem 2rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, opacity .2s;
  box-shadow: 0 6px 20px rgba(44,89,67,.22);
}
.btn-ctc-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(44,89,67,.30); }
.btn-ctc-submit:active { transform: scale(.98); }
.btn-ctc-submit.loading { opacity: .7; pointer-events: none; }

.ctc-form-note {
  text-align: center; font-size: .78rem; color: var(--slate-400);
}

/* Success state */
.ctc-success-state { text-align: center; padding: 2rem 0; }
.ctc-success-icon-wrap {
  width: 5rem; height: 5rem;
  background: rgba(44,89,67,.10);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ctc-success-icon {
  font-size: 2.5rem !important;
  color: var(--primary);
  font-variation-settings: 'FILL' 1;
}
.ctc-success-title {
  font-size: 1.5rem; font-weight: 800; color: var(--slate-900); margin-bottom: .5rem;
}
.ctc-success-sub {
  font-size: .97rem; color: var(--slate-500); max-width: 340px; margin: 0 auto 1.5rem;
}
.btn-ctc-reset {
  background: none; border: 1.5px solid var(--primary);
  color: var(--primary); font-family: var(--font); font-weight: 700;
  font-size: .9rem; padding: .6rem 1.5rem; border-radius: .6rem;
  cursor: pointer; transition: background .2s, color .2s;
}
.btn-ctc-reset:hover { background: var(--primary); color: #fff; }

/* ── SIDEBAR ──────────────────────────────────────── */
.ctc-sidebar-card {
  background: var(--white);
  border: 1.5px solid var(--slate-100);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(44,89,67,.05);
}
.ctc-sidebar-h5 {
  font-size: 1.05rem; font-weight: 800; color: var(--slate-900);
}

/* Team rows */
.ctc-team-row {
  display: flex; align-items: center; gap: 1rem;
}
.ctc-team-avatar {
  width: 3.2rem; height: 3.2rem; border-radius: 50%; flex-shrink: 0;
  background-size: cover; background-position: center top;
  border: 2px solid rgba(44,89,67,.15);
}
.ctc-team-name {
  font-weight: 700; font-size: .9rem; color: var(--slate-900); margin: 0 0 .15rem;
}
.ctc-team-role {
  font-size: .75rem; color: var(--primary); font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; margin: 0 0 .25rem;
}
.ctc-team-email {
  font-size: .78rem; color: var(--slate-400); text-decoration: none;
  transition: color .2s;
}
.ctc-team-email:hover { color: var(--primary); }

/* FAQ rows */
.ctc-faq-row {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .85rem;
  border-radius: .65rem;
  transition: background .2s;
}
.ctc-faq-row:hover { background: var(--bg-light); }
.ctc-faq-icon {
  font-size: 1.2rem !important; color: var(--primary); flex-shrink: 0; margin-top: 2px;
}
.ctc-faq-q {
  font-weight: 700; font-size: .88rem; color: var(--slate-900); margin: 0 0 .2rem;
}
.ctc-faq-a {
  font-size: .82rem; color: var(--slate-500); margin: 0; line-height: 1.55;
}

/* ── MAP SECTION ──────────────────────────────────── */
.ctc-map-section {
  padding: 5rem 0;
  background: var(--white);
}
.ctc-location-list {
  display: flex; flex-direction: column; gap: .85rem;
}
.ctc-location-list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .9rem; color: var(--slate-600); line-height: 1.6;
}
.ctc-loc-icon {
  font-size: 1.15rem !important; color: var(--primary);
  font-variation-settings: 'FILL' 1; flex-shrink: 0; margin-top: 2px;
}
.btn-ctc-directions {
  background: rgba(44,89,67,.10); color: var(--primary) !important;
  font-weight: 700; font-size: .9rem;
  padding: .65rem 1.5rem; border-radius: .65rem;
  text-decoration: none; transition: background .2s, color .2s;
}
.btn-ctc-directions:hover { background: var(--primary); color: #fff !important; }

.ctc-map-frame {
  height: 380px; border-radius: 1.25rem; overflow: hidden;
  box-shadow: 0 8px 32px rgba(44,89,67,.12);
  border: 1.5px solid var(--slate-100);
}
.ctc-map-frame iframe { width: 100%; height: 100%; }

/* ── Reuse CTA ────────────────────────────────────── */
.section-cta { padding: 5rem 0; }

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 767.98px) {
  .ctc-info-section,
  .ctc-form-section,
  .ctc-map-section { padding: 3.5rem 0; }
  .ctc-form-card { padding: 1.5rem; }
  .ctc-map-frame { height: 260px; }
}



  .gallery-row {
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            overflow-x: auto;
            padding: 40px;
        }

        .image-card {
            min-width: 180px;
            height: 320px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border-radius: 6px;
        }

        .image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
        }

        .image-card:hover img {
            transform: scale(1.1);
        }

        .overlay-text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            text-align: center;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        }

        /* scrollbar color */

.gallery-row::-webkit-scrollbar{
height:8px;
}

.gallery-row::-webkit-scrollbar-track{
background:#eee;
}

.gallery-row::-webkit-scrollbar-thumb{
background:#2c5943;
border-radius:10px;
}

.gallery-row::-webkit-scrollbar-thumb:hover{
background:#27ae60;
}

 /* Minimal inline style only to replicate the missing screenshot form structure,
       using exactly the existing design tokens/classes from the original page.
       No new design language introduced. */
        .form-section {
            background-color: #ffffff;
            padding: 1rem 0;
        }

        .form-card {
            background-color: #ddf6e4;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            border-radius: 24px;
            box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .059);
            margin: 64px 100px 74px;
            border: 1px solid rgba(63, 101, 86, .122);
            padding: 2.5rem;
        }

        .form-badge {
            font-size: 0.8rem;
            letter-spacing: 1.5px;
            color: #c9a74b;
            font-weight: 600;
            text-transform: uppercase;
        }

        .form-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c5943;
            line-height: 1.3;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .form-group {
            flex: 1 1 calc(50% - 0.75rem);
            min-width: 200px;
        }

        .form-group.full-width {
            flex: 1 1 100%;
        }

        .form-label {
            font-weight: 600;
            font-size: 0.9rem;
            color: #232323;
            margin-bottom: 0.3rem;
            display: flex;
            align-items: center;
        }

        .required-star {
            color: #b85c5c;
            font-size: 1.2rem;
            line-height: 1;
            margin-left: 2px;
        }

        .form-control-custom {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1.5px solid #e2dcd5;
            border-radius: 16px;
            font-size: 0.95rem;
            background: white;
        }

        .form-control-custom:focus {
            outline: none;
            border-color: #c9a74b;
            box-shadow: 0 0 0 3px rgba(201, 167, 75, 0.2);
        }

        .phone-group {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .phone-prefix {
            background: #f2efea;
            border: 1.5px solid #e2dcd5;
            border-radius: 16px;
            padding: 0.8rem 1rem;
            font-weight: 500;
            color: #4a4a4a;
            white-space: nowrap;
        }

        .phone-prefix span {
            color: #7e7e7e;
            margin-left: 4px;
        }

        .phone-input {
            flex: 1;
            padding: 0.8rem 1rem;
            border: 1.5px solid #e2dcd5;
            border-radius: 16px;
        }

        textarea.form-control-custom {
            min-height: 90px;
            resize: vertical;
        }

        .checkbox-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #f8f6f2;
            padding: 1rem 1.5rem;
            border-radius: 40px;
            margin: 2rem 0 1.8rem;
        }

        .checkbox-wrapper input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: #c9a74b;
            border-radius: 6px;
        }

        .checkbox-wrapper label {
            font-weight: 500;
            color: #1e1e1e;
        }

        .btn-donate {
            background: #2c5943;
            border: none;
            color: white;
            width: 100%;
            padding: 1rem;
            font-weight: 700;
            font-size: 1.2rem;
            border-radius: 60px;
            box-shadow: 0 10px 18px -8px #2c5943;
            transition: 0.2s;
        }

        .btn-donate:hover {
            background: #19a178;
            transform: translateY(-3px);
        }

        /* ======================================================
   MEDIA QUERIES FOR FORM SECTION - COMPLETE RESPONSIVENESS
   ====================================================== */

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .form-card {
        margin: 64px auto 74px;
        max-width: 1200px;
    }
}

/* Large devices (desktops, 1200px and down) */
@media (max-width: 1199.98px) {
    .form-card {
        margin: 60px 60px 70px;
        padding: 2.2rem;
    }
    
    .form-title {
        font-size: 1.9rem;
    }
}

/* Medium devices (tablets, 992px and down) */
@media (max-width: 991.98px) {
    .form-card {
        margin: 50px 40px 60px;
        padding: 2rem;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .form-row {
        gap: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .checkbox-wrapper {
        padding: 0.9rem 1.2rem;
        margin: 1.8rem 0 1.5rem;
    }
}

/* Small devices (landscape phones, 768px and down) */
@media (max-width: 767.98px) {
    .form-card {
        margin: 40px 25px 50px;
        padding: 1.8rem;
        border-radius: 20px;
    }
    
    .form-title {
        font-size: 1.6rem;
    }
    
    .form-badge {
        font-size: 0.7rem;
        letter-spacing: 1.2px;
    }
    
    .form-group {
        flex: 1 1 100%; /* Stack form groups vertically */
    }
    
    .form-row {
        gap: 1rem;
    }
    
    .phone-group {
        flex-wrap: wrap;
    }
    
    .phone-prefix {
        width: 100%;
        text-align: center;
    }
    
    .phone-input {
        width: 100%;
    }
    
    .checkbox-wrapper {
        padding: 0.9rem 1rem;
        border-radius: 30px;
        margin: 1.5rem 0 1.2rem;
    }
    
    .checkbox-wrapper label {
        font-size: 0.9rem;
    }
    
    .btn-donate {
        padding: 0.9rem;
        font-size: 1.1rem;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
    .form-card {
        margin: 30px 15px 40px;
        padding: 1.5rem;
        border-radius: 18px;
    }
    
    .form-title {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    
    .form-badge {
        font-size: 0.65rem;
        letter-spacing: 1px;
    }
    
    .form-label {
        font-size: 0.85rem;
    }
    
    .form-control-custom,
    .phone-prefix,
    .phone-input {
        padding: 0.7rem 0.9rem;
        font-size: 0.9rem;
        border-radius: 14px;
    }
    
    .phone-prefix {
        padding: 0.7rem 0.9rem;
    }
    
    textarea.form-control-custom {
        min-height: 80px;
    }
    
    .checkbox-wrapper {
        padding: 0.8rem 0.9rem;
        gap: 8px;
        border-radius: 25px;
    }
    
    .checkbox-wrapper input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    
    .checkbox-wrapper label {
        font-size: 0.85rem;
    }
    
    .btn-donate {
        padding: 0.8rem;
        font-size: 1rem;
        border-radius: 50px;
    }
}

/* Very small devices (small phones, 375px and down) */
@media (max-width: 375.98px) {
    .form-card {
        margin: 25px 12px 35px;
        padding: 1.2rem;
    }
    
    .form-title {
        font-size: 1.2rem;
    }
    
    .form-badge {
        font-size: 0.6rem;
    }
    
    .form-control-custom,
    .phone-prefix,
    .phone-input {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .checkbox-wrapper {
        padding: 0.7rem 0.8rem;
    }
    
    .checkbox-wrapper label {
        font-size: 0.8rem;
    }
    
    .btn-donate {
        padding: 0.7rem;
        font-size: 0.95rem;
    }
}

/* Landscape orientation for mobile devices */
@media (max-width: 767.98px) and (orientation: landscape) {
    .form-card {
        margin: 35px 25px 45px;
    }
    
    .form-row {
        gap: 0.8rem;
    }
    
    .form-group {
        flex: 1 1 calc(50% - 0.8rem); /* Try to keep 2 columns in landscape */
    }
    
    .phone-group {
        flex-wrap: nowrap; /* Keep phone group inline in landscape */
    }
    
    .phone-prefix {
        width: auto;
    }
}

/* Tablet landscape and medium devices specific */
@media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
    .form-card {
        margin: 45px 35px 55px;
    }
}

/* High-resolution screens (Retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form-card {
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .04);
    }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .form-card {
        background-color: #ddf6e4; /* Keep original background as it's light-themed */
    }
}

/* Print styles */
@media print {
    .form-card {
        box-shadow: none;
        border: 1px solid #ddd;
        margin: 20px;
        padding: 20px;
    }
    
    .btn-donate {
        background: #2c5943;
        color: white;
        box-shadow: none;
    }
}

.bg-smoke{
  background-color: #d1e7db;
}

/* Donation amount buttons styling */
.donation-amount-section {
    margin-bottom: 2rem;
}

.amount-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.amount-btn {
    background: transparent;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 70px;
}

.amount-btn:hover {
    background: rgba(255, 215, 0, 0.1);
    border-color: #FFD700;
}

.amount-btn.active {
    background: #FFD700;
    border-color: #FFD700;
    color: #000;
}

.amount-btn.custom-btn {
    border-color: #FFD700;
    background: #FFD700;
    color: #000;
}

.amount-btn.custom-btn:hover {
    background: #e6c200;
    border-color: #e6c200;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .amount-buttons {
        gap: 0.5rem;
    }
    
    .amount-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        min-width: 60px;
    }
}