        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: "Roboto", Arial, sans-serif;
            color: #444;
            background: #fff;
            font-size: 14px;
            line-height: 1.7;
        }

        /* =========================
           HERO / BANNER
        ========================= */

        .course-banner {
            width: 100%;
            height: 300px;
            background-image: url("/public/assets/img/bpharma.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .course-banner::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.12);
        }

        .banner-content {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .degree-title {
            position: absolute;
            left: 10%;
            top: 25px;
            color: #111;
            line-height: 1;
            text-shadow: 1px 1px 2px #fff;
        }

        .degree-title .degree {
            display: block;
            font-size: 52px;
            font-weight: 400;
        }

        .degree-title .subtitle {
            display: block;
            font-size: 25px;
            font-weight: 500;
            margin-top: 3px;
        }

        .courses-title {
			font-family: 'Roboto', sans-serif;
            position: absolute;
            left: 50%;
            bottom: 8px;
            transform: translateX(-50%);
            background: rgba(25, 54, 111, 0.70);
            color: #fff;
            font-size: 45px;
            font-weight: 700;
            width: 300px;
            text-align: center;
			line-height:1;
            padding: 5px 5px;
        }

        /* =========================
           MAIN CONTAINER
        ========================= */

        .course-container {
            max-width: 85%;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* =========================
           COURSE TITLE
        ========================= */

        .course-heading {
			font-family: 'Roboto', sans-serif;
            color: #102d78;
            text-align: center;
            font-size: 35px;
            font-weight: 700;
            margin: 45px 0 18px;
        }

        .course-intro {
		font-family: 'Roboto', sans-serif;
            font-size: 16px;
			font-weight:400;
            margin-bottom: 50px;
        }

        /* =========================
           SECTION TITLE
        ========================= */

        .section-title {
            width: 100%;
            margin: 20px 0 12px;
            padding: 5px 0 5px 5px;
            background: linear-gradient(
                to right,
                #f7bd00 0%,
                #f8d94f 40%,
                #fff 100%
            );
            color: #111;
            font-size: 16px;
            font-weight: 500;
			text-align:left;
        }

        /* =========================
           COURSE CONTENT
        ========================= */

        .content-text {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .subject-intro {
            margin-top: 20px;
        }

        .plus-symbol {
            display: block;
            text-align:left;
            font-size: 26px;
            font-weight: 700;
            color:#000066;
            line-height: 1;
            margin: 10px 120px;
        }

        /* =========================
           SEMESTER ACCORDION
        ========================= */

        .semester-wrapper {
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .accordion {
            border-radius: 0;
        }

        .accordion-item {
            border: 1px solid #e4e4e4;
            border-radius: 0 !important;
        }

        .accordion-button {
            border-radius: 0 !important;
            background: #f1f1f1;
            color: #222;
            font-size: 13px;
            font-weight: 500;
            padding: 11px 15px;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            background: #444;
            color: #fff;
        }

        .accordion-button::after {
            background-size: 14px;
        }

        .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
        }

        .semester-number {
            margin-left: 8px;
            font-weight: 500;
        }

        .accordion-body {
            background: #fff;
            padding: 20px;
        }

        /* =========================
           SUBJECT TABLE
        ========================= */

        .subject-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
        }

        .subject-table th,
        .subject-table td {
            border: 1px solid #e7e7e7;
            padding: 7px 9px;
            text-align: left;
        }

        .subject-table th {
            background: #fafafa;
            font-size: 16px;
            font-weight: 600;
            color: #444;
        }

        .subject-table td:first-child {
            width: 30%;
        }

        .subject-table tr:hover td {
            background: #fafafa;
        }

        /* =========================
           ADMISSION FORM
        ========================= */

        .admission-area {
            text-align: center;
            padding: 20px 0 25px;
        }

        .download-text {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .download-btn {
            display: inline-block;
            background: #07176e;
            color: #fff;
            text-decoration: none;
            padding: 9px 28px;
            border-radius: 4px;
            font-size: 13px;
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .download-btn:hover {
            background: #0d2a9a;
            color: #fff;
            transform: translateY(-1px);
        }

        /* =========================
           FEE
        ========================= */

        .fee-area {
            text-align: center;
            padding: 25px 0 55px;
        }

        .fee-text {
            font-size: 26px;
            color:#B80A0A;
            margin: 0;
        }

        .fee-amount {
            font-weight: 500;
        }

        /* =========================
           MOBILE
        ========================= */

        @media (max-width: 767.98px) {

            body {
                font-size: 13px;
            }

            .course-banner {
                height: 125px;
            }

            .degree-title {
                left: 5%;
                top: 18px;
            }

            .degree-title .degree {
                font-size: 32px;
            }

            .degree-title .subtitle {
                font-size: 15px;
            }

            .courses-title {
                width: 180px;
                bottom: 5px;
                font-size: 20px;
            }

            .course-container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .course-heading {
                font-size: 19px;
                margin-top: 28px;
                margin-bottom: 15px;
            }

            .course-intro,
            .content-text {
                font-size: 12px;
                line-height: 1.7;
            }

            .section-title {
                font-size: 13px;
                margin-top: 15px;
            }

            .accordion-button {
                font-size: 12px;
                padding: 10px 12px;
            }

            .accordion-body {
                padding: 10px;
            }

            .subject-table {
                font-size: 11px;
            }

            .subject-table th {
                font-size: 13px;
            }

            .subject-table th,
            .subject-table td {
                padding: 6px;
            }

            .subject-table td:first-child {
                width: 35%;
            }

            .fee-text {
                font-size: 18px;
            }
        }

        /* =========================
           SMALL MOBILE
        ========================= */

        @media (max-width: 480px) {

            .course-banner {
                height: 105px;
            }

            .degree-title {
                top: 12px;
            }

            .degree-title .degree {
                font-size: 26px;
            }

            .degree-title .subtitle {
                font-size: 12px;
            }

            .courses-title {
                width: 150px;
                font-size: 17px;
            }

            .course-heading {
                font-size: 17px;
            }

            .subject-table th,
            .subject-table td {
                padding: 5px;
            }

            .subject-table {
                font-size: 10px;
            }

            .subject-table th {
                font-size: 12px;
            }

            .download-btn {
                padding: 8px 22px;
            }
        }

