.program-section {
            background: #f5f7fb;
            padding: 70px 0;
        }

        .program-card {
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
            overflow: hidden;
        }

        .program-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .program-content {
            padding: 45px 50px;
        }

        .program-title {
            font-weight: 700;
            font-size: 32px;
            color: #0b2c5f;
        }

        .info-box {
            display: flex;
            gap: 18px;
            margin-bottom: 22px;
            align-items: flex-start;
        }

        .icon-circle {
            min-width: 52px;
            height: 52px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #eef2ff;
            font-size: 22px;
            color: #2f55d4;
        }

        .info-box h6 {
            font-weight: 600;
            margin-bottom: 3px;
        }

        .info-box p {
            margin: 0;
            color: #6c757d;
        }

        .apply-btn {
            padding: 13px 34px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            background: linear-gradient(45deg, #2f55d4, #4c74ff);
            border: none;
            transition: .3s;
            color: white;
        }

        .apply-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
        }

        .breadcrumb-text {
            font-size: 15px;
            color: #6c757d;
            margin-bottom: 18px;
        }

        .breadcrumb-text span {
            color: #2f55d4;
            font-weight: 600;
        }

        /* Responsive Fix */
        @media(max-width:992px) {
            .program-content {
                padding: 35px
            }

            .program-title {
                font-size: 26px
            }
        }

        @media(max-width:768px) {
            .program-img {
                height: 280px;
            }

            .program-content {
                padding: 30px 25px;
            }
        }


          .section-modern {
            background: #f6f8fc;
            padding: 70px 0;
        }

        .card-modern {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            padding: 35px;
            height: 100%;
        }

        .section-title {
            font-weight: 700;
            color: #0d2c6c;
            margin-bottom: 20px;
        }

        .text-muted2 {
            color: #6c757d;
            line-height: 1.7;
        }

        .timeline-item {
            display: flex;
            justify-content: space-between;
            padding: 14px 0;
            border-bottom: 1px solid #eee;
        }

        .timeline-item:last-child {
            border-bottom: none;
        }

        .date-badge {
            background: #edf2ff;
            color: #3451d1;
            padding: 6px 14px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 14px;
        }

        .note-box {
            background: #fff8e6;
            border-left: 5px solid #ffc107;
            border-radius: 12px;
            padding: 25px 30px;
            margin-top: 30px;
        }

        .note-box li {
            margin-bottom: 10px;
        }

        @media(max-width:768px) {
            .card-modern {
                padding: 25px;
            }
        }

         .program-structure {
            /* background: #f4f7fb; */
            padding: 70px 0;
        }

        .year-card {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            margin-bottom: 30px;
            overflow: hidden;
            transition: .3s;
        }

        .year-card:hover {
            transform: translateY(-5px);
        }

        .year-header {
            background: linear-gradient(45deg, #2f55d4, #4a6cff);
            color: #fff;
            padding: 18px 30px;
            font-size: 20px;
            font-weight: 700;
        }

        .semester {
            padding: 25px 30px;
        }

        .sem-title {
            font-weight: 700;
            color: #2f55d4;
            margin-bottom: 12px;
        }

        .semester ul {
            padding-left: 18px;
            margin: 0;
        }

        .semester li {
            margin-bottom: 7px;
            color: #555;
        }

        .internship {
            background: #eef2ff;
            padding: 15px;
            text-align: center;
            font-weight: 600;
            color: #2f55d4;
        }

        .note {
            font-size: 14px;
            color: #777;
            margin-top: 10px;
            text-align: center;
        }


         .electives-section {
            background: #f4f7fc;
            padding: 70px 0;
        }

        .section-heading {
            text-align: center;
            font-weight: 700;
            margin-bottom: 50px;
            color: #1b2a4e;
        }

        .elective-card {
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            padding: 30px;
            height: 100%;
            transition: .3s;
        }

        .elective-card:hover {
            transform: translateY(-6px);
        }

        .card-title {
            font-weight: 700;
            padding: 10px 18px;
            border-radius: 50px;
            display: inline-block;
            margin-bottom: 20px;
            color: #fff;
            font-size: 15px;
        }

        .finance {
            background: #28a745;
        }

        .hr {
            background: #0d6efd;
        }

        .marketing {
            background: #fd7e14;
        }

        .it {
            background: #6f42c1;
        }

        .elective-list {
            padding-left: 18px;
            margin: 0;
        }

        .elective-list li {
            margin-bottom: 8px;
            color: #555;
        }


                .fee-table thead th {
                    background-color: #d9bcbc;
                    text-align: center;
                    vertical-align: middle;
                    font-weight: 600;
                    border: 1px solid #bfa3a3;
                }

                .fee-table thead tr.sub-head th {
                    background-color: #d3d3d3;
                }

                .fee-table tbody td {
                    border: 1px solid #cfcfcf;
                    font-weight: 500;
                }

                .fee-table {
                    border: 1px solid #bfa3a3;
                }

                .program-tabs {
        border-bottom: none;
    }

    .program-tabs .nav-link {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #ffe2dc;
        color: #000;
        border-radius: 10px;
        padding: 14px 22px;
        margin-right: 12px;
        font-weight: 600;
        border: none;
        transition: all 0.3s ease;
    }

    .program-tabs .nav-link.active {
        background: #3b2fa0;
        color: #fff;
    }

    .icon-box {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .icon-box.purple {
        color: #3b2fa0;
    }

    .icon-box.pink {
        color: #ff5c5c;
    }

    .program-tabs .nav-link:hover {
        transform: translateY(-2px);
        /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); */
    }


    .apprbox {
            background: #fff;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
            transition: .3s;
            height: 100%;
        }
        .apprbox h5{
            margin-top: 24px;
        }

        .apprbox:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, .15);
        }

        .apprbox img {
            height: 100px;
            object-fit: contain;
        }

        .know-btn {
            display: inline-block;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            color: #fff;
            background: linear-gradient(135deg, #c3002f, #ff3c5f);
            transition: .3s;
        }

        .know-btn:hover {
            background: linear-gradient(135deg, #a00025, #e63255);
            transform: scale(1.05);
            color: #fff;
        }
         