@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)
}

.soap-topics {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 0
}

.soap-topics li {
    white-space: nowrap
}

.soap-topics li::before {
    content: "•";
    margin-right: 10px;
    color: #999;
    font-weight: 700
}

.soap-topics li:last-child::after {
    content: ""
}

.career-option-box {
    width: 250px;
    background: rgb(255 255 255 / .1);
    height: auto;
    padding: 2em;
    border-radius: .25rem
}

.syllabus-heading-ribbon {
    position: absolute;
    top: -3.8rem;
    left: 50%;
    margin: 0;
    padding: 4px 12px;
    font-size: .75rem;
    border-radius: 4px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .mobile-sticky-course {
        position: sticky;
        top: 75px;
        z-index: 1000;
        background: #fff;
        width: 100%;
        padding: 10px
    }
}

@media (min-width:992px) {
    .mobile-sticky-course {
        position: static
    }
}

.studio-training {
    background: linear-gradient(135deg, #0f172a, #020617);
    color: #e5e7eb
}

.studio-image-wrapper {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgb(0 0 0 / .45)
}

.studio-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease
}

.studio-image-wrapper:hover .studio-image {
    transform: scale(1.05)
}

.studio-image-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgb(15 23 42 / .85);
    color: #a5b4fc;
    padding: .4rem .9rem;
    font-size: .8rem;
    border-radius: 50px;
    backdrop-filter: blur(8px)
}

.studio-badge {
    background: rgb(99 102 241 / .15);
    color: #818cf8;
    padding: .45rem .9rem;
    border-radius: 50px;
    font-weight: 500
}

.studio-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3
}

.studio-title span {
    color: #a5b4fc
}

.studio-description {
    font-size: 1.05rem;
    color: #c7d2fe;
    margin-bottom: 1.5rem
}

.studio-list {
    list-style: none;
    padding: 0
}

.studio-list li {
    position: relative;
    padding-left: 1.9rem;
    margin-bottom: .9rem;
    font-size: 1rem
}

.studio-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primarycolor);
    font-weight: 700
}

.studio-card {
    background: rgb(255 255 255 / .06);
    border-radius: 12px;
    padding: 16px 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgb(0 0 0 / .35)
}

.studio-card h4 {
    color: var(--primarycolor);
    margin-bottom: .6rem
}

.studio-card p {
    font-size: 1.05rem;
    line-height: 1.6
}

.career-card {
    border-radius: 4px;
    border: .5px solid #E5E5E5;
    background: #FFFCEA
}

.interview-section {
    background: linear-gradient(180deg, #1b2e4b, #162743);
    color: #fff
}

.reality-badge {
    background: rgb(255 140 0 / .15);
    color: #ff8c00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px
}

.interview-section .interview-card {
    border-radius: 16px;
    border: .8px solid rgb(255 255 255 / .1);
    background: rgb(255 255 255 / .05);
    padding: 30px 25px;
    height: 100%;
    position: relative
}

.interview-section .ask-box {
    border-radius: 0 16px 16px 16px;
    border: .8px solid rgb(255 255 255 / .05);
    background: rgb(255 255 255 / .1);
    position: relative;
    padding: 20px;
    text-align: left
}

.interview-section .icon-dot {
    width: 32px;
    height: 32px;
    background: #ff8c00;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1b2e4b;
    margin-bottom: 10px;
    position: absolute;
    top: -7px;
    left: -7px
}

.interview-section .ask-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #BEDBFF
}

.interview-section .ask-box h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.interview-section .arrow-line {
    width: 2px;
    height: 32px;
    background: linear-gradient(180deg, rgb(26 43 77 / .2) 0%, #ED8722 100%);
    margin: 20px auto
}

.interview-section .answer-box {
    border-radius: 14px;
    border: .8px solid rgb(237 135 34 / .2);
    background: linear-gradient(180deg, #1A2B4D 0%, #152340 100%);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 20px;
    text-align: left
}

.interview-section .answer-box p {
    color: #D1D5DC;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.interview-section .answer-title {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase !important;
    color: #ff8c00 !important;
    margin-bottom: 8px
}

.interview-section .portfolio-note {
    border-radius: 16px;
    border: .8px solid rgb(255 255 255 / .1);
    background: rgb(255 255 255 / .05);
    text-align: left;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px
}

.interview-section .portfolio-note i {
    color: #ff8c00;
    font-size: 22px
}

.interview-section .portfolio-note span {
    color: #ff8c00;
    font-weight: 600
}

.portfolio-note-icon {
    border-radius: 50%;
    background: #ED8722;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center
}


/* 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;
}


.frameworks-section {
    background-color: #ffffff;
    /* Perspective Grid Background */
    background-image:
        linear-gradient(rgba(200, 200, 200, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 200, 200, 0.3) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center bottom;
    /* This creates the vanishing point effect at the bottom */
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.frameworks-section .framework-card {
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: left;
    height: 100%;
    box-shadow: 8px 8px 0px #000;
    transition: transform 0.2s ease;
}

.frameworks-section .icon-box {
    width: 55px;
    height: 55px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.frameworks-section .icon-box i {
    color: #000;
    font-size: 1.2rem;
}

.card-title {
    font-weight: 900;
    font-size: 1.4rem;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.frameworks-section .card-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .frameworks-section .framework-card {
        box-shadow: 5px 5px 0px #000;
        margin-bottom: 20px;
    }
}

.think-underline {
    position: relative;
}

.think-underline svg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}