
        /* Background Section */
        .bg-section {
            background: url('/images/enquiry/cvrubihar_banner_img.jpg') no-repeat center center;
            background-size: cover;
            width: 100%;
            /* height: 100vh;  */
            height: auto;
            min-height: 250px;
            /* Ensures image doesn't become too small */
            /* Full screen height */
            position: relative;
            background-position: 60% 15%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 2rem;
            color: white;
        }

        /* Desktop: Full height */
        @media (min-width: 992px) {
            .bg-section {
                height: 80vh;
                /* Full screen height */
            }
        }

        /* Left Content */
        .left-content {

            margin-left: 10%;
            width: 30%;
            padding-left: 2%;
            text-align: left;
            top: 70%;
            text-align: left;
        }

        .left-content p {
            background: #00000087;
            padding: 20px;
        }

        /* Centering text on left side */
        .left-content h2,
        .left-content p {

            color: #FFF;
            text-align: left;
        }

        /* Mobile: Center text fully */
        @media (max-width: 991px) {
            .left-content {
                width: 90%;
                padding-left: 0%;
                text-align: left;
                font-size: 12px;

            }
        }

        /* Form Container */
        .form-container {
            background: rgba(255, 255, 255, 0.95);
            /* Light background with transparency */
            padding: 0.5rem;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            width: 100%;
        }

        /* Desktop: Form on right side */
        @media (min-width: 992px) {
            .form-wrapper {
                position: absolute;
                right: 10%;
                top: 57%;
                transform: translateY(-50%);
                max-width: 500px;

            }
        }

        /* Mobile: Form below, overlapping the image */
        @media (max-width: 991px) {
            .form-wrapper {
                position: relative;

                margin-top: -5%;
                /* Overlaps the image section by 5% */
                z-index: 2;
            }
        }

        /* Buttons */
        #hndbtn,
        #engbtn {
            border: none;
            /* background-color: rgb(255, 255, 255); */
            font-weight: bold;
            height: 20px;
        }

        /* Form Input, Select & Labels */
        label,
        select,
        input {
            font-family: Roboto, "Helvetica Neue", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            /* Dark Gray for readability */
        }

        .bothbtn {
            display: flex;
            float: right;
            font-size: 16px;
        }

        .form-control {
            border: 1px solid #000;
            /* padding: 0.175rem 0.5rem; */
        }

        .form-title {
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            color: #333;
            padding: 5px;
            background-color: #f87c00;
        }

        #submit-btn {
            background-color: #522398;
            border: none;
            padding: 10px 20px;
            color: #fff;
            border-radius: 5px;
            font-weight: bold;
            font-size: 16px;
        }

        #submit-btn:hover {
            background-color: #0056b3;
        }

        /* courses css */

        .regcourse {
            font-weight: bold;
            font-size: 25px;
        }

        .leftcolum {
            text-align: left;
        }

        .rightcolom h5 {
            background-color: #0056b3;
            color: white;
            margin-top: 10px;
            padding: 5px;
            font-size: 15px;
            font-weight: bold;
        }

        #awardimgs img {
            font-size: 10px;
        }

        .awardsimg {
            margin: auto;
            text-align: center;
        }

        .awardsimg img {
            margin: 2px;
            padding: 6px;
            border: 1px solid rgba(0, 0, 0, 0.287);
        }

        .policylink {
            color: rgb(255, 174, 0);
        }

        .headings {
            font-size: 20px;
            font-weight: 700;
            padding-top: 30px;
            margin-bottom: 10px;
        }

        .headings i {
            color: orange;
        }

        .headings::before {
            content: "\f101";
            /* FontAwesome Unicode for angle-double-right */
            font-family: "FontAwesome";
            margin-right: 8px;
            color: orange;
        }

        /* .row > * {
                                                      margin-top: 10px!important;
                                                     } */

        .contact {
            color: #f87c00;
        }

        .active {
            color: #f87c00;
            cursor: not-allowed;
            opacity: 1;
        }

        /* input[required]::after { */
        /* input label::after {
                                                      content: " *";
                                                      color: red;
                                                      font-weight: bold;
                                                     } */
    