 body {
            font-family: sans-serif;
            background: #f5f5f5;
        }

        /* #student {
            padding: 10px;
        } */

        #admission {
            padding: 10px;
        }

        #top-courses {
            margin-right: auto !important;
        }

        .batch-card {
            position: relative;
            background: #fff;
            border: 1.5px double transparent;
            border-radius: 10px;
            overflow: hidden;
            padding: 15px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
            background-origin: border-box;
            background-clip: padding-box, border-box;
            background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)), radial-gradient(circle at center top, rgba(227, 27, 27, 0.94), rgb(255, 255, 255));
        }

        .ribbon {
            position: absolute;
            top: -1px;
            left: -15px;
            background: #b30032;
            color: white;
            padding: 2px 20px;
            font-size: 9px;
            font-weight: bold;
            clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
        }

        .batch-card h3 {
            font-size: 16px;
            font-weight: 700;
        }

        .batch-image img {
            width: 100%;
            border-radius: 5px;
            /* margin: 10px 0; */
        }

        .program-info {
            font-size: 18px;
            color: black;
            margin-top: 10px;
            font-weight: 700;
        }

        .price {
            font-size: 16px;
            color: rgb(41, 175, 0);
            font-weight: bold;
            margin-bottom: 2% !important;
        }

        .price .text-decoration-line-through {
            color: #b30032;
        }

        .actions {
            display: flex;
            gap: 10px;
        }

        .actions button {
            flex: 1;
            padding: 8px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }

        .explore-btn {
            background: white;
            color: #333;
            border: 0.1px solid rgb(179, 0, 0) !important;
        }

        .book-btn {
            background: #b30032;
            color: #fff;
        }

        .book-btn:hover {
            background: #b30032;
            color: #b30032;
            border: 1px solid #b30032;
            transition: all 0.2s;
        }