/* ============================================================
   INDIA-AFRICA BUSINESS FORUM — CUSTOM STYLES
   ============================================================ */

:root {
  --navy: #0c2340;
  --navy-mid: #152b6b;
  --dark-green: #1b5c27;
  --mid-green: #2d8840;
  --teal: #1a8a4a;
  --orange: #e87722;
  --amber: #e8a318;
  --gold: #c9922a;
  --gold-light: #f5d98a;
  --logo-red: #8b1818;
  --purple: #7c3aed;
  --blue: #1d6fbf;
  --steel: #3b6b9e;
  --light-bg: #f4f6f9;
  --cream: #fdf8f0;
  --ivory: #faf7f2;
  --text-dark: #1a1a2e;
  --text-mid: #4a4a6a;
  --section-pad: 6rem;
}

* {
  scroll-behavior: smooth;
  border-radius: 0 !important;
}

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', system-ui, sans-serif;
}

/* ============================================================
   SHARED: IMAGE-AS-BACKGROUND PATTERN
   ============================================================ */
.section-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.section-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(242, 242, 242), white);
}

.tracks-overlay {
  background: linear-gradient(135deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 42%) 50%, rgb(255 255 255 / 63%) 100%);
}

/* .programmes-overlay {
  background: linear-gradient(135deg,
    rgba(27, 92, 39, 0.92) 0%,
    rgba(13, 61, 24, 0.95) 60%,
    rgba(26, 26, 62, 0.93) 100%);
} */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
  }
}

/* forum-overlay kept for potential future use */

/* ============================================================
   UNIFIED HEADER — pure CSS Grid, no Bootstrap nav dependency
   ============================================================ */
.site-header {
  background: #fff;
  z-index: 1100;
  /* border-bottom: 3px solid; */
  border-image: linear-gradient(90deg, var(--logo-red) 0%, var(--orange) 50%, var(--dark-green) 100%) 1;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

/* 3-column grid: equal outer cols guarantee true centre */
.sh-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 3px 2rem;
  min-height: 108px;
}

.sh-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sh-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.sh-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.header-logo {
  height: 120px;
  max-width: 260px;
  object-fit: contain;
}

.header-logo-right-img {
  height: 45px;
  object-fit: contain;
}

.header-logo-right-img.cii {
  height: 35px;
}

.divider-v {
  width: 1px;
  height: 38px;
  background: #ddd;
}

/* Nav links */
.sh-link {
  display: block;
  color: var(--navy);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.sh-link:hover,
.sh-link.active {
  color: var(--orange);
  border-bottom-color: var(--orange);
  /* background: rgba(232,119,34,0.06); */
}

/* Mobile toggle button — hidden on desktop */
.sh-toggler {
  display: none;
  background: none;
  border: none;
  color: var(--navy);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  margin-left: 0.75rem;
}

/* Mobile dropdown — hidden by default */
.sh-mobile {
  display: none;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0 1rem;
}

.sh-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sh-mobile .sh-link {
  padding: 0.6rem 1.5rem;
  border-bottom: none;
  border-left: 3px solid transparent;
  display: block;
}

.sh-mobile .sh-link:hover,
.sh-mobile .sh-link.active {
  border-left-color: var(--orange);
  /* background: rgba(232,119,34,0.06); */
  border-bottom-color: transparent;
}

.sh-mobile.open {
  display: block;
}

/* Mobile breakpoint */
@media (max-width: 991.98px) {
  .sh-grid {
    grid-template-columns: 1fr auto;
    min-height: 80px;
    padding: 0 1rem;
  }

  .sh-center {
    display: none;
  }

  .sh-toggler {
    display: block;
  }

  .sh-right {
    gap: 0.6rem;
  }

  .header-logo {
    height: 68px;
  }

  .header-logo-right-img {
    height: 38px;
  }

  .header-logo-right-img.cii {
    height: 30px;
  }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  position: relative;
  height: 80vh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

/* Hero Slider */
.hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Slider Arrows */
.hero-slider-prev,
.hero-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s, border-color 0.3s;
  backdrop-filter: blur(4px);
}

.hero-slider-prev { left: 1.5rem; }
.hero-slider-next { right: 1.5rem; }

.hero-slider-prev:hover,
.hero-slider-next:hover {
  background: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.75);
}

/* Slider Dots */
.hero-slider-dots {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.55rem;
}

.hsd-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.hsd-dot.active {
  background: #fff;
  transform: scale(1.25);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    105deg,
    rgba(8, 22, 44, 0.92) 0%,
    rgba(8, 22, 44, 0.78) 35%,
    rgba(8, 22, 44, 0.30) 65%,
    transparent 100%
  ); */
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 3rem 0 6vw;
  max-width: 680px;
  align-self: center;
}

.hero-eyebrow {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.88;
  margin-bottom: 1rem;
  color: var(--gold-light);
}

.hero-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.55);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.hero-subtitle {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-date-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #e07010 0%, #f09030 100%);
  /* border: 2px solid rgba(255,255,255,0.35); */
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.8rem;
  border-radius: 8px !important;
  /* box-shadow: 0 4px 20px rgba(232,119,34,0.4); */
  letter-spacing: 0.04em;
}

/* Hero countdown */
.hero-countdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3.3rem;
}

.hcd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  padding: 0.6rem 0;
  width: 72px;
  border-radius: 8px !important;
}

.hcd-num {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}

.hcd-lbl {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.3rem;
}

.hcd-sep {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
  /* margin-bottom: 0.9rem; */
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-indicator span {
  display: block;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  position: relative;
}

.hero-scroll-indicator span::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollBounce 1.6s ease infinite;
}

@keyframes scrollBounce {

  0%,
  100% {
    opacity: 1;
    top: 6px;
  }

  50% {
    opacity: 0.4;
    top: 18px;
  }
}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.section-heading {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  color: var(--navy);
  position: relative;
  padding-bottom: 8px;
  letter-spacing: -0.01em;
}

.section-heading::after {
  content: '';
  display: block;
  width: 130px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--dark-green) 100%);
  border-radius: 4px;
  margin-top: 0.6rem;
}

.section-heading.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.forum-section .section-heading {
  color: #fff;
}

.forum-section .section-heading::after {
  /* background: linear-gradient(90deg, var(--amber) 0%, var(--orange) 100%); */
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  /* background: #f4faf6; */
  padding: var(--section-pad) 0;
  position: relative;
  /* border-left: 5px solid var(--mid-green); */
}

.about-img-bg {
  border-radius: 8px !important;
  box-shadow: 0 16px 48px rgba(12, 35, 64, 0.28), 0 4px 16px rgba(27, 92, 39, 0.18);
  position: relative;
  overflow: hidden;
}

.about-img-bg::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--amber), var(--orange), var(--dark-green));
  z-index: -1;
  opacity: 0.5;
}

.about-img-bg img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
}

.about-text {
  font-size: 18px;
  line-height: 1.9;
  color: var(--text-mid);
}

.about-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  padding: 7px 20px;
  background: transparent;
  border: 1.5px solid #dd7c36;
  color: #e0782c;
  border-radius: 4px !important;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.about-read-more-btn:hover {
  background: #e0782c;
  color: #fff;
}

/* Participation Highlights — compact strip */
.phl-header {
  display: flex;
  align-items: center;
}

.phl-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-green);
  background: rgba(27, 92, 39, 0.08);
  border: 1px solid rgba(27, 92, 39, 0.18);
  padding: 0.3rem 0.8rem;
}

.participation-strip {
  display: flex;
  gap: 0.7rem;
  margin-top: 2rem !important;
  background: transparent;
  box-shadow: none;
}

.pstat-divider {
  display: none;
}

.pstat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.1rem 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: default;
  border-radius: 8px !important;
}

.pstat-item:nth-child(5) {
  background: linear-gradient(135deg, #721615 0%, #782d2e 100%);
}

.pstat-item:nth-child(1) {
  background: linear-gradient(135deg, var(--dark-green) 0%, var(--mid-green) 100%);
}

.pstat-item:nth-child(3) {
  background: linear-gradient(135deg, #b04a0a 0%, var(--orange) 100%);
}

/* Corner radial glow */
.pstat-item::before {
  content: '';
  position: absolute;
  top: -24px;
  right: -24px;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

/* Bottom-right large watermark number */
.pstat-item::after {
  content: attr(data-num);
  position: absolute;
  bottom: -8px;
  right: 6px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

.pstat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.pstat-body {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.pstat-num {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.pstat-sup {
  font-size: 1rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  vertical-align: super;
}

.pstat-lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.953);
  margin-top: 0.4rem;
  line-height: 1.5;
}

/* ============================================================
   TRACKS AND PRIORITIES
   ============================================================ */
.tracks-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.track-card {
  background: #fff;
  border-radius: 8px !important;
  padding: 2rem 1.6rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  border-bottom: 3px solid transparent;
}

.track-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.13);
}

.track-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  padding: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
}

.track-card:hover .track-icon-wrap {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.track-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.track-icon-wrap.green {
  background: var(--dark-green);
}

.track-icon-wrap.orange {
  background: var(--orange);
}

.track-icon-wrap.blue {
  background: var(--blue);
}

.track-icon-wrap.purple {
  background: var(--purple);
}

.track-icon-wrap.amber {
  background: var(--amber);
}

.track-icon-wrap.steel {
  background: var(--steel);
}

.track-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.9rem;
  line-height: 1.4;
}

.track-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.track-list li {
  font-size: 16px;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50% !important;
  flex-shrink: 0;
  margin-top: 4px;
}

.dot.green {
  background: var(--mid-green);
}

.dot.orange {
  background: var(--orange);
}

.dot.blue {
  background: var(--blue);
}

.dot.purple {
  background: var(--logo-red);
}

.dot.amber {
  background: var(--amber);
}

.dot.steel {
  background: var(--dark-green);
}

/* ============================================================
   PROGRAMMES AND EVENTS — ALTERNATING TIMELINE
   ============================================================ */
.programmes-section {
  position: relative;
  padding: 60px 20px 20px 20px;
  overflow: hidden;
}

.prog-eyebrow {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffbe08;
  margin-bottom: 0.75rem;
}

.prog-heading {
  color: var(--navy);
  ;
  display: inline-block;
}

.prog-heading::after {
  background: linear-gradient(90deg, var(--amber) 0%, var(--orange) 100%);
  margin: 0.6rem auto 0;
}

/* ---- timeline grid ---- */
.prog-timeline {
  padding: 0.5rem 0 1rem;
}

.prog-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* ---- prog card ---- */
.prog-card {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #0b2545 0%, #1a4068 55%, #0d3350 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.38); */
  transition: transform 0.25s, box-shadow 0.25s;
  border-radius: 8px !important;
  margin-bottom: 30px;
}

.prog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.50);
}

.prog-card-num {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-light);
  background: rgba(0, 0, 0, 0.30);
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 0.6rem;
  line-height: 1;
  flex-shrink: 0;
}

.prog-card-content {
  padding: 1rem 1.1rem;
}

.prog-card-date {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}

.prog-card-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.45;
}

/* ---- arrow connectors ---- */
.prog-connector {
  width: 0;
  height: 0;
  margin: 0 auto;
}

.prog-connector--down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid rgba(255, 255, 255, 0.20);
}

.prog-connector--up {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid rgba(255, 255, 255, 0.20);
}

/* ---- timeline line with dots ---- */
.prog-line-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  position: relative;
  height: 30px;
}

.prog-line-row::before {
  content: '';
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: rgb(252 161 4);
}

.prog-dot-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.prog-dot {
  width: 12px;
  height: 12px;
  background: var(--amber);
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 10px rgba(232, 163, 24, 0.60);
}

/* ============================================================
   KEY SPEAKERS
   ============================================================ */
.speakers-section {
  /* background: var(--cream); */
  padding: 50px 0;
}

.speakers-track-wrapper {
  overflow: hidden;
  padding: 0.75rem 0;
}

.speakers-track {
  display: flex;
  gap: 20px;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.speaker-card {
  /* width is set dynamically by JS */
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
  flex-shrink: 0;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  background: #c8cfd6;
}

.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.speaker-img-wrap {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .speaker-img-wrap {
    height: 450px;
  }
}

.speaker-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.35s ease;
}

.speaker-card:hover .speaker-img-wrap img {
  transform: scale(1.04);
}

.speaker-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 0.85rem 0.9rem;
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}

.speaker-name {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.speaker-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.speaker-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--orange);
  color: #fff;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 3px 12px rgba(232, 119, 34, 0.40);
}

.speaker-nav:hover {
  background: var(--dark-green);
  transform: translateY(-50%) scale(1.10);
}

.speaker-nav.prev {
  left: -18px;
}

.speaker-nav.next {
  right: -18px;
}

.speaker-nav.hidden {
  opacity: 0;
  pointer-events: none;
}

/* ============================================================
   KEY STAKEHOLDERS
   ============================================================ */
.stakeholders-section {
  position: relative;
  padding: 40px 0px 60px 0px;
  overflow: visible;
  background: #f4f6f9;
}

.stakeholders-overlay {
  /* background: linear-gradient(135deg,
    rgba(13, 61, 24, 0.93) 0%,
    rgba(26, 26, 62, 0.91) 100%); */
}

.stakeholders-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.55rem;
}

.stakeholders-heading {
  color: #fff !important;
}

.stakeholders-heading::after {
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--orange) 100%);
}

/* Mosaic grid */
.stakeholders-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr 0.95fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 500px;
  padding: 0;
  box-sizing: content-box;
}

/* Tile base */
.sm-tile {
  position: relative;
  overflow: hidden;
}

.sm-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
  border-radius: 8px !important;
}

.sm-tile:hover img {
  transform: scale(1.07);
  border-radius: 8px !important;
}

/* Grid placement */
.sm-c1r1 {
  grid-column: 1;
  grid-row: 1;
}

.sm-c1r2 {
  grid-column: 1;
  grid-row: 2;
}

.sm-c2 {
  grid-column: 2;
  grid-row: 1 / 3;
}

.sm-c3 {
  grid-column: 3;
  grid-row: 1 / 3;
}

.sm-c4r1 {
  grid-column: 4;
  grid-row: 1;
}

.sm-c4r2 {
  grid-column: 4;
  grid-row: 2;
}

/* Featured — reserved for future use */
.sm-featured {
  z-index: 2;
}

/* Label — always visible at bottom */
.sm-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5rem 1.1rem 1rem;
  background: linear-gradient(to top, rgba(8, 22, 44, 0.92) 0%, rgba(8, 22, 44, 0.4) 60%, transparent 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 3;
  border-radius: 8px !important;  
}

.sm-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold-light);
  margin-bottom: 0.45rem;
  transition: width 0.3s ease;
}

.sm-tile:hover .sm-label::before {
  width: 40px;
}

.sm-featured .sm-label {
  font-size: 0.78rem;
  padding: 4rem 1.3rem 1.2rem;
}

/* ============================================================
   FORUM ELEMENTS AND ACTIVITIES — Carousel Layout
   ============================================================ */
.forum-section {
  background: linear-gradient(135deg, rgba(13, 61, 24, 0.93) 0%, rgba(26, 26, 62, 0.91) 100%);
  overflow: hidden;
  position: relative;
}

.forum-section-header {
  text-align: center;
  padding: 3rem 3rem 1rem;
}

.forum-layout {
  display: flex;
  align-items: stretch;
  min-height: 400px;
}

/* Left panel */
.forum-left-panel {
  flex-shrink: 0;
  width: 38%;
  min-width: 280px;
  max-width: 460px;
  padding: 2.5rem 3rem 3rem;
  background: #f0f1f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #dcdfe4;
}

.forum-left-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin: 0;
}

.forum-left-desc {
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-mid);
  margin: 0 0 1.6rem;
}

.forum-discover-link {
  color: var(--orange);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.2s;
  align-self: flex-start;
}

.forum-discover-link:hover {
  color: var(--logo-red);
}

/* Right carousel panel */
.forum-right-panel {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 2.5rem 0;
  /* background: #f0f1f3; */
  display: flex;
  flex-direction: column;
}

.forum-track-wrapper {
  overflow: hidden;
  flex: 1;
}

.forum-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 1rem;
}

/* Activity cards */
.forum-activity-card {
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.forum-activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13);
}

.fac-title {
  padding: 1.5rem 1.1rem 1.5rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #101010;
  line-height: 1.4;
  min-height: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fac-img {
  flex: 1;
  min-height: 155px;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background: #e0e3e8;
}

.fac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.forum-activity-card:hover .fac-img img {
  transform: scale(1.05);
}

/* Bottom bar: progress + nav */
.forum-bottom-bar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 0 2.5rem;
}

.forum-progress-track {
  flex: 1;
  height: 3px;
  background: #cdd0d8;
  overflow: hidden;
}

.forum-progress-fill {
  height: 100%;
  background: var(--orange);
  transition: width 0.45s ease;
  width: 15%;
}

.forum-nav-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.forum-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  line-height: 1;
}

.forum-nav-btn:hover {
  background: var(--orange);
  color: #fff;
  transform: scale(1.08);
}

.forum-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* ============================================================
   FOOTER ELEMENT IMAGE
   ============================================================ */
.footer-element-wrap {
  line-height: 0;
  overflow: hidden;
}

.footer-element-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-section {
  background: #fff;
  color: var(--text-mid);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--logo-red) 0%, var(--orange) 50%, var(--dark-green) 100%) 1;
}

.footer-logo {
  height: 120px;
  object-fit: contain;
}

.footer-brand-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  background: var(--light-bg);
  border: 1px solid rgba(12, 35, 64, 0.1);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border-radius: 4px !important;
}

.footer-socials a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.footer-heading {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.2rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--light-bg);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  color: var(--text-mid);
  text-decoration: none;
  font-size: 0.86rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s, gap 0.2s;
}

.footer-links a:hover {
  color: var(--orange);
  gap: 0.5rem;
}

.footer-links a i {
  font-size: 0.7rem;
  color: var(--orange);
}

/* Event details */
.footer-event-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fei-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.fei-icon {
  width: 32px;
  height: 32px;
  background: var(--light-bg);
  border: 1px solid rgba(12, 35, 64, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 4px !important;
}

.fei-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  opacity: 0.6;
  margin-bottom: 0.15rem;
}

.fei-value {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--navy);
}

.footer-divider {
  border-color: rgba(12, 35, 64, 0.1);
}

.footer-copy {
  color: #000000;
  opacity: 0.6;
  font-size: 0.75rem;
}

.footer-policy {
  color: #000000;
  opacity: 0.6;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.2s, opacity 0.2s;
}

.footer-policy:hover {
  color: var(--orange);
  opacity: 1;
}

.footer-developed-by {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}

.footer-dev-logo {
  height: 18px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  /* opacity: 0.7; */
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */

/* ─── XL: ≤ 1199px ─── */
@media (max-width: 1199.98px) {
  .sh-link {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
  }

  .header-logo {
    height: 100px;
  }
}

/* ─── LG: ≤ 991px (Tablet) ─── */
@media (max-width: 991.98px) {
  :root {
    --section-pad: 4.5rem;
  }

  /* Header */
  .sh-grid {
    padding: 2px 1.2rem;
    min-height: 88px;
  }

  .header-logo {
    height: 82px;
  }

  .header-logo-right-img {
    height: 36px;
  }

  .header-logo-right-img.cii {
    height: 28px;
  }

  .divider-v {
    height: 32px;
  }

  /* Hero */
  .hero-content {
    padding: 0 2rem 0 3vw;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  /* Countdown — keep full size on tablet */
  .hero-countdown {
    gap: 0.45rem;
  }

  /* Speaker nav — keep visible, adjust offset */
  .speaker-nav {
    display: flex;
  }

  .speaker-nav.prev {
    left: -14px;
  }

  .speaker-nav.next {
    right: -14px;
  }

  /* Stakeholders mosaic */
  .stakeholders-mosaic {
    grid-template-columns: 1.2fr 0.95fr 0.95fr 1.2fr;
    height: 380px;
    gap: 7px;
  }

  /* Forum */
  .forum-layout {
    flex-direction: column;
  }

  .forum-left-panel {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 2.5rem 2rem 2rem;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .forum-right-panel {
    padding: 2rem 1.5rem 0;
  }

  /* Footer */
  .footer-logo {
    height: 80px;
  }
}

/* ─── MD: ≤ 767px (Large phone) ─── */
@media (max-width: 767.98px) {
  :root {
    --section-pad: 3.5rem;
  }

  /* Header */
  .sh-grid {
    padding: 2px 1rem;
    min-height: 76px;
  }

  .header-logo {
    height: 68px;
  }

  .header-logo-right-img {
    height: 32px;
  }

  .header-logo-right-img.cii {
    height: 24px;
  }

  /* Hero */
  .hero-section {
    height: auto;
    min-height: 70vh;
    align-items: flex-start;
  }

  .hero-content {
    padding: 3.5rem 1.5rem 2.5rem;
    align-self: auto;
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(1.9rem, 7vw, 3rem);
  }

  .hero-eyebrow {
    font-size: 0.78rem;
    margin-bottom: 0.6rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.4rem;
  }

  .hero-date-badge {
    font-size: 0.88rem;
    padding: 0.55rem 1.4rem;
  }

  /* Countdown */
  .hero-countdown {
    gap: 0.35rem;
    margin-top: 1.6rem;
  }

  .hcd-block {
    width: 62px;
    padding: 0.5rem 0;
  }

  .hcd-num {
    font-size: 1.65rem;
  }

  .hcd-lbl {
    font-size: 0.52rem;
  }

  .hcd-sep {
    font-size: 1.3rem;
  }

  /* About */

  .about-text {
    font-size: 16px;
  }

  /* Speaker nav — small phones, position inside wrapper */
  .speaker-nav {
    display: flex;
  }

  .speaker-nav.prev {
    left: 4px;
  }

  .speaker-nav.next {
    right: 4px;
  }

  /* Stakeholders — 2×3 grid */
  .stakeholders-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
    height: auto;
    gap: 8px;
  }

  .sm-c1r1 {
    grid-column: 1;
    grid-row: 1;
  }

  .sm-c1r2 {
    grid-column: 2;
    grid-row: 1;
  }

  .sm-c2 {
    grid-column: 1;
    grid-row: 2;
  }

  .sm-c3 {
    grid-column: 2;
    grid-row: 2;
  }

  .sm-c4r1 {
    grid-column: 1;
    grid-row: 3;
  }

  .sm-c4r2 {
    grid-column: 2;
    grid-row: 3;
  }

  .sm-featured {
    margin: 0;
    box-shadow: none;
  }

  /* Forum */
  .forum-section-header {
    padding: 2.5rem 1.5rem 0.5rem;
  }

  .forum-left-desc {
    font-size: 16px;
  }

  /* Programmes — single column */
  .prog-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .prog-col--empty {
    display: none;
  }

  .prog-line-row {
    display: none;
  }

  .prog-connector {
    display: none;
  }

  /* Footer */
  .footer-logo {
    height: 70px;
  }

  .footer-section .container .row {
    row-gap: 2.5rem !important;
  }
}

/* ─── SM: ≤ 575px (Phone) ─── */
@media (max-width: 575.98px) {
  :root {
    --section-pad: 2.8rem;
  }

  /* Header */
  .sh-grid {
    padding: 2px 0.75rem;
    min-height: 68px;
  }

  .header-logo {
    height: 58px;
  }

  .header-logo-right-img {
    height: 28px;
  }

  .header-logo-right-img.cii {
    height: 21px;
  }

  .divider-v {
    height: 26px;
  }

  /* Hero */
  .hero-section {
    /* min-height: 100svh; */
    height: auto;
    align-items: flex-start;
  }

  .hero-content {
    padding: 4.5rem 1.2rem 2rem;
    align-self: auto;
    max-width: 100%;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    margin-bottom: 0.45rem;
  }

  .hero-subtitle {
    font-size: 0.88rem;
    margin-bottom: 1rem;
  }

  .hero-date-badge {
    font-size: 0.8rem;
    padding: 0.48rem 1rem;
  }

  /* Countdown */
  .hero-countdown {
    gap: 0.28rem;
    margin-top: 1.2rem;
  }

  .hcd-block {
    width: 56px;
    padding: 0.42rem 0;
    border-radius: 6px !important;
  }

  .hcd-num {
    font-size: 1.5rem;
  }

  .hcd-lbl {
    font-size: 0.48rem;
    margin-top: 0.18rem;
  }

  .hcd-sep {
    font-size: 1.1rem;
  }

  /* About */

  .about-text {
    font-size: 15px;
    line-height: 1.75;
  }

  /* Participation */
  .participation-strip {
    flex-direction: column;
    gap: 0.5rem;
  }

  .pstat-item {
    padding: 0.85rem 1rem;
  }

  /* Tracks */
  .track-card {
    padding: 1.3rem 1.1rem;
  }

  .track-title {
    font-size: 16px;
  }

  .track-list li {
    font-size: 14px;
  }

  /* Stakeholders — single column */
  .stakeholders-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .sm-c1r1,
  .sm-c1r2,
  .sm-c2,
  .sm-c3,
  .sm-c4r1,
  .sm-c4r2 {
    grid-column: 1 !important;
    grid-row: auto !important;
    height: 190px;
  }

  /* Forum */
  .forum-section-header {
    padding: 2rem 1rem 0.5rem;
  }

  .forum-right-panel {
    padding: 1.5rem 1rem 0;
  }

  .fac-title {
    font-size: 15px;
    padding: 0.9rem 0.9rem;
    min-height: auto;
  }

  .fac-img {
    min-height: 125px;
  }

  /* Programmes */
  .programmes-section {
    padding: 2.8rem 0 2rem;
  }

  .prog-eyebrow {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .prog-card-num {
    min-width: 52px;
    font-size: 1.7rem;
  }

  .prog-card-title {
    font-size: 0.75rem;
  }

  /* Footer */
  .footer-logo {
    height: 62px;
  }

  .footer-section .container .row {
    row-gap: 2rem !important;
  }

  .footer-brand-text {
    font-size: 0.84rem;
  }

  /* Speakers — keep arrows but small and inside */
  .speaker-nav {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

  .speaker-nav.prev {
    left: 2px;
  }

  .speaker-nav.next {
    right: 2px;
  }
}

/* ─── XS: ≤ 380px (Very small phones) ─── */
@media (max-width: 380px) {
  .header-logo {
    height: 50px;
  }

  .header-logo-right-img {
    height: 24px;
  }

  .header-logo-right-img.cii {
    height: 18px;
  }

  .divider-v {
    display: none;
  }

  .hero-content {
    padding: 4rem 1rem 1.5rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 0.82rem;
  }

  .hero-date-badge {
    font-size: 0.75rem;
    padding: 0.42rem 0.85rem;
  }

  .hero-countdown {
    gap: 0.18rem;
    margin-top: 1rem;
  }

  .hcd-block {
    width: 50px;
    padding: 0.38rem 0;
  }

  .hcd-num {
    font-size: 1.3rem;
  }

  .hcd-sep {
    font-size: 0.95rem;
  }

  .hcd-lbl {
    font-size: 0.43rem;
  }


  .sm-c1r1,
  .sm-c1r2,
  .sm-c2,
  .sm-c3,
  .sm-c4r1,
  .sm-c4r2 {
    height: 165px;
  }

  .fac-img {
    min-height: 105px;
  }
}