/* ── NAVBAR ── */
.custom-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5) !important;
}

.navbar-brand {
  font-weight: 700;
}


.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler {
 border: none;
}


.nav-link {
  margin-left: 15px;
  color: #fff !important;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #f4cd09 !important;
}

/* ── HERO ── */
.hero-section {
  position: relative;
  height: 120vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* ── FOOTER ── */
footer {
  font-size: 14px;
  line-height: 1.6;
}

footer h5 {
  font-size: 16px;
  font-weight: 600;
}

footer h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

footer p {
  font-size: 14px;
  opacity: 0.85;
}

footer a {
  font-size: 14px;
  text-decoration: none;
}

footer a:hover {
  color: #ffc107 !important;
  text-decoration: underline;
}




/* ── SECTION GENERAL ── */
.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ── VISION / MISSION / VALUES ── */
.vmv-section {
  background: #616161;
  padding: 80px 0;
  color: #fff;
}

.vmv-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.2s, border-color 0.2s;
}

.vmv-card:hover {
  transform: translateY(-4px);
  border-color: #f4cd09;
}

.vmv-card.highlight {
  background: #f4cd09;
  color: #111;
  border-color: #f4cd09;
}

.vmv-card .vmv-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.vmv-card h4 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.vmv-card p,
.vmv-card li {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.75;
}

.vmv-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vmv-values-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #2a2a2a;
  font-size: 0.875rem;
}

.vmv-values-list li:last-child {
  border-bottom: none;
}

.vmv-card.highlight .vmv-values-list li {
  border-bottom-color: rgba(0,0,0,0.1);
}

/* ── IMPACT SECTION ── */
.impact-section {
  background: #fff;
  padding: 80px 0;
}

.impact-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.impact-card-left {
  background: #111;
  color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.impact-card-left .impact-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f4cd09;
  margin-bottom: 0.5rem;
}

.impact-card-left h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.impact-card-right {
  padding: 2.5rem;
}

.impact-card-right h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.impact-card-right p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
}

.impact-blockquote {
  border-left: 3px solid #f4cd09;
  padding-left: 1rem;
  font-style: italic;
  color: #333;
  font-size: 0.95rem;
  margin: 1.25rem 0;
}



/* ── PAGE HERO ── */
.page-hero {
  background: #fbdc1b;
  padding: 140px 0 60px;
  color: #000000;
}

.page-hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.page-hero-sub {
  color: #000000;
  font-size: 1rem;
}

/* ── ABOUT PROGRAM CARDS ── */
.about-program-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.2s, transform 0.2s;
}

.about-program-card:hover {
  border-color: #f4cd09;
  transform: translateX(4px);
}

.about-program-card.highlight {
  background: #f4cd09;
  border-color: #f4cd09;
}

.about-program-card .about-program-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.25rem;
}

.about-program-card.highlight .about-program-label {
  color: #555;
}

.about-program-card h5 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #111;
}

.about-program-card p {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
}

/* ── ABOUT STATS ── */
.about-stat-box {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 3rem 2rem;
  border: 1px solid #e5e5e5;
}

.about-stat h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f4cd09;
  margin-bottom: 0.25rem;
}

.about-stat p {
  font-size: 0.85rem;
  color: #888;
  margin: 0;
}

/* ── LEADERSHIP ── */
.leadership-section {
  background: #111;
  color: #fff;
}

.leadership-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 2.5rem;
}

.leadership-avatar {
  width: 80px;
  height: 80px;
  background: #f4cd09;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700; }


  /* ── IMAGES ── */
.rounded-img {
  border-radius: 12px;
}

.rounded-img-circle {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

/* ── PROGRAM FEATURE CARDS ── */
.program-feature-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  transition: border-color 0.2s, transform 0.2s;
}

.program-feature-card:hover {
  border-color: #f4cd09;
  transform: translateY(-3px);
}

.program-feature-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.program-feature-card h6 {
  font-weight: 700;
  color: #111;
  margin-bottom: 0.25rem;
}

.program-feature-card p {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}




/* ── GET INVOLVED CARDS ── */
.involve-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.involve-card:hover {
  border-color: #f4cd09;
  transform: translateY(-4px);
}

.involve-card.highlight {
  background: #f4cd09;
  border-color: #f4cd09;
}

.involve-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.involve-card h5 {
  font-weight: 700;
  color: #111;
  margin-bottom: 0.5rem;
}

.involve-card p {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
}

/* ── PARTNER FORM ── */
.partner-form-card {
  background: #fff;
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.07);
  border: 1px solid #e5e5e5;
}

.partner-input {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.partner-input:focus {
  border-color: #f4cd09;
  box-shadow: 0 0 0 3px rgba(244, 205, 9, 0.15);
  outline: none;
}


.partnership-approach-section {
  background: #111;
  color: #fff;
}

/* ── CONTACT ── */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact-info-item:last-of-type {
  border-bottom: none;
}

.contact-info-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-info-item h6 {
  font-weight: 700;
  color: #111;
  margin-bottom: 0.15rem;
}

.contact-info-item p,
.contact-info-item a {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: #f4cd09;
}

/* ── SOCIAL LINKS ── */
.contact-social-link {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.contact-social-link:hover {
  background: #f4cd09;
  transform: translateY(-2px);
}


/* ── NEWS CARD ── */
.news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: transform 0.2s, box-shadow 0.2s;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.news-card-image {
  position: relative;
}

.news-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #f4cd09;
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
}

.news-card-body {
  padding: 1.75rem;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.news-date {
  font-size: 0.8rem;
  color: #888;
}

.news-category {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f4cd09;
}

.news-card-body h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.news-card-body p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

/* ── NEWS SIDEBAR ── */
.news-sidebar {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.75rem;
  height: 100%;
}

.news-sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-sidebar-item:last-child {
  border-bottom: none;
}

.news-sidebar-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.news-sidebar-item p {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.news-sidebar-item .fw-semibold {
  color: #111;
  font-size: 0.9rem;
}