/* Fonts & Basics */
body {
  font-family: "Inria Sans", Helvetica;
  color: #222;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
}

/* Navbar */
.navbar {
  background-color: #000 !important;
}

/* Brand */
.navbar-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
}

/* Nav Wrapper */
.navbar-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px; /* your original gap */
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 2px 15px; /* your original padding */
  background-color: transparent;
}

/* Nav Item — make each one occupy equal height and handle full hover area */
.nav-item {
  padding: 2px 15px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover/Active: fill full area with color (no flicker) */
.nav-item:hover,
.nav-item:focus-within {
  background-color: #ffffff;
}

/* Nav Link */
.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  border-radius: 20px;
  padding: 8px 20px; /* consistent */
  display: block;
  width: 100%;
  text-align: center;
  transition: color 0.3s ease;
}

/* Change text color on hover via parent */
.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
  color: #000000 !important;
}

/* Active Page State */
.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:active {
  /* background-color: #00a5ff !important;
  color: #fff !important; */
}

/* Hero Section */
.hero {
  background: radial-gradient(
    50% 50% at 55% 50%,
    rgba(0, 111, 255, 0.5) 0%,
    rgba(145, 0, 153, 0) 100%
  );
  color: #fff;
  padding: 5rem 0;
}
.hero h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.hero span {
  color: #00a5ff;
}
.hero p {
  font-weight: 300;
  font-size: 1.1rem;
  color: #f0f0f0;
}

/* Buttons */
.btn-primary {
  background-color: #00a5ff;
  border-color: #00a5ff;
}
.btn-primary:hover {
  background-color: #0089f1;
  border-color: #0089f1;
}
.btn-outline-light {
  border-color: #ffffff80;
  color: #fff;
}
.btn-outline-light:hover {
  background-color: #00a5ff;
  border-color: #00a5ff;
}


.hero-text{
  padding-bottom: 80px;
}
.hero-section {
      padding: 80px 0 0 0;
    }
    .hero-text h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .hero-text p {
      font-size: 1rem;
      color: #555;
      margin-top: 20px;
      line-height: 1.6;
    }
    .btn-custom {
      margin-top: 20px;
      padding: 10px 25px;
      border-radius: 50px;
      border: 1px solid #000;
      background-color: #fff;
      color: #000;
      font-weight: 500;
      transition: all 0.3s;
    }
    .btn-custom:hover {
      background-color: #000;
      color: #fff;
    }
    .hero-image img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
    }
    @media (max-width: 768px) {
      .hero-section {
        text-align: center;
      }
      .hero-image {
        margin-bottom: 30px;
      }
    }





/* Repository Section */
.repository-section {
  padding: 5rem 0;
}
.repository-section h2 span {
  color: #00a5ff;
}
.repository-section img {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.repository-section p {
  color: #555;
}



/* --- Tabs container --- */

  .bg-light-blue {
  background-color: #ebf8ff;
  box-shadow: 0px 1px 5px 3px rgba(74, 111, 140, 0.25);
}

.text-justify {
  text-align: justify;
}



 /* //HIGHLIGHTS// */

      /* Landing section with subtle gradient */
    .landing-page-2 {
      /* background: linear-gradient(0deg, rgba(0, 53, 123, 100) 0%, rgba(0, 0, 0, 1) 30%); */
      padding: 60px 0;
    }

    /* Heading styles */
    .highlights-from-past {
      font-family: "Sora", Helvetica, sans-serif;
      font-size: 42px;
      font-weight: 400;
      line-height: normal;
      color: transparent;
      margin-bottom: 40px;
      text-align: left;
    }
    .text-wrapper-5 { font-weight: 600; color: #00a5ff; }
    .text-wrapper-4 { color: #000000; }

    /* Continuous scroll container */
    .component-wrapper {
      overflow: hidden;
      position: relative;
    }

    .component {
      display: flex;
      width: max-content;
      animation: scroll-left 20s linear infinite;
    }

    /* Event cards (responsive) */
    .event-card {
      width: 500px;
      height: 500px;
      background-size: cover;
      background-position: center;
      margin-right: 20px;
      flex-shrink: 0;
    }

    /* Make event cards smaller on mobile */
    @media (max-width: 768px) {
      .event-card {
        width: 150px;
        height: 180px;
        margin-right: 15px;
      }
      .highlights-from-past {
        font-size: 28px;
      }
    }

    @media (max-width: 480px) {
      .event-card {
        width: 120px;
        height: 150px;
        margin-right: 10px;
      }
      .highlights-from-past {
        font-size: 22px;
      }
    }

    /* Continuous scroll animation */
    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* //theme of dialog// */

.bg-light-blue-transparent {
  background-color: rgba(235, 248, 255, 0.65);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.border-info-subtle {
  border-color: rgba(135, 195, 234, 0.3) !important;
}

/* //key student// */

.bg-light-blue-transparent {
  background-color: rgba(235, 248, 255, 0.65);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.fs-5 {
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 300;
}
/* //youth-led// */

.bg-dark-blue {
  background-color: #001c42;
}

.fs-5 {
  font-family: "Sora", Helvetica, sans-serif;
  font-weight: 300;
}
/* //opening address// */
.bg-light-blue-transparent {
  background-color: rgba(235, 248, 255, 0.65);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.fs-5 {
  font-family: "Sora", Helvetica, sans-serif;
  font-weight: 300;
}

.text-primary {
  color: #1386e4 !important;
}



    /* Footer */
.footer {
  background: #000;
}

.footer .icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 10px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p,
.footer li {
  color: #ffffffcc;
}















.team-page-page {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-width: 1440px;
  min-height: 2523px;
  position: relative;
}

.team-page-page .rectangle {
  height: 134px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  background-color: #000000;
}

.team-page-page .frame {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 31px;
  left: 381px;
  border-radius: 20px;
  border: 1px solid;
  border-color: #ffffff85;
}

.team-page-page .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 35px;
  position: relative;
  flex: 0 0 auto;
}

.team-page-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.team-page-page .about-us-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  position: relative;
  flex: 0 0 auto;
}

.team-page-page .landing-page {
  position: absolute;
  top: 134px;
  left: 0;
  width: 1440px;
  height: 454px;
  display: flex;
  background-color: #000000;
}

.team-page-page .ellipse {
  margin-top: -519px;
  width: 1573px;
  height: 954px;
  margin-left: -728px;
  border-radius: 786.5px / 477px;
  background: radial-gradient(
    50% 50% at 55% 50%,
    rgba(0, 111, 255, 0.5) 0%,
    rgba(145, 0, 153, 0) 100%
  );
}

.team-page-page .our-team {
  top: 237px;
  left: 95px;
  width: 805px;
  color: transparent;
  font-size: 42px;
  position: absolute;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .span {
  color: #ffffff;
}

.team-page-page .text-wrapper-2 {
  font-weight: 700;
  color: #008cff;
}

.team-page-page .div {
  position: absolute;
  top: 661px;
  left: calc(50.00% - 599px);
  width: 1199px;
  height: 46px;
  display: flex;
  gap: 160px;
}

.team-page-page .principal-co-wrapper {
  display: inline-flex;
  width: 293px;
  height: 46px;
  position: relative;
  align-items: center;
  gap: 244px;
}

.team-page-page .text-wrapper-3 {
  position: relative;
  width: 293px;
  margin-top: -1.00px;
  font-family: "Sora", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .frame-2 {
  display: inline-flex;
  width: 293px;
  height: 23px;
  position: relative;
  align-items: center;
  gap: 244px;
}

.team-page-page .p {
  position: absolute;
  top: 315px;
  left: 95px;
  width: 851px;
  font-family: "Sora", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .open-repository {
  display: inline-flex;
  height: 37px;
  align-items: center;
  padding: 0px 14px;
  position: absolute;
  top: 478px;
  left: 95px;
  border-radius: 90px;
  border: 1px solid;
  border-color: #ffffff4c;
}

.team-page-page .open-repository-2 {
  position: relative;
  width: 158px;
  height: 24px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #fff9f9;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.team-page-page .arrow {
  position: relative;
  width: 35px;
  height: 14.73px;
  margin-right: -1.00px;
}

.team-page-page .line {
  position: absolute;
  top: 727px;
  left: calc(50.00% - 620px);
  width: 1240px;
  height: 5px;
}

.team-page-page .img {
  position: absolute;
  top: 718px;
  left: 91px;
  width: 393px;
  height: 25px;
}

.team-page-page .frame-3 {
  position: absolute;
  top: 910px;
  left: calc(50.00% - 545px);
  width: 1107px;
  height: 260px;
}

.team-page-page .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .image-2 {
  top: 0;
  left: 277px;
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .gradient-rectangle {
  position: absolute;
  top: 0;
  left: 277px;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .image-3 {
  top: 280px;
  left: 277px;
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .gradient-rectangle-2 {
  top: 280px;
  left: 277px;
  position: absolute;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .image-4 {
  top: 280px;
  left: 557px;
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .gradient-rectangle-3 {
  top: 280px;
  left: 557px;
  position: absolute;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .image-5 {
  top: 0;
  left: 557px;
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .gradient-rectangle-4 {
  top: 0;
  left: 557px;
  position: absolute;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .image-6 {
  top: 0;
  left: 847px;
  position: absolute;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.team-page-page .gradient-rectangle-5 {
  top: 0;
  left: 847px;
  position: absolute;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .gradient-rectangle-6 {
  top: 0;
  left: 1px;
  position: absolute;
  width: 260px;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 1) 81%,
    rgba(0, 0, 0, 1) 88%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.5;
}

.team-page-page .group {
  position: absolute;
  top: 182px;
  left: 50px;
  width: 166px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .text-wrapper-4 {
  width: 162px;
  height: 20px;
  font-family: "Sora", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-5 {
  width: 150px;
  height: 18px;
  font-family: "Sora", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .group-2 {
  position: absolute;
  top: 462px;
  left: 330px;
  width: 166px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .group-3 {
  position: absolute;
  top: 462px;
  left: 610px;
  width: 166px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .group-4 {
  position: absolute;
  top: 186px;
  left: 314px;
  width: 193px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .text-wrapper-6 {
  width: 189px;
  height: 20px;
  font-family: "Sora", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-7 {
  margin-left: 20px;
  width: 150px;
  height: 18px;
  font-family: "Sora", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .group-5 {
  position: absolute;
  top: 186px;
  left: 594px;
  width: 193px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .group-6 {
  position: absolute;
  top: 186px;
  left: 884px;
  width: 193px;
  height: 45px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.team-page-page .footer {
  position: absolute;
  top: 1988px;
  left: 0;
  width: 1440px;
  height: 542px;
  background-color: transparent;
  background: linear-gradient(
    360deg,
    rgba(0, 53, 123, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.team-page-page .rectangle-2 {
  height: 454px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  background-color: #000000;
}

.team-page-page .text-wrapper-8 {
  position: absolute;
  top: 70px;
  left: 100px;
  width: 168px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.team-page-page .text-wrapper-9 {
  top: 70px;
  left: calc(50.00% + 9px);
  width: 132px;
  color: #ffffff;
  font-size: 28px;
  white-space: nowrap;
  position: absolute;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-10 {
  position: absolute;
  top: 70px;
  left: calc(50.00% + 318px);
  width: 303px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-11 {
  position: absolute;
  top: 120px;
  left: calc(50.00% + 318px);
  width: 303px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-12 {
  position: absolute;
  top: 150px;
  left: calc(50.00% + 318px);
  width: 303px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-13 {
  position: absolute;
  top: 130px;
  left: 179px;
  width: 330px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .frame-4 {
  display: flex;
  flex-direction: column;
  width: 136px;
  align-items: flex-start;
  gap: 28px;
  position: absolute;
  top: 130px;
  left: 730px;
}

.team-page-page .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  height: 15px;
  margin-top: -1.00px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.team-page-page .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  height: 15px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.team-page-page .text-wrapper-16 {
  position: absolute;
  top: 230px;
  left: 179px;
  width: 345px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-17 {
  position: absolute;
  top: 314px;
  left: 179px;
  width: 345px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .text-wrapper-18 {
  position: absolute;
  top: 384px;
  left: 99px;
  width: 532px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}

.team-page-page .group-7 {
  position: absolute;
  top: 130px;
  left: 100px;
  width: 57px;
  height: 56px;
}

.team-page-page .group-8 {
  position: absolute;
  width: 59px;
  height: 55px;
  top: 213px;
  left: 100px;
}

.team-page-page .subtract-wrapper {
  position: absolute;
  top: 296px;
  left: 100px;
  width: 59px;
  height: 56px;
  display: flex;
  background-image: url(./img/rectangle-337.svg);
  background-size: 100% 100%;
}

.team-page-page .subtract {
  margin-top: 15.3px;
  width: 38.67px;
  height: 27.49px;
  margin-left: 11.2px;
}

.team-page-page .text-wrapper-19 {
  position: absolute;
  top: 47px;
  left: 41px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
