 <style>
        /* ── Global Reset ── */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: 'Roboto', sans-serif;
            background: #fff;
            color: #1a1a1a;
        }

        button:focus {
            outline: 0px solid transparent !important;
        }

        a:hover {
            color: #000000;
            text-decoration: none;
        }

        .font-serif {
            font-family: 'Roboto', sans-serif !important;
        }

        /* ── Owl Carousel Customization ── */
        .owl-carousel .owl-nav {
            display: flex !important;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            top: 38%;
            transform: translateY(-50%);
            padding: 0 10px;
            z-index: 10;
        }

        .owl-carousel .owl-nav button {
            background: rgba(26, 39, 68, 0.8) !important;
            color: white !important;
            border: none !important;
            width: 40px !important;
            height: 40px !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
        }

        .owl-carousel .owl-nav button:hover {
            background: #F2B90D !important;
        }

        .owl-carousel .owl-dots {
            display: flex !important;
            justify-content: center !important;
            margin-top: 20px !important;
            gap: 8px !important;
        }

        .owl-carousel .owl-dot {
            width: 10px !important;
            height: 10px !important;
            border-radius: 50% !important;
            background: #cbd5e1 !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
        }

        .owl-carousel .owl-dot.active {
            background: #F2B90D !important;
            transform: scale(1.3) !important;
        }

        .owl-carousel .owl-dot:hover {
            background: #F2B90D !important;
        }

        .facilities-carousel .owl-stage-outer {
            position: relative;
        }

        .testimonials-carousel .owl-item {
            display: flex;
        }

        .testimonials-carousel .owl-item .item {
            display: flex;
            width: 100%;
        }

        @media (max-width: 768px) {
            .owl-carousel .owl-nav button {
                width: 32px !important;
                height: 32px !important;
            }

            .owl-carousel .owl-nav {
                padding: 0 5px;
                display: flex !important;
                justify-content: space-between;
                position: absolute;
                width: 100%;
                top: 37%;
                transform: translateY(-65%);
                padding: 0 10px;
                z-index: 10;
            }
        }

            /* header */
.mpu-header *,
.mpu-header *::before,
.mpu-header *::after {
    box-sizing: border-box !important;
}

.mpu-header .navbar {
    z-index: 999 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    position: relative !important;
}

.mpu-header .navbar.header-smart-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    animation: slideDownHeader 0.3s ease-in-out forwards;
}

@keyframes slideDownHeader {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.mpu-header .navbar-brand {
    display: inline-block !important;
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    line-height: inherit !important;
    white-space: nowrap !important;
}

.mpu-header .navbar-brand img {
    max-height: 70px !important;
    width: auto !important;
}

.mpu-header .navbar-toggler {
    display: none !important;
    padding: .25rem .75rem !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
}

.mpu-header .navbar-toggler-icon {
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background: no-repeat center center !important;
    background-size: 100% 100% !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    margin: 0px 0 0 0 !important;
}

.mpu-header .navbar-collapse {
    display: flex !important;
    visibility: visible !important;
    flex-basis: auto !important;
    flex-grow: 1 !important;
    align-items: center !important;
    padding-top: 8px !important;
}

.mpu-header .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
}

.mpu-header .navbar-nav .nav-item {
    padding-right: 5px !important;
    list-style: none !important;
}

.mpu-header .navbar-nav .nav-link {
    display: block !important;
    padding: .5rem 1rem !important;
    font-size: 13pt !important;
    font-weight: bold !important;
    color: #315787 !important;
    transition: all 0.5s !important;
    text-decoration: none !important;
}

.mpu-header .navbar-nav .nav-link:hover {
    color: #e4cda1 !important;
}

.mpu-header .navbar-nav .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}

/* Top links bar */
.mpu-header .top-m {
    font-size: 10pt !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    color: #fff !important;
    background-color: #2f3372 !important;
    padding: 6px !important;
	display: flex;
    width: 70%;
}

.mpu-header .header-links a {
    transition: all 0.5s !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    color: #fff !important;
    display: inline-block !important;
    margin-left: 8px !important;
    text-decoration: none !important;
}

.mpu-header .header-links a:hover {
    color: #e4cda1 !important;
}

/* Mega dropdown */
.mpu-header .mega-dropdown {
    position: static !important;
}

.mpu-header .dropdown-menu {
    display: none !important;
    position: absolute !important;
    width: 100% !important;
    background-color: #FFFFFF !important;
    box-shadow: -2px 19px 33px -6px rgba(0, 0, 0, 0.16) !important;
    border-radius: 0 !important;
    padding: 10px !important;
    margin-top: -5px !important;
    left: 0 !important;
    z-index: 1000 !important;
}

.mpu-header .dropdown-menu.show {
    display: block !important;
}

.mpu-header .dropdown-item {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: .25rem 1.5rem !important;
    clear: both !important;
    color: #212529 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.mpu-header .dropdown-item:hover {
    background-color: #f8f9fa !important;
}

.mpu-header .dropdown-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: #252965 !important;
    font-weight: bold !important;
    font-size: 12pt !important;
    line-height: 28px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: left !important;
}

.mpu-header .menu-item {
    text-transform: none !important;
    font-size: 14px !important;
    color: #000 !important;
}

.mpu-header .navbar-light .navbar-nav .show>.nav-link {
    color: #2c2929 !important;
}

.mpu-header .mobi-w {
    width: auto !important;
}

.mpu-header .btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
    cursor: pointer !important;
    min-height: 31px;
}

/* Bootstrap row/col fixes */
.mpu-header .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.mpu-header .col-md-3 {
    position: relative !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* #hero-slider {
    height: calc(100vw * 899 / 1600);
} */

#hero-slider-web {
    /* height: 85vh; */
    height: 92vh;

}


#hero-slider-web img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@media (min-width: 1378px) {

    /* Your CSS rules for screens strictly larger than 1378px here */
    #hero-slider-web {
        /* height: 85vh; */
        height: 80vh;
    }

    .mpu-header .navbar-collapse {
        display: flex !important;
        padding-top: 32px !important;
    }
}

/* #hero-slider-web>div.absolute.inset-0 {
    width: 100%;
    height: 100%;
} */

#hero-slider-web.forWeb {
    display: block !important;
}

#hero-slider-mobile.forMobile {
    display: none !important;
}

#counter-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 2.5rem 0;
    /* Fallback for the removed py-10 on mobile */
}

@media (min-width: 768px) {
    #counter-section {
        height: 15vh;
        padding: 0;
    }
}

/* On mobile: hide web, show mobile */
@media (max-width: 767px) {
	.mpu-header .navbar-toggler-icon {
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background: no-repeat center center !important;
    background-size: 100% 100% !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    margin: 18px 0 0 0 !important;
}
    #hero-slider-web.forWeb {
        display: none !important;
    }

    #hero-slider-mobile.forMobile {
        display: block !important;
    }

    #hero-slider-mobile {
        min-height: 60vh;
    }

    #hero-slider-mobile img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;
        object-position: top center;
    }

    #hero-slider-mobile>div.absolute.inset-0 {
        width: 100%;
        height: 100%;
    }


}

@media (min-width: 768px) {



    .mpu-header .col-md-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .mpu-header .col-md-4 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

.mpu-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Social media sidebar */
.mpu-header .icon-bar-left {
    position: fixed !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
}

.mpu-header .icon-bar-left a {
    display: block !important;
    text-align: center !important;
    padding: 10px !important;
    color: white !important;
    font-size: 16px !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
}

.mpu-header .icon-bar-left .facebook {
    background: #3B5998 !important;
}

.mpu-header .icon-bar-left .google {
    background: #dd4b39 !important;
}

.mpu-header .icon-bar-left .linkedin {
    background: #007bb5 !important;
}

.mpu-header .icon-bar-left .youtube {
    background: #bb0000 !important;
}

.mpu-header .icon-bar-left .twitter {
    background: #000000 !important;
}

.mpu-header .icon-bar-left .radio {
    background: #e91e63 !important;
}

.mpu-header .icon-bar-left a:hover {
    opacity: 0.8 !important;
}

/* Responsive */
@media screen and (max-width: 479px) {
    .mpu-header .navbar-toggler {
        display: inline-block !important;
        margin-right: 10px !important;
        padding: 8px 12px !important;
    }

    .mpu-header .navbar-collapse {
        display: none !important;
        flex-basis: 100% !important;
        padding-top: 0 !important;
    }

    .mpu-header .navbar-collapse.show {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mpu-header .navbar {
        flex-wrap: wrap;
    }

    .mpu-header .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
    }

    .mpu-header .navbar-nav .nav-item {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mpu-header .navbar-nav .nav-link {
        padding: 10px 16px !important;
        text-align: left !important;
        font-size: 11pt !important;
    }

    .mpu-header .top-m {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        padding: 8px !important;
        font-size: 9px !important;
    }

    .mpu-header .header-links a {
        font-size: 9pt !important;
        padding: 4px 6px !important;
        margin: 0 !important;
        display: inline-block !important;
    }

    .mpu-header .icon-bar-left {
        display: none !important;
    }

    .mpu-header .mobi-w {
        width: 100% !important;
    }

    .mpu-header .navbar-brand {
        width: 100% !important;
        text-align: center;
        margin-right: 0 !important;
    }

    /* .mpu-header .navbar-brand img {
        max-width: 70px !important;
      } */

    .mpu-header .dropdown-menu {
        position: relative !important;
        width: 100% !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .mpu-header .dropdown-item {
        padding: 8px 16px !important;
    }

    .mpu-header .dropdown-title {
        font-size: 10pt !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 991px) {

    .mpu-header .navbar-toggler {
        display: inline-block !important;
    }

    .mpu-header .navbar-collapse {
        display: none !important;
        flex-basis: 100% !important;
        padding-top: 0 !important;
    }

    .mpu-header .navbar-collapse.show {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mpu-header .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
    }

    .mpu-header .navbar-nav .nav-item {
        width: 100% !important;
    }

    .mpu-header .navbar-nav .nav-link {
        padding: 11px 18px !important;
        text-align: left !important;
        font-size: 12pt !important;
    }

    .mpu-header .top-m {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        padding: 10px !important;
        font-size: 10px !important;
    }

    .mpu-header .header-links a {
        font-size: 10pt !important;
        padding: 5px 8px !important;
        margin: 0 !important;
        display: inline-block !important;
    }

    .mpu-header .icon-bar-left {
        display: none !important;
    }

    .mpu-header .mobi-w {
        width: 80% !important;
    }

    .mpu-header .navbar-brand img {
        max-width: 100px !important;
    }

    .mpu-header .dropdown-menu {
        position: relative !important;
        width: 100% !important;
    }

    .mpu-header .dropdown-item {
        padding: 10px 18px !important;
        font-size: 12px !important;
    }
}


@media screen and (min-width: 992px) {
    .mpu-header .navbar-toggler {
        display: none !important;
    }

    .mpu-header .navbar-collapse {
        display: flex !important;
        padding-top: 8px;
    }

    .mpu-header .icon-bar-left {
        /* display: flex !important; */
    }

    .mpu-header .mobi-w {
        width: auto !important;
    }

    .mpu-header .dropdown-menu {
        width: 100% !important;
        left: 0 !important;
    }
}

@media screen and (max-width: 479px) {

    /* Header */
    .mpu-header .navbar {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 0 !important;
    }

    .mpu-header .navbar-brand {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
        padding: 10px !important;
        border-bottom: 1px solid #e0e0e0;
    }

    /* .mpu-header .navbar-brand img {
        max-width: 80px !important;
        height: auto !important;
      } */

    .mpu-header .navbar-toggler {
        display: inline-block !important;
        width: 100%;
        text-align: right;
        padding: 10px 15px !important;
        position: absolute;
        right: 0;
        top: 0;
        border: none !important;
    }

    .mpu-header .navbar-collapse {
        width: 100% !important;
        padding: 0 !important;
        flex-direction: column;
        display: none !important;
    }

    .mpu-header .navbar-collapse.show {
        display: flex !important;
    }

    .mpu-header .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
    }

    .mpu-header .navbar-nav .nav-item {
        width: 100% !important;
        border-bottom: 1px solid #e0e0e0;
    }

    .mpu-header .navbar-nav .nav-link {
        padding: 12px 15px !important;
        font-size: 12px !important;
        text-align: left;
    }

    .mpu-header .top-m {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        padding: 8px !important;
        font-size: 9px !important;
    }

    .mpu-header .icon-bar-left {
        display: none !important;
    }

}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .mpu-header .navbar-brand img {
        max-width: 120px !important;
    }
}

@media screen and (min-width: 992px) {



    .mpu-header .navbar-collapse {
        display: flex !important;
    }

    .mpu-header .navbar-toggler {
        display: none !important;
    }

    .mobile-sticky-buttons {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}
        /* ── Hero ── */
        .hero-bg {
            background:
                linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
                url('https://mpu.ac.in/engineering/assets/images/slider.jpg') center/cover no-repeat;
            min-height: 540px;
        }

        .hero-bg h1 {
            font-family: 'Roboto', sans-serif;
        }



        @media(max-width:768px) {
            .hero-bg {
                background: linear-gradient(135deg, #1A2744 80%, #0f1837 100%);
            }
        }

        /* ── Form Card ── */
        .form-card input,
        .form-card select {
            width: 100%;
            padding: 0.65rem 0.9rem;
            border: 1.5px solid #e2e8f0;
            border-radius: 8px;
            font-size: 0.875rem;
            font-family: 'Roboto', sans-serif;
            color: #1a1a1a;
            background: #fff;
            outline: none;
            transition: border-color .2s;
        }

        .form-card input:focus,
        .form-card select:focus {
            border-color: #F2B90D;
            box-shadow: 0 0 0 3px rgba(242, 185, 13, .15);
        }

        .form-card label {
            font-size: 0.78rem;
            font-weight: 600;
            color: #1A2744;
            margin-bottom: 4px;
            display: block;
        }

        /* ── Section badge ── */
        .sec-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 12px;
            background: rgba(26, 39, 68, .08);
            color: #1A2744;
            border-radius: 999px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        .sec-badge .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #F2B90D;
        }

        /* ── Career card ── */
        .career-card {
            background: #fff;
            border: 1.5px solid #e8edf5;
            border-radius: 14px;
            padding: 1.25rem 1rem;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            transition: box-shadow .2s, transform .2s;
        }

        .career-card:hover {
            box-shadow: 0 6px 20px rgba(26, 39, 68, .12);
            transform: translateY(-2px);
        }

        .career-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: #FFF8E1;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        /* ── CTA Banner ── */
        .cta-banner {
            background: linear-gradient(135deg, #1A2744 0%, #0f1837 100%);
        }

        /* ── Diagonal pattern bg for programme cards ── */
        .diag-bg {
            background-color: #f7f7f7;
            background-image: repeating-linear-gradient(45deg, #e8e8e8 0, #e8e8e8 1px, transparent 0, transparent 50%);
            background-size: 8px 8px;
        }

        /* ── Curriculum card ── */
        .curr-card {
            border: 1.5px solid #e8edf5;
            border-radius: 14px;
            padding: 1.5rem;
            background: #fff;
            transition: box-shadow .2s, transform .2s;
        }

        .curr-card:hover {
            box-shadow: 0 6px 20px rgba(26, 39, 68, .1);
            transform: translateY(-2px);
        }

        /* ── Meta pill ── */
        .meta-pill {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .meta-pill .icon-wrap {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: rgba(242, 185, 13, .18);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        /* Tab active */
        .prog-tab.active {
            background: #F2B90D !important;
            color: #fff !important;
        }

        /* ── Scrollbar thin ── */
        ::-webkit-scrollbar {
            width: 6px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: #1A2744;
            border-radius: 3px;
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE TYPOGRAPHY & SPACING
        ═══════════════════════════════════════════════════════════════ */

        /* Extra Small Devices (Mobile: 320px - 479px) */
        @media screen and (max-width: 479px) {
            html {
                font-size: 14px;
            }

            body {
                line-height: 1.5;
            }

            .form-card {
                padding: 1rem;
            }

            section {
                padding: 2rem 0;
            }

            .prog-panel {
                gap: 0.75rem;
            }

            main {
                padding: 0 1rem;
            }
        }

        /* Small Devices (Tablet Portrait: 480px - 768px) */
        @media screen and (min-width: 480px) and (max-width: 768px) {
            html {
                font-size: 15px;
            }

            .form-card {
                padding: 1.5rem;
            }

            section {
                padding: 2.5rem 0;
            }

            .prog-panel {
                gap: 1rem;
            }

            main {
                padding: 0 1.5rem;
            }
        }

        /* Medium Devices (Tablet Landscape: 769px - 991px) */
        @media screen and (min-width: 769px) and (max-width: 991px) {
            html {
                font-size: 15px;
            }

            .form-card {
                padding: 2rem;
            }

            section {
                padding: 3rem 0;
            }

            .prog-panel {
                gap: 1.25rem;
            }

            main {
                padding: 0 1.5rem;
            }

            .grid.gap-3.sm\:gap-4.lg\:gap-5 {
                gap: 1rem;
            }
        }

        /* Large Devices (Desktop: 992px - 1440px) */
        @media screen and (min-width: 992px) and (max-width: 1440px) {
            html {
                font-size: 16px;
            }

            .form-card {
                padding: 2.5rem;
            }

            section {
                padding: 3.5rem 0;
            }

            main {
                padding: 0 2rem;
            }
        }

        /* Extra Large Devices (Widescreen: 1441px+) */
        @media screen and (min-width: 1441px) {
            html {
                font-size: 16px;
            }

            .form-card {
                padding: 2.5rem;
            }

            section {
                padding: 4rem 0;
            }

            body {
                max-width: 100%;
                margin: 0 auto;
            }

            main {
                padding: 0 2rem;
            }

            .max-w-7xl {
                max-width: 90rem;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE FORM SECTION
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {

            .form-card input,
            .form-card select {
                padding: 0.5rem 0.75rem;
                font-size: 0.8rem;
            }

            .form-card label {
                font-size: 0.7rem;
                margin-bottom: 3px;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {

            .form-card input,
            .form-card select {
                padding: 0.6rem 0.85rem;
                font-size: 0.85rem;
            }

            .form-card label {
                font-size: 0.75rem;
                margin-bottom: 4px;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE CARDS & GRIDS
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            .prog-card {
                padding: 0.75rem;
            }

            .career-card {
                padding: 0.75rem 0.8rem;
                gap: 0.75rem;
            }

            .curr-card {
                padding: 1rem;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            .prog-card {
                padding: 1rem;
            }

            .career-card {
                padding: 1rem;
                gap: 0.8rem;
            }

            .curr-card {
                padding: 1.25rem;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE IMAGES & MEDIA
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            img {
                max-width: 100%;
                height: auto;
            }

            .rounded-3xl {
                border-radius: 1.5rem;
            }

            iframe {
                height: 200px !important;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            iframe {
                height: 280px !important;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 991px) {
            iframe {
                height: 320px !important;
            }
        }

        @media screen and (min-width: 992px) {
            iframe {
                height: 400px !important;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE HERO SECTION
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            .hero-bg {
                min-height: 420px;
				background: linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(https://mpu.ac.in/engineering/assets/images/slider.jpg) center / cover no-repeat;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            .hero-bg {
                min-height: 480px;
				background: linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(https://mpu.ac.in/engineering/assets/images/slider.jpg) center / cover no-repeat;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 991px) {
            .hero-bg {
                min-height: 520px;
				background: linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(https://mpu.ac.in/engineering/assets/images/slider.jpg) center / cover no-repeat;
            }
        }

        @media screen and (min-width: 992px) {
            .hero-bg {
                min-height: 540px;
				background: linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(https://mpu.ac.in/engineering/assets/images/slider.jpg) center / cover no-repeat;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE BUTTON STYLING
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {

            .btn,
            button {
                padding: 0.6rem 1rem;
                font-size: 0.8rem;
                border-radius: 0.4rem;
            }

            .inline-block {
                display: inline-block;
                width: 100%;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {

            .btn,
            button {
                padding: 0.7rem 1.2rem;
                font-size: 0.85rem;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE TEXT & TYPOGRAPHY
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            h1 {
                font-size: 1.5rem !important;
                line-height: 1.3 !important;
                letter-spacing: -0.5px;
            }

            h2 {
                font-size: 1.25rem !important;
                line-height: 1.3 !important;
            }

            h3 {
                font-size: 1.1rem !important;
            }

            p {
                font-size: 0.875rem !important;
                line-height: 1.6;
            }

            .sec-badge {
                font-size: 0.65rem !important;
                padding: 3px 10px !important;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            h1 {
                font-size: 2rem !important;
                line-height: 1.3 !important;
            }

            h2 {
                font-size: 1.5rem !important;
                line-height: 1.3 !important;
            }

            h3 {
                font-size: 1.25rem !important;
            }

            p {
                font-size: 0.9rem !important;
                line-height: 1.6;
            }

            .sec-badge {
                font-size: 0.7rem !important;
                padding: 4px 12px !important;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 991px) {
            h1 {
                font-size: 2.5rem !important;
                line-height: 1.3 !important;
            }

            h2 {
                font-size: 1.75rem !important;
                line-height: 1.3 !important;
            }

            h3 {
                font-size: 1.4rem !important;
            }

            p {
                font-size: 0.95rem !important;
                line-height: 1.6;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE LAYOUT FIXES
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 991px) {

            main,
            section {
                overflow-x: hidden;
            }

            .overflow-x-auto {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
        }

        /* Ensure responsive grid layouts */
        @media screen and (max-width: 640px) {
            .grid {
                grid-auto-columns: minmax(0, 1fr);
            }

            [class*="grid-cols-"] {
                grid-template-columns: 1fr;
            }
        }

        @media screen and (min-width: 641px) and (max-width: 1024px) {
            [class*="lg:grid-cols-"] {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            [class*="lg:grid-cols-3"] {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            [class*="lg:grid-cols-4"] {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           MOBILE-FIRST CONTAINER QUERIES
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            .container-fluid {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .max-w-7xl {
                max-width: 100%;
                padding: 0 1rem;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            .container-fluid {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

            .max-w-7xl {
                max-width: 100%;
                padding: 0 1.5rem;
            }
        }

        @media screen and (min-width: 769px) {
            .container-fluid {
                padding-left: 2rem;
                padding-right: 2rem;
            }

            .max-w-7xl {
                max-width: 80rem;
                padding: 0 2rem;
            }
        }

        /* Safe areas for notched devices */
        @supports (padding: max(0px)) {
            body {
                padding-left: 0px;
                padding-right: 0px;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           RESPONSIVE FOOTER
        ═══════════════════════════════════════════════════════════════ */

        @media screen and (max-width: 479px) {
            footer .footer-title {
                font-size: 12px;
                margin-bottom: 8px;
            }

            footer .footer-links a {
                font-size: 12px;
            }

            footer p {
                font-size: 12px;
                line-height: 1.5;
            }

            footer table {
                font-size: 10px;
            }

            footer .qucik-li {
                margin-bottom: 4px;
                padding: 3px 0;
            }

            footer .qucik-li a {
                font-size: 12px;
                gap: 6px;
            }

            footer .qucik-li a img {
                width: 20px !important;
                height: 20px !important;
            }
        }

        @media screen and (min-width: 480px) and (max-width: 768px) {
            footer .footer-title {
                font-size: 13px;
            }

            footer .footer-links a {
                font-size: 13px;
            }

            footer .qucik-li a {
                font-size: 13px;
            }
        }

        /* ═══════════════════════════════════════════════════════════════
           PRINT MEDIA QUERIES
        ═══════════════════════════════════════════════════════════════ */

        @media print {

            .mobile-sticky-buttons,
            .navbar-toggler {
                display: none !important;
            }

            body {
                padding-bottom: 0 !important;
            }

            section {
                page-break-inside: avoid;
            }
        }
    </style>