/* landing page css starts here  */

.banner-container {
  background-image: url("../../assets/img/backgounds/sucess-stories-bannerbg.svg");
  background-size: cover;
  background-position: center;
  height: 100vh; /* Ensure this takes effect */
  min-height: 100vh; /* Use min-height as an alternative */
}

.main-heading {
  font-size: 60px;
}
.text-button-section {
  color: #000;
  padding: 2px;
}

.watch-now-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  width: 200px;
  background-color: #ad2627; /* Bootstrap primary color */
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  opacity: 1;
}

.watch-now-button:hover {
  background-color: #f05c2b;
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #ad2627; /* Adjust to match your theme */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 0.9rem; /* Adjust for icon size */
}

.watch-now-button i {
  font-size: 0.8rem;
}

.text-button-section h1 {
  font-size: 2.5rem;
  /* margin-bottom: 1rem; */
}

.text-button-section p {
  font-size: 1.25rem;
  /* margin-bottom: 1.5rem; */
}

/* student insight which is second section css starts from here */
.student-insights {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.student-insights h2 {
  color: #ff5733;
}

.text-orange {
  color: #ff5733;
}

.insight-card p {
  font-size: 0.9rem;
  color: #555;
}

.insight-card h3 {
  font-size: 1.5rem;
}

/* student  sucess stories section*/
.success-stories {
  background-color: #f9a226;
}

.sucess-storie-custom-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-bottom: 10px;
}

.global-citizen {
  background-color: #f05c2b;
}
.child-benefits {
  background-color: #f5f5f5;
}
.alumni-mentor {
  background-color: #c9402b;
}

.alumni-image {
  width: 100px;
  border-radius: 50%;
  margin-left: 10px;
}
.alumni-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #ad2627;
}
.alumni-batch-text {
  font-size: 14px;
  color: black;
}
.alumni-clg-text {
  color: #f9a226;
  font-size: 14px;
  margin-top: 10px;
}
.alumni-department-section {
  margin-top: auto;
}

.alumni-department-text {
  font-size: 12px;
  margin-left: 5px;
  margin-top: auto;
}

/* skeleton card for  */
.skeleton-card {
  width: 16rem;
  height: 250px;
  border-radius: 5px;
  background-color: #f05c2b;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1rem;
  animation: shimmer 1.5s infinite linear;
}

.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  width: 100%;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-image {
  width: 100%;
  height: 120px;
  background-color: #e0e0e0;
  border-radius: 5px;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-text {
  height: 15px;
  background: #e0e0e0;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-small-text {
  height: 10px;
  width: 80%;
  background: #e0e0e0;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}

.skeleton-image,
.skeleton-text,
.skeleton-small-text {
  background: linear-gradient(90deg, #eebf7d 25%, #fdb146 50%, #f9a226 75%);
  background-size: 200% 100%;
}

.global-citizen-career-path {
  width: 100%;
  color: #f05c2b;
  background: #fff;
  padding: 10px;
  border-radius: 6px 6px 0px 0px;
}

/* Career bar container */
.career-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Progress bar styles */
.progress-bar-vertical {
  position: relative;
  width: 40px;
  height: 180px;
  background-color: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}

/* Fill part of the progress bar */
.progress-bar-fill {
  background-color: #f05c2b;
  width: 100%;
  transition: height 0.5s ease;
}

/* Percentage label at the top of the progress bar */
.percentage-label {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem; /* Add spacing above the progress bar */
}

/* Career label below the progress bar */
.career-label {
  width: 50px;
  height: 45px;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

/* Container to handle overflow */
.progress-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly; /* Ensures equal spacing between items */
  gap: 2rem; /* Set fixed spacing between bars */
  overflow-x: auto; /* Ensures horizontal scroll for smaller screens */
}

/* Styling the scrollbar */
.progress-container::-webkit-scrollbar {
  width: 12px; /* width of the vertical scrollbar */
  height: 12px; /* height of the horizontal scrollbar */
}

/* Styling the scrollbar track */
.progress-container::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* light gray background */
  border-radius: 10px; /* rounded corners for the track */
}

/* Styling the scrollbar thumb (the draggable part) */
.progress-container::-webkit-scrollbar-thumb {
  background-color: #888; /* dark gray */
  border-radius: 10px; /* rounded corners for the thumb */
  border: 3px solid #f1f1f1; /* optional: to add a border around the thumb */
}

/* Styling the scrollbar thumb when hovered */
.progress-container::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* darker gray when hovered */
}

/* Top Colleges CSs Start here */
.custom-container {
  width: 80%;
  margin: 0 auto;
}

.almni-custom-container {
  width: 100%;
  margin: 0 auto;
  /* background-color: #f05c2b; */
  /* Centers the container horizontally */
}

.top-colleges {
  display: flex;
  align-items: center;
  padding: 16px;
  margin: 10px;
  border: 1px solid #ecf0f3;
  border-radius: 8px;
  height: 65px;
  background-color: #fff;
  transition: box-shadow 0.2s;
}

.top-colleges:hover {
  box-shadow: 0 4px 8px #f05a24;
  cursor: pointer;
}

.top-clg-logos {
  width: 24px;
  /* Smaller icon size */
  height: 24px;
  margin-right: 12px;
}

.college-name-text {
  color: #333;
  font-size: 14px;
  text-align: start;
}

.carousel-item img {
  /* height: 300px; */
  /* Adjust height as needed */
  object-fit: cover;
  /* Ensures the image covers the container */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
  /* Makes the icons black */
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f05c2b;
}

/* Active indicator styling */
.carousel-indicators .active {
  background-color: #f05c2b;
  /* Different color for active indicator */
}

.alumni-images {
  width: 75px;
  height: 75px;
}

.alumni-container {
  height: 250px;
  background-color: #fff;
  transition: box-shadow 0.2s;
  padding: 16px;
  border: 1px solid #ecf0f3;
  border-radius: 8px;
  box-shadow: 0px 10px 20px #0000001a;
  margin: 10px;
}

.alumni-card {
  display: flex;
  gap: 10px;
  height: 80px;
}

.alumni-name {
  text-align: left;
  font-size: 16px;
  color: #f05c2b;
  font-weight: 600;
}

.alumni-batch {
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.alumni-university {
  color: #f9a226;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.alumni-department {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin-top: 80px;
}
.horizontalLine {
  margin-top: 25px;
}
.alumni-department-name {
  text-align: start;
  font-size: 14px;
}

.univairety {
  display: flex;
  justify-content: end;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
}

.poweredby-text {
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.univariety-logo {
  width: 30px;
  margin-left: 5px;
}

.univariety-text {
  font-size: 16px;
  margin-left: 5px;
  color: #fff;
}

.benefits-conatainer {
  display: flex;
}

.rounded-button {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  width: 150px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
}

.rounded-button.active {
  background-color: #f05c2b;
  color: #fff;
  border: none;
}

/* Triangle shape under the active button */
.rounded-button.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Adjust the distance to position the triangle correctly */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f05c2b;
  /* Triangle color matches button background */
}

.inner-image {
  display: none;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: #f05a24 !important;
  border-bottom-color: #f05a24 !important;
}
.topcolleges-tabs {
  color: black !important;
}

.going-back-to-school-heading {
  font-size: 22px;
  color: white;
}
.going-back-to-school-subheading {
  font-size: 14px;
}
.adding-value-buttons {
  color: #fff;
  background-color: #f05a24;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.adding-value-buttons:hover {
  transform: scale(1.05);
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.alumni-going-school-card-text {
  color: #f05a24;
  font-size: 20px;
  font-weight: bold;
}
.alumni-going-school-card-subtext {
  font-size: 14px;
}

.alumni-cards {
  border-radius: 8px;
}
/* Media queries for the entire page */
@media (max-width: 768px) {
  /* Bootstrap’s breakpoint for mobile */
  .text-button-section {
    align-items: center;
    text-align: center;
  }

  .text-button-section h1 {
    line-height: 1.2; /* Adjust spacing as needed */
    margin-bottom: 0.3rem; /* Tighter spacing between h1s */
    font-size: 35px;
  }

  .arrow-image {
    display: none;
  }

  .alumni-container {
    height: auto;
  }
  .watch-now-button {
    padding: 10px 15px;
    font-size: 16px;
    width: 80%;
    background-color: #f05c2b; /* Bootstrap primary color */
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    opacity: 1;
  }
  .banner-container {
    margin-top: 20px;
  }

  /* chart responsive */
  .chart-container {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .rounded-button {
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    width: 70px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 5px;
  }

  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  /* Style for the outer "mobile screen" container */
  /* Style for the outer "mobile screen" container */
  .mobile-screen {
    width: auto;
    margin-top: 20px;
    height: 580px; /* Fixed height of the mobile screen */
    background-image: url("../img/alumni/success-storie/mobile-screen-img.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; /* Ensures content inside doesn't overflow outside the mobile screen */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Outer container wrapping the inner container */
  .outer-container {
    width: 100%; /* Occupies full width of the mobile screen */
    height: 100%; /* Matches the height of the mobile screen */
    margin-top: 20px;
    display: flex;
    align-items: center; /* Centers the inner container vertically */
    justify-content: center; /* Centers the inner container horizontally */
  }

  /* Container for the inner image to make it scrollable */
  .inner-image-container {
    width: 90%; /* 90% of the outer container width */
    height: 80%; /* Adjust to fit inside the mobile screen */
    overflow-y: auto; /* Adds vertical scrolling */
    overflow-x: hidden; /* Prevents horizontal scrolling */
    margin: auto;
    display: flex;
    align-items: center; /* Centers the inner image vertically inside the container */
    justify-content: center; /* Centers the inner image horizontally inside the container */
  }

  /* Inner image style */
  .inner-image {
    width: 90%; /* Ensures the image is 90% of the container's width */
    height: auto; /* Maintains aspect ratio for responsiveness */
    display: block;
  }
}

.alumni-guidance-success-storie-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 10px;
}

.alumni-guidance-button,
.alumni-success-storie-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px; /* Space between the buttons */
}

.alumni-guidance-success-storie-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff; /* White text */
  margin-bottom: 10px; /* Space between text and button */
}

.alumni-know-more-button {
  background-color: #f6a61a; /* Button background color */
  color: #ffffff; /* Button text color */
  border: none;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.alumni-know-more-button:hover {
  transform: scale(1.05); /* Slight zoom on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
}

.divider {
  height: 50px; /* Adjust the height to match the content */
  width: 1px;
  background-color: #f6a61a; /* Divider color */
}
