@charset 'UTF-8';
.static-visual-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: .25rem;
  background: #fff;
}
.static-visual-bar > div {
  flex: 0 0 150px;
  text-align: center;
  padding: 10px 0px 2.5px 0;
  position: relative;
}
.static-visual-bar > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .static-visual-bar {
    justify-content: space-between;
  }
  .static-visual-bar > div {
    flex: 0 0 calc(50% - 10px);
  }
  .static-visual-bar > div::after {
    display: none;
  }
}
.custom-tab-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: var(--colorwhite);
  border-radius: 5px;
  border: 1px solid var(--primarycolor);
  color: var(--primarycolor);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.custom-tab-section .nav-pills .nav-link {
  background: var(--colorwhite);
  border-radius: 5px;
  border: 1px solid var(--disabled);
  color: var(--dark-90);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.custom-tab-section .nav-pills .nav-link:hover {
  background: var(--colorwhite);
  color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
}
.custom-tab-section .nav-pills .nav-link:last-child {
  margin-bottom: 0;
}
.custom-tab-section .nav-link span.show-eco-text {
  display: none;
}
.custom-tab-section .nav-link.active span.show-eco-text {
  display: inline-block;
}
.fail-success .journey {
  margin: auto;
  position: relative;
}
.fail-success .journey::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #efefef;
  transform: translateX(-50%);
  border-radius: 10px;
}
.fail-success .step {
  position: relative;
  width: 50%;
  padding: 2em;
  box-sizing: border-box;
}
.fail-success .step.left {
  left: 0;
}
.fail-success .step.right {
  left: 50%;
}
.fail-success .step .content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.fail-success .step.left .content {
  border-left: 5px solid #e63946;
}
.fail-success .step.right .content {
  border-left: 5px solid #2a9d8f;
}
.fail-success .step::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--tertiarycolor);
  z-index: 1;
}
.fail-success .step.left::after {
  right: -10px;
}
.fail-success .step.right::after {
  left: -10px;
}
.fail-success .fail {
  color: #e63946;
}
.fail-success .success {
  color: #2a9d8f;
}
@media (max-width: 767.98px) {
  .fail-success .journey::before {
    left: 8px;
  }
  .fail-success .step {
    width: 100%;
    padding-left: 50px;
    text-align: left !important;
  }
  .fail-success .step.right {
    left: 0;
  }
  .fail-success .step::after {
    left: 0 !important;
  }
  .fail-success .step.left::after {
    right: 0 !important;
  }
}
.real-project-box {
  background: var(--tertiarycolor);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.real-project-box:hover {
  background: var(--primarycolor);
}
.stat-card {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.monthly-syllabus-tab .nav-tabs .nav-link {
  background: var(--colorwhite);
  color: var(--tertiarycolor);
  border-radius: .25rem;
  font-weight: 500;
  color: inherit;
  border: 1px solid #ddd;
}
.monthly-syllabus-tab .nav-tabs .nav-link:hover {
  background: var(--silver);
  color: var(--dark-75);
}
.monthly-syllabus-tab .nav-tabs {
  border: none;
}
.monthly-syllabus-tab .nav-tabs .nav-link.active {
  background: var(--tertiarycolor);
  color: #fff !important;
  border-color: var(--tertiarycolor);
}
.monthly-syllabus-tab .nav-tabs .nav-item {
  margin-right: 5px;
}
.stepper {
  position: relative;
}
.stepper .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  position: relative;
}
.stepper .step::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px);
  background: var(--tertiarycolor);
  opacity: 0.2;
}
.stepper .step-number {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--tertiarycolor);
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  z-index: 1;
}
.stepper .step-content {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex-grow: 1;
}
.growth-step {
  position: absolute;
  top: -35px;
  right: 0px;
}
.difference-icon {
  position: absolute;
  top: 10px;
  right: 0px;
}
.difference-background {
  border-radius: 50px;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-path-box {
  background: rgba(255, 255, 255, 0.10);
}
.vinci-ribbon {
  position: absolute;
  top: 12px;
  right: -20px;
  padding: 4px 12px;
  font-size: 0.75rem;
  transform: rotate(15deg);
  border-radius: 4px;
}
.talent-ribbon {
  position: absolute;
  top: 10px;
  right: -15px;
  padding: 4px 12px;
  font-size: 0.75rem;
  transform: rotate(15deg);
  border-radius: 4px;
}
.left-right-placement-carousel {
  width: 250px;
  height: auto;
}
.left-right-placement-carousel .carousel-box {
  background: var(--colorwhite);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}
.left-right-placement-carousel .carousel-box .student-picture {
  width: 100px;
  height: 100px;
  background: #fff1c2;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.left-right-placement-carousel .carousel-box .company-logo {
  width: 100px;
  height: auto;
  display: inline-block;
  text-align: center;
}
ul.skills-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
ul.skills-master li.skills-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fffcea;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #fffcea;
  box-shadow: none;
   transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
ul.skills-master li.skills-badge:hover {
  background-color: #fef9db;
  border: 1px solid #fef9db;
}
ul.skills-master li.skills-badge .skills-tag {
  vertical-align: middle;
  display: inline;
  color: inherit;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.floating-position-1 {
  left: -50px;
  top: 25px;
  z-index: 99;
}
.floating-position-2 {
  left: 0px;
  bottom: 25px;
  z-index: 99;
}
.floating-position-3 {
  right:0px;
  bottom: 30px;
  z-index: 99;
}
.student-work-links .img-hover-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.student-work-links .img-hover-container img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.student-work-links .img-hover-container .overlay {
  position: absolute;
  inset: 0; 
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 10px;
  text-decoration: none;
}
.student-work-links .img-hover-container .hover-overlay-icon{
   background: #1d70fa;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 1em;
}
.student-work-links .img-hover-container:hover .overlay {
  opacity: 1;
}
.student-work-links .img-hover-container .overlay svg {
  transition: transform 0.3s ease;
}
.student-work-links .img-hover-container:hover .overlay svg {
  transform: scale(1.2);
}
.vs-circle {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  background: #1a2b4d;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
@media (max-width: 991.98px) {
.vs-circle {
  position: relative;
}
}