.align-items-center{
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
@font-face {
    font-family: "theme-font";
    src: url("https://blalbiotech.com/public/front/font/Gordita-Medium.ttf");
    src: url("https://blalbiotech.com/public/front/font/Gordita-Bold.ttf");
    src: url("https://blalbiotech.com/public/front/font/Gordita-Regular.ttf");
} 
body {
    font-family: "theme-font", serif !important;
}
.page-header .top-menu > li > a {
    color: white;
}
.logos-list {
    display: flex;
    animation: none;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.logos-list .img-lo {
    width: 10%;
    padding: 2px;
    height: auto;
    margin: -1px 1px 0 -1px;
    border: 1px solid #c7bfbf;
    border-bottom: navajowhite;
    border-left: navajowhite;
    filter: grayscale(1) contrast(1.5) brightness(1);
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.logos-list .img-lo:nth-child(5n+5) {
    border-right: 0;
}
.logos-list img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 92px;
    margin: 0;
    padding: 10px;
}
.logos-list .img-lo:hover {
    filter: none;
    cursor: pointer;
}
.how-sec img {
    width: 70%;
}
.how-c h2 {
    font-size: 45px;
    position: relative;
    margin-bottom: 29px;
    color: #024429;
}
.how-c h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 146px;
    height: 5px;
    background: #8fc74a;
    border-radius: 25px;
}
.how-sec:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 76%;
    height: 1px;
    background: #02442930;
    transform: translateX(-50%) translateY(-50%);
}
.border-0:before{
    display: none;
}
.how-sec {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.how-sec.light-bg {
    padding-top: 50px;
    background: #8fc74a0f;
}

.bg-white{
    background: white !important;
}
.wiki-mk-hd {
    font-size:45px;
    line-height: normal;
    font-family: Prata Regular;
    background: linear-gradient(90deg, rgb(255, 140, 58), rgb(255, 102, 0)) text;
    -webkit-text-fill-color: transparent;
}
.video__testimonial {
    margin: 50px 0 0 0;
}
.top-to-bottom, .bottom-to-top {
    height: 500px !important;
}
#most-prominent-projects ul {
    flex-wrap: wrap;
    justify-content: center;
}
#most-prominent-projects li {
    width: 31%;
}
#top-placements .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-image: linear-gradient(to right, #090b0a, #213623);
}
#top-placements .item {
    position: relative;
}
.hover-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hover-c-item {
    overflow: hidden;
    position: relative;
    margin: 0 8px;
    width: 20%; 
    transition: width 0.3s ease-in-out; 
}
.hover-c-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 1;
    transition: opacity 0.3s 
ease-in-out;
    z-index: 1;
    background-image:linear-gradient(to top, #374650 8%, #000000bd 100%);
}
.hover-c-item img {
    width: 100%;
    height:450px; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 12px;
    display: block; 
    transition: transform 0.3s ease-in-out; 
    object-position: bottom;
}
.h-desc {
    position: absolute;
    z-index: 2;
    top: 56px;
    left: -79%;
    width: 350px;
    rotate: -90deg;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 49px;
    text-align: left;
}
.hover-c-item.active .h-desc {
    top: inherit;
    bottom: 0px;
    transform: none;
    width: 100%;
    height: 130px;
    font-size: 19px;
    line-height: 1.5;
    left: 0px !important;
    rotate: none !important;
    padding: 22px 23px;
    background: linear-gradient(181deg, rgb(0, 0, 0), rgb(0, 0, 0));
    border-radius: 0px 0px 15px 15px;
}
.hover-c-item.active {
    width: 80%;
    transition: width 0.3s ease-in-out; 
}
.hover-c-item.active:before {
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
}
/*.hover-c-item.active img {
    transform: scale(1.1); 
}
*/
.page-header ul a {
    font-size: 16px !important;
}
.ad-video__banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    padding: 80px 0;
}

    /* Background image layer */
    .ad-video__bg {
      position: absolute;
      inset: 0;
      
      background-size: cover;
      background-position: center;
      filter: brightness(0.6) saturate(0.4);
      z-index: 0;
    }

.ad-video__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(358deg, #18761cc2, #8bc34a8c);
    color: white !important;
}
/* Content sits above overlay */
.ad-video__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ad-video__text h2 {
    font-size: clamp(3rem, 3vw, 2rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}

.ad-video__text p {
    font-size: clamp(1.5rem, 2.2vw, 1.3rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.93);
    letter-spacing: 0.1px;
}

/* Play button */
.ad-video__play {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2.5px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.ad-video__play:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.08);
}

.ad-video__play svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  margin-left: 4px; /* optical centering for triangle */
}

/* Watch Now button */
.ad-video__cta {
  display: inline-block;
  padding: 14px 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5a623 0%, #e8961a 100%);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ad-video__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  filter: brightness(1.06);
}

.ad-video__cta:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 600px) {
  .ad-video__banner {
    height: auto;
    padding: 48px 20px;
  }
}
 .Fellowship {
      --F-grad:    linear-gradient(90deg, rgb(255,140,58), rgb(255,102,0));
      --F-ora:     rgb(255,140,58);
      --F-orb:     rgb(255,102,0);
      --F-white:   #ffffff;
      --F-off:     rgba(255,255,255,0.80);
      --F-border:  rgba(255,255,255,0.15);
      margin: 0; padding: 0;
    }

    .Fellowship__banner {
      position: relative;
      min-height: 460px;
      background: linear-gradient(135deg, #1a0800 0%, #2e1000 40%, #3d1500 100%);
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .Fellowship__pattern {
      position: absolute;
      inset: 0;
      opacity: 0.055;
      background-image:
        repeating-linear-gradient(60deg,  transparent, transparent 40px, rgba(255,255,255,0.5) 40px, rgba(255,255,255,0.5) 41px),
        repeating-linear-gradient(-60deg, transparent, transparent 40px, rgba(255,255,255,0.5) 40px, rgba(255,255,255,0.5) 41px);
      pointer-events: none;
    }

    .Fellowship__blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
    }
    .Fellowship__blob--a {
      width: 460px; height: 460px;
      background: rgba(255,140,58,0.32);
      top: -130px; left: -100px;
    }
    .Fellowship__blob--b {
      width: 380px; height: 380px;
      background: rgba(255,102,0,0.28);
      bottom: -100px; right: -80px;
    }

    .Fellowship__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 60px 0;
    }

    /* eyebrow pill */
    .Fellowship__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,140,58,0.12);
      border: 1px solid rgba(255,140,58,0.35);
      border-radius: 50px;
      padding: 6px 16px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgb(255,140,58);
      margin-bottom: 20px;
    }

    .Fellowship__eyebrow-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: rgb(255,140,58);
      animation: F__blink 1.6s ease-in-out infinite;
    }

    @keyframes F__blink {
      0%,100% { opacity: 1; }
      50%      { opacity: 0.15; }
    }

    /* heading */
    .Fellowship__heading {
      font-weight: 900;
      color: var(--F-white);
      line-height: 1.12;
      margin-bottom: 10px;
    }

    .Fellowship__heading em {
      font-style: normal;
      background: var(--F-grad);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* rule */
    .Fellowship__rule {
      width: 56px;
      height: 3px;
      background: var(--F-grad);
      border-radius: 4px;
      margin: 18px 0 24px;
    }

    /* tagline */
    .Fellowship__tagline {
      font-size: .93rem;
      color: var(--F-off);
      line-height: 1.7;
      margin-bottom: 0;
    }

    /* vertical divider */
    .Fellowship__vline { display: none; }
    @media (min-width: 992px) {
      .Fellowship__vline {
        display: block;
        width: 1px;
        background: var(--F-border);
        align-self: stretch;
        margin: 0 6px;
      }
    }

    /* cards */
    .Fellowship__cards {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .Fellowship__card {
      background: rgba(255,255,255,0.07);
      border: 1px solid var(--F-border);
      border-radius: 14px;
      padding: 20px 22px 20px 26px;
      position: relative;
      overflow: hidden;
      transition: background .25s, border-color .25s, transform .25s;
    }

    .Fellowship__card:hover {
      background: rgba(255,140,58,0.10);
      border-color: rgba(255,140,58,0.45);
      transform: translateX(5px);
    }

    .Fellowship__card::before {
      content: '';
      position: absolute;
      left: 0; top: 14px; bottom: 14px;
      width: 4px;
      border-radius: 0 4px 4px 0;
      background: var(--F-grad);
    }

    .Fellowship__card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 8px;
    }

    .Fellowship__abbr-wrap {
      display: inline-block;
      background: rgba(255,140,58,0.13);
      border: 1px solid rgba(255,140,58,0.32);
      border-radius: 50px;
      padding: 3px 12px;
    }

    .Fellowship__abbr-text {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      background: var(--F-grad);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

.Fellowship__level {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

    .Fellowship__card-name {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--F-white);
      line-height: 1.35;
      margin: 0;
    }
.slider-container {
    display: flex;
    gap: 50px;
    align-items: center;
}

.card-stack {
    position: relative;
    width: 40%;
    height: 320px;
}

.card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 12px;
    border: 2px solid #abff5f;
    overflow: hidden;
    transform-origin: bottom center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    max-width: 60%;
    text-align: left;
    padding-left: 50px;
}
.content .title {
    font-size: 25px;
    font-weight: bold;
    color: #ec8423;
}
.content .description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #344d35;
    text-align: justify;
    overflow-y: auto;
    padding-right: 15px;
}

.buttons {
    margin-top: 20px;
    user-select: none;
}

.buttons button {
    background: #eaa43c42;
    color: #be6009;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
    width: 40px;
    height: 40px;
}

.buttons button:hover {
    background: #77ab40;
    color: white;
}







@media only screen and (max-width:767px){
.how-c h2 {
    font-size: 30px;
    text-align: center;
}
.how-c h2:before {
    left: 25%;
    width: 50%;
    height: 3px;
}
.logos-list img {
    height: auto;
}
.logos-list .img-lo {
    width: 25%;
}
.logos-list img {
    height: 40px;
    padding: 0;
}
.wiki-mk-hd {
    font-size: 20px;
    padding-top: 18px;
}
#most-prominent-projects li {
    width: 100% !important;
}
.hover-card {
    flex-wrap: wrap;
}
.hover-c-item {
    width: 100%;
    margin-bottom: 25px;
}
.hover-c-item.active .h-desc {
    width: 100%;
    padding: 10px 23px;
    height: 77px;
    font-size: 12px;
}
.hover-c-item:before{
    display: none;
}
.hover-c-item.active {
    width: 100%;
}
.hover-c-item img {
    height: 100%;
}
section#home-scholarships-section {
    margin: 0 !important;
}
#slider-bottom ul {
    justify-content: center;
}
#placement-highlights h2 {
    padding-bottom: 15px;
}











}
@media (min-width: 992px) {
.page-header ul a {
    font-size: 12px !important;
}
.logo-d > img {
    max-width: 200px;
}




}
@media (min-width: 1200px) {    
.page-header ul a {
    font-size: 14px !important;
}
.logo-d > img {
    max-width: 250px;
}



}
@media (min-width: 1400px) {
.page-header ul a {
    font-size: 16px !important;
}
.logo-d > img {
    max-width: 290px;
}

    
}