@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 0 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 rgb(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 rgb(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: rgb(0 0 0 / .05) 0 0 0 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: rgb(0 0 0 / .05) 0 0 0 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: rgb(255 255 255 / .1)
}

.highlight-card {
    background: linear-gradient(135deg, #fff8e5, #fff1b8);
    border: 2px solid gold;
    box-shadow: 0 12px 28px rgb(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 rgb(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: rgb(99 99 99 / .2) 0 2px 8px 0;
    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.8rem;
    left: 50%;
    margin: 0;
    padding: 4px 12px;
    font-size: .75rem;
    border-radius: 4px;
    white-space: nowrap
}

.choose-option-box {
    width: 300px;
    background: rgb(255 255 255 / .1);
    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: #fff;
    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: #fff0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 0 0 rgb(200 200 200 / .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 #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

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
}

.img-jurney {
    max-height: 422px;
    object-position: top
}


/* Typography */
.founder-section .italic-title {
    font-style: italic;
    font-size: 1.5rem;
}

/* Video Play Button Overlay */
.founder-section .video-container {
    cursor: pointer;
    overflow: hidden;
}

.founder-section .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #000;
    transition: transform 0.3s ease;
}

.founder-section .video-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

/* The Quote Border */
.founder-section .quote-section {
    border-left: 3px solid #333;
    padding-left: 20px;
}

.founder-section .quote-section p {
    font-size: 1.05rem;
    margin-bottom: 0;
}

/* Avatar Styling */
.founder-section .rounded-circle {
    object-fit: cover;
    margin-right: 10px;
}

.founder-section .video-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


.industry-skills .content-box {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.industry-skills .cta-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--primarycolor);
    transition: all 0.3s ease;
}

.industry-skills .cta-link:hover {
    color: #0f172a;
    transform: translateX(5px);
}

.filter-card {
    border-radius: 16px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0 0 #000, 0 4px 0 0 #000;
    /* padding: 35px 35px 0 35px; */
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}



.filter-card .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 10px;
}

/* Custom List Styles */
.filter-card ul li {
    font-size: 0.9rem !important;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.filter-card hr {
    border-top: 1px solid #000 !important;
    opacity: 1;
}

.filter-card ul li::before {
    margin-right: 12px;
    font-weight: 900;
    display: inline-block;
    width: 20px;
}

.filter-card ul li.bad::before {
    content: "×";
    color: #d9534f;
    font-size: 1.5rem;
}

.filter-card ul li.good::before {
    content: "✓";
    color: #5cb85c;
    font-size: 1.2rem;
}

/* Image Handling */
.filter-card .img-container {
    margin-top: auto;
    /* Pushes image to bottom */
    text-align: center;
}

.filter-card .img-container img {
    max-height: 300px;
    display: block;
    margin-left: auto;
}

.filter-card .grayscale {
    filter: grayscale(100%);
    opacity: 0.7;
}

.anti-edtech-section {
    background-image: url(../images/online-uiuxpage/edtechbg.webp);
    background-size: contain;
    background-position: bottom;
    width: 100%;
    background-repeat: no-repeat;
}
