{"id":2504,"date":"2025-07-17T01:58:26","date_gmt":"2025-07-16T21:58:26","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?page_id=2504"},"modified":"2025-07-17T02:02:15","modified_gmt":"2025-07-16T22:02:15","slug":"voc-master-activity-part-1","status":"publish","type":"page","link":"https:\/\/windowedu.in\/blog\/?page_id=2504","title":{"rendered":"Voc master activity part 1"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ml\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"\u0d24\u0d35\u0d3e\u0d2f\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2e\u0d3e\u0d7c\u0d17\u0d4d\u0d17\u0d26\u0d7c\u0d36\u0d28\u0d02 - PSC \u0d28\u0d4b\u0d35\u0d7d \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d7e\">\n    <title>PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;family=Poppins:wght@400;500;600;700&#038;family=Noto+Sans+Malayalam:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Inter', 'Noto Sans Malayalam', sans-serif;\n            background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);\n            min-height: 100vh;\n            padding: 1rem;\n            color: #e2e8f0;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n        \n        \/* Mobile First - Base styles for mobile *\/\n        @media (max-width: 767px) {\n            body {\n                font-size: 20px;\n                line-height: 1.8;\n                padding: 0.5rem;\n            }\n        }\n        \n        .container {\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 1.5rem 0;\n        }\n        \n        @media (min-width: 768px) {\n            .container {\n                max-width: 1000px;\n                padding: 2rem 0;\n            }\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n            position: relative;\n        }\n        \n        @media (min-width: 768px) {\n            .header {\n                margin-bottom: 3rem;\n            }\n        }\n        \n        .main-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 2rem;\n            font-weight: 700;\n            background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin-bottom: 1rem;\n            line-height: 1.3;\n            padding: 0 1rem;\n        }\n        \n        @media (min-width: 768px) {\n            .main-title {\n                font-size: 2.5rem;\n                padding: 0;\n            }\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #cbd5e1;\n            margin-bottom: 1.5rem;\n            font-weight: 500;\n            padding: 0 1rem;\n        }\n        \n        @media (min-width: 768px) {\n            .subtitle {\n                font-size: 1.2rem;\n                margin-bottom: 2rem;\n                padding: 0;\n            }\n        }\n        \n        .story-link {\n            display: inline-block;\n            background: linear-gradient(135deg, #10b981, #059669);\n            color: white;\n            padding: 1.2rem 2.5rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.2rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);\n            margin-bottom: 1rem;\n        }\n        \n        @media (min-width: 768px) {\n            .story-link {\n                padding: 1rem 2rem;\n                font-size: 1.1rem;\n            }\n        }\n        \n        .story-link:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);\n        }\n        \n        .chapters-grid {\n            display: grid;\n            gap: 1.5rem;\n            grid-template-columns: 1fr;\n            padding: 0 0.5rem;\n        }\n        \n        @media (min-width: 768px) {\n            .chapters-grid {\n                grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));\n                padding: 0;\n            }\n        }\n        \n        .chapter-card {\n            background: rgba(255, 255, 255, 0.05);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 16px;\n            padding: 1.5rem;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-card {\n                border-radius: 20px;\n                padding: 2rem;\n            }\n        }\n        \n        .chapter-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);\n        }\n        \n        .chapter-card:hover {\n            transform: translateY(-5px);\n            background: rgba(255, 255, 255, 0.08);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);\n        }\n        \n        .chapter-header {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            margin-bottom: 1.5rem;\n            flex-wrap: wrap;\n        }\n        \n        .chapter-number {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: white;\n            flex-shrink: 0;\n            box-shadow: 0 6px 12px rgba(102, 126, 234, 0.3);\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-number {\n                border-radius: 16px;\n                font-size: 1.2rem;\n            }\n        }\n        \n        .chapter-badge {\n            background: linear-gradient(135deg, #f59e0b, #d97706);\n            color: white;\n            padding: 0.6rem 1.2rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-badge {\n                font-size: 0.8rem;\n                padding: 0.5rem 1rem;\n            }\n        }\n        \n        .chapter-title {\n            font-family: 'Noto Sans Malayalam', 'Poppins', sans-serif;\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #f1f5f9;\n            margin-bottom: 1rem;\n            line-height: 1.4;\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-title {\n                font-size: 1.3rem;\n                margin-bottom: 0.5rem;\n            }\n        }\n        \n        .chapter-description {\n            font-size: 1.1rem;\n            color: #94a3b8;\n            margin-bottom: 1.5rem;\n            line-height: 1.7;\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-description {\n                font-size: 1rem;\n                line-height: 1.6;\n            }\n        }\n        \n        .chapter-link {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.8rem;\n            background: rgba(102, 126, 234, 0.2);\n            color: #a5b4fc;\n            padding: 1rem 1.8rem;\n            border-radius: 12px;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            border: 1px solid rgba(102, 126, 234, 0.3);\n            width: 100%;\n            justify-content: center;\n        }\n        \n        @media (min-width: 768px) {\n            .chapter-link {\n                padding: 0.8rem 1.5rem;\n                font-size: 1rem;\n                width: auto;\n                justify-content: flex-start;\n            }\n        }\n        \n        .chapter-link:hover {\n            background: rgba(102, 126, 234, 0.3);\n            color: #c7d2fe;\n            transform: translateX(5px);\n        }\n        \n        .chapter-arrow {\n            transition: transform 0.3s ease;\n            font-size: 1.2rem;\n        }\n        \n        .chapter-link:hover .chapter-arrow {\n            transform: translateX(3px);\n        }\n        \n        .floating-particles {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: -1;\n            opacity: 0.7;\n        }\n        \n        @media (min-width: 768px) {\n            .floating-particles {\n                opacity: 1;\n            }\n        }\n        \n        .particle {\n            position: absolute;\n            width: 3px;\n            height: 3px;\n            background: rgba(102, 126, 234, 0.4);\n            border-radius: 50%;\n            animation: float 20s linear infinite;\n        }\n        \n        @media (min-width: 768px) {\n            .particle {\n                width: 4px;\n                height: 4px;\n                background: rgba(102, 126, 234, 0.3);\n            }\n        }\n        \n        .particle:nth-child(1) { left: 10%; animation-delay: 0s; }\n        .particle:nth-child(2) { left: 20%; animation-delay: 2s; }\n        .particle:nth-child(3) { left: 30%; animation-delay: 4s; }\n        .particle:nth-child(4) { left: 40%; animation-delay: 6s; }\n        .particle:nth-child(5) { left: 50%; animation-delay: 8s; }\n        .particle:nth-child(6) { left: 60%; animation-delay: 10s; }\n        .particle:nth-child(7) { left: 70%; animation-delay: 12s; }\n        .particle:nth-child(8) { left: 80%; animation-delay: 14s; }\n        .particle:nth-child(9) { left: 90%; animation-delay: 16s; }\n        \n        @keyframes float {\n            0% {\n                transform: translateY(100vh) rotate(0deg);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n            }\n            90% {\n                opacity: 1;\n            }\n            100% {\n                transform: translateY(-100px) rotate(360deg);\n                opacity: 0;\n            }\n        }\n        \n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 0.8s ease forwards;\n        }\n        \n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .fade-in:nth-child(1) { animation-delay: 0.1s; }\n        .fade-in:nth-child(2) { animation-delay: 0.2s; }\n        .fade-in:nth-child(3) { animation-delay: 0.3s; }\n        .fade-in:nth-child(4) { animation-delay: 0.4s; }\n        .fade-in:nth-child(5) { animation-delay: 0.5s; }\n        .fade-in:nth-child(6) { animation-delay: 0.6s; }\n        .fade-in:nth-child(7) { animation-delay: 0.7s; }\n        \n        .new-badge {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: #ef4444;\n            color: white;\n            padding: 0.4rem 0.9rem;\n            border-radius: 15px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            animation: pulse 2s infinite;\n        }\n        \n        @media (min-width: 768px) {\n            .new-badge {\n                padding: 0.3rem 0.8rem;\n                font-size: 0.75rem;\n            }\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        \n        \/* Performance optimizations *\/\n        .chapter-card {\n            will-change: transform;\n            contain: layout style paint;\n        }\n        \n        \/* Mobile touch improvements *\/\n        @media (hover: none) and (pointer: coarse) {\n            .chapter-card:hover {\n                transform: none;\n            }\n            \n            .chapter-card:active {\n                transform: scale(0.98);\n                background: rgba(255, 255, 255, 0.08);\n            }\n            \n            .chapter-link:hover {\n                transform: none;\n            }\n            \n            .chapter-link:active {\n                background: rgba(102, 126, 234, 0.4);\n            }\n        }\n        \n        \/* Accessibility improvements *\/\n        @media (prefers-reduced-motion: reduce) {\n            * {\n                animation-duration: 0.01ms !important;\n                animation-iteration-count: 1 !important;\n                transition-duration: 0.01ms !important;\n            }\n        }\n        \n        \/* Better focus states for keyboard navigation *\/\n        .chapter-link:focus,\n        .story-link:focus {\n            outline: 2px solid #667eea;\n            outline-offset: 2px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"floating-particles\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"header fade-in\">\n            <h1 class=\"main-title\">\ud83d\udcda PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02<\/h1>\n            <p class=\"subtitle\">\u0d24\u0d35\u0d3e\u0d2f\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2e\u0d3e\u0d7c\u0d17\u0d4d\u0d17\u0d26\u0d7c\u0d36\u0d28\u0d02 + VocabMaster Pro \u0d38\u0d40\u0d30\u0d40\u0d38\u0d4d<\/p>\n            <a href=\"https:\/\/windowedu.in\/blog\/?page_id=2492\" class=\"story-link\">\n                \ud83c\udf1f \u0d2e\u0d41\u0d16\u0d4d\u0d2f\u0d15\u0d25 \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42\n            <\/a>\n        <\/div>\n\n        <div class=\"chapters-grid\">\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.1<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Correct Spelling<\/h2>\n                <p class=\"chapter-description\">\n                    \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d05\u0d15\u0d4d\u0d37\u0d30\u0d35\u0d3f\u0d28\u0d4d\u0d2f\u0d3e\u0d38\u0d02 \u0d15\u0d23\u0d4d\u0d1f\u0d46\u0d24\u0d4d\u0d24\u0d3e\u0d7b \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d42. LDC TVM 2024 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f \u0d35\u0d3f\u0d36\u0d15\u0d32\u0d28\u0d02.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2454\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.2<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Idioms<\/h2>\n                <p class=\"chapter-description\">\n                    &#8216;Bone of Contention&#8217; \u0d2a\u0d4b\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d07\u0d02\u0d17\u0d4d\u0d32\u0d40\u0d37\u0d4d \u0d36\u0d48\u0d32\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d05\u0d7c\u0d24\u0d4d\u0d25\u0d35\u0d41\u0d02 \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d35\u0d41\u0d02 \u0d2e\u0d28\u0d38\u0d4d\u0d38\u0d3f\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d42.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2456\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.3<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Collective Nouns<\/h2>\n                <p class=\"chapter-description\">\n                    Pack, Pride, Flock, Herd &#8211; \u0d2e\u0d43\u0d17\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d24\u0d4d\u0d24\u0d46 \u0d38\u0d42\u0d1a\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28 \u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d15\u0d7e \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d42.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2460\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.4<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Synonym &#038; Antonym<\/h2>\n                <p class=\"chapter-description\">\n                    Amendment, Deficit \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35\u0d2f\u0d41\u0d1f\u0d46 \u0d2a\u0d30\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d35\u0d3f\u0d2a\u0d30\u0d40\u0d24\u0d2a\u0d26\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f\u0d3f \u0d2e\u0d28\u0d38\u0d4d\u0d38\u0d3f\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d42.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2462\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.5<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Synonym &#038; Antonym Part 2<\/h2>\n                <p class=\"chapter-description\">\n                    \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d Synonyms, Antonyms \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35 \u0d2a\u0d20\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 Vocabulary \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d2e\u0d46\u0d1a\u0d4d\u0d1a\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d42.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2464\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"chapter-card fade-in\">\n                <div class=\"new-badge\">NEW<\/div>\n                <div class=\"chapter-header\">\n                    <div class=\"chapter-number\">1.6<\/div>\n                    <div class=\"chapter-badge\">VocabMaster Pro<\/div>\n                <\/div>\n                <h2 class=\"chapter-title\">LDC Tvm &#8211; Advanced Vocabulary<\/h2>\n                <p class=\"chapter-description\">\n                    LDC TVM 2024-\u0d32\u0d46 \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d2a\u0d4d\u0d30\u0d27\u0d3e\u0d28\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f \u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d15\u0d33\u0d41\u0d02 \u0d05\u0d35\u0d2f\u0d41\u0d1f\u0d46 \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d35\u0d41\u0d02 \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d42.\n                <\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?p=2466\" class=\"chapter-link\">\n                    \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 <span class=\"chapter-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Intersection Observer for animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.animationPlayState = 'running';\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe all fade-in elements\n        document.addEventListener('DOMContentLoaded', () => {\n            const elements = document.querySelectorAll('.fade-in');\n            elements.forEach(el => observer.observe(el));\n        });\n\n        \/\/ Add click tracking (optional)\n        document.querySelectorAll('.chapter-link').forEach(link => {\n            link.addEventListener('click', (e) => {\n                \/\/ Add analytics tracking here if needed\n                console.log('Chapter clicked:', link.href);\n            });\n        });\n\n        \/\/ Performance optimization\n        if ('requestIdleCallback' in window) {\n            requestIdleCallback(() => {\n                \/\/ Load non-critical resources\n                console.log('Page optimized for performance');\n            });\n        }\n\n        \/\/ Touch feedback for mobile\n        if ('ontouchstart' in window) {\n            document.querySelectorAll('.chapter-card, .chapter-link').forEach(element => {\n                element.addEventListener('touchstart', () => {\n                    element.style.transform = 'scale(0.98)';\n                });\n                \n                element.addEventListener('touchend', () => {\n                    setTimeout(() => {\n                        element.style.transform = '';\n                    }, 150);\n                });\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \ud83d\udcda PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d24\u0d35\u0d3e\u0d2f\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2e\u0d3e\u0d7c\u0d17\u0d4d\u0d17\u0d26\u0d7c\u0d36\u0d28\u0d02 + VocabMaster Pro \u0d38\u0d40\u0d30\u0d40\u0d38\u0d4d \ud83c\udf1f \u0d2e\u0d41\u0d16\u0d4d\u0d2f\u0d15\u0d25 \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 NEW 1.1 VocabMaster Pro LDC Tvm &#8211; Correct Spelling \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d05\u0d15\u0d4d\u0d37\u0d30\u0d35\u0d3f\u0d28\u0d4d\u0d2f\u0d3e\u0d38\u0d02 \u0d15\u0d23\u0d4d\u0d1f\u0d46\u0d24\u0d4d\u0d24\u0d3e\u0d7b \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d42. LDC TVM 2024 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f \u0d35\u0d3f\u0d36\u0d15\u0d32\u0d28\u0d02. \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 \u2192 NEW 1.2 VocabMaster Pro LDC Tvm &#8211; Idioms &#8216;Bone of Contention&#8217; \u0d2a\u0d4b\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d07\u0d02\u0d17\u0d4d\u0d32\u0d40\u0d37\u0d4d \u0d36\u0d48\u0d32\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/landing.php","meta":{"content-type":"","om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-2504","page","type-page","status-publish","hentry","entry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"ocean-thumb-m":false,"ocean-thumb-ml":false,"ocean-thumb-l":false},"uagb_author_info":{"display_name":"raghumadambath","author_link":"https:\/\/windowedu.in\/blog\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \ud83d\udcda PSC \u0d28\u0d4b\u0d35\u0d7d &#8211; \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d24\u0d35\u0d3e\u0d2f\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2e\u0d3e\u0d7c\u0d17\u0d4d\u0d17\u0d26\u0d7c\u0d36\u0d28\u0d02 + VocabMaster Pro \u0d38\u0d40\u0d30\u0d40\u0d38\u0d4d \ud83c\udf1f \u0d2e\u0d41\u0d16\u0d4d\u0d2f\u0d15\u0d25 \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 NEW 1.1 VocabMaster Pro LDC Tvm &#8211; Correct Spelling \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d05\u0d15\u0d4d\u0d37\u0d30\u0d35\u0d3f\u0d28\u0d4d\u0d2f\u0d3e\u0d38\u0d02 \u0d15\u0d23\u0d4d\u0d1f\u0d46\u0d24\u0d4d\u0d24\u0d3e\u0d7b \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d42. LDC TVM 2024 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f \u0d35\u0d3f\u0d36\u0d15\u0d32\u0d28\u0d02. \u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d42 \u2192 NEW 1.2 VocabMaster Pro LDC Tvm &#8211; Idioms &#8216;Bone of Contention&#8217; \u0d2a\u0d4b\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d07\u0d02\u0d17\u0d4d\u0d32\u0d40\u0d37\u0d4d \u0d36\u0d48\u0d32\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2504"}],"version-history":[{"count":2,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2504\/revisions"}],"predecessor-version":[{"id":2506,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2504\/revisions\/2506"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}