:root {
  --color-primary: #573393;
  --purple-dark: #5F259F;
  --purple-light: #9F3C96;
  --text-white: #fff;
  --text-black: #000;
  --ink: #1a1a1a;
  --muted: #6b7280;
  --accent: #6B3DCC;
  --line: #1bb3b3;
  --slate: #f2f6f6;
  --bs-table-bg: #E4F2EF !important;
  
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 9.0 rem;
}

h2 {
  font-size: 7.0rem;
}

h3 {
  font-size: 5.0rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2rem;
}

p {
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
}

li {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
}

@media (max-width: 990px) {
  h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media (max-width: 580px) {
  h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
/* HERO SECTION */

.section-hero {
  border-top: 20px solid #573494;
  background-color: #fff;
}

/* Left column */
.section-hero header {
  background-color: #fff;
  padding: 4rem 4px;
  margin-left: 7rem;
  height: 100%;
}
@media (max-width: 990px) {
  .section-hero header {
  padding: 4rem 4px;
  margin-left: 0;
}
.section-hero .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}
}
.section-hero .brand img {
  width: 28rem;
  margin-bottom: 6rem;
}

/* Sidebar menu list */
.section-hero ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-hero ul li {
  position: relative;
  margin-bottom: 2.2rem;
}

.section-hero ul li::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: -9.5rem;
    width: 15rem;
    height: 1px;
    background-color: var(--purple-dark);
    transition: 0.3s ease, width 0.3s ease;
}
@media (max-width: 990px) {
  .section-hero ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -3rem;
    width: 15rem;
    height: 1px;
    background-color: var(--purple-dark);
    transition: 0.3s ease, width 0.3s ease;
}
  
}
.section-hero ul li:last-child::after {
  content: none;
}

.section-hero ul li:hover::after {
  background-color: var(--purple-light);
}
.section-hero ul li {
  position: relative;
}

.section-hero ul li a::before {
  content: '›';
  font-size: 40px;
  color: var(--purple-dark);
  font-weight: 400;
  margin-right: 8px;
  transition: color 0.3s ease;
  position: absolute;
  left: -2rem;
  top: -3px;
}

.section-hero ul li a.active::before {
  color: var(--purple-light);
}

.section-hero ul li a.active::after {
  background-color: var(--purple-light) !important;
}
/* Link text  */
.section-hero ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}

.section-hero ul li a:hover, .section-hero ul li a.active {
  color: var(--purple-light);
  padding-left: 5px;
  font-weight: 700;
}

.section-hero ul li a:hover::before {
  color: var(--purple-light);
}

/* Right column */
.section-hero .col-md-8 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

/* .section-hero img.img-fluid {
  width: 100%;
  object-fit: cover;
  display: block;
} */

/* .section-hero .hero-text {
  position: absolute;
  top: 13%;
  left: 5%;
  transform: translateY(-38%);
  color: var(--purple-dark);
  z-index: 2;
} */
.img-fullwidth {
  width: 100%;
}
.section-hero .hero-text h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  margin: 0;

}

.section-hero .hero-text span {
  color: var(--purple-light);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .section-hero header {
    padding: 20px;
  }

  .section-hero .brand img {
    width: 160px;
  }

  .section-hero .hero-text h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .section-hero .col-md-4 {
    border-right: none;
  }

  .section-hero .row {
    flex-direction: column;
  }

  .section-hero img.img-fluid {
    height: auto;
  }

  .section-hero .hero-text {
    position: static;
    text-align: center;
    margin: 20px 0;
  }
}

/* ---- Image Column ---- */
img.object-fit-cover {
  height: 100%;
  object-fit: cover;
  object-position:left;
}

.intro-message {
  color: #573494;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.text-wraper {
  padding-left: 8rem;
  padding-top: 5rem;
}
@media (max-width: 990px) {
  .text-wraper {
  padding-left: 1rem;
  padding-top: 3rem;
}
}
/* ---- Signature Area ---- */
.signature-wrap {
  margin-top: 2.9rem;
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  align-items: center;
}

.img-signature {
  text-align: left;
}

.img-signature img {
  max-width: 140px;
  width: 100%;
  margin-bottom: 8px;
}

.signature-author {
  color: var(--purple-dark);
  font-weight: 400;
  font-size: 1.5rem;
}

.img-signature p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -4px;
  color: var(--text-black);
}

/* ---- Divider ---- */
.color-devider img {
  width: 100%;
  height: auto;
  display: block;
}

/*  EKO Members Section  */
.first-section {
  background-color: var(--purple-dark);
  color: var(--text-white);
  padding: 5rem 6rem;
  line-height: 1.7;
}
/* Heading */
.first-section h1 {
  font-size: 8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--text-white);
  position: relative;
}

.first-section h1::after {
  content: "";
  display: block;
  width: 165px;
  height: 2px;
  background-color: var(--text-white);
  margin-top: 10px;
  margin-left: -63px;
}

/* Paragraph */
.first-section p {
  color: var(--text-white);
}
@media (max-width: 1400px) {
  .first-section {
  padding: 5rem 2rem;
}
.first-section h1 {
  font-size: 6rem;
}
}
@media (max-width: 1200px) {
  .first-section {
  padding: 3rem 1rem !important;
}
.first-section h1 {
  font-size: 4rem;
}
}
/* Common White Box */
.first-section .info-box,
.first-section .right-info {
  background-color: var(--text-white);
  color: var(--purple-dark);
  border-radius: 5px;
  align-items: center;
  min-height: 8rem;

}

.first-section .info-box:hover,
.first-section .right-info:hover {
  transform: translateY(-4px);
}
@media (max-width: 550px) {
  .sub-box {
    flex-direction: column;
  }
  .first-section .sub-box h6 span {
    display: inline-block !important;
    min-width: 6rem !important;
  }
}

.first-section .sub-box h6 {
  color: #4b2579;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.first-section .sub-box h6 span {
  color: var(--purple-light);
  font-size: 5.5rem;
  font-weight: 700;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}


.first-section .sub-box h6 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background-color: #4b2579;
  opacity: 0.5;
  border-radius: 1px;
}

/* Right Info Box */
.first-section .right-info h5 {
  color: var(--purple-dark);
  font-size: 1.5rem;
  font-weight: 600;

}

.about-box {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: normal;
}

/* Learn More Button */
.first-section .learn-more-btn {
  background-color: var(--purple-dark);
  color: var(--text-white);
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.first-section .learn-more-btn:hover {
  background-color: #5e2b9a;
}

.first-section .footer-note {
  color: var(--text-white);
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 2rem !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .first-section .info-box,
  .first-section .right-info {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .first-section {
    padding: 5rem 2.5rem;
  }

  .first-section h1 {
    font-size: 4.2rem;
  }

  .first-section .info-row {
    flex-direction: column;
  }

  .first-section .info-box,
  .first-section .right-info {
    width: 100%;
  }

  .first-section h1::after {
    /* margin-left: auto; */
    margin-right: auto;
  }
}

/* second-section*/
.second-section {
  background: #fff;
  padding: 0px 60px;
  color: var(--text-black);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  --label-bg: var(--purple-dark);
  --label-text: var(--text-white);
  --chev: var(--purple-light);
}

/* section title */
.second-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--purple-dark);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.second-section>p {
  margin: 0 0 22px 0;
  color: var(--text-black);
  font-size: 16px;
  font-weight: 400;
}

.second-section .row.separator {
  border-top: 2px solid rgba(95, 37, 159, 0.08);
  margin-top: 28px;
  padding-top: 26px;
}

.second-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 18px 0;
}

/* list item visual */
.second-section ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 14.8px;
  color: var(--text-black);
  word-break: break-word;
}

/* chevron bullet */
.second-section ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 25px;
  color: var(--chev);
  transform: translateY(-3px);
}

/* links inside list */
.second-section ul li a,
.second-section ul li{
  color: var(--text-black);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.report.second-section ul li{
    display:block;
}
.second-section ul li a:hover,
.second-section ul li:hover{
  color: var(--purple-dark);
  transform: translateX(3px);
}

.second-section span {
  display: inline-block;
  background: var(--label-bg);
  color: var(--label-text);
  font-weight: 700;
  font-size: 13px;
  padding: 3px 12px;
  border-radius: 5px;
  margin-bottom: 12px;
  text-transform: none;
}

.second-section .col-md-6>span {
  margin-left: 0;
  font-weight: 300;
  font-size: 16px;
}

.second-section .row>.col-md-6 {
  padding-left: 0;
  padding-right: 24px;
}

.second-section .row+.row {
  border-top: 2px solid rgba(95, 37, 159, 0.30);
}
.third-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}


/*  responsive */
@media (max-width: 991px) {
  .second-section {
    padding: 1.8rem 1.8rem;
  }

  .second-section h3 {
    text-align: left;
    font-size: 18px;
  }

  .second-section>p {
    font-size: 15px;
  }

  .second-section ul li {
    padding-left: 20px;
  }

  .second-section ul li::before {
    left: 0;
  }

  .second-section span {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 7px 10px;
    font-size: 13px;
  }

  .second-section .row>.col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

.second-section ul li:last-child {
  margin-bottom: 0;
}

/*third-section*/

.third-section {
  padding: 2rem 6.5rem;
  background: var(--purple-dark);
  color: #fff;
}

.third-section p {
  padding-top: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .third-section {
    padding: 2rem 2rem;
  }
  .third-section h3 {
    font-size: 3rem;
  }
}

.third-section span {
  background-color: var(--text-white);
  color: var(--purple-dark);
  font-size: 16px;
  font-weight: 400;
  padding: 5px;

}

/* ===== Third Section Links ===== */
.third-section-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.third-section-links li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color:#ffffff;
}

.third-section-links li::before {
  content: "\203A";
  /* › */
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}

.third-section-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.third-section-links a:hover {
  color: #e0d9f2;
  text-decoration: underline;
}

/* Right Image and Color Bar*/
.section-members h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--purple-dark);
  margin-bottom: 15px;
  border-radius: 2px;
}

.section-members img.img-colorbar {
  margin-top: -59px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .section-members .col-left {
    padding: 40px 25px;
  }

  .section-members .col-right img.img-fluid {
    height: 60vh;
  }

  .section-members .members-count {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .section-members .members-count-right {
    text-align: center;
  }
}

/*Eko Spring*/
.eko-spring {
  background: url(../images/bg2-eko-spring-section.jpg) no-repeat top;
  background-size: cover !important;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media (max-width: 990px) {
  .eko-spring {
  background: url(../images/bg2-eko-spring-section-mobile.jpg) no-repeat top right !important;
  background-size: cover !important;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
}
.eko-spring .img-fluid {
  max-width: 80%;
}
.spring-list-wrap {
  padding-top: 12rem;
}
.spring-list-wrap ul {
  list-style: none;
  padding-left: 5rem;
  margin-left: 2.5rem;
  border-left: 2px solid rgba(95, 37, 159, 0.30);
}

.spring-list-wrap ul li {
  font-size: 1.6rem;
}

.spring-list-wrap ul li strong {
  color: var(--purple-dark);
  font-weight: 800;
  font-size: 2.2rem;
}

.spring-list-wrap span {
  color: var(--color-primary);
  font-weight: 600;
}

.spring-devider {
  color: rgba(87, 52, 148, 0.40);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*Section Digital Eko*/
.section-digital-eko {
  background: url(../images/digital-eko-main.jpg) no-repeat left top;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-flow: column;
}

.section-digital-eko h2 {
  color: var(--text-white);
}
@media(min-width: 990px) {
.section-digital-eko span {
  color: var(--purple-dark);
}
}

.digital-eko-title {
  font-size: 8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 212px;
  z-index: 2;
}
@media(max-width: 990px) {
  .digital-eko-title {
  margin-left: 0;
  font-size: 5rem;
}
}
.digital-eko-wrap {
    background: url(../images/digital-eko.png) no-repeat top left;
    background-size: cover;
    padding: 2rem 2rem 20rem 9rem;
    border-top-right-radius: 30px;
}
@media (min-width: 990px) {
  .digital-eko-wrap {
    width: 40%;
    height: 600px;
}
}

.digital-eko-wrap h3 {
  color: var(--purple-dark);
  font-size: 20px;
  margin-bottom: 0;
}

.digital-eko-data {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.digital-eko-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.digital-eko-data ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 0rem !important;
}

.digital-eko-data ul li strong {
  color: var(--purple-dark);
  font-size: 2rem;
  font-weight: 800;
}

.hr-left span {
  color: var(--text-black);
  font-weight: 600;
}

.digital-eko-data .hr-bottom {
  border-bottom: 1px solid var(--color-primary);

}

.digital-eko-data .hr-left {
  border-right: 3px solid rgba(87, 52, 148, 0.40);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  width: 70%;
}

.digital-eko-data .hr-right {
  padding-left: 20px;
  width: 40%;
}

/*Scholars Profile*/


.scolars-left {
  padding:5rem 9rem;
}

.scolars-left h2 {
  font-size:4rem;
  font-weight: 700;
  color: var(--purple-dark);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .scolars-left {
  padding:5rem 5rem;
}
}
@media (max-width: 990px) {
  .scolars-left {
  padding: 4rem 10px 0;
}
.scolars-left h2 {
  font-size: 3rem;
}
}
.scolars-left h2::after {
  content: "";
  display: block;
  width: 223px;
  height: 2px;
  background-color: rgba(87, 52, 148, 0.40);
  margin-top: 10px;
  margin-left: -106px;
}
.scholars-profile-wrap {
  display: flex;
  gap: 5.5rem;
  flex-flow: row wrap;
}
@media (max-width: 991px) {
  .scholars-profile-wrap {
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 5rem;
}
}
.scholars-profile {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  text-align: center;
  max-width: 42%;
  width: 100%; 
}

.scholars-profile .d-block{
     font-size: 2rem;
     color: var(--text-black);
     font-weight: 600;
}
.scholars-profile .scholar-name{
  font-size: 2rem;
  color: var(--purple-dark);
  font-weight: 600;
}
img.scholars-profile-img {
  max-width: 250px;
  width: 100%;
  border-radius: 100px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .scholars-profile {
    align-items: center;
    justify-content: start;
    text-align: center;
    max-width: 45%;
    width: 100%;
}
img.scholars-profile-img {
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
  margin-bottom: 1rem;
}
}
@media (max-width: 768px) {
  .scholars-profile .scholar-name, .scholars-profile span {
  font-size: 1.6rem !important;
}
}
/*Eko Tribute Awards*/
.eko-tribute-awards {
  background: url(../images/eko-tribute.jpg) no-repeat left top #5f259d;
  padding: 10rem 11rem 10rem 20rem;
}
.eko-tribute-awards h2{
   color: #fff;
   font-size: 7rem;
   font-weight: 700;
}
@media (max-width: 990px) {
  .eko-tribute-awards {
    padding: 4rem 3rem 5rem 7rem;
    background-size: 50px;
}
.eko-tribute-awards h2{
   font-size: 4rem;
}
}
.eko-tribute-awards p {
  color: #fff;
  font-weight: 400;
}
/*Eko Awards CSS*/
.eko-awards {
  background: url(../images/eko-tribute-awards-bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 100vh;
}
.eko-awards h2 {
  color: var(--purple-dark);
  background: url(../images/arrow-down.png) no-repeat left top;
  background-size: 50px;
  padding-top: 7rem;
  margin-bottom: 3rem;
  font-size: 7rem;
}
@media (max-width: 990px) {
  .eko-awards h2 {
    background-size: 30px;
    padding-top: 3rem;
    margin-bottom: 3rem;
    font-size: 4rem;
}
}
.eko-awards h2 small {
  font-weight: 400;
}
.award-recipients-inner {
  display: flex;
  /* flex-flow: row wrap; */
}




.award-recipients-profile {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  margin-right: 2rem;  
}
.award-recipients-profile:last-child {
  margin-right: 0 !important;
}
 .award-recipients-row .slick-center-2 .award-recipients-profile {
  max-width: 230px !important;
  /* width: 100% !important; */
}

/* .slick-track {
  width: 100% !important;
} */

.award-recipients-profile span {
  text-align: center;
}
.award-recipients h3 {
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.award-recipients h3 span {
  background: var(--color-primary);
  color: var(--text-white);
  display: inline-block;
  padding:10px 18px;
}
.recipients-name {
  color: var(--purple-dark);
  font-size: 2rem;
}
.recipients-designation {
  font-size: 1.6rem;
  line-height:1.2;
}
.recipients-profile {
  margin-bottom:1rem;
  max-width: 230px;
}

/*Finance table*/
.report-wrap {
  max-width: 120rem;
}
@media (min-width: 1200px) {
  .report-wrap {
  padding-left: 8rem !important;
}
}
.eyebrow {
  letter-spacing: .08em;
  color: var(--muted);
  font-size: 1.2rem;
}

.title {
  font-weight: 700;
  font-size: clamp(3.2rem, 6vw, 7rem);
  color: #53368E;
  line-height: 1;
}

/* Section headers */
.section-title {
  color: var(--accent);
  font-weight: 700;
  border-top: .1rem solid var(--line);
  border-bottom: .1rem solid rgba(0,0,0,.08);
  background: transparent;
}

/* Table */
.fin-table thead th {
  border-bottom: 0;
  vertical-align: bottom;
}

.fin-table tbody th {
  font-weight: 500;
}

.fin-table td,
.fin-table th {
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
}
.fin-table td {
  font-weight: 400 !important;
}
.fin-table .num {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  background-color: #E4F2EF !important;
}

.subtle {
  color: var(--muted);
}

.tot {
  font-weight: 700;
  border-top: .1rem solid rgba(0,0,0,.08);
}

.excess {
  color: var(--accent);
  font-weight: 700;
}

/* Mobile stack (≤576px) */
@media (max-width: 57.6rem) {
  .table-responsive { 
    /* border: 0;  */
  }

  .fin-table thead { 
    display: none; 
  }
  .border-grey{
    border-color:#dee2e6;
  }
  .border-blue{
    border-color:#6b3dcc ;
  }
  .fin-table,
  .fin-table tbody,
  .fin-table tr,
  .fin-table td,
  .fin-table th { 
    display: block; 
    width: 100%; 
  }

  .fin-table tr {
    border-top:0;
    padding: .5rem 0;
  }

  .fin-table .section-title {
    border-top:0;
    border-bottom: 0;
    padding-top: .9rem;
  }

  .fin-table td.num::before {
    content: attr(data-label) " ";
    float: left;
    color: var(--muted);
    font-weight: 500;
  }

  .fin-table td.num {
    text-align: right;
    padding-top: .35rem;
    background-color: var(--bs-table-bg) !important;
  }

  .tot { 
    border-top: 0; 
  }
  .hide--row{
    display:none !important;
}
}
/*Eko digital ==========================================================*/
.eko-digital {
  background: var(--purple-dark);
}
.eko-digital-inner {
  display: flex;
  /* align-items: end; */
}
@media (max-width: 990px) {
.eko-digital-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-top: 4rem;
}
}
.eko-digital-left {
  background: var(--purple-dark);
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-right: -5rem;
  max-width: 678px;
  width: 100%;
  
}
.eko-digital-left-inner {
  position: relative;
  z-index: 10;
  padding-top:20px;
}
.eko-digital h2 {
  font-size: 7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-white);
  position: relative;
  z-index: 2;
}
@media (min-width: 990px) {
  .eko-digital h2 {
  right: -110px;
  text-align: right;
}
}
/* .eko-digital h2 span {
  color: var(--color-primary);
} */
@media (max-width: 990px) {
  .eko-digital h2 {
    font-size: 4rem;
    padding-bottom: 4rem;
    position: static;
    text-align: center;
  }
  .eko-digital h2 span {
    color: var(--text-white);
  }
}
.scholar-name a,
.d-block a{
    text-decoration: none;
}
.eko-digital-wrap {
    background: url(../images/digital-eko.png) no-repeat top right;
    background-size: cover;
    padding:5rem 2rem 29rem 9rem;
    /* border-top-right-radiuss: 30px; */
    margin-top: 1rem;
}
@media (min-width: 990px) {
  .eko-digital-wrap {
    width: 680px;
}
.eko-digital h2 span{
  color:var(--purple-dark);
}
}


.eko-digital-wrap h3 {
  color: var(--purple-dark);
  font-size: 20px;
  margin-bottom:20px;
}

.eko-digital-data {
  overflow-y: auto;
  width: 100%;
  /* height: 100%; */
}

.eko-digital-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eko-digital-data ul li {
  font-size: 14px;
  line-height: 2.6rem;
  margin-bottom:10px !important;
}

.eko-digital-data ul li strong {
  color: var(--purple-dark);
  font-size: 20px;
  font-weight: 800;
}

.hr-left span {
  color: var(--text-black);
  font-weight: 600;
}

.eko-digital-data .hr-bottom {
  border-bottom: 1px solid var(--color-primary);

}

.eko-digital-data .hr-left {
  border-right: 3px solid rgba(87, 52, 148, 0.40);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  width: 70%;
}

.eko-digital-data .hr-right {
  padding-left: 20px;
  width: 40%;
}
.eko-digital-right {
  position: relative;
  z-index: 2;
  width: 100%;
}

.slick-slide img {
  width: 100%;
}

/* Link Styles */
a {
  color: #5f259f;
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #7b3bd1; /* slightly lighter on hover for accessibility */
  text-decoration: underline;
}

a:visited {
  color: #5f259f;
}

a:active {
  color: #4a1e7d;
}
.recipients-name {
    font-weight:600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.slick-track {
    margin-left: 0;
}

@media screen and (max-width:1199px){
  .award-recipients-inner {
    flex-flow: row wrap;
}
img.scholars-profile-img {
    margin: 0 auto 20px;
}
.scholar-pic img {
    height: 80vh;
}
}

@media screen and (max-width:1024px){
  .recipients-profile {
              margin-bottom: 1rem;
        display: block; 
  }
  .eko-digital-data{
    padding-bottom: 30px;
}
.spring-list-wrap {
    padding-top: 4rem;
}
.text-wraper {
    padding-left: 0;
}
.scholars-profile-wrap img.scholars-profile-img {
    width: 90%;
}
.scholars-profile-wrap.slick-initialized .slick-slide {
    display: flex !important;
    flex-wrap: wrap;
}
.scholar-pic img {
    height: 60vh;
}
}

@media screen and (max-width:991px){
  .eko-spring .container {
    max-width: 100%;
}
.report-wrap {
  padding:0 !important;
}
.slick-slide img {
    width: 100%;
    margin: 0 auto 10px;
}

}
section.financial-table {
    padding-top: 40px;
}
@media screen and (max-width:768px){
  .eko-digital-wrap {
      background: url(../images/digital-eko-top-mobile.jpg) no-repeat top left var(--text-white);
      background-size: 30px;
      border-radius:0 20px 20px 0 !important;
      padding: 2rem 2rem 4rem 4rem;
      background-position: 0 19rem !important;
  }
  .eko-digital-data .d-flex {
    flex-direction: column;
    margin-bottom: 20px !important;
}
.eko-digital-left {
    margin-right:0;
    margin-bottom: 30px;
    align-items:flex-start;
}
.eko-digital-data .hr-right,
.eko-digital-data .hr-left{
    padding-left: 0;
    width: 100%;
    padding-bottom: 20px;
}
.eko-digital-data .hr-left{
  border-right:0;
  border-bottom:1px solid var(--color-primary);
  margin-bottom: 20px;
}
}

@media screen and (max-width:576px){
    

.spring-list-wrap ul {
list-style: none;
        padding-left: 15px;
        margin-left: 7px;
}
.text-wraper {
    padding-left:0;
}
.third-section {
    padding: 2rem 1rem;
}
.p-4,
.first-section{
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.eko-tribute-awards{
  padding: 4rem 3rem 5rem 5rem;
}
.recipients-name {
    font-size: 16px;
    line-height: 18px;    
}
.recipients-designation {
    font-size: 14px;
    line-height: 16px;
}
.recipients-profile {
    margin-bottom: 1rem;
}
.award-recipients-inner {
    justify-content: center;
}
.p-5 {
    padding: 0rem!important;
}
.fin-table td, .fin-table th {
    padding: 1rem 0;
}
.award-recipients-profile {
    align-items: center;
}
.award-recipients {
    text-align: center;
}
.first-section h1 {
    font-size: 4rem;
}
.eko-awards h2 {
    font-size: 3rem;
}
.scolars-left h2 {
    font-size: 2.8rem;
  }
.report-wrap{
  padding-left:7px !important;
  padding-right:7px !important;
}
.award-recipients h3 {
    margin-bottom:1.5rem;
    font-size: 1.8rem;
}
}

@media screen and (max-width:375px){
  .eko-digital-wrap {
    background-position: 0 22rem !important;
}
}