.alumni-guidance-banner {
  position: relative;
  text-align: center;
  color: white;
  background-image: url("../../assets/img/alumni/alumniGuidance/alumniguidance.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
}

.banner-content {
  z-index: 2;
  position: relative;
}

.text-content {
  margin-top: 2rem;
}
.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.background-image {
  width: 85%;
  height: auto;
  margin-top: 1rem;
  object-fit: cover;
  opacity: 1;
}

.watch-intro-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  width: 200px;
  background-color: #f9a226; /* Bootstrap primary color */
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  opacity: 1;
}

.watch-intro-button:hover {
  background-color: #f05c2b;
}

.watch-intro-icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #f9a226; /* Adjust to match your theme */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 0.9rem; /* Adjust for icon size */
}

.guidance-banner-bg-circle-image {
  position: relative;
  top: -50%;
  /* left: -30%; */
}
.guidance-banner-front-people-image {
  position: absolute;
  top: 0%;
  /* left: -50%; */
  width: 100%;
}

.profile-alimni-heading {
  color: #f05c2b;
  font-weight: bold;
}
.profiles-alumni-card {
  width: 220px;
  padding: 40px 20px;
  box-shadow: 0px 3px 6px #0000001a;
  border: 1px solid #0034571a;
  border-radius: 10px;
  margin-top: 0.5rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}
.profiles-alumni-card:hover {
  box-shadow: 0px 3px 6px #f05c2b;
}
.profiles-of-memebers-count {
  color: #f05c2b;
  font-size: 1.5rem;
  font-weight: bold;
}
.bomis-guiding-alumni-container {
  height: 370px;
  background-color: #fff;
  transition: box-shadow 0.2s;
  padding: 15px;
  border: 1px solid #ecf0f3;
  border-radius: 8px;
  box-shadow: 0px 10px 20px #0000001a;
}
.profiles-of-memebers-text {
  color: black;
  font-size: 0.8rem;
  font-weight: normal;
}
.bomis-guiding-alumni-card {
  gap: 10px;
  height: auto;
}
.bomis-guiding-alumni-name {
  text-align: center;
  font-size: 16px;
  color: #f05c2b;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bomis-guiding-alumni-batch {
  text-align: start;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.bomis-guiding-univairety {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
}

.bomis-guiding-poweredby-text {
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.bomis-guiding-univariety-logo {
  width: 30px;
  margin-left: 5px;
}

.bomis-guiding-univariety-text {
  font-size: 16px;
  margin-left: 5px;
  color: #fff;
}

.alumni-icon {
  height: 20px;
  margin-right: 10px;
}

.going-back-to-school-container {
  background: #c9402b;
}

/* Active Tab Style */
.alumni-tab.active {
  color: #f05a24 !important; /* Orange color */
  border-bottom: 2px solid #f05a24; /* Orange underline */
  text-decoration: none; /* Remove underline decoration */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* Inactive Tab Style */
.alumni-tab {
  color: black !important; /* Default black color */

  text-decoration: none; /* Remove underline decoration */
  transition: color 0.3s ease, border-bottom 0.3s ease; /* Smooth transition */
}

.alumni-tab:hover {
  color: #f05a24; /* Hover effect for tabs */
}

.alumni-giving-back-to-school-container {
  background: #c9402b;
  /* padding: 20px; */
}

.alumni-going-school-card-subtext {
  list-style: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.alumni-going-school-card-subtext li {
  position: relative;
  padding-left: 20px; /* Add space for the checkmark image */
  margin-bottom: 10px; /* Add spacing between list items */
}

.alumni-going-school-card-subtext li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../../assets/img/icons/Check.svg"); /* Path to your checkmark image */
  background-size: cover; /* Ensure the icon fits properly */
  background-repeat: no-repeat;
}

.giving-back-to-school-img {
  height: auto;
  width: 100%;
  padding: 10px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}

.adding-value-individual-section {
  height: auto;
  padding: 20px;
  border-bottom: 0.5px solid #f05a24;
}
.mobile-view-background-image {
  display: none;
}
@media (max-width: 768px) {
  .banner-background {
    position: inherit;
    height: auto;
    margin: 20px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .banner {
    height: auto; /* Adjust height dynamically for smaller screens */
    padding: 2rem 1rem; /* Add padding for content */
  }
  .mobile-view-background-image {
    display: block;
    top: 50%;
    left: 50%;
    width: 80%; /* Ensure it fills the width */
    height: auto;
  }
  .background-image {
    display: none;
  }
  .text-content {
    margin-top: 1rem; /* Adjust spacing for mobile view */
  }
  .text-content {
    margin-top: 3rem;
  }
  .fixed-width-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    scrollbar-width: thin;
  }

  .fixed-width-nav::-webkit-scrollbar {
    height: 8px;
  }

  .fixed-width-nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }

  .adding-value-individual-section {
    padding: 20px;
    border: 0.5px solid #f05a24;
  }

  .alumni-going-school-card-text {
    color: #f05a24;
    font-weight: bold;
    margin-top: 10px;
  }

  .adding-value-buttons {
    width: 50%;
    /* margin: 10px; */
  }
  .adding-value-individual-images {
    width: 80%;
    align-items: center;
  }
  .giving-back-to-school-img {
    height: auto;
    width: 100%;
    padding: 10px;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
  }
  .bomis-guiding-alumni-container {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .background-image {
    width: 90%;
    margin: auto;
  }
}
