{"id":34,"date":"2026-02-16T13:30:06","date_gmt":"2026-02-16T13:30:06","guid":{"rendered":"https:\/\/apply.oxfordpolytechnic.com\/?page_id=34"},"modified":"2026-03-06T18:09:44","modified_gmt":"2026-03-06T18:09:44","slug":"oxford-polytechnic","status":"publish","type":"page","link":"https:\/\/apply.oxfordpolytechnic.com\/","title":{"rendered":"Oxford Polytechnic"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"34\" class=\"elementor elementor-34\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47a77a6 e-flex e-con-boxed e-con e-parent\" data-id=\"47a77a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10cb329 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"10cb329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Oxford Polytechnic - Landing Page<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <!-- Montserrat for headlines, Source Sans Pro & Inter for content -->\n    <link\n        href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&family=Source+Sans+Pro:wght@400;600;700&family=Inter:wght@400;500;600&display=swap\"\n        rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <style>\n        :root {\n            --brand-orange: #EF7F1A;\n            --brand-green: #006332;\n            --brand-off-white: #FFF7B2;\n            --brand-black: #000000;\n            --brand-navy-accent: #0f0f0f;\n            --card-text: #3B3B3B;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            overflow-x: hidden;\n            \/* Prevent horizontal scroll from full-width hack *\/\n        }\n\n        .inter-font {\n            font-family: 'Inter', sans-serif;\n        }\n\n        .hero-bg {\n            background-color: var(--brand-black);\n            min-height: 90vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .text-highlight-box {\n            background-color: var(--brand-orange);\n            color: #FFFFFF;\n            padding: 2px 12px;\n            border-radius: 8px;\n            display: inline-block;\n            margin-right: 4px;\n        }\n\n        .cta-button {\n            background-color: var(--brand-orange);\n            color: #000;\n            font-weight: 800;\n            padding: 14px 30px;\n            \/* Mobile first padding *\/\n            border-radius: 50px;\n            display: inline-block;\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: center;\n            width: 100%;\n            \/* Full width on very small screens *\/\n        }\n\n        @media (min-width: 640px) {\n            .cta-button {\n                width: auto;\n                padding: 18px 45px;\n                \/* Desktop padding *\/\n            }\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(253, 134, 17, 0.3);\n        }\n\n        .feature-bar {\n            background-color: var(--brand-navy-accent);\n            border-radius: 8px;\n            padding: 12px 20px;\n            display: flex;\n            align-items: center;\n            margin-bottom: 12px;\n            font-family: 'Source Sans Pro', sans-serif;\n            font-size: 15px;\n        }\n\n        @media (min-width: 1024px) {\n            .feature-bar {\n                font-size: 18px;\n            }\n        }\n\n        .check-icon {\n            color: var(--brand-orange);\n            background: rgba(253, 134, 17, 0.1);\n            border-radius: 50%;\n            padding: 4px;\n            margin-right: 15px;\n            flex-shrink: 0;\n            border: 2px solid var(--brand-orange);\n        }\n\n        .benefit-card {\n            background: #FFFFFF;\n            border-radius: 12px;\n            padding: 24px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        .achieve-card {\n            padding: 30px;\n            background: #ffffff;\n            border-radius: 16px;\n            border: 1px solid #eeeeee;\n            transition: all 0.3s ease;\n        }\n\n        .achieve-card:hover {\n            background: white;\n            border-color: var(--brand-orange);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n        }\n\n        .eligibility-item {\n            background-color: rgba(255, 255, 255, 0.08);\n            \/* Increased for visibility *\/\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            padding: 16px 24px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            color: #FFFFFF;\n            font-family: 'Inter', sans-serif;\n            font-size: 18px;\n            margin-bottom: 12px;\n            border-left: 4px solid var(--brand-orange);\n            border-top: 1px solid rgba(255, 255, 255, 0.15);\n            \/* Stronger top border *\/\n            border-right: 1px solid rgba(255, 255, 255, 0.1);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);\n            \/* Stronger shadow *\/\n            position: relative;\n            z-index: 10;\n        }\n\n        .program-card {\n            background-color: var(--brand-navy-accent);\n            padding: 30px;\n            border-radius: 20px;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            transition: all 0.3s ease;\n        }\n\n        .program-card:hover {\n            border-color: var(--brand-orange);\n            transform: translateY(-5px);\n        }\n\n        .video-placeholder {\n            position: relative;\n            width: 100%;\n            aspect-ratio: 16\/9;\n            background-color: #000000;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        \/* GHL Full Width Fix *\/\n        .ghl-full-width {\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            max-width: 100vw;\n        }\n\n        @media (max-width: 1023px) {\n            body {\n                padding-bottom: 80px;\n            }\n        }\n\n        .sticky-mobile-footer {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: rgba(0, 0, 0, 0.9);\n            backdrop-filter: blur(10px);\n            padding: 12px 20px;\n            z-index: 1000;\n            border-top: 1px solid rgba(253, 134, 17, 0.2);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .mobile-cta-btn {\n            background-color: var(--brand-orange);\n            color: #000;\n            font-weight: 800;\n            padding: 12px 0;\n            border-radius: 50px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: center;\n            width: 100%;\n            font-size: 14px;\n            box-shadow: 0 4px 15px rgba(253, 134, 17, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Animations: Continuous Shimmer & Periodic Wobble *\/\n        .cta-button,\n        .mobile-cta-btn {\n            position: relative;\n            overflow: hidden;\n            animation: wobble 6s ease-in-out infinite;\n        }\n\n        .cta-button::after,\n        .mobile-cta-btn::after {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -60%;\n            width: 20%;\n            height: 200%;\n            background: rgba(255, 255, 255, 0.4);\n            transform: rotate(30deg);\n            animation: shimmer 3s infinite;\n        }\n\n        @keyframes shimmer {\n            0% {\n                left: -60%;\n            }\n\n            20% {\n                left: 120%;\n            }\n\n            100% {\n                left: 120%;\n            }\n        }\n\n        @keyframes wobble {\n\n            0%,\n            70%,\n            100% {\n                transform: translateX(0);\n            }\n\n            75% {\n                transform: translateX(-4px);\n            }\n\n            80% {\n                transform: translateX(4px);\n            }\n\n            85% {\n                transform: translateX(-3px);\n            }\n\n            90% {\n                transform: translateX(3px);\n            }\n\n            95% {\n                transform: translateX(-1px);\n            }\n        }\n    <\/style>\n<\/head>\n\n<body class=\"bg-white\">\n\n    <!-- 1. HERO SECTION (DARK) -->\n    <!-- 1. HERO SECTION (DARK) -->\n    <section class=\"ghl-full-width hero-bg px-6 py-10 lg:py-16 lg:px-24\">\n        <div class=\"container mx-auto relative z-10\">\n            <div class=\"flex flex-col lg:flex-row items-center justify-between gap-12\">\n                <div\n                    class=\"w-full lg:w-[62%] text-white flex flex-col justify-center items-center lg:items-start text-center lg:text-left space-y-8\">\n                    <p class=\"text-[13px] md:text-[18px] font-semibold tracking-wide text-orange-500 leading-tight\">\n                        AICTE-Approved Polytechnic | <span class=\"text-white opacity-80 font-medium\">Recognised by\n                            Directorate of Technical Education, Karnataka<\/span>\n                    <\/p>\n                    <h1 class=\"text-[24px] md:text-4xl lg:text-5xl font-extrabold leading-[1.2] md:leading-[1.3]\">\n                        <span class=\"text-highlight-box\">A Smarter Career Path<\/span> After 10th. Study at a College\n                        That Prepares You for Work & Future Growth.\n                    <\/h1>\n                    <p class=\"text-[16px] text-gray-400 leading-relaxed max-w-2xl font-medium\">\n                        Learn through practical training, workshops, and real-world projects that help you build skills,\n                        confidence, and a clear career path after 10th.\n                    <\/p>\n                    <div class=\"space-y-6 pt-4\">\n                        <a href=\"javascript:void(0)\"\n                            class=\"cta-button npfWidgetButton npfWidget-617dd4792064dab1eba2263da44642d6\">Apply for\n                            Diploma Admission<\/a>\n                        <p class=\"text-[14px] text-gray-400 font-medium tracking-wide\">\n                            Established 2008 | Multiple Diploma Programs | Dedicated Placement Cell\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"w-full lg:w-[38%] flex items-center justify-center lg:justify-end\">\n                    <div\n                        class=\"relative w-full aspect-[4\/5] max-h-[500px] rounded-[2rem] overflow-hidden shadow-2xl flex items-center justify-center\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978ac37eb0d1a0066aed1bb.png\"\n                            alt=\"Student Image\" class=\"w-full h-full object-cover filter saturate-[0.8] contrast-[1.1]\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 2. WHY CHOOSE SECTION (WHITE) -->\n    <section class=\"ghl-full-width bg-white py-20 px-6 lg:px-24 relative overflow-hidden border-b border-gray-100\">\n        <div class=\"container mx-auto\">\n            <div class=\"flex flex-col lg:flex-row items-center gap-16\">\n                <div class=\"w-full lg:w-1\/2 relative\">\n                    <div\n                        class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[110%] h-[110%] bg-black\/5 rounded-full -z-10\">\n                    <\/div>\n                    <div\n                        class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[85%] h-[85%] bg-black rounded-full -z-10\">\n                    <\/div>\n                    <div\n                        class=\"relative z-10 w-full aspect-[4\/3] rounded-2xl overflow-hidden shadow-xl flex items-center justify-center border-4 border-white\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978ace9d56085fb1597265f.png\"\n                            alt=\"Students\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 text-center lg:text-left\">\n                    <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-8 md:mb-10 leading-tight\">\n                        Why Choose <span class=\"text-[#EF7F1A]\">Oxford Polytechnic<\/span> <br>\n                        <span class=\"text-[#EF7F1A]\">After 10th?<\/span>\n                    <\/h2>\n                    <div class=\"space-y-4\">\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Job-Oriented Diploma Programs<\/span> - Focused on\n                                practical skills that help students become work-ready.<\/p>\n                        <\/div>\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Hands-On Practical Learning<\/span> - Regular labs,\n                                workshops, and applied training instead of theory.<\/p>\n                        <\/div>\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Recognised & Approved Education<\/span> -\n                                AICTE-approved and government-recognised diploma programs.<\/p>\n                        <\/div>\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Early Career Advantage<\/span> - Start building\n                                skills right after 10th without wasting years.<\/p>\n                        <\/div>\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Career & Placement Support<\/span> - Dedicated Cell\n                                for guidance, internships, and job opportunities.<\/p>\n                        <\/div>\n                        <div class=\"feature-bar text-white\">\n                            <div class=\"check-icon\"><svg class=\"w-3 h-3\" fill=\"none\" stroke=\"currentColor\"\n                                    stroke-width=\"4\" viewBox=\"0 0 24 24\">\n                                    <path d=\"M5 13l4 4L19 7\"><\/path>\n                                <\/svg><\/div>\n                            <p><span class=\"text-[#EF7F1A] font-bold\">Future Growth Options<\/span> - Options for jobs,\n                                lateral entry into engineering, or higher studies.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. BENEFITS GRID (LIGHT) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-white\">\n        <div class=\"container mx-auto\">\n            <h2\n                class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-10 md:mb-16 leading-tight text-center\">\n                Why a <span class=\"text-[#EF7F1A]\">Diploma at Oxford Polytechnic<\/span> Makes Sense After 10th<\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-8\">\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"award\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Recognised Qualification<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Accepted for jobs, higher studies, and lateral\n                        entry options.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b6c54d506db59d44880a.jpg\"\n                            alt=\"Recognised Qualification\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"wrench\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Practical Learning<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Hands-on training through labs, workshops, and real\n                        applications.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b6b8903c47dca36b3d88.jpg\"\n                            alt=\"Practical Learning\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"briefcase\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Job-Oriented Training<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Focus on skills that industries actually need from\n                        diploma holders.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b6d0eb0d1a421dafe1ab.jpg\"\n                            alt=\"Job-Oriented Training\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"rocket\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Early Career Advantage<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Start building your career right after 10th without\n                        wasting years.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b6dafa89c73532082efe.jpg\"\n                            alt=\"Early Career Advantage\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"handshake\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Placement Support<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Guidance for internships, interviews, and job\n                        opportunities.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b6e4480ea4ed30bb1370.jpg\"\n                            alt=\"Placement Support\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-card h-full flex flex-col\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A]\">\n                        <i data-lucide=\"trending-up\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Future Growth<\/h3>\n                    <p class=\"inter-font text-[15px] mb-4 flex-grow\">Options for jobs, higher education, or lateral\n                        entry into degrees.<\/p>\n                    <div\n                        class=\"w-full aspect-video rounded-xl overflow-hidden shadow-sm border border-gray-100 mt-auto\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b88e5faeb3712fb67ff6.jpg\"\n                            alt=\"Future Growth\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n    <\/section>\n\n    <!-- 4. ELIGIBILITY (DARK) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-black\">\n        <div class=\"container mx-auto\">\n            <div class=\"flex flex-col lg:flex-row items-center gap-16\">\n                <div class=\"w-full lg:w-2\/5 order-2 lg:order-1\">\n                    <div\n                        class=\"relative aspect-[4\/5] rounded-[2.5rem] border border-white\/10 flex items-center justify-center overflow-hidden\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978af0bd119a54e473e9823.png\"\n                            alt=\"Eligibility\" class=\"w-full h-full object-cover\">\n                    <\/div>\n                <\/div>\n                <div class=\"w-full lg:w-3\/5 order-1 lg:order-2 text-center lg:text-left\">\n                    <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-white mb-6\">Passed 10th? <span\n                            class=\"text-[#EF7F1A]\">You\u2019re Eligible to Apply<\/span><\/h2>\n                    <h3 class=\"text-[20px] font-bold text-[#EF7F1A] mb-6 uppercase\">Eligibility Criteria<\/h3>\n                    <div class=\"space-y-3 relative\">\n                        <!-- Decorative Blob for Glass Effect -->\n                        <div\n                            class=\"absolute -top-10 -left-10 w-[120%] h-[120%] bg-gradient-to-r from-orange-500\/20 to-purple-500\/0 rounded-full blur-3xl -z-10 pointer-events-none opacity-40\">\n                        <\/div>\n\n                        <div class=\"eligibility-item\">Students who have passed Class 10 (SSLC \/ CBSE \/ ICSE)<\/div>\n                        <div class=\"eligibility-item\">Admissions as per norms of DTE, Government of Karnataka<\/div>\n                        <div class=\"eligibility-item\">CBSE \/ ICSE students must obtain an Eligibility Certificate<\/div>\n                        <div class=\"eligibility-item\">Non-Karnataka students must obtain an Eligibility Certificate from\n                            DTE<\/div>\n                    <\/div>\n                    <p class=\"mt-8 text-gray-400 text-[15px]\">Our admissions team will guide you clearly through the\n                        process.<\/p>\n                    <div class=\"mt-10 flex justify-center lg:justify-start\"><a href=\"javascript:void(0)\"\n                            class=\"cta-button npfWidgetButton npfWidget-617dd4792064dab1eba2263da44642d6\">Check\n                            Eligibility & Apply Now!<\/a><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n    <!-- 6. DIPLOMA PROGRAMS (DARK) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-black\">\n        <div class=\"container mx-auto\">\n            <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-white mb-12 md:mb-16 text-center\">Choose\n                Your <span class=\"text-[#EF7F1A]\">Diploma Engineering Program<\/span><\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8\">\n                <div class=\"program-card group\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A] group-hover:bg-[#EF7F1A] group-hover:text-white transition-colors\">\n                        <i data-lucide=\"settings\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-[#EF7F1A] font-bold text-xl mb-4\">Mechanical Engineering<\/h3>\n                    <p class=\"text-gray-300\">Learn fundamentals of machines and manufacturing.<\/p>\n                <\/div>\n                <div class=\"program-card group\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A] group-hover:bg-[#EF7F1A] group-hover:text-white transition-colors\">\n                        <i data-lucide=\"building-2\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-[#EF7F1A] font-bold text-xl mb-4\">Civil Engineering<\/h3>\n                    <p class=\"text-gray-300\">Gain knowledge in construction and surveying.<\/p>\n                <\/div>\n                <div class=\"program-card group\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A] group-hover:bg-[#EF7F1A] group-hover:text-white transition-colors\">\n                        <i data-lucide=\"cpu\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-[#EF7F1A] font-bold text-xl mb-4\">Computer Science<\/h3>\n                    <p class=\"text-gray-300\">Build basics in computing and programming.<\/p>\n                <\/div>\n                <div class=\"program-card group\">\n                    <div\n                        class=\"mb-4 inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#EF7F1A]\/10 text-[#EF7F1A] group-hover:bg-[#EF7F1A] group-hover:text-white transition-colors\">\n                        <i data-lucide=\"zap\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-[#EF7F1A] font-bold text-xl mb-4\">Electrical & Electronics<\/h3>\n                    <p class=\"text-gray-300\">Understand systems and industrial applications.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"mt-12 flex justify-center gap-6 text-center\">\n                <div class=\"bg-zinc-900 px-6 py-3 rounded-full text-white font-bold text-sm\">3 Years (6 Semesters)\n                <\/div>\n                <div class=\"bg-zinc-900 px-6 py-3 rounded-full text-white font-bold text-sm\">Offline Learning<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 7. PLACEMENT SUPPORT (WHITE) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-white\">\n        <div class=\"container mx-auto\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-4\">Career & Placement\n                    Support<\/h2>\n                <p class=\"text-orange-600 font-bold uppercase tracking-wider text-sm md:text-base\">Beyond the Classroom\n                <\/p>\n                <div class=\"h-1 w-20 bg-orange-500 mx-auto mt-6\"><\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\n                <!-- Card 1 -->\n                <div\n                    class=\"group bg-gray-50 p-10 rounded-2xl border border-gray-100 hover:border-orange-500\/30 hover:bg-white hover:shadow-xl transition-all duration-300 text-center flex flex-col items-center\">\n                    <div\n                        class=\"w-16 h-16 bg-orange-500\/10 rounded-2xl flex items-center justify-center text-orange-500 mb-6 group-hover:bg-orange-500 group-hover:text-white transition-all duration-300\">\n                        <i data-lucide=\"users\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Dedicated T&P Cell<\/h3>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Structured team support for academic and\n                        professional transition through every step.<\/p>\n                <\/div>\n\n                <!-- Card 2 -->\n                <div\n                    class=\"group bg-gray-50 p-10 rounded-2xl border border-gray-100 hover:border-orange-500\/30 hover:bg-white hover:shadow-xl transition-all duration-300 text-center flex flex-col items-center\">\n                    <div\n                        class=\"w-16 h-16 bg-orange-500\/10 rounded-2xl flex items-center justify-center text-orange-500 mb-6 group-hover:bg-orange-500 group-hover:text-white transition-all duration-300\">\n                        <i data-lucide=\"factory\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Industry Exposure<\/h3>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Internship guidance and practical workplace\n                        exposure early on in your education.<\/p>\n                <\/div>\n\n                <!-- Card 3 -->\n                <div\n                    class=\"group bg-gray-50 p-10 rounded-2xl border border-gray-100 hover:border-orange-500\/30 hover:bg-white hover:shadow-xl transition-all duration-300 text-center flex flex-col items-center\">\n                    <div\n                        class=\"w-16 h-16 bg-orange-500\/10 rounded-2xl flex items-center justify-center text-orange-500 mb-6 group-hover:bg-orange-500 group-hover:text-white transition-all duration-300\">\n                        <i data-lucide=\"file-check\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Job Readiness<\/h3>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Training for communication, resumes, and\n                        interview basics to make you stand out.<\/p>\n                <\/div>\n\n                <!-- Card 4 -->\n                <div\n                    class=\"group bg-gray-50 p-10 rounded-2xl border border-gray-100 hover:border-orange-500\/30 hover:bg-white hover:shadow-xl transition-all duration-300 text-center flex flex-col items-center\">\n                    <div\n                        class=\"w-16 h-16 bg-orange-500\/10 rounded-2xl flex items-center justify-center text-orange-500 mb-6 group-hover:bg-orange-500 group-hover:text-white transition-all duration-300\">\n                        <i data-lucide=\"briefcase\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-black mb-3\">Campus Recruitment<\/h3>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Support for campus drives based on student\n                        performance and specialized skills.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 8. POST-DIPLOMA PATHWAYS (DARK) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-black\">\n        <div class=\"container mx-auto\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-white mb-4\">What Happens After <span\n                        class=\"text-orange-500\">Your Diploma?<\/span><\/h2>\n                <p class=\"text-gray-400 text-sm md:text-base\">Multiple exciting paths for growth and professional\n                    success.<\/p>\n                <div class=\"h-1 w-20 bg-orange-500 mx-auto mt-6\"><\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <!-- Path 1 -->\n                <div\n                    class=\"group relative overflow-hidden rounded-[2rem] bg-zinc-950 border border-white\/5 hover:border-orange-500\/50 transition-all duration-500 text-center flex flex-col\">\n                    <div class=\"aspect-video overflow-hidden\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b4e75e933b65da5b4e19.jpg\"\n                            alt=\"Earn & Experience\"\n                            class=\"w-full h-full object-cover object-center group-hover:scale-110 transition-transform duration-700 opacity-80 group-hover:opacity-100\">\n                    <\/div>\n                    <div class=\"p-8 pt-6\">\n                        <div\n                            class=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-orange-500 text-black font-bold mb-4\">\n                            1<\/div>\n                        <h3 class=\"text-xl font-bold text-white mb-3\">Earn & Experience<\/h3>\n                        <p class=\"text-gray-400 text-sm leading-relaxed\">Start working in technical roles while others\n                            are still figuring out their next steps.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Path 2 -->\n                <div\n                    class=\"group relative overflow-hidden rounded-[2rem] bg-zinc-950 border border-white\/5 hover:border-orange-500\/50 transition-all duration-500 text-center flex flex-col\">\n                    <div class=\"aspect-video overflow-hidden\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b4e74d506d456144509c.jpg\"\n                            alt=\"Lateral Entry\"\n                            class=\"w-full h-full object-cover object-center group-hover:scale-110 transition-transform duration-700 opacity-80 group-hover:opacity-100\">\n                    <\/div>\n                    <div class=\"p-8 pt-6\">\n                        <div\n                            class=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-orange-500 text-black font-bold mb-4\">\n                            2<\/div>\n                        <h3 class=\"text-xl font-bold text-white mb-3\">Lateral Entry into BE<\/h3>\n                        <p class=\"text-gray-400 text-sm leading-relaxed\">Skip years and continue your engineering\n                            journey with a strong technical foundation.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Path 3 -->\n                <div\n                    class=\"group relative overflow-hidden rounded-[2rem] bg-zinc-950 border border-white\/5 hover:border-orange-500\/50 transition-all duration-500 text-center flex flex-col\">\n                    <div class=\"aspect-video overflow-hidden\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b4e7d56085cae997e666.jpg\"\n                            alt=\"Higher Studies\"\n                            class=\"w-full h-full object-cover object-center group-hover:scale-110 transition-transform duration-700 opacity-80 group-hover:opacity-100\">\n                    <\/div>\n                    <div class=\"p-8 pt-6\">\n                        <div\n                            class=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-orange-500 text-black font-bold mb-4\">\n                            3<\/div>\n                        <h3 class=\"text-xl font-bold text-white mb-3\">Upgrade Studies<\/h3>\n                        <p class=\"text-gray-400 text-sm leading-relaxed\">Build advanced learning that increases your\n                            skills and career opportunities.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Path 4 -->\n                <div\n                    class=\"group relative overflow-hidden rounded-[2rem] bg-zinc-950 border border-white\/5 hover:border-orange-500\/50 transition-all duration-500 text-center flex flex-col\">\n                    <div class=\"aspect-video overflow-hidden\">\n                        <img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/msgsndr\/B0Ame32np4ujapj2yXZE\/media\/6978b4e75faeb33cc0b60ee4.jpg\"\n                            alt=\"Grow Faster\"\n                            class=\"w-full h-full object-cover object-center group-hover:scale-110 transition-transform duration-700 opacity-80 group-hover:opacity-100\">\n                    <\/div>\n                    <div class=\"p-8 pt-6\">\n                        <div\n                            class=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-orange-500 text-black font-bold mb-4\">\n                            4<\/div>\n                        <h3 class=\"text-xl font-bold text-white mb-3\">Grow Faster<\/h3>\n                        <p class=\"text-gray-400 text-sm leading-relaxed\">Early hands-on experience helps you progress\n                            much quicker in your technical career.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 9. TESTIMONIALS (WHITE) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-white\">\n        <div class=\"container mx-auto\">\n            <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-12 md:mb-16 text-center\">Hear\n                Directly from Our <span class=\"text-[#EF7F1A]\">Students & Parents<\/span><\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-8\">\n                <div class=\"video-placeholder\"><\/div>\n                <div class=\"video-placeholder\"><\/div>\n                <div class=\"video-placeholder\"><\/div>\n                <div class=\"video-placeholder\"><\/div>\n                <div class=\"video-placeholder\"><\/div>\n                <div class=\"video-placeholder\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 10. ADMISSION PROCESS (GREEN) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-[#006332]\">\n        <div class=\"container mx-auto\">\n            <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-white mb-12 md:mb-16 text-center\">Admission\n                Process <span class=\"text-[#EF7F1A]\">Made Simple!<\/span><\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-12 text-center text-white\">\n                <div>\n                    <div\n                        class=\"mb-6 inline-flex items-center justify-center w-16 h-16 rounded-full bg-white text-[#006332] shadow-lg\">\n                        <i data-lucide=\"file-edit\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-white font-bold mb-2 uppercase tracking-wider\">STEP 1<\/h3>\n                    <p class=\"text-lg\">Fill the admission enquiry form<\/p>\n                <\/div>\n                <div>\n                    <div\n                        class=\"mb-6 inline-flex items-center justify-center w-16 h-16 rounded-full bg-white text-[#006332] shadow-lg\">\n                        <i data-lucide=\"clipboard-check\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-white font-bold mb-2 uppercase tracking-wider\">STEP 2<\/h3>\n                    <p class=\"text-lg\">Eligibility check & verification<\/p>\n                <\/div>\n                <div>\n                    <div\n                        class=\"mb-6 inline-flex items-center justify-center w-16 h-16 rounded-full bg-white text-[#006332] shadow-lg\">\n                        <i data-lucide=\"messages-square\" class=\"w-8 h-8\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-white font-bold mb-2 uppercase tracking-wider\">STEP 3<\/h3>\n                    <p class=\"text-lg\">Counseling & confirmation<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 11. ADMISSIONS OPEN (WHITE) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-white\">\n        <div class=\"container mx-auto\">\n            <div\n                class=\"bg-white rounded-[2rem] md:rounded-[3rem] border border-orange-500\/20 p-8 md:p-12 text-center relative\">\n                <div\n                    class=\"absolute -top-4 left-1\/2 -translate-x-1\/2 bg-orange-600 text-white px-6 py-1 rounded-full text-xs font-bold uppercase\">\n                    Admissions Are Open<\/div>\n                <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-4\">Limited Seats Available\n                <\/h2>\n                <p class=\"text-base md:text-lg text-gray-700 mb-8\">Early applicants get better clarity and peace of\n                    mind. Don\u2019t wait!\n                <\/p>\n                <a href=\"javascript:void(0)\"\n                    class=\"cta-button npfWidgetButton npfWidget-617dd4792064dab1eba2263da44642d6\">Apply Now !<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 12. FAQ (DARK) -->\n    <section class=\"ghl-full-width py-20 px-6 lg:px-24 bg-black\">\n        <div class=\"container mx-auto max-w-4xl\">\n            <h2 class=\"text-[32px] font-extrabold text-white mb-12 text-center\">Frequently <span\n                    class=\"text-[#EF7F1A]\">Asked Questions<\/span><\/h2>\n            <div class=\"space-y-4\">\n                <details class=\"group bg-zinc-950 rounded-2xl p-6\">\n                    <summary class=\"text-white font-bold cursor-pointer list-none flex justify-between\"><span>1. Is this\n                            diploma recognised?<\/span><svg class=\"w-6 h-6 text-orange-500 group-open:rotate-180\"\n                            fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 9l-7 7-7-7\"><\/path>\n                        <\/svg><\/summary>\n                    <p class=\"text-gray-300 mt-4\">Yes. All programs are AICTE-approved and recognized by DTE Karnataka.\n                    <\/p>\n                <\/details>\n                <details class=\"group bg-zinc-950 rounded-2xl p-6\">\n                    <summary class=\"text-white font-bold cursor-pointer list-none flex justify-between\"><span>2. Can\n                            students get jobs?<\/span><svg class=\"w-6 h-6 text-orange-500 group-open:rotate-180\"\n                            fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 9l-7 7-7-7\"><\/path>\n                        <\/svg><\/summary>\n                    <p class=\"text-gray-300 mt-4\">Yes. Placement support is provided via our Training & Placement Cell.\n                    <\/p>\n                <\/details>\n                <details class=\"group bg-zinc-950 rounded-2xl p-6\">\n                    <summary class=\"text-white font-bold cursor-pointer list-none flex justify-between\"><span>3. What\n                            are the options after?<\/span><svg class=\"w-6 h-6 text-orange-500 group-open:rotate-180\"\n                            fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 9l-7 7-7-7\"><\/path>\n                        <\/svg><\/summary>\n                    <p class=\"text-gray-300 mt-4\">Work in technical roles, lateral entry to BE, or higher studies.<\/p>\n                <\/details>\n                <details class=\"group bg-zinc-950 rounded-2xl p-6\">\n                    <summary class=\"text-white font-bold cursor-pointer list-none flex justify-between\"><span>4. Who is\n                            eligible?<\/span><svg class=\"w-6 h-6 text-orange-500 group-open:rotate-180\" fill=\"none\"\n                            stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 9l-7 7-7-7\"><\/path>\n                        <\/svg><\/summary>\n                    <p class=\"text-gray-300 mt-4\">Passed Class 10 (SSLC\/CBSE\/ICSE). Eligibility certs may be needed.<\/p>\n                <\/details>\n                <details class=\"group bg-zinc-950 rounded-2xl p-6\">\n                    <summary class=\"text-white font-bold cursor-pointer list-none flex justify-between\"><span>5. How\n                            does admission work?<\/span><svg class=\"w-6 h-6 text-orange-500 group-open:rotate-180\"\n                            fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path d=\"M19 9l-7 7-7-7\"><\/path>\n                        <\/svg><\/summary>\n                    <p class=\"text-gray-300 mt-4\">Enquiry \u2192 Verification \u2192 Counseling \u2192 Confirmation.<\/p>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 13. FINAL CTA (WHITE) -->\n    <section class=\"ghl-full-width py-16 md:py-24 px-6 lg:px-24 bg-white text-center\">\n        <h2 class=\"text-2xl md:text-3xl lg:text-4xl font-extrabold text-black mb-6 md:mb-8\">Take the First Step\n            <span class=\"text-[#EF7F1A]\">Toward Your Career<\/span>\n        <\/h2>\n        <p class=\"text-lg text-gray-700 max-w-2xl mx-auto mb-12\">Start your journey toward a skill-based, future-ready\n            engineering career after 10th.<\/p>\n        <a href=\"javascript:void(0)\"\n            class=\"cta-button scale-110 npfWidgetButton npfWidget-617dd4792064dab1eba2263da44642d6\">Apply Now !<\/a>\n\n    <\/section>\n\n    <!-- STICKY MOBILE FOOTER -->\n    <div class=\"sticky-mobile-footer lg:hidden\">\n        <a href=\"javascript:void(0)\"\n            class=\"mobile-cta-btn npfWidgetButton npfWidget-617dd4792064dab1eba2263da44642d6\">Apply for Admission\n            now<\/a>\n    <\/div>\n\n    <script src=\"https:\/\/cdn.npfs.co\/js\/widget\/npfwpopup.js\"><\/script>\n    <script>\n        let npfW617dd4792064dab1eba2263da44642d6 = new NpfWidgetsInit({\n            \"widgetId\": \"617dd4792064dab1eba2263da44642d6\",\n            \"baseurl\": \"widgets.nopaperforms.com\",\n            \"formTitle\": \"Enquiry Form\",\n            \"titleColor\": \"#FF0033\",\n            \"backgroundColor\": \"#ddd\",\n            \"iframeHeight\": \"500px\",\n            \"buttonbgColor\": \"#EF7F1A\",\n            \"buttonTextColor\": \"#FFF\",\n        });\n    <\/script>\n<\/body>\n<script>\n    lucide.createIcons();\n<\/script>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Oxford Polytechnic &#8211; Landing Page AICTE-Approved Polytechnic | Recognised by Directorate of Technical Education, Karnataka A Smarter Career Path After 10th. Study at a College That Prepares You for Work &#038; Future Growth. Learn through practical training, workshops, and real-world projects that help you build skills, confidence, and a clear career path after 10th. Apply [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-34","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/pages\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=34"}],"version-history":[{"count":12,"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=\/wp\/v2\/pages\/34\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/apply.oxfordpolytechnic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}