@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;
  }
}
.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;
}
.stat-card {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.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);
}
.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;
}
.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;
  white-space: nowrap;
}
.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;
  margin-bottom: 5px;
}
.monthly-syllabus-tab .nav-tabs .nav-item:last-child {
  margin-right: 0!important;
}
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;
}
.course-topics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;  
  column-gap: 12px;   
  row-gap: 0;         
}
.course-topics li::before {
  content: "•";
  margin-right: 10px;
  color: #999;
}
.course-topics li:last-child::after {
  content: "";
}
.choose-path-box {
  background: rgba(255, 255, 255, 0.10);
}
.highlight-card {
  background: linear-gradient(135deg, #fff8e5, #fff1b8);
  border: 2px solid #ffd700;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.bridge-circle {
  position: absolute;
  left: 50%;
  top: 40%;
  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) {
.bridge-circle {
  position: relative;
}
}
.ecosystem-box{
   display: flex;
   flex-direction: column;
   padding: 2em 2.5em;
   background: #fff;
   border-radius: 15px;
   border:1px solid var(--primarycolor);
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   position: relative;
}
.ecosystem-box .eco-numbers{
  background:var(--primarycolor);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  right:-15px;
  top: 25px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.ecosystem-box:hover .eco-numbers{
    background:var(--tertiarycolor);
}
.syllabus-heading-ribbon {
  position: absolute;
  top: -3.80rem;
  left: 50%;            
  transform: translateX(-50%) rotate(-1deg); 
  margin: 0;
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  white-space: nowrap;   
}
.choose-option-box{
  width: 300px;
  background: rgba(255, 255, 255, 0.10);
  height: auto;
  padding: 2em;
  border-radius: .25rem;
}
.syllabus-overview .offcanvas.offcanvas-end {
  width: 800px;
}
@media (max-width: 575.98px) { 
.syllabus-overview .offcanvas.offcanvas-end {
  width: 400px;
}
}
.syllabus-overview .offcanvas-body {
  color: var(--octonarycolor);
}
.syllabus-overview .offcanvas-header {
  align-items: start;
  background: var(--silver);
}
.syllabus-overview .offcanvas-header .btn-close {
  width: 1.5em;
  height: 1.5em;
}
.syllabus-overview .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.circle-arrow {
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: var(--tertiarycolor);
  color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.circle-arrow:hover {
  background: var(--primarycolor);
}
.circle-arrow:after,
.circle-arrow:before {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 0 0 rgba(200, 200, 200, 0.5);
  animation: ripple-effect 3s infinite;
  transition: all 0.4s ease;
}
.circle-arrow:after {
  animation-delay: 0.6s;
}
.circle-arrow:before {
  animation-delay: 0.9s;
}
@keyframes ripple-effect {
  70% {
    box-shadow: 0 0 0 40px rgba(200, 200, 200, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(200, 200, 200, 0);
  }
}
ul.skill-gains {
  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.skill-gains li.skill-tags {
  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 #e8eef7;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #e8eef7;
  box-shadow: none;
}
ul.skill-gains li.skill-tags .tag-content {
  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;
}
.curriculum-box-background{
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.curriculum-box-background:hover{
  background: #f3f3f3;
  border: 1px solid #dedede;
}