html {
  font-size: 62.5% !important;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 990px) {
body {
  padding-top: 150px;
}
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 9.0 rem;
  line-height: 9.0rem;
  color: #5F259F;
}
h2 {
  font-size: 5.0rem;
  line-height: 6.2rem;
  color: #000;
}
h3 {
  font-size: 3.0rem;
  line-height: 4.0rem;
  color: #000;
}
h4 {
  font-size: 2.5rem;
  line-height: 3.0rem;
  color: #000;
}
h5 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
}
p {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
p.med {
  font-size: 2.5rem;
  line-height: 3.0rem;
}
p.p-l {
  font-size: 3.0rem;
  line-height: 4rem;
  font-weight: 500;
}
li {
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 990px) {
  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.content li {
  margin-bottom: 25px;
  position: relative;
  background: url(images/Bullet.png) no-repeat left 5px;
  padding-left: 40px;
}
.header {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
@media (min-width: 990px) {
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
}
.header-secondary {
  padding: 1rem 0;
}
.top-bar {
  background: #F5F5F5;
}
header .navbar ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
}
header .navbar ul li:after {
  content: '|';
  position: absolute;
  top: 4px;
  left: 5px;
}
header .navbar ul li:first-child::after {
  content: '';
}
@media (max-width: 990px) {
  .navbar-collapse .navbar-nav {
    background: #301751;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding-top: 2rem;
  }
  header .navbar ul li a {
    color: #fff;
  }
  header .navbar ul li a.nav-link.active {
    color: #fff;
  }
  .top-bar .container {
    padding: 0 !important;
    max-width: 100%;
  }
  header .navbar ul li {
    margin-bottom: 20px;
  }
  header .navbar ul li:after {
  content: '';
  top: inherit;
  left: inherit;
  background: #AD1AAC;
  width: 20px;
  height: 2px;
  bottom: -10px;
}
header .navbar ul li:first-child::after {
  content: '';
}
  
}
header .navbar>.container {
  justify-content: end;
}
header .navbar-toggler .navbar-toggler-icon {
  background: url(images/close-toggler-icon.png) no-repeat;
  background-size: contain;
}
header .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(images/toggler-icon.png) no-repeat;
  background-size: contain;
}
header .navbar-toggler, header .navbar-toggler:focus, header .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
.ml-auto {
  margin-left: auto !important;
}
.header .container {
  align-items: center;
}
.header .logo {
  max-width: 400px;
  width: 100%;
}
.header-left {
  padding-right: 20px; 
}
@media (max-width: 990px) {
  .right-logos {
    margin-bottom: 2rem;
  }
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #F5F5F5 !important;
    min-height: 40px;
  }
  .nav-link:focus, .nav-link:hover, .nav-link:visited {
    color: #fff !important;
  }
  .header-secondary {
    margin-top: 40px;
  }
  .navbar-toggler {
    position: absolute;
    top: 13px;
    right: 10px;
  }
}
.nav-logo {
  height: 70px;
  width:  auto;
}
.logo-divider {
  min-height: 80px;
  border-left: 1px solid #5e249d; 
  display: inline-block;
}
/* -- Banner -- */
.banner {
  background: #301751;
  color: #fff;
  padding: 56px 0;
}
.banner-subtitle {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.eko-board {
  padding: 3rem 0 8rem;
  background: #fff;
}
@media (min-width: 990px) {
  .eko-board {
  scroll-margin-top: 150px;
}
}
.eko-board .gx-5 {
    --bs-gutter-x: 5rem;
}
#messgae-from-bod {
  max-width: 100% !important;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  #messgae-from-bod {
  scroll-margin-top: 35px;
}
}
#messgae-from-bod img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
.eko-board .container {
  background: url("images/message-section-arrows.webp") top right no-repeat ;
  padding-top: 25px; 
}
.eko-board .arrow-graphic {
  position: absolute;
  top: 0;
  right: 40px;    
  max-width: 200px;
  z-index: 0;   
  opacity: 0.9;
}

.eko-board h3,
.eko-board p,
.eko-board h6,
.eko-board .signatures {
  position: relative;
  z-index: 1;
}

.eko-board p {
  font-size: 2rem;
  color: #333333;
}

.eko-board h6 {
  font-size: 2rem;
  font-weight: 600;
  color: #5F259F;   
  margin: 25px 0 20px;
}
.signatures {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.signature {
  text-align: left;
}
.signature-box {
  height: 65px;
}
.signature img {
  max-height: 60px;
  margin-bottom: 10px;
}

.signature p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #5F259F;
  font-weight: 600; 
}

.signature p span {
  display: block;
  color: #5F259F; 
  font-weight: 400;
}
/*Responsive*/
@media (max-width: 980px) {
  .eko-board .container {
    background-size: 615px;
  }
}
@media (max-width: 580px) {
  .eko-board .container {
    background-size: 290px;
  }
  .eko-board h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .eko-board p {
    text-align: left;
  }
  .eko-board .gx-5 {
    --bs-gutter-x: 1.5rem;
  }
}
/* --Strategic Plan-- */
.strategic-plan {
  background-color: #F6F6FF;
  padding: 7rem 0 6rem;
}
.strategic-plan .section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 990px) {
  #nav-strategic-plan {
    scroll-margin-top: 100px;
  }
}


/* Responsive */
@media (max-width: 990px) {
  .strategic-plan {
    padding: 5rem 1rem !important;
  }
  .strategic-plan .arrows-img {
    width: 382px;
    margin-bottom: 15px;
  }
  .strategic-plan .section-heading {
    font-size: 1.6rem;
  }
}
@media (max-width: 580px) {
  .strategic-plan {
    padding: 5rem 1rem 3rem !important;
  }
  .strategic-plan .arrows-img {
    width: 180px;
    margin-bottom: 15px;
  }
  .strategic-plan .section-heading {
    font-size: 1.6rem;
  }
}

/* --cards-- */
.vision-cards {
  padding: 9rem 0;
}
@media (max-width: 540px) {
  .vision-cards {
  padding: 5rem 0;
}
}
.vision-mission .vm-box {
  background-color: #5F259F;
  border-radius: 12px;
  padding: 30px 20px;
  color: #fff;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  transition: transform 0.3s ease;
  height: 100%;
}

.vision-mission .vm-box:hover {
  transform: translateY(-6px);
}

.vision-mission h5 {
  color: #EADA24;
  font-weight: 700;
  font-size: 3.0rem;
  margin-bottom: 15px;
}
.vision-mission p {
  color: #fff;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .strategic-plan {
    padding: 50px 20px;
  }
  .vision-mission .vm-box {
    min-height: auto;
    padding: 20px 15px;
  }
}
/* Principles */
.principles {
  padding: 8rem 0;
  background: #301751;
  color: #fff;
}
.principles h2, 
.principles h3, 
.principles h4, 
.principles h5, .principles h6, .principles p {
  color: #fff;
}

.principles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*Responsive*/
.principles {
  padding: 5rem 1rem;
}

/* Priorities */
.priorities {
  padding: 1rem 0 8rem;
  background: #ECF7FF;
}
.priorities .container {
 background:url("images/interconnected-priorities.webp" ) no-repeat right top;
 background-size: 600px;
  padding: 16rem 0 6rem;
}
.priorities h3 {
  font-size: 2.5rem;
}
.priorities .right-col p {
  font-size: 1.8rem;
}
.priorities p.p-l {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
}
.priorities .p-l strong {
  font-weight: 600 !important;
  color: #5F259F !important;
}
.priorities .right-col {
  border-left: 1px solid #301751;
  padding-left: 3rem;
}
.priority-head {
  font-size: 40px;;
  font-weight: 500;
}
/*Responsive*/
@media (max-width: 990px) {
  .priorities .container {
  background-size: 290px;
}
.priorities {
    scroll-margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .priorities {
    padding-bottom: 3rem;
  }
.priorities .container {
  background-size: 290px;
  padding: 12rem 1rem 1rem;
}
.priorities .right-col {
  border-left: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
}

/* Footer */
footer {
  background: #301751;
  color: #fff;
  padding: 32px 0;
}
footer p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
.logo-footer {
  margin-bottom: 2rem;
}
}

  /* ===== Banner  ===== */
  /* Banner */
.cb-banner {
  position: relative;
  --cb-rows: 10;
  --cb-cols: 10;
  --cb-col-gap: 10px;
  --cb-row-gap: 10px;
  --cb-bg: #301751;
  --cb-base: #5F259F;
  height: 80vh;
  padding: 24px;
  box-sizing: border-box;
  display:flex;
  align-items:stretch;
  background: var(--cb-bg);
  color: #fff;
}
.cb-band { 
  display:flex; 
  align-items:stretch; 
  gap:10px; 
  width:100%; 
  height:100%; 
}
.cb-year { 
  position:relative; 
  z-index:2; 
  font:800 clamp(32px,5vw,76px)/1 system-ui,Segoe UI,Roboto,Arial; 
}
.cb-year-col { 
  position:relative; 
  min-width:120px; 
  display:flex; 
  align-items:flex-end; 
  justify-content:center; 
}
.cb-year-col.right { 
  align-items:flex-start; 
}
.cb-board-wrap { 
  flex:1 1 auto; 
  display:flex; 
  align-items:center; 
  justify-content:flex-start; 
  height:100%; 
  position:relative; 
}
.cb-board {
  width:100%; 
  height:100%;
  display:grid;
  grid-template-columns: repeat(var(--cb-cols), calc((100% - (var(--cb-cols) - 1)*var(--cb-col-gap))/var(--cb-cols)));
  grid-template-rows: repeat(var(--cb-rows), calc((100% - (var(--cb-rows) - 1)*var(--cb-row-gap))/var(--cb-rows)));
  column-gap: var(--cb-col-gap); row-gap: var(--cb-row-gap);
  margin:0;
}
@media (max-width: 990px) {
  .cb-banner {
    height: 80vh;
  }
  .cb-band {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .cb-band {
    gap: 2px;
  }
}
/* Dots */
.cb-cell { position:relative; width:100%; height:100%; }
.cb-dot {
  position:absolute; left:50%; top:50%;
  width: var(--cb-dot-size, 12px); height: var(--cb-dot-size, 12px);
  transform: translate(-50%, -50%);
  border-radius:50%;
  background: var(--cb-base);
  transition: background-color .5s linear;
}
.cb-cell.active .cb-dot { background: var(--wave-color, #FFD400); }

/* Year grid mirrors center cell/gap sizes (JS sets --yr-cols, --yr-cell-w/h) */
.cb-year-grid {
  position:absolute; inset:0;
  display:grid;
  grid-template-columns: repeat(var(--yr-cols,4), var(--yr-cell-w,24px));
  grid-auto-rows: var(--yr-cell-h,24px);
  column-gap: var(--cb-col-gap); row-gap: var(--cb-row-gap);
  pointer-events:none;
  z-index:1;
}

/* Progress bar for direction cue */
.cb-progress { position:absolute; left:24px; right:24px; bottom:18px; height:6px; background: rgba(255,255,255,0.12); border-radius:999px; overflow:hidden; z-index:3; }
.cb-progress-fill { position:absolute; left:0; top:0; bottom:0; width:0%; background: linear-gradient(90deg,#00E6D4,#FFD400); animation: cb-progress-move 5s linear infinite; }
.cb-progress-head { position:absolute; top:-4px; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-left:12px solid #FFD400; animation: cb-progress-head-move 5s linear infinite; }
@keyframes cb-progress-move { 0% { width:0% } 100% { width:100% } }
@keyframes cb-progress-head-move { 0% { left:0% } 100% { left: calc(100% - 12px) } }

/* Responsive */
@media (max-width:991.98px){ .cb-banner { --cb-col-gap:8px; --cb-row-gap:8px } }
@media (max-width:575.98px){ .cb-banner { --cb-col-gap:6px; --cb-row-gap:6px } .cb-year-col { min-width:86px } }



  
