.common-section {
  margin-bottom: 60px;
}

.common-section h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 12px;
}

.common-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #00243d;
}

.accolades-wrapper {
  margin-top: 60px;
  background-color: #def4e2;
  padding: 25px 20px 40px 20px;
  border-radius: 20px;
}

.accolades-wrapper .head-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.accolades-wrapper .active-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  margin-top: 25px;
}

.accolades-wrapper .active-list li {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #b1c8db;
  min-width: 300px;
}

.accolades-wrapper .active-list li:last-child {
  border-right: none;
}

.accolades-wrapper .active-list li h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 10px;
}

.accolades-wrapper .active-list li p {
  font-size: 18px;
}

/* Shaping Industries - Pie Charts Section */
.shaping-industries h2 {
  text-align: left;
}

.shaping-industries-grid {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .shaping-industries-grid {
    flex-direction: column;
  }
}

.shaping-card {
  flex: 1;
  background-color: #e6f0f8;
  border-radius: 20px;
  padding: 24px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shaping-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 70px;
  align-items: flex-start;
}

.shaping-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #00243d;
}

.legend-dot {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
}

.shaping-chart-container {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.shaping-chart-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: #0066b0;
  margin-top: 25px;
}

/* Industries Bar Chart */
.industries-chart-section {
  margin-top: 0;
}

.chart-card-contributing {
  background: #fff6e8;
  border-radius: 18px;
  padding: 30px 25px 20px;
  overflow: hidden;
}

.contributing-chart-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #00243d;
  text-align: left !important;
  margin-bottom: 30px !important;
}

.contrybuting-chart-wrapper {
  width: 100%;
  overflow: hidden;
}

.contrybuting-chart-wrapper::-webkit-scrollbar {
  height: 6px;
}

.contrybuting-chart-wrapper::-webkit-scrollbar-track {
  background: #f0e4cc;
  border-radius: 10px;
}

.contrybuting-chart-wrapper::-webkit-scrollbar-thumb {
  background: #faa41e;
  border-radius: 10px;
}

.contrybuting-chart-wrapper::-webkit-scrollbar-thumb:hover {
  background: #e8931a;
}

.contrybuting-chart-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #faa41e #f0e4cc;
}

.contrybuting-chart-scroll {
  width: 100%;
}

.chart-card-contributing canvas {
  width: 100% !important;
  height: 520px !important;
}

/* Leading Companies Section */
.leading-companies {
  background-color: #e6f0f8;
  border-radius: 20px;
  padding: 30px;
}

.leading-companies h2 {
  text-align: left;
  margin-bottom: 30px;
}

.leading-companies-wrapper {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
}

.companies-sidebar {
  flex-shrink: 0;
  width: 250px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.category-list li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: #00243d;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.category-list li.active a {
  background-color: #03489f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  position: relative;
}

.category-list li.active a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../../images/tab-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: absolute;
  right: 10px;
}

.category-dropdown-trigger {
  display: none;
}

.companies-tab-content {
  flex: 1;
  min-width: 0;
}

.companies-grid {
  display: none;
  flex-wrap: wrap;
  gap: 30px;
}

.companies-grid.active {
  display: flex;
  gap: 30px;
}

.logo-card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  width: 200px;
  height: 200px;
}

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

.alumni-slider h2 {
  text-align: left;
}

.alumni-slider {
  overflow-x: hidden;
  width: 100%;
}

.alumni-slider .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-controls {
  display: flex;
  gap: 10px;
}

.nav-controls .prev,
.next {
  width: 35px;
  height: 35px;
  background-color: #eef2f6;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.nav-controls .swiper-button-disabled {
  opacity: 0.5;
}

.nav-controls .prev .arrow-left {
  background-image: url("../../images/prev-arrow.svg");
  width: 8px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-controls .next .arrow-right {
  background-image: url("../../images/next-arrow.svg");
  width: 8px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-container {
  overflow: visible;
  width: 100%;
  margin-top: 25px;
}

.swiper-container .swiper-slide {
  height: auto;
  display: flex;
}

.swiper-container .career-card {
  background-color: #e6f7eb;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-container .career-card .profile-pic {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin: 0 auto 15px;
}

.swiper-container .career-card .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.swiper-container .career-card .name {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #00243d;
  margin-bottom: 5px;
}

.swiper-container .career-card .year {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #00243d;
}

.swiper-container .career-card hr {
  border: 0;
  border-top: 1px solid #b7d6bd;
  margin: 20px 0;
}

.swiper-container .career-card .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #023f6a;
  flex-grow: 1;
}

.backAtSchoolSwiper {
  overflow: hidden;
}

.back-at-school h2 {
  text-align: left;
}

.back-at-school .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-at-school .school-card {
  background-color: #fff6e7;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.back-at-school .card-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.back-at-school .card-head .pro-img {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}

.back-at-school .card-head .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.back-at-school .card-head .pro-info {
  width: calc(100% - 150px);
}

.back-at-school .card-head .pro-info h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #00243d;
  text-align: left;
}

.back-at-school .card-head .pro-info .year {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: left;
  color: #03489f;
}

.back-at-school .card-head .pro-info .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #00243d;
  text-align: left;
  margin-top: 10px;
}

.back-at-school .education {
  border-top: 1px solid #efdec1;
  border-bottom: 1px solid #efdec1;
  padding: 20px 0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.back-at-school .education h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #03489f;
  text-align: left;
  margin-bottom: 8px;
}

.back-at-school .education ul {
  list-style-type: disc;
  padding-left: 22px;
}

.back-at-school .education ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #00243d;
  text-align: left;
}

.features-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 12px 20px;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}

.features-button-span {
  color: #00243d;
  text-align: right;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.alumniSpeakSwiper .swiper-wrapper {
  /* height: auto !important; */
}

.alumniSpeakSwiper .speak-cards {
  background-color: #e6f0f8;
  border-radius: 20px;
  padding: 20px;
}

.alumniSpeakSwiper .speak-cards p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #00243d;
  text-align: left;
  margin-bottom: 30px;
}

.alumniSpeakSwiper .speak-cards .auth-details {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.alumniSpeakSwiper .speak-cards .auth-details .auth-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.alumniSpeakSwiper .speak-cards .auth-details .auth-img img {
  width: 100%;
  height: 100%;
}

.alumniSpeakSwiper .speak-cards .auth-details .auth-name {
  width: calc(100% - 56px - 12px);
}

.alumniSpeakSwiper .speak-cards .auth-details .auth-name h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #03489f;
}

.alumniSpeakSwiper .speak-cards .auth-details .auth-name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #023f6a;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  .contrybuting-chart-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .contrybuting-chart-scroll {
    min-width: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  .accolades-wrapper .active-list li {
    min-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .common-section h2 {
    font-size: 20px;
  }

  .common-section p {
    font-size: 14px;
  }

  .nav-controls {
    display: none;
  }

  .swiper-container {
    margin-top: 10px;
  }

  .accolades-wrapper h2 {
    text-align: left;
  }

  .accolades-wrapper p {
    text-align: left;
  }

  .accolades-wrapper .active-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .accolades-wrapper .active-list li {
    min-width: unset;
    width: 50%;
    padding: 0;
  }

  .accolades-wrapper .active-list li:nth-child(2) {
    border: none;
  }

  .accolades-wrapper .active-list li h3 {
    font-size: 24px;
  }

  .accolades-wrapper .active-list li p {
    font-size: 14px;
    text-align: center;
  }

  .leading-companies {
    padding: 25px 20px;
  }

  .leading-companies-title {
    font-size: 22px;
  }

  .leading-companies-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .companies-sidebar {
    width: 100%;
    position: relative;
  }

  .category-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #03489f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
  }

  .category-dropdown-trigger span {
    width: 85%;
  }

  .category-dropdown-trigger svg {
    transition: transform 0.25s ease;
  }

  .companies-sidebar.open .category-dropdown-trigger svg {
    transform: rotate(180deg);
  }

  .category-list {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }

  .companies-sidebar.open .category-list {
    display: flex;
  }

  .category-list li a {
    font-size: 13px;
    padding: 12px 18px;
    border-bottom: 1px solid #f0f0f0;
  }

  .category-list li:last-child a {
    border-bottom: none;
  }

  .category-list li.active a {
    background-color: #e6f0f8;
    color: #03489f;
    border-radius: 0;
    font-size: 13px;
    padding: 12px 18px;
  }

  .companies-grid {
    gap: 8px;
    justify-content: center;
  }

  .logo-card {
    padding: 10px 8px;
    width: 100px;
    height: 100px;
  }

  .logo-card img {
    max-height: unset;
  }

  .shaping-industries-grid {
    flex-direction: column;
  }

  .shaping-chart-container {
    height: 240px;
  }

  .shaping-chart-container {
    width: 280px;
    height: 280px;
  }

  .swiper-container .career-card .profile-pic {
    width: 100px;
    height: 100px;
  }

  .back-at-school .card-head .pro-img {
    width: 80px;
    height: 80px;
  }

  .back-at-school .card-head .pro-info {
    width: calc(100% - 100px);
  }

  .swiper-container .career-card .name {
    font-size: 16px;
  }

  .alumniSpeakSwiper .speak-cards p {
    font-size: 16px;
  }

  .alumniSpeakSwiper .speak-cards .auth-details .auth-name h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .leading-companies-wrapper .category-list {
    display: none;
  }

  .leading-companies-wrapper.dropdown-open .category-list {
    display: block;
  }

}

@media (max-width: 767px) {

  .leading-companies-wrapper.dropdown-open
  .category-dropdown-trigger svg {
    transform: rotate(180deg);
  }

  .category-dropdown-trigger svg {
    transition: transform 0.2s ease;
  }

}
