/* Hero Section */

.heroBackground {
  width: 100%;
  min-height: 812px;
}
.heroContainer {
  position: absolute;
  max-width: 1720px;
}
.heroImage {
  position: absolute;
  bottom: 0;
  height: 98%;
  right: 32%;
}
.africaImage {
  height: 115px;
}
.heroLeft {
  z-index: 1;
}
.heroTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.heroTitle img {
  height: 78px;
  margin-left: 10px;
}
.heroSubtitle {
  margin-top: 40px;
}
.heroStats {
  margin-top: 100px;
  display: flex;
  gap: 40px;
  background: #ffffff1a;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
}
.heroStatItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
/* form Conatiner */
.formConatiner {
  position: absolute;
  top: 140px;
  right: 5%;
  background-color: #ffffff;
  z-index: 9999;
  border-radius: 20px;
  border: 1px solid #999;
  height: 540px;
  width: 445px;
  scroll-margin-top: 100px;
  overflow-y: scroll;
}
.formConatiner::-webkit-scrollbar{
  display: none;
}
/* About Section */
.aboutContainer {
  width: 95%;
  max-width: 1440px;
  margin: 80px 0;
  justify-content: space-between;
}
.aboutRight {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutLeft {
  width: 53%;
}
/* Legacy Section */
.legacyContainer {
  width: 95%;
  background: linear-gradient(90deg, #030a3b 0%, #0a4cea 100%);
  border-radius: 60px;
  padding: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.legacyLeft {
  width: 40%;
  padding: 80px 60px 60px 170px;
}
.legacyRight {
  width: 59%;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 60px;
  padding: 60px;
  justify-content: space-between;
  gap: 70px 0;
}
.legacyStatItem {
  width: 32%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Welcome Section */
.welcomeSection {
  align-items: flex-start;
}
.welcomeBackground {
  width: 100%;
  margin-top: 300px;
}
.welcomeContainer {
  position: absolute;
  max-width: 1500px;
  margin: 100px 0;
  justify-content: space-between;
}
.welcomeLeft {
  width: 40%;
  max-width: 634px;
}
.welcomeRight {
  width: 60%;
  max-width: 777px;
}
.welcomeRight p {
  text-transform: none;
}
/* Institutes Section */
.institutesSection {
  background: #030a3b;
}
.institutesContainer {
  margin: 100px 0;
  flex-direction: column;
  gap: 40px;
  max-width: 1500px;
}
.institutesHeader {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: flex-start;
}
.sidebar {
  width: 40%;
  max-width: 634px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav-item {
  display: flex;
  flex-direction: column;
}
.nav-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-item:last-child {
  border-bottom: none;
}
.nav-item.active {
  background-color: #0a4cea;
  padding-left: 20px;
  margin-left: -20px;
  border-radius: 19px;
  border-bottom: none;
}
.nav-item.active span {
  color: #030a3b;
}
.info-card {
  width: 55%;
  max-width: 890px;
  background-color: #e6ebf1;
  color: var(--dark-blue);
  padding: 60px;
  border-radius: 30px;
  display: none;
  flex-direction: column;
  min-height: 500px;
  position: relative;
}
.info-card.active {
  display: flex;
}
.card-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.rightCard {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.leftCard {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diploma-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  width: 100%;
}
.arrow-btn img {
  width: 36px;
}
.accreditations {
  margin-top: 30px;
}
.accreditationsLogo {
  height: 60px;
}
/* Recruiters Section */
.recruitersSection {
  background: #fff;
}
.recruitersContainer {
  margin: 100px 0;
  flex-direction: column;
  gap: 40px;
  max-width: 1500px;
}
.recruitersHeader {
  width: 100%;
  display: flex;
  align-items: center;
}
.recruitersRight {
  width: 50%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.recruitersLeft {
  width: 55%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.recruitersLeft .logos img {
  height: 74px;
}
.btn {
  background: #922228;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 20px 40px 14px 40px;
  font-family: Helvetica Neue;
}
.recruitersBottom {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.recruiterStatItem {
  background: #e6ebf1;
  border-radius: 29px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(25% - 20px);
}
.recruiterStatItem img {
  height: 100px;
  width: 100px;
}
.logos {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recItem {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 9px 158px 0px #00000012;
  border-radius: 14px;
  width: 250px;
  height: 75px;
}
.recItem img {
  height: 80%;
  width: auto;
}
/* =============Exposure Section================ */
.exposureSection {
  position: relative;
  background: #030a3b;
}
.exposureContainer {
  max-width: 1500px;
  margin: 100px 0;
}
.content-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.imageSide {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
}
.imageSide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description-box {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 560px;
}
.description-box p {
  text-transform: none;
}
.features-grid {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-card {
  width: calc(50% - 10px);
  background-color: #e6ebf1;
  border-radius: 16px;
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 150px;
}
.icon-box img {
  width: 48px;
  height: 48px;
}
/* ==================== */
.ircellSection {
  flex-direction: column;
}
.ircellContainer {
  margin: 100px 0;
  max-width: 1500px;
  align-items: flex-start;
  flex-direction: column;
}
.ir-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ir-grid {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px 10px;
}
.ir-item {
  width: calc(20% - 10px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ir-item p {
  text-transform: none;
}
.ir-item img {
  height: 57px;
}
/* cellCardContainer */
.cellCardContainer {
  max-width: 1500px;
  display: flex;
  margin-bottom: 80px;
}
.cellcard {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cellcard img {
  width: 100%;
}
.cellcard p {
  position: absolute;
  text-align: center;
  text-transform: none;
}
.cellcard1 p {
  bottom: 50px;
}
.cellcard2 p {
  top: 50px;
}
/* logosliderContainer */
.logosliderContainer {
  max-width: 1500px;
  flex-direction: column;
  margin-bottom: 100px;
  margin-top: 20px;
}
/* ================ */
.logoSlider {
  margin-top: 50px;
  background: #fff !important;
}
.logoItem {
  margin: 10px;
  height: 75px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 9px 158px 0px #00000012;
}
.logoItem img {
  width: 136px !important;
}
/* support Section */
.supportSection {
  background: linear-gradient(180deg, #030a3b 0%, #081ba1 141.57%);
}
.supportContainer {
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}
/* Left Column Styling */
.supportContent {
  flex: 1;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Grid Styling */
.supportGrid {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.support-card {
  width: calc(50% - 10px);
  background-color: #e6ebf1;
  border-radius: 16px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}
.card-icon {
  width: 45px;
  flex-shrink: 0;
}
/* Custom Section */
.campusContainer {
  margin: 80px 0;
  max-width: 1500px;
  justify-content: space-between;
  align-items: center;
}
.featuresContent {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkGrid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.photoStackWrapper {
  width: 46%;
  max-width: 644px;
}
.check-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 0;
  margin-top: 60px;
}
.checkicon {
  height: 50px;
}
.check-item {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.check-item p {
  text-transform: none;
}

.photoStackWrapper img {
  width: 100%;
}
/* =======worldSection====== */
.worldSection {
  flex-direction: column;
}
.worldContainer {
  max-width: 1500px;
  position: relative;
}
.worldImg {
  width: 100%;
}
.worldTopContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  padding: 0 0 70px 70px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, #030a3b 0%, rgba(3, 10, 59, 0) 100%);
}
.campusesContainer {
  background: #030a3b;
  max-width: 1500px;
  padding: 80px;
  justify-content: space-between;
}
.featureItem {
  max-width: 25%;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.featureItem p {
  text-transform: none;
}
/* ranking Section */
.rankingContainer {
  flex-direction: column;
  max-width: 1500px;
  align-items: center;
  margin: 80px 0;
}
.rankingHeader {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rankingSlider {
  margin-top: 50px;
  width: 100%;
}
.rankCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 20px;
  text-align: center;
}
.rankingHeader p,
.rankCard p {
  text-transform: none;
}
.rankCard img {
  width: 100%;
}
.rankingSection {
  flex-direction: column;
}
/* ========== */
.journeyContainer {
  max-width: 1500px;
  margin-bottom: 80px;
  justify-content: space-between;
}
.journeyLeft {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.journeyRight {
  width: 49%;
  position: relative;
}
.journeyItem {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* =====educationSection===== */
.educationSection {
  background: linear-gradient(270deg, #030a3b 0%, #081ba1 141.65%);
}
.educationContainer {
  margin: 80px 0;
  max-width: 1500px;
  align-items: center;
  justify-content: space-between;
}
.educationLeft {
  width: 37%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.educationRight {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.step-node p {
  text-transform: none;
}
.steps-line-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.steps-line-container::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 0;
  width: 82%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.step-node {
  position: relative;
  z-index: 2;
  width: 19%;
}
.node-dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Cta Section */
.ctaSection {
  position: relative;
  flex-direction: column;
}
.ctaContainer {
  width: 90%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
.ctaLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 620px;
  gap: 30px;
  z-index: 10;
}
.ctaRight {
  width: 50%;
  max-width: 675px;
  height: 620px;
  border-radius: 33px;
  background: #d9d9d9;
}
.ctaimage {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 83%;
}
.ctaText {
  margin-top: 0px !important ;
  /* margin-top: 80px ; */
}
.ctaItem {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 18px 20px;
  background: #c7c7c785;
  border: 1px solid #a39c9c;
}

.ctaItem:first-child {
  margin-right: 130px;
}
.ctaItem:nth-child(2) {
  margin-right: 60px;
}
.ctaItem:nth-child(3) {
  margin-right: 30px;
}
.btnBoxOut {
  position: absolute;
  right: -80px;
  top: 39%;
  z-index: 10;
  cursor: pointer;
}

.journeyBtn {
  display: none;
}
/* =============== */
.journeyImgLayer,
.journeyImg{
    width: 100%;
    height: 380px;
    background: #030a3b;
    border-radius: 14px;
    object-fit: cover;
}
.journeyImgLayer{
    position: absolute;
    top: 0;
    cursor: pointer;
}