/* Desktop (Default) */
.banner-bba-degree-course{
    width: 100%;
    background-size: cover;
    padding: 5rem 0 5rem;
    background-position: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 57px;
    border-bottom-right-radius: 57px;
    overflow: hidden;
    position: relative;
}

/* Laptop / Tablet */
@media (max-width: 992px){
    .banner-bba-degree-course{
        border-top-left-radius: 40px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
    }
}

/* Tablet */
@media (max-width: 768px){
    .banner-bba-degree-course{
        border-top-left-radius: 30px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .banner-bba-degree-course{
        border-radius: 22px;
        padding: 6rem 0 3rem;
    }
}

/* Small Mobile */
@media (max-width: 360px){
    .banner-bba-degree-course{
        border-radius: 16px;
        padding: 3rem 0 3rem;
    }
}

.right-logo-bar{
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 29%;
    top: 0;
    padding: 11px 31px;
}
/* Desktop */
.banner-bba-degree-course h1{
    font-size: 3rem;
    color: #fff;
}

.banner-bba-degree-course h1 span{
    font-size: 3.8rem;
    color: #F4B62B;
}

/* Laptop / Tablet */
@media (max-width: 992px){
    .banner-bba-degree-course h1{
        font-size: 2.5rem;
    }

    .banner-bba-degree-course h1 span{
        font-size: 3.1rem;
    }
}

/* Tablet */
@media (max-width: 768px){
    .banner-bba-degree-course h1{
        font-size: 2.1rem;
    }

    .banner-bba-degree-course h1 span{
        font-size: 2.6rem;
    }
}

/* Mobile */
@media (max-width: 576px){
    .banner-bba-degree-course h1{
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .banner-bba-degree-course h1 span{
        font-size: 2.1rem;
    }
}


.banner-bba-degree-course h4{
      background-color: #FFD401;
      font-size: 1.2rem;
      font-weight: 500;
      padding: 12px 10px;
      text-align: center;
      border-radius: 32px;
}
.banner-bba-degree-course .banner-point{
    padding: 0;
    margin: 0;
    list-style: none;
}
.banner-bba-degree-course .banner-point li{
    padding: 0px 12px;
    margin: 0;
    display: inline-block;
    position: relative;
    color: #fff;
}
.banner-bba-degree-course .banner-point li::after{
    content: '';
    position: absolute;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: #ffd401;
    border-radius: 50%;
    top: 10px;
}
.banner-bba-degree-course .banner-bba-text{
  font-size: 6rem;
  color: #f4b62b;
  font-weight: 800;
  line-height: 53px;
}

.banner-bba-degree-course .banner-bba-text .tabil-text-plus{
  font-size: 7rem;
  font-weight: 300;
}

.banner-bba-degree-course .banner-bba-text .tabil-text-sm{
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    display: block;
}


.buy-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 40px;
            text-decoration: none;
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            transition: 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            margin-bottom: 20px;
            overflow: hidden;
        }

/* Icon style */
.buy-btn i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    color: #6715cd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.buy-btn:active {
    transform: translateY(0);
}



.section-smart{
    background-color: #070359;
    padding: 5rem 0;
}

/* Desktop (default) */
.section-smart h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Large tablets / small laptops */
@media (max-width: 992px) {
    .section-smart h2 {
        font-size: 2.5rem;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .section-smart h2 {
        font-size: 2.1rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-smart h2 {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
}

/* Small mobile */
@media (max-width: 360px) {
    .section-smart h2 {
        font-size: 1.5rem;
    }
}
 
.section-smart h4{
    color: #fff;
    font-weight: 400;
}



.bg-dark-blue {
    background-color: #190a55;
}
.bg-light-purple {
    background-color: #e0e0ff;
}

.partnership-container {
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 2rem auto;
}
.text-block {
    min-height: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.list-unstyled li {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}


.section-awards{
    background-color: #07004D;
}
.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.header-title .highlight {
    color: #00ffff; /* Cyan/Bright Blue Highlight */
}

.gallery-container {
    max-width: 1200px;
}

.image-wrapper {
    background-color: #ffcc00;
    padding: 4px;
    border-radius: 4px;
}

.gallery-item a {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 380px;
    display: block;
    background-color: #cccccc;
    transition: transform 0.3s ease-in-out;
}

.gallery-item a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}




.section-certifications{
  background-color: #c0d1ff;
  padding: 4rem 0;
}

.section-certifications h2{
    color: #2f2c7d;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 35px;
}


.section-video{
    position: relative;
}
.section-video .left-bar{
    background-color: #07004D;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    padding-top: 41px;
}
.section-video .right-bar{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}
.section-video h2{
    font-size: 3.3rem;
    color: #fff;
    margin-top: 102px;
}


.section-career{
    background-color: #E9EBFF;
    padding: 4rem 0;
}

.section-career h2{
    font-size: 2rem;
}

.career-list{
    padding: 0;
    margin: 0;
}

.career-list li{
    position: relative;
    padding-left: 24px;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.career-list li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #07004D;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}


.section-platforms{
    padding: 4rem 0;
}

.section-platforms h2{
    font-size: 3rem;
    color: #070359;
}

.section-syllabus{
    background-color: #E9EBFF;
    padding: 4rem 0;
}

.section-syllabus h2{
    font-size: 3rem;
    color: #070359;
}


.nav-pills .nav-link.active{
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 7px !important;
}

.nav-link{
    background-color: #393185 !important;
    color: #fff !important;
    padding: 10px 35px !important;
}


.right-bar-img{
    position: absolute;
    right: 130px;
    width: 600px;
    bottom: 0;
}



    .comparison-wrapper {
        width: 100%;
        max-width: 900px;
    }

    table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 16px; /* space between rows */
        color: #fff;
    }

    thead th {
        background: #fff;
        padding: 7px;
        font-size: 20px;
        font-weight: 600;
    }

    thead th:first-child {
        border-radius: 16px 0 0 16px;
    }

    thead th:last-child {
        border-radius: 0 16px 16px 0;
    }

    tbody td {
        background: #fff;
        /* padding: 6px 27px; */
        font-size: 16px;
        vertical-align: middle;
        color: #07004D;
    }

    tbody td:first-child {
        border-radius: 16px 0 0 16px;
        text-align: left;
        font-weight: 500;
    }

    tbody td:not(:first-child) {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    tbody td:last-child {
        border-radius: 0 16px 16px 0;
    }

    .check {
        color: #ffffff;
        font-size: 20px;
    }

    .question {
        color: #07004D;
        font-size: 20px;
    }

    @media (max-width: 768px) {
        thead th {
            font-size: 16px;
        }
        tbody td {
            font-size: 14px;
        }
    }


.section-benefit{
    padding: 4rem 0;
}

.section-benefit h2{
    color: #0b4aa2;
    font-size: 53px;
}


.section-benefit .benefit-wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
}

.section-benefit .benefit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 14px;
    table-layout: fixed;
}

.section-benefit td {
    background: #0b4aa2;
    color: #ffffff;
    text-align: center;
    padding: 16px 10px;
    font-weight: 600;
    border-radius: 10px;
}

.section-benefit .benefit-header {
    font-size: 34px;
    padding: 26px 10px;
    border-radius: 18px;
}

/* Desktop / Large Screens */
.section-benefit .benefit-plus-col {
    width: 90px;
    background: transparent;
    padding: 0;
    border: none;
}

/* Laptop / Tablet */
@media (max-width: 992px) {
    .section-benefit .benefit-plus-col {
        width: 70px;
    }
}

/* Tablet / Small Tablet */
@media (max-width: 768px) {
    .section-benefit .benefit-plus-col {
        width: 55px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-benefit .benefit-plus-col {
        display: none;
        width: 0;
        padding: 0;
    }
}

.section-benefit .benefit-plus {
    width: 56px;
    height: 56px;
    margin: auto;
    background: #0b4aa2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}

.section-benefit .benefit-footer {
    font-size: 34px;
    padding: 22px 10px;
    line-height: 1.1;
    border-radius: 18px;
}

.section-benefit .plus-small {
    font-size: 18px;
    vertical-align: super;
}

.section-benefit .benefit-sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 6px;
    text-transform: uppercase;
    opacity: 0.9;
}

.section-benefit .online-text {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-benefit .benefit-header,
    .section-benefit .benefit-footer {
        font-size: 24px;
    }

    .section-benefit td {
        font-size: 19px;
        font-weight: 600 !important;
    }

    .section-benefit .benefit-plus {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
}



.tools-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    background: #ffffff;
}

.tool-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #e8e6ff;
    color: #1d1b6f;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(29,27,111,0.15) inset;
    transition: all 0.3s ease;
}

.tool-icon {
    width: 28px;
    height: 28px;
    background: #2f2c8c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.tool-pill:hover {
    background: #2f2c8c;
    color: #ffffff;
}

.tool-pill:hover .tool-icon {
    background: #ffffff;
    color: #2f2c8c;
}

/* Tablet */
@media (max-width: 768px) {
    .tool-pill {
        font-size: 14px;
        padding: 12px 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .tools-wrap {
        justify-content: flex-start;
    }

    .tool-pill {
        width: 100%;
    }
}



.section-internship{
    padding: 4rem 0;
    background-color: #07004D;
}

.section-internship h2{
    color: #fff;
    font-size: 2.5rem;
}




/* Trigger Button */
.open-popup-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0b4aa2;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
}

/* Overlay */
.lead-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

/* Active State */
.lead-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.lead-popup-box {
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    padding: 30px 25px;
    border-radius: 14px;
    position: relative;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

/* Magnify Effect */
.lead-popup-overlay.active .lead-popup-box {
    transform: scale(1);
}

/* Title */
.popup-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Close Button */
.close-popup-btn {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 480px) {
    .lead-popup-box {
        max-width: 92%;
        padding: 22px 18px;
    }
}



.certification-bar {
    background-color: #fff;
    padding: 11px 8px;
    text-align: center;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    min-height: 224px;
    display: flex;
}


.section-about{
    background-color: #07004D;
    padding: 4rem 0;
}

.section-about h2{
    color: #fff;
    position: relative;
    font-size: 3.5rem;
}

.section-about h2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #F4B62B;
    width: 200px;
    height: 3px;
}